Skip to content

Instantly share code, notes, and snippets.

@dexX7
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save dexX7/2ab96a1e23f42438d5a8 to your computer and use it in GitHub Desktop.

Select an option

Save dexX7/2ab96a1e23f42438d5a8 to your computer and use it in GitHub Desktop.
# start omni core in regtest mode
~/omnicore$ ./src/qt/bitcoin-qt -datadir=/tmp -server -rpcuser=bitcoinrpc -rpcpassword=pass -rpcallowip=127.0.0.1 -regtest -txindex
# clone and run the tests
~/$ git clone https://github.com/OmniLayer/OmniJ.git
~/$ cd OmniJ
~/OmniJ$ ./gradlew omnij-rpc:regTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment