To build and run node with anchoring & service & time:
./build_and_run.sh
Or run commands one by one
./build_dockers.sh
./prepare.sh
./run.sh
./build_dockers.sh
- build 3 docker images:
bitcoind
- the image with running bitcoind and loaded bitcoin testnet network.rust
- the iamge with installed rust and cargonodes
- the image with running nodes
./prepare.sh
- run bitcoind image and waiting for balance to be sufficient and save
bitcoin network to btc_anchoring volume
./run.sh $node_count $validator_count
- run nodes with loaded bitcoin in btc_anchoring
volume with given $node_count
and $validator_count