openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
631 stars 540 forks source link

add new blockchain #195

Open gherrera2k1 opened 4 years ago

gherrera2k1 commented 4 years ago

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

Galaxy-Traveler commented 4 years ago

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

crackfoo commented 3 years ago

can you prune the blockchain without issues?