bitcoinjs / indexd

An external bitcoind index management service module
ISC License
53 stars 23 forks source link

Use the bitcoin network protocol instead of the RPC? #7

Closed dcousens closed 6 years ago

dcousens commented 7 years ago

May or may not be suitable, but it probably could work to be honest... Provided you only communicate with a trusted node - indexd doesn't do any blockchain validation.

Then it'd just be a matter of -addnode to connect up rather than RPC.

dcousens commented 6 years ago

Conflicts with #10 - I don't think this is what we want for now