Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N
by
mfedorov
on 03/05/2014, 12:24:26 UTC
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 :

Code:
vertcoind listtransactions

It outputs :

Quote
[
]

However, I am receiving VTC payments to my wallet so there is no problem.

BUT...

If I input :

Code:
monocled listtransactions

It outputs :

Quote
[
]

I am not receiving any MON to my wallet.

I have started p2pool with the following command :

Code:
python run_p2pool.py --give-author 0 --net vertcoin3 --merged http://USERNAME:PASSWORD@127.0.0.1:6888 -a VTC_PAYMENT_ADDRESS

I have started my miner with the following command :

Code:
./cudaminer --algo=scrypt:2048 -l T10x16 -C 2 -i 0 -o 127.0.0.1:9174 -O VTC_WALLET:MONOCLE_WALLET

vertcoind getinfo output :

Quote
{
    "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 :

Quote
{
    "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.

Make sure rpcuser and password from monocle.conf match what you specified in --merged option