dazoe opened this issue 13 years ago · 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' });