Skip to content

Instantly share code, notes, and snippets.

@terenceponce
Last active August 27, 2018 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terenceponce/c05f5ccc3f61c509664842ffa394f038 to your computer and use it in GitHub Desktop.
Save terenceponce/c05f5ccc3f61c509664842ffa394f038 to your computer and use it in GitHub Desktop.
Omnicore config
# /home/omnicore/.bitcoin/bitcoin.conf
# [core]
datadir=/mnt/volume-sgp1-01/Omnicore
dbcache=1024
txindex=1
# [rpc]
server=1
rpcuser=user
rpcpassword=password
rpcallowip=180.191.90.177
# [wallet]
disablewallet=0
testnet=1
/home/omnicore/omnicore/src/omnicored -daemon -pid=/mnt/volume-sgp1-01/Omnicore/omnicored.pid -conf=/home/omnicore/.bitcoin/bitcoin.conf -datadir=/mnt/volume-sgp1-01/Omnicore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment