bitpay / chainlib-bitcoin

A Bitcoin blockchain library for Node.js
MIT License
6 stars 7 forks source link

Use normal p2p syncing instead of rpc syncing #5

Closed pnagurny closed 9 years ago

pnagurny commented 9 years ago

RPC syncing is impossible when tip is orphaned. Use p2p syncing with a trusted node instead.

braydonf commented 9 years ago

LGTM