Guest User

Untitled

a guest
May 30th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $ curl --user username:password --data-binary '{"jsonrpc":2.0, "id":1, "method": "getblockchaininfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:18332/
  2.  
  3. listen=1
  4. server=1
  5. dbcache=50
  6. daemon=1
  7. testnet=1
  8.  
  9. rpcuser=username
  10. rpcpassword=password
  11.  
  12. rpcallowip=192.168.0.0/192.168.255.255
Add Comment
Please, Sign In to add comment