jb55/node-bitcoin

Readme is incorrect

dazoe opened this issue · 0 comments

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'
});