Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. -rpccookiefile=<loc>
  2. Location of the auth cookie (default: data dir)
  3.  
  4. -rpcuser=<user>
  5. Username for JSON-RPC connections
  6.  
  7. -rpcpassword=<pw>
  8. Password for JSON-RPC connections
  9.  
  10. -rpcauth=<userpw>
  11. Username and hashed password for JSON-RPC connections. The field
  12. <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
  13. canonical python script is included in share/rpcuser. The client
  14. then connects normally using the
  15. rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
  16. option can be specified multiple times
  17.  
  18. -rpcport=<port>
  19. Listen for JSON-RPC connections on <port> (default: 8337 or testnet:
  20. 14337)
  21.  
  22. -rpcallowip=<ip>
  23. Allow JSON-RPC connections from specified source. Valid for <ip> are a
  24. single IP (e.g. 1.2.3.4), a network/netmask (e.g.
  25. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This
  26. option can be specified multiple times
  27.  
  28. -rpcserialversion
  29. Sets the serialization of raw transaction or block hex returned in
  30. non-verbose mode, non-segwit(0) or segwit(1) (default: 1)
  31.  
  32. -rpcthreads=<n>
  33. Set the number of threads to service RPC calls (default: 4)
  34.  
  35. chris@chris-ubuntu:~$ iopd -server -listen -rpcuser=chris -rpcpassword=1234
  36. : Error opening block database.
  37. Please restart with -reindex or -reindex-chainstate to recover.
  38. chris@chris-ubuntu:~$ iopd -server -listen -rpcuser=chris -rpcpassword=1234
  39. : Error opening block database.
  40. Please restart with -reindex or -reindex-chainstate to recover.
  41. chris@chris-ubuntu:~$ iopd -server -listen -rpcuser=chris -rpcpassword=1234
  42. : Error opening block database.
  43. Please restart with -reindex or -reindex-chainstate to recover.
  44. chris@chris-ubuntu:~$ sudo iopd -server -listen -rpcuser=chris -rpcpassword=1234
  45. [sudo] password for chris:
  46.  
  47. chris@chris-ubuntu:~$
  48. chris@chris-ubuntu:~$ iopd -server -listen -rpcuser=chris -rpcpassword=1234
  49. : Error opening block database.
  50. Please restart with -reindex or -reindex-chainstate to recover.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement