opendax
opendax copied to clipboard
add new blockchain
Hello, how could I add the bitcoin blockchain to opendax? is there a guide? do i change the curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"personal_newAccount","params":["passphrase"],"id":42}' parity:8545
/home/app/opendax/config/app.yml
bitcoind: enabled: false to bitcoind: enabled: true
save
~/opendax$ rake service:all
docker-compose up -Vd bitcoind docker-compose up -Vd blockchain
Blockchain size: 300 GB
And that's it.
can you prune the blockchain without issues?