I know I'm not the only person to be merged mining on local p2pool and not be receiving any MON.
However, this is my last post on this issue unless someone can find a solution, I'm losing the will to live trying to get this working.
If I input :
vertcoind listtransactions
It outputs :
[
]
However, I am receiving VTC payments to my wallet so there is no problem.
BUT...
If I input :
monocled listtransactions
It outputs :
[
]
I am not receiving any MON to my wallet.
I have started p2pool with the following command :
python run_p2pool.py --give-author 0 --net vertcoin3 --merged http://USERNAME:[email protected]:6888 -a VTC_PAYMENT_ADDRESS
I have started my miner with the following command :
./cudaminer --algo=scrypt:2048 -l T10x16 -C 2 -i 0 -o 127.0.0.1:9174 -O VTC_WALLET:MONOCLE_WALLET
vertcoind getinfo
output :
{
"version" : 80604,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 80077,
"timeoffset" : 0,
"connections" : 9,
"proxy" : "",
"difficulty" : 243.55026493,
"testnet" : false,
"keypoololdest" : 1399046770,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
monocled getinfo
output :
{
"version" : 80701,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 767,
"timeoffset" : -1,
"connections" : 8,
"proxy" : "",
"difficulty" : 21.75861716,
"testnet" : false,
"keypoololdest" : 1399056814,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
If anyone knows how to find out if I am mining MON and if so where it is, I'd appreciate it very much.
Thanks.