opendax icon indicating copy to clipboard operation
opendax copied to clipboard

add new blockchain

Open gherrera2k1 opened this issue 4 years ago • 2 comments

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

gherrera2k1 avatar Jul 25 '20 15:07 gherrera2k1

/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.

Galaxy-Traveler avatar Jul 26 '20 07:07 Galaxy-Traveler

can you prune the blockchain without issues?

crackfoo avatar Jan 28 '21 19:01 crackfoo