haveno/pricenode/docker
2021-05-04 20:20:01 -04:00
..
cloudconfig.yml Bisq 2021-05-04 20:20:01 -04:00
docker-compose.yml Bisq 2021-05-04 20:20:01 -04:00
Dockerfile Bisq 2021-05-04 20:20:01 -04:00
installDockerCompose.sh Bisq 2021-05-04 20:20:01 -04:00
loop.sh Bisq 2021-05-04 20:20:01 -04:00
README.md Bisq 2021-05-04 20:20:01 -04:00
rebuildAndRestart.sh Bisq 2021-05-04 20:20:01 -04:00
start_node.sh Bisq 2021-05-04 20:20:01 -04:00
start_tor.sh Bisq 2021-05-04 20:20:01 -04:00
torrc Bisq 2021-05-04 20:20:01 -04:00

Needed information to start a pricenode

Copy to this directory:

  • a tor hostname file, containing your onion address
  • a tor private_key file, containing the private key for your tor hidden service

Edit docker-compose.yml:

  • fill in your public and private api keys (needs a btcaverage developer subscription)

Needed software to start a pricenode

  • docker
  • docker-compose

How to start

docker-compose up -d

How to monitor

See if it's running: docker ps

Check the logs: docker-compose logs

Notes when using CoreOs

Using CoreOs as host OS is entirely optional!

  • the cloudconfig.yml file is a configuration file for starting a coreos machine from scratch.
  • when installing a Coreos server, docker-compose needs to be additionally installed next to the already provided docker installation