Post
Topic
Board Announcements (Altcoins)
Re: [HUN] HUNDRED COIN - 100 reward every 100 seconds, SCRYPT.
by
shagger
on 01/10/2014, 15:29:00 UTC
http://hundred.x10.bz/how.png

Guide to mining Hundredcoins (solo)

STEP 1. in your appdata/roaming/hundredcoin folder create a text file fill it with this lines, and rename it to hundredcoin.conf
(this folder is hidden by default so you need to enable hidden files and folders)

Code:
server=1
rpcuser=YOURUSERNAME
rpcpassword=YOURPASSWORD
rpcport=10015
rpcconnect=127.0.0.*
addnode=209.188.18.188

Notes:
rpcuser/rpcpassword  this is the details you put in your mining software
Server=1  Alows your miner to communicate with the wallet
rpcport - that can be any available port maximum  65535
addnode - add ips here of peers if you are having difficulty connecting

STEP 2.  Restart your wallet and alow it to Sync

STEP 3. Run your mining software, using the details from the conf. If you are usually mining pools, just change the url to localhost, if you are using a GUIminer remember to disable stratum

Mining with gawminer Falcon:
Find the folder containing cgminer.exe, create a text file containing this: and rename it to MiningHun.bat, then click it to start mining.

Code:
cgminer.exe -o localhost:10015 -u YOURUSERNAME -p YOURPASSWORD  --nocheck-golden --chips-count 128 --ltc-clk 328 -S //./COM9

the important things here is  localhost:10015 -u YOURUSERNAME -p YOURPASSWORD, everything else relates to the hardware.

HAPPY MINING!!