Last active
July 18, 2017 15:35
-
-
Save marshallswain/a7d07f2516d93b8f9c956ef6e2b6a876 to your computer and use it in GitHub Desktop.
Starting Bitcoin Core dev
This file contains 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
curl --user 'equibit:equibit' -H "Content-Type: application/json" -d '{"method":"generate", "params": [1]}' 127.0.0.1:18332 |
This file contains 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
/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt \ | |
-logtimestamps \ | |
-server \ | |
-port=8338 \ | |
-debug \ | |
-regtest \ | |
-rpcuser=user \ | |
-rpcpassword=password \ | |
-rpcport=18332 \ | |
-rpcallowip=127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment