Created
October 10, 2019 19:39
-
-
Save bmatthewshea/459e89b6acec398892ab316bfebe1997 to your computer and use it in GitHub Desktop.
Linux start file for reddcoind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#testnet=1 | |
datadir=/opt/reddcoin | |
rpcuser=reddcoinrpc | |
# random characters here - running the binary once will show you a generated password you could use. | |
rpcpassword=(random chars here) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
./reddcoind --conf=/home/bshea/downloads/reddcoin/reddcoin.conf -printtoconsole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment