Guest User

Untitled

a guest
Sep 13th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. var Client = require('bitcoin-core');
  2.  
  3. const client = new Client({ headers:'false', host:'127.0.0.1', network:'testnet', password:'xxxx',port:'18332', ssl: {
  4. enabled: false,
  5. strict: false
  6. }, timeout:'3000', username:'xxxx' });
  7.  
  8. client.getBlockchainInformation().then((help) => console.log(help));
  9.  
  10. unhandled rejection rpcerror: not found
Add Comment
Please, Sign In to add comment