blob: 2cc9f84244a7c10038db4b327a3cba55ba3eb1b7 (
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
|
---
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)
|