Problems mining... :-(
Mining is getting ridiculously high with the increased difficulty and that, combined with the lack of a pool, makes it nearly hopeless :-(
BUT, on top of that, when you finally find a block, most of the times it doesn't get accepted by the network.
# grep CreateNew .Minexcoin/debug.log
2017-08-08 16:40:12 CreateNewBlock(): total size: 275 block weight: 1100 txs: 0 fees: 0 sigops 400
2017-08-09 11:57:53 CreateNewBlock(): total size: 275 block weight: 1100 txs: 0 fees: 0 sigops 400
2017-08-09 18:41:00 CreateNewBlock(): total size: 4675 block weight: 18700 txs: 17 fees: 35200 sigops 536
2017-08-09 18:41:30 CreateNewBlock(): total size: 4675 block weight: 18700 txs: 17 fees: 35200 sigops 536
2017-08-09 18:48:14 CreateNewBlock(): total size: 285 block weight: 1140 txs: 0 fees: 0 sigops 400
2017-08-09 19:19:35 CreateNewBlock(): total size: 275 block weight: 1100 txs: 0 fees: 0 sigops 400
From those six blocks, none got accepted.
Anyone knows why?My node is properly synchronized, and as you can see, the "timeoffset" is 0 in the getinfo result:
# minexcoin/minexcoin-cli getinfo
{
"version": 140100,
"protocolversion": 70015,
"walletversion": 130000,
"balance": 0.00000000,
"blocks": 3020,
"timeoffset": 0,
"connections": 89,
"proxy": "",
"difficulty": 0.0002394518841689958,
"testnet": false,
"keypoololdest": 1502210165,
"keypoolsize": 102,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}
Is there a way to open a communication channel for more technical discussion, I'm helping people with mining as much as I can, but I'm far from an expert, could your "blockchain expert" spend 5 minutes a day looking into those technical questions ?
Cheers
MC
PS: If you are interesting in start mining check
https://www.youtube.com/watch?v=c5JG5tmQJ1c&t and
https://www.youtube.com/watch?v=o1PCObE1CycPS II: If someone is interested I could share an asible script that installs and starts mining on a Ubuntu 16.04 machine.