Sign inSign up

bsvb/pulse

By bsvb

•Updated over 2 years ago

A headers only peer on the Bitcoin p2p network, with a private web API to allow Merkle root validati

Image
0

4.0K

bsvb/pulse repository overview

⁠Pulse: Bitcoin Headers Client


⁠How to use this image


⁠starting new instance

docker run bsvb/pulse:v0.8.1

⁠run with volume

docker run -v pulse-data:/app/data bsvb/pulse:v0.8.1

⁠run with preloaded database

You can load prepared database containing 750k headers already imported. To use it run the docker with --preloaded argument:

docker run -v pulse-data:/app/data bsvb/pulse:v0.8.1 --preloaded

⁠clean start

If you use docker volume the data is persisted between runs. If you would like to run application in a clean environment with the same volume as previously, you can start it with --clean argument:

docker run -v pulse-data:/app/data bsvb/pulse:v0.8.1 --clean

⁠clean preloaded start

If you use docker volume the data is persisted between runs. If you have already some data in database, but would like to run in preloaded mode and don't want to recreate a volume you can run the image providing both --clean and --preloaded arguments

docker run -v pulse-data:/app/data bsvb/pulse:v0.8.1 --clean --preloaded

Tag summary

Content type

Image

Digest

sha256:c3bcbb74d…

Size

72.3 MB

Last updated

over 2 years ago

docker pull bsvb/pulse