July 29, 2026, 12:29:19 AM

Author Topic: How do i tell my solo mining is working  (Read 10580 times)

0 Members and 1 Guest are viewing this topic.

Offline hyperien

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
How do i tell my solo mining is working
« 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.

Offline Skcoz

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #1 on: December 03, 2013, 01:18:12 PM »
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 =)

Offline hyperien

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #2 on: December 03, 2013, 03:30:24 PM »
is that cuda miner that gives u that debug? how do u see that

Offline Skcoz

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #3 on: December 03, 2013, 04:08:43 PM »
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

Offline hyperien

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #4 on: December 03, 2013, 04:15:48 PM »
yea i see a lot of ProcessBlock= accepted to =/ i feel like there is something we arnt understanding lol

Offline Malak

  • Newbie
  • *
  • Posts: 6
  • Karma: +1/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #5 on: December 04, 2013, 07:31:09 AM »
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

Offline hyperien

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: How do i tell my solo mining is working
« Reply #6 on: December 04, 2013, 06:45:09 PM »
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