From 92411ecbd9f0cbcec5620de2efbefade7254afca Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 14 May 2019 21:20:17 +0200 Subject: Initial commit --- _posts/2015-01-17-cryptocoin-mining.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _posts/2015-01-17-cryptocoin-mining.md (limited to '_posts/2015-01-17-cryptocoin-mining.md') diff --git a/_posts/2015-01-17-cryptocoin-mining.md b/_posts/2015-01-17-cryptocoin-mining.md new file mode 100644 index 0000000..2cc9f84 --- /dev/null +++ b/_posts/2015-01-17-cryptocoin-mining.md @@ -0,0 +1,28 @@ +--- +title: "Cryptocoin mining" +layout: post +--- + +How to mine crypto coins (Dogecoins in this case) on testnet locally? Do this + +* Recommended: Create a new data diretory +* Create the config file in that directory: + + test=1 + testnet=1 + daemon=1 + server=1 + addnode=testnets.chain.so + addnode=suchdig.com + addnode=testdoge.lionservers.de + addnode=senatorwhiskers.com + rpcuser=dogecoinrpc + rpcpassword= + rpcallowip=192.168.178.0/24 + rpcallowip=127.0.0.1 + rpcallowip=192.168.178.22 + +* Start the wallet (set -datadir) +* wait for sync +* Start the miner, or run the waller with the -gen option +* If using a miner, connect via http://yourip:port/ and enter user credentials (-u / -p in miner) -- cgit v1.2.3