Skip to content

Instantly share code, notes, and snippets.

@bmatthewshea
Created October 10, 2019 19:39
Show Gist options
  • Save bmatthewshea/459e89b6acec398892ab316bfebe1997 to your computer and use it in GitHub Desktop.
Save bmatthewshea/459e89b6acec398892ab316bfebe1997 to your computer and use it in GitHub Desktop.
Linux start file for reddcoind
#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)
#!/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