Skip to content

Instantly share code, notes, and snippets.

@marshallswain
Last active July 18, 2017 15:35
Show Gist options
  • Save marshallswain/a7d07f2516d93b8f9c956ef6e2b6a876 to your computer and use it in GitHub Desktop.
Save marshallswain/a7d07f2516d93b8f9c956ef6e2b6a876 to your computer and use it in GitHub Desktop.
Starting Bitcoin Core dev
curl --user 'equibit:equibit' -H "Content-Type: application/json" -d '{"method":"generate", "params": [1]}' 127.0.0.1:18332
/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