can't find share or

Post Reply
aistto
Posts: 6
Joined: Wed Jun 15, 2011 9:19 pm
os: linux

can't find share or

Post 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?

nosfera2
Posts: 2
Joined: Thu Jun 16, 2011 8:18 am

Re: can't find share or

Post 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.

aistto
Posts: 6
Joined: Wed Jun 15, 2011 9:19 pm
os: linux

Re: can't find share or

Post by aistto »

so what will i see in console wheni get 50 NMC?

bitlackey
Posts: 3
Joined: Thu Jun 16, 2011 9:10 am

Re: can't find share or

Post 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
}

aistto
Posts: 6
Joined: Wed Jun 15, 2011 9:19 pm
os: linux

Re: can't find share or

Post 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?

Post Reply