jb55 / node-bitcoin

zero-dependency bitcoin core rpc lib for nodejs
The Unlicense
45 stars 127 forks source link

Readme is incorrect #10

Closed dazoe closed 12 years ago

dazoe commented 12 years ago

Client constructor is expecting an object with user and pass instead of username and password...

var client = new bitcoin.Client({ host: 'localhost', port: 8332, user: 'username', pass: 'password' });