Svarog 369ec449a8 [NOD-509] Change organization name to kaspanet (#524)
* [NOD-509] Change organization name to kaspanet

* [NOD-509] Reorganize imports
2019-12-08 17:33:42 +02:00
..
2019-03-26 16:37:44 +02:00

1. To build docker image invoke following command from btcd root directory:
    docker build -t mining_simulator -f ./mining/simulator/docker/Dockerfile .

2. To run:
    a. create folder ~/.btcd/mining_simulator with the following files:
        rpc.cert - certificate file that all rpc nodes accept
        addresses - list of node addresses in the format [hostname]:[port]. One node per line
    b. run:
         docker run -v ~/.btcd:/root/.btcd -t mining_simulator