olalonde / proof-of-assets

Proof of Assets (PoA) is a scheme designed to let entitites (operators) prove that they control a given amount of Bitcoin or other blockchain based cryptocurrency.
http://olalonde.github.io/proof-of-assets/
MIT License
26 stars 17 forks source link

verifysignatures ko: no method bitcoinjs.Message.verifyMessage #12

Open FredericHeem opened 10 years ago

FredericHeem commented 10 years ago

~/proof-of-assets$ node cli.js verifysignatures btc-assets.json WARNING: This tool does not currently conform with latest specification.

/Users/frederic/proof-of-assets/lib/index.js:37 var res = bitcoinjs.Message.verifyMessage(addr, sig, message); ^ TypeError: Object # has no method 'verifyMessage'

FredericHeem commented 10 years ago