Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. pi@raspberrypi:~ $ cd cloakcoin/
  2. pi@raspberrypi:~/cloakcoin $ ./cloakcoind
  3.  
  4.  
  5. ************************
  6. EXCEPTION: N5boost12interprocess22interprocess_exceptionE
  7. No such file or directory
  8. CloakCoin in AppInit()
  9.  
  10. terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
  11. what(): No such file or directory
  12. Aborted
  13. pi@raspberrypi:~/cloakcoin $ sudo ./cloakcoind
  14. Error: To use CloakCoind, you must set a rpcpassword in the configuration file:
  15. /root/.CloakCoin/CloakCoin.conf
  16. It is recommended you use the following random password:
  17. rpcuser=bitcoinrpc
  18. rpcpassword=ExBZ6NNe3kuLoreURU3eYLehZCS4UqiL7axA8BquF6Zt
  19. (you do not need to remember this password)
  20. If the file does not exist, create it with owner-readable-only file permissions.
  21.  
  22. pi@raspberrypi:~/cloakcoin $ cd ..
  23. pi@raspberrypi:~ $ cd .CloakCoin/
  24. pi@raspberrypi:~/.CloakCoin $ ls
  25. blk0001.dat CloakCoin.conf database peers.dat txleveldb
  26. pi@raspberrypi:~/.CloakCoin $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement