hi guys, newbie & new to mintcoin, looks promising. mining now ! so does it mean as long as i have coins in my wallet & it'll start to mint (generate) coins by itself ?
any kind soul here to guide on how to solo mine ? atm, i'm mining at a pool.
Solo mining any scrypt coin is pretty much identical. If you dont know that, then probably you dont have enough mining power to solo this coin anyway.
just want a proper guidance so that i dont make any mistakes. i think i "may" have enough to solo mine mintcoin atm. have 8mhs+ mining power atm.
8M/hs Scrypt? Holy crap dude.
OK, so it depends on what software you like mining with and your computing environment.
Here's an in-depth guide to mining in Windows with GUIminer
https://cryptocointalk.com/topic/399-newbie-proof-scrypt-gpu-mining-the-easy-way-windows-7/And here's a primer for mining with CGminer
http://cryptosource.org/mining/configuration/Video:
http://www.youtube.com/watch?v=r-dF8X2_aJIIn a nutshell, do this:
1-first go c:\user\yourname\appdata\roaming\infinitecoin
2-find file named infinitecoin.conf or add it by you
3-with any text editor open infinitcoin.conf and add: (NB change these for Mintcoin details)
rpcuser=choose a user name
rpcpassword=choose your password
rpcallowip=your local ip
rpcallowip=127.0.0.1
rpcport=9332
daemon=1
server=1
gen=0
addnode=63.246.129.56
4-download CGwatcher and install it and download (cgminer or bfgminer as you like)
5-start CGwatcher go to settings / manage profiles
6- click new -add a name to your profile like:IFC solo
7-localise you minerpath and add it (cgminer.exe or bfgminer.exe)
8-in miner arguments add : --scrypt -o yourlocalip:9332 -u yourname -p yourpassword
9-clik save and then click save setting
10- restart your wallet-qt first and now you can click on start mining in cgwatcher
enjoy!
[Credit goes to makabress at
http://infinitecointalk.org/index.php?topic=400.0]
If this helps at all please send a tip to MbENbgrmxWyc57b5BFypuXs7TJsh149jix and happy mining
no joy, followed the instructions above. this is the msg i got from sgminer.
yes config file i got from the 1st page of this thread. made 1 and copied to user/app/roaming/mintcoin folder
listen=1
addnode=78.20.74.205
addnode=114.236.141.165
addnode=220.253.143.120
addnode=60.166.58.2
addnode=67.141.161.140
addnode=24.84.69.118
addnode=182.39.227.118
addnode=39.190.236.66
addnode=178.222.157.225
addnode=75.143.81.177
addnode=183.25.11.252
addnode=173.25.251.68
addnode=24.166.209.150
addnode=213.67.71.81
addnode=80.229.21.85
maxconnections=100
server=1
daemon=1
rpcuser=*myusername* i used a simple name
rpcpassword=*my password* i used mintcoin address (made a new address for solo mine)
rpcport=12789
rpcconnect=127.0.0.1
.bat file for sgminer also done.
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
C:\Users\ysl\Desktop\SGMINER\sgminer.exe -o 127.0.0.1:12789 -u *myusername* -p *my password) same as above config
yes made a shortcut to desktop right click on properties and added -server after .exe with a space
what do you mean by local ip ? 198.165.0.xxx from router where my pc is connected to ? tried that also no joy
yes restarted wallet everytime before i launch bat file.
[01:04:54] Waiting for work to be available from pools.
[01:05:44] No servers were found that could be used to get work from.
[01:05:44] Please check the details from the list below of the servers you have
input
[01:05:44] Most likely you have input the wrong URL, forgotten to add a port, or
have not set up workers
[01:05:44] Pool: 0 URL:
http://127.0.0.1:12789 User: *myusename* Password: *my password*
[01:05:44] Press any key to exit, or sgminer will try again in 15s.
[01:05:45] Pool 0 slow/down or URL or credentials invalid
thx again.