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