Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rpcuser=ryunishida
  2. rpcpassword=password
  3.  
  4. HOST=localhost
  5. server=1
  6. txindex=1
  7. rpcport=18332
  8. testnet=3
  9.  
  10. curl --user ryunishida:password --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:18332/ -w '%{http_code}n'
  11.  
  12. curl: (7) Failed to connect to 127.0.0.1 port 18332: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement