Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 472 Bytes

File metadata and controls

23 lines (18 loc) · 472 Bytes

Run Scrypta IdaNode Docker

Run bash script to run mainnet idanode:

bash docker/docker.sh

Or use -testnet flag to run in testnet mode:

bash docker/docker.sh -testnet

If you want to rebuild the docker image pass -rebuild flag:

bash docker/docker.sh -rebuild
``

# Bootstrap blockchain and idanode (only for mainnet)

docker exec -it -w /opt/ idanode bash bootstrap_blockchain.sh docker exec -it -w /opt/ idanode bash bootstrap_idanode.sh