summaryrefslogtreecommitdiff
path: root/_posts/2015-01-17-cryptocoin-mining.md
diff options
context:
space:
mode:
authoruvok cheetah2019-05-14 21:20:17 +0200
committeruvok cheetah2019-05-14 21:20:17 +0200
commit92411ecbd9f0cbcec5620de2efbefade7254afca (patch)
tree807f42473fd484ff9434753ac04f70b609624678 /_posts/2015-01-17-cryptocoin-mining.md
Initial commit
Diffstat (limited to '_posts/2015-01-17-cryptocoin-mining.md')
-rw-r--r--_posts/2015-01-17-cryptocoin-mining.md28
1 files changed, 28 insertions, 0 deletions
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=<password>
+ 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)