Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Super Simple Dogecoin Guide
- pls donate to DCqpF8Az96ysHXqWAkxG95jJr59vrE8V5K
- much appreciate
- pool @ http://doge.scryptpools.com/
- Tools to use:
- cgminer(CPU/AMD GPU)
- minerd(CPU)
- cudaminer(Nvidia, slower than AMD)
- Dogecoin wallet
- Making a dogecoin wallet:
- Download the wallet program from https://bitcointalk.org/index.php?topic=361813.0
- Launch dogecoin-qt.exe
- Look under tab "Much Receive" to find your wallet address
- Don't worry about downloading the blockchain unless you plan to solo mine
- Mining with minerd:
- Download minerd from https://bitcointalk.org/index.php?topic=55038.0
- Use this program to create a launch file, place it in the folder you extracted minerd to and run to mine
- Read on if you're unsure what to add for the pool info
- Mining with cudaminer:
- Download cudaminer from https://bitcointalk.org/index.php?topic=167229.0
- Create a .bat to launch cudaminer with
- Add
- "cudaminer.exe -i 1 -o pool -O user.workername:workerpass"
- -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.
- There's a lot more configuring you can do but this is fast, easy and honestly there's not much else to do
- Mining with cgminer:
- Fuck if I know, I don't use it
- Just make sure you've got an older version which allows scrypt mining since new ones don't or something
- Pool mining:
- Create an account at http://doge.scryptpools.com/
- Create a worker, name it whatever you want and add whatever password you want to on it too
- Where your pool IP goes in your miner, add stratum+tcp://doge.scryptpools.com:3333
- That's it, you can now mine to the pool.
- You only get coins after they're confirmed, which should take about an hour after you get them unconfirmed.
- Solo mining:
- 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)
- Add
- "rpcuser=doge
- rpcpassword=wow
- addnode=162.243.113.110
- addnode=146.185.181.114
- rpcport=22555
- server=1
- daemon=1"
- Change the username and password and port to whatever the fuck you want
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement