GoldCoin Talk
Main Category => Mining & Pools => Topic started by: hyperien on December 02, 2013, 11:42:20 PM
-
I am useing cuda miner with the set up
cudaminer.exe -l L59x3,L59x3,L59x3,L59x3, -o 127.0.0.1:8122 -O username:pass (that i found in the goldcoin.cfg)
I have the wallet open
and this is part of the goldcoincfg
rpcallowip=127.0.0.1
rpcport=8122
daemon=1
server=1
gen=0
maxconnections=64
dns=1
checkpoints=1
listen=1
will the coins just pop up in the wallet when it finds them does everything look right? kinda new to this.
-
HI, I am also Interested.... I was solo mining for 24 hours.. and looking at the debug list, i see some orphans..
" ProcessBlock: ORPHAN BLOCK, prev=1ac9d0bad8c2e1871e1f
received block 63b6524da22931b1c441
ProcessBlock: ORPHAN BLOCK, prev=3b2d43dfc8164499d4e2
received block c077127815815b38e0e0
ProcessBlock: ORPHAN BLOCK, prev=63b6524da22931b1c441"
But also Accepted ones
ProcessBlock: ACCEPTED
received block 430843ad881ea02f2ff6
Entered CheckSetBestChain: new best=430843ad881ea02f2ff6 height=118544 work=736651034537715 date=12/01/13 22:23:04
ProcessBlock: ACCEPTED
received block 2d51531c12f164f687c0
Entered CheckSetBestChain: new best=2d51531c12f164f687c0 height=118545 work=736657911186222 date=12/01/13 22:25:19
ProcessBlock: ACCEPTED
Are the accepted blocks , the founded ones? or does it show differently?
My wallet still shows 0
If mor einformation is needed, just ask me, Thanks =)
-
is that cuda miner that gives u that debug? how do u see that
-
is that cuda miner that gives u that debug? how do u see that
No, just go to your user\appdata\roaming\goldcoin.. and look for the debug.log
-
yea i see a lot of ProcessBlock= accepted to =/ i feel like there is something we arnt understanding lol
-
That what sucks about solo. You have no feedback till it works. lol
Once you find a batchfile that works, never change it and copy to the next coin you mine.
I always use this for new coins and adjust the number of seconds to match the current block times:
(what is the current block times for GLD these days? change g,d, & E to match)
-------------------------------------------------------
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
CLS
COLOR 70
cgminer --scrypt -o http://192.168.1.172:8777 -u xxx -p xxx --intensity 13 --worksize 256 --thread-concurrency 8192 -g 2 -s 2 -E 3 -Q 0
-
hey skoz i have found some info while wondering around trying to figure out solo mining
so you gota have that good stuff in the conf file but also make a batch file like
goldcoin-qt.exe -server
and run that to make sure the qt is launching as a server so it knows to accept the blocks as minted ones trying it out now