Last active
August 29, 2015 14:19
-
-
Save dexX7/2ab96a1e23f42438d5a8 to your computer and use it in GitHub Desktop.
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
| # 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