Page 1 of 1

can't find share or

Posted: Wed Jun 15, 2011 9:28 pm
by aistto
tried to start solo mining

created bitcoin.conf

Code: Select all

rpcuser=u
rpcpassword=p
server=1
daemon=1
rpcport=8336
./namecoind
got all blocks

run miner. it show me some hashrate (about 400Mh/s).
But i didn't get any "accept", even "stale" shares for 2-3 min.

Why?

Re: can't find share or

Posted: Thu Jun 16, 2011 8:29 am
by nosfera2
You won't see anything until you hit the jackpot and find a block and get your 50 NMC. Once that happens, you can run "namecoind listtransactions" in a seperate command prompt and you will see your block as immature until it recieves 120 confirmations and your 50 coins are transfered to your wallet.

Re: can't find share or

Posted: Thu Jun 16, 2011 9:39 am
by aistto
so what will i see in console wheni get 50 NMC?

Re: can't find share or

Posted: Thu Jun 16, 2011 10:08 am
by bitlackey
aistto wrote:so what will i see in console wheni get 50 NMC?
something like this:

{
"account" : "",
"category" : "immature",
"amount" : 50.00000000,
"confirmations" : xx,
"txid" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"time" : xxxxxxxxxx
}

Re: can't find share or

Posted: Thu Jun 16, 2011 10:20 am
by aistto
thanks!

Can i run 2 or more miner on 1 namecoind?
secoind or therd miner try to solve same share (not each share, but some share). so I waste XXX Mh/s otherwise i have some stale shares.

what should i do?