SHOW:
|
|
- or go back to the newest paste.
1 | Super Simple Dogecoin Guide | |
2 | pls donate to DCqpF8Az96ysHXqWAkxG95jJr59vrE8V5K | |
3 | much appreciate | |
4 | pool @ http://doge.scryptpools.com/ | |
5 | Tools to use: | |
6 | cgminer(CPU/AMD GPU) | |
7 | minerd(CPU) | |
8 | cudaminer(Nvidia, slower than AMD) | |
9 | Dogecoin wallet | |
10 | ||
11 | Making a dogecoin wallet: | |
12 | ||
13 | Download the wallet program from https://bitcointalk.org/index.php?topic=361813.0 | |
14 | Launch dogecoin-qt.exe | |
15 | Look under tab "Much Receive" to find your wallet address | |
16 | Don't worry about downloading the blockchain unless you plan to solo mine | |
17 | ||
18 | Mining with minerd: | |
19 | ||
20 | Download minerd from https://bitcointalk.org/index.php?topic=55038.0 | |
21 | Use this program to create a launch file, place it in the folder you extracted minerd to and run to mine | |
22 | Read on if you're unsure what to add for the pool info | |
23 | ||
24 | Mining with cudaminer: | |
25 | Download cudaminer from https://bitcointalk.org/index.php?topic=167229.0 | |
26 | Create a .bat to launch cudaminer with | |
27 | Add | |
28 | "cudaminer.exe -i 1 -o pool -O user.workername:workerpass" | |
29 | -i means you're putting your GPU into interactive mode which means it won't make your computer unusable while you mine. If you have 2 CPUs and only want your 1st in interactive, change it to "-i 1,0", etc. | |
30 | There's a lot more configuring you can do but this is fast, easy and honestly there's not much else to do | |
31 | ||
32 | Mining with cgminer: | |
33 | Fuck if I know, I don't use it | |
34 | Just make sure you've got an older version which allows scrypt mining since new ones don't or something | |
35 | ||
36 | Pool mining: | |
37 | Create an account at http://doge.scryptpools.com/ | |
38 | Create a worker, name it whatever you want and add whatever password you want to on it too | |
39 | Where your pool IP goes in your miner, add stratum+tcp://doge.scryptpools.com:3333 | |
40 | That's it, you can now mine to the pool. | |
41 | You only get coins after they're confirmed, which should take about an hour after you get them unconfirmed. | |
42 | ||
43 | Solo mining: | |
44 | ||
45 | Go to your appdata folder(windows search/address bar/win key+r and type %appdata%), find the dogecoin folder and add a text file called "dogecoin.conf"(not dogecoin.conf.txt) | |
46 | Add | |
47 | "rpcuser=doge | |
48 | rpcpassword=wow | |
49 | addnode=162.243.113.110 | |
50 | addnode=146.185.181.114 | |
51 | rpcport=22555 | |
52 | server=1 | |
53 | daemon=1" | |
54 | - | Change the username and password and port to whatever the fuck you want |
54 | + | Change the username and password and port to whatever the fuck you want |
55 | Where you'd normally put the pool ip (stratum+tcp://doge.scryptpools.com:3333), just add http://127.0.0.1:22555, and where you put your username/workername/pass, just put in your username/pass as entered above |