summaryrefslogtreecommitdiff
path: root/_posts/2015-01-17-cryptocoin-mining.md
blob: 7cbc02250dcc6b69e42a21b88a25ca4e0137fc8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Cryptocoin mining"
categories: tech
redirect_from:
  - /cryptocoin-mining
lang: en
---

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)