chaeplin
|
|
March 22, 2014, 04:02:14 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition show me the log. ubuntu 32bit ? 64bit ? 32bit log. 2014-03-21 05:34:42 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-21 05:34:42 ERROR: AcceptBlock() : incorrect proof of work 2014-03-21 05:34:42 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-21 05:34:42 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING
112.175.123.82 is 64bit, p2pool asia01.
|
|
|
|
godzirra
|
|
March 22, 2014, 04:11:23 PM |
|
The activity of the bot in cryptsy is declining. I guess the whale had indeed mined enough for the long run. Don't try for cheap trades fellas. You might regret.
Well Cryptsy just did the opposite of what everyone (including the darkcoin devs) asked them to do for Darkcoin. They decreased minimum order size which will allow the bot to save money while lowering our price artifically! Good job Cryptsy!
https://twitter.com/cryptsy/status/447243624880021504Yeah I spotted that - first they say they won't do anything to help then they go and do something to actively hurt the coin? Maybe the whale *is* Craptsy ;-) That was my thought all week. When will another exchange take them out already! We need to get on btc-e.
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
|
March 22, 2014, 04:12:29 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bug
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
n00bnoxious
Sr. Member
Offline
Activity: 280
Merit: 250
Bitnation Development Team Member
|
|
March 22, 2014, 04:15:24 PM |
|
The activity of the bot in cryptsy is declining. I guess the whale had indeed mined enough for the long run. Don't try for cheap trades fellas. You might regret.
Well Cryptsy just did the opposite of what everyone (including the darkcoin devs) asked them to do for Darkcoin. They decreased minimum order size which will allow the bot to save money while lowering our price artifically! Good job Cryptsy!
https://twitter.com/cryptsy/status/447243624880021504Yeah I spotted that - first they say they won't do anything to help then they go and do something to actively hurt the coin? Maybe the whale *is* Craptsy ;-) That was my thought all week. When will another exchange take them out already! We need to get on btc-e. I agree, but I do think we need all features out of beta first. If people adopt the coin before it's ready, there will be huge losses in one way or another...
|
|
|
|
chaeplin
|
|
March 22, 2014, 04:22:38 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugstill.. 2014-03-22 16:25:34 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:25:34 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:25:34 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:25:34 Misbehaving: 112.175.123.94:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:25:34 disconnecting node 112.175.123.94
// Check proof of work //if (nBits != GetNextWorkRequired(pindexPrev, this))
double n1 = ConvertBitsToDouble(nBits); double n2 = ConvertBitsToDouble(GetNextWorkRequired(pindexPrev, this)); if ((int)(n1*100) != (int)(n2*100)) return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
user@monitoring:~> darkcoind --help DarkCoin version v0.9.0.0-g07c9905-beta
|
|
|
|
Simcom
|
|
March 22, 2014, 04:23:30 PM |
|
www.reddit.com/r/DRKCoinSubscribe if you haven't already - we should try to move some of this conversation over there, it's way quieter than it should be.
|
|
|
|
n00bnoxious
Sr. Member
Offline
Activity: 280
Merit: 250
Bitnation Development Team Member
|
|
March 22, 2014, 04:24:42 PM |
|
www.reddit.com/r/DRKCoinSubscribe if you haven't already - we should try to move some of this conversation over there, it's way quieter than it should be. Also I see DarkcoinTalk is a bit of a ghost town. I say we move any non dev-related talk over there. This thread is almost unreadable.
|
|
|
|
chaeplin
|
|
March 22, 2014, 04:38:10 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugpatched, remove obj/, compiling, little slow.
|
|
|
|
HammerHedd
|
|
March 22, 2014, 04:48:49 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition show me the log. ubuntu 32bit ? 64bit ? 32bit log. 2014-03-21 05:34:42 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-21 05:34:42 ERROR: AcceptBlock() : incorrect proof of work 2014-03-21 05:34:42 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-21 05:34:42 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING
112.175.123.82 is 64bit, p2pool asia01. 64 bit ubuntu 13.10 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 0000000000dfef8242fd4b9de9ad6edbd4a6cadcce14c5c68470f7fc05c3a5f8 2014-03-22 16:27:31 SetBestChain: new best=0000000000dfef8242fd4b9de9ad6edbd4a6cadcce14c5c68470f7fc05c3a5f8 height=34135 log2_work=53.845554 tx=140284 date=2014-03-15 19:17:58 progress=0.956234 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 0000000000603d3a3ba622728747991e9752ecd59836e0667757c9d06143b7da 2014-03-22 16:27:31 SetBestChain: new best=0000000000603d3a3ba622728747991e9752ecd59836e0667757c9d06143b7da height=34136 log2_work=53.845661 tx=140289 date=2014-03-15 19:23:05 progress=0.956257 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 00000000004d129cf4fa6c885c1db87ef09d0e14d72fe76ef02d9e4c7cc55099 2014-03-22 16:27:31 SetBestChain: new best=00000000004d129cf4fa6c885c1db87ef09d0e14d72fe76ef02d9e4c7cc55099 height=34137 log2_work=53.845768 tx=140290 date=2014-03-15 19:23:48 progress=0.956261 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 00000000007bb41ae78eff7bd8456b2526f542f8904439a20d4a291756d1e9d5 2014-03-22 16:27:31 SetBestChain: new best=00000000007bb41ae78eff7bd8456b2526f542f8904439a20d4a291756d1e9d5 height=34138 log2_work=53.845875 tx=140295 date=2014-03-15 19:26:08 progress=0.956272 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 0000000000048df5a5abb1c3b8f58ab4f7415240f0ba253c51ba59a46fd98d10 2014-03-22 16:27:31 SetBestChain: new best=0000000000048df5a5abb1c3b8f58ab4f7415240f0ba253c51ba59a46fd98d10 height=34139 log2_work=53.845982 tx=140299 date=2014-03-15 19:28:04 progress=0.956282 2014-03-22 16:27:31 ProcessBlock: ACCEPTED 2014-03-22 16:27:31 received block 00000000007dda6b77dc0575cca14aecdc36cbdb07afe364d55e8def556304c2 2014-03-22 16:27:31 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:27:31 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:27:31 Misbehaving: 50.19.116.123:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:27:31 disconnecting node 50.19.116.123:9999 2014-03-22 16:27:32 received block 0000000000d5e8652582bb526edb6a389366d8f818b30ea7acd9b5f08cbb41d1 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=000000000067e933f90bb757838c00fda8159d10a7485a1debc09cc2c522b4d8 2014-03-22 16:27:32 received block 00000000005f093fd0bf34bd7acc3d93bc3e0aa218985ee8c8d2bcbd9da834d4 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=0000000000d5e8652582bb526edb6a389366d8f818b30ea7acd9b5f08cbb41d1 2014-03-22 16:27:32 received block 0000000001441f1afc554412b0907e2367286aaa50e91169655647e4d18b67e7 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=00000000005f093fd0bf34bd7acc3d93bc3e0aa218985ee8c8d2bcbd9da834d4 2014-03-22 16:27:32 received block 0000000000058355b5902e435fccd8201e46a05ea325d44876a718e4b40cd93f 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=0000000001441f1afc554412b0907e2367286aaa50e91169655647e4d18b67e7 2014-03-22 16:27:32 received block 00000000009ea909a8d75a1a4ee69b799a26de225cff25db2a0a4f9034ba1446 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=0000000000058355b5902e435fccd8201e46a05ea325d44876a718e4b40cd93f 2014-03-22 16:27:32 received block 0000000000a9740c198a6c5875e796e5868cdbae0d6627809173b27ad5d53fea 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=00000000009ea909a8d75a1a4ee69b799a26de225cff25db2a0a4f9034ba1446 2014-03-22 16:27:32 received block 00000000016dc84f5ce90ca15cdeeb38d6bce4f584d155c7d5e830fae1c49fcf 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=0000000000a9740c198a6c5875e796e5868cdbae0d6627809173b27ad5d53fea 2014-03-22 16:27:32 received block 0000000000b85487da3625431772067524ca01dc73e9c391e6b0b66ac210417a 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=00000000016dc84f5ce90ca15cdeeb38d6bce4f584d155c7d5e830fae1c49fcf 2014-03-22 16:27:32 received block 0000000000adc1a3dc8896e5adf0fae1186c99406e9e2b8967dbb33cdeeb4559 2014-03-22 16:27:32 ProcessBlock: ORPHAN BLOCK, prev=0000000000b85487da3625431772067524ca01dc73e9c391e6b0b66ac210417a 2014-03-22 16:27:32 received block 0000000000b95c0cdfceec1aa9755b214cdf1b71288b7f730c695b668a6f2eb2
I can drop the whole thing in pastebin if that will help. I almost think it has to do with the recent change in block rewards (7% reduction) and I somehow am building a version that is conflicting with... something...
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
chaeplin
|
|
March 22, 2014, 04:50:48 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
|
|
|
|
HammerHedd
|
|
March 22, 2014, 04:52:40 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
I see at least one other p2pool node is having the same problem - 5.6% efficiency I wonder if I can roll the pool back...?
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
|
March 22, 2014, 05:02:35 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
Yeah that's sad, it's definitely a bug with DGW. I can fix it, but it will require everyone update. PS, try this branch: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugJust a warning though, if you're submitting blocks with that daemon they'll get rejected if that branch works
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
tifozi
|
|
March 22, 2014, 05:05:50 PM |
|
Evan let us not rush it this time please. I posted a few pages back that DGW will need small updates/fixes. That is why I didn't want other coins to blindly start copying it.
|
|
|
|
HammerHedd
|
|
March 22, 2014, 05:05:58 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
Yeah that's sad, it's definitely a bug with DGW. I can fix it, but it will require everyone update What is the preferred solution in the short term?
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
chaeplin
|
|
March 22, 2014, 05:17:45 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
Yeah that's sad, it's definitely a bug with DGW. I can fix it, but it will require everyone update What is the preferred solution in the short term? How about try ubuntu 64bit 12.0.4 TLS ? I have no prob.
|
|
|
|
chaeplin
|
|
March 22, 2014, 05:19:24 PM |
|
2014-03-22 17:18:08 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 17:18:08 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 17:18:08 n1: 383.341940, n2: 383.359459 2014-03-22 17:18:08 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 17:18:08 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 17:18:08 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING
more log.
|
|
|
|
HammerHedd
|
|
March 22, 2014, 05:22:52 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
Yeah that's sad, it's definitely a bug with DGW. I can fix it, but it will require everyone update What is the preferred solution in the short term? How about try ubuntu 12.0.4 TLS ? I have no prob. lol... I switched back to the older computer and she's running fine... I'm going to go work outside and take a break from all this... The node is hashing again, that's what's important. I'll try the upgrade again later after the DGW bug gets sorted. On the plus side, Evan is usually really fast at this sort of thing, so I'm sure it will be good to go in the very near future.
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
chaeplin
|
|
March 22, 2014, 05:26:43 PM |
|
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain. I can post the debug log if someone wants to help. It has completely screwed my Saturday I was hoping to have a nice smooth p2pool transition I just pushed this branch, try it and let me know if that works: https://github.com/evan82/darkcoin/tree/DGW-32bit-bugI add printf and here the result. 2014-03-22 16:48:47 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad 2014-03-22 16:48:47 nBits: 469805813, GetNextWorkRequired: 469805811 2014-03-22 16:48:47 ERROR: AcceptBlock() : incorrect proof of work 2014-03-22 16:48:47 ERROR: ProcessBlock() : AcceptBlock FAILED 2014-03-22 16:48:47 Misbehaving: 112.175.123.82:9999 (0 -> 100) DISCONNECTING 2014-03-22 16:48:47 disconnecting node 112.175.123.82
Yeah that's sad, it's definitely a bug with DGW. I can fix it, but it will require everyone update What is the preferred solution in the short term? How about try ubuntu 12.0.4 TLS ? I have no prob. lol... I switched back to the older computer and she's running fine... I'm going to go work outside and take a break from all this... The node is hashing again, that's what's important. I'll try the upgrade again later after the DGW bug gets sorted. On the plus side, Evan is usually really fast at this sort of thing, so I'm sure it will be good to go in the very near future. I have fired up a AWS server for testing.
|
|
|
|
HammerHedd
|
|
March 22, 2014, 05:47:40 PM |
|
I have fired up a AWS server for testing.
Do you need help with anything? I can push a miner in your direction if you need to test some incoming hashes
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
HammerHedd
|
|
March 22, 2014, 05:53:38 PM |
|
If you are mining on or running a P2Pool Node 107.170.124.93:7903 Please check your configuration!Due to the DGW glitch, you are mining nothing but orphaned shares. Please switch to another node ( http://darkcoin.mine.nu/) until the problem can be resolved. Don't waste the hashes!
|
DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903 BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ http://darkcoin.kicks-ass.net
|
|
|
|