Advertisement
Guest User

raspnode problem

a guest
Oct 27th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. pi@raspberrypi ~ $ bitcoind
  2. Error: To use bitcoind, or the -server option to bitcoin-qt, you must set an rpcpassword in the configuration file:
  3. /home/pi/.bitcoin/bitcoin.conf
  4. It is recommended you use the following random password:
  5. rpcuser=bitcoinrpc
  6. rpcpassword=8VY3Lx1W3t47bpkKj44PPSQZtmAdi4W45aAbMbdUiL52
  7. (you do not need to remember this password)
  8. The username and password MUST NOT be the same.
  9. If the file does not exist, create it with owner-readable-only file permissions.
  10. It is also recommended to set alertnotify so you are notified of problems;
  11. for example: alertnotify=echo %s | mail -s "Bitcoin Alert" admin@foo.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement