I tried to replicate the problem i had while merge mining, but since it took to long to re-sync a bitcoin node, i tried to merge mine DASH + UNITUS...
Had something strange that i can't seem to get fixed, can somebody push me in the right direction?
Setup: ubuntu 16.04 LTS
dash and unitus compiled, daemon running, sync'ed
cat ~/.dashcore/dash.conf
rpcuser=dashrpc
rpcpassword=[redacted]
server=1
daemon=1
rpcallowip=127.0.0.1
cat ~/.unitus/unitus.conf
rpcuser=unitusrpc
rpcpassword=[redacted]
server=1
daemon=1
rpcallowip=127.0.0.1
p2pool version:
https://github.com/dashpay/p2pool-dashp2pool started :
python run_p2pool.py --merged http://unitusrpc:[redacted]@127.0.0.1:50604/ --give-author 0.5 -f 0.5
My p2pool log:
2017-06-29 08:51:53.542922 GOT SHARE! [redacted] [redacted] prev [redacted] age 23.16s
2017-06-29 08:51:53.558159 New work for worker [redacted]! Difficulty: 0.999985 Share difficulty: 69.384484 Block [redacted] Total value: 3.603449 DASH including 3 transactions
2017-06-29 08:51:53.567219 P2Pool: 8689 shares in chain (7825 verified/8694 total) Peers: 12 (6 incoming)
2017-06-29 08:51:53.567285 Local: 2503MH/s in last 15.4 seconds Local dead on arrival: ~0.0% (0-30%) Expected time to share: 21.6 minutes
2017-06-29 08:51:53.567323 Shares: 1 (0 orphan, 0 dead) Stale rate: ~0.0% (0-80%) Efficiency: ~110.0% (22-111%) Current payout: (0.0000)=0.0000 DASH
2017-06-29 08:51:53.567366 Pool: 267GH/s Stale rate: 9.1% Expected time to block: 1.2 hours
2017-06-29 08:51:53.575882 > Merged block submittal result: False Expected: True
The last line drew my attention, every 30-40 minutes i got a line just like it "Merged block submittal result:
False Expected: True"
So i dug into the unitus debug log and found following things:
2017-06-29 09:06:09 CreateNewBlock(): total size 1000, nVersion 10158082
2017-06-29 09:10:43 UpdateTip: new best=16bb343c4ab1bb4c683e7049337143e9ebec89025fa185df5e5c8f9f70084947 height=1027199 log2_work=252.30016 tx=1264450 algo=4 (X11) date=2017-06-29 09:06:1$
2017-06-29 09:10:43 ProcessBlock: ACCEPTED
2017-06-29 09:10:43 CreateNewBlock(): total size 1000, nVersion 10158082
2017-06-29 09:11:29 DEBUG| UnitusMiner:
2017-06-29 09:11:29 DEBUG| proof-of-work submitted
algo: 0
block-PoWhash: 4b3d2ac518cbf707a2c282ff9156ba3b20989f3474ed96071e88d84849a62242
block-hash: 9c423199fdb84de374985d32e84c12f3b3cf9c417a919128bf2a9d038062a0ae
ntarget: 000000000049053b000000000000000000000000000000000000000000000000
2017-06-29 09:11:29 ERROR: AUX POW parent hash b306269522cdf39fa8f65a75384aaa7e00ae9811abf876a83120b4155c2f4406 is not under target 000000000049053b000000000000000000000000000000000000000$
2017-06-29 09:11:47
Could somebody push me in the right direction?