Anoncoin / oldrepo-backup

Old repo, keept for issues. Use "anoncoin" which don't link back to litecoin and suggests PR to be merged there.
https://anoncoin.net
MIT License
67 stars 32 forks source link

Stuck on block height, ContextualCheckBlockHeader : incorrect proof of work #101

Open ssua6 opened 8 years ago

ssua6 commented 8 years ago

Running 9.6.9 on dev branch. Stuck on height 486587 for the past several days.

Getchaintips reports I only got headers for 50000+ and the height I am stuck at reports active.

[
{
"height" : 505124,
"hash" : "000000000b65bd2420c9ec7f37b097a923bed140d53fd75e96f322065ba92ee5",
"shad" : "92c8e5603799edfacf78feade29fa4f2994b1a39eb79c61f6b1e90bc5f2b2be1",
"branchlen" : 18527,
"status" : "headers-only"
},
{
"height" : 486597,
"hash" : "00000000000e5f9d267de44c3cbef81c2f0cd660ff66219357b74a6ec0fc7fe0",
"shad" : "7081a0ec50867093d051c66ca82611ae1e9b60a460e7d097bf51d401cd23cc04",
"branchlen" : 0,
"status" : "active"
}
]

Latest error data from debug.log:

2016-03-27 04:17:13 CService(mmg44qh2ousnrectbvefd5dbcrk6fbdg6fgzauan2apdujxok36q.b32.i2p)
2016-03-27 04:17:13 CService(if3pj2dv3cv3ljmjy3gism45r54lvjck5moavdjiroukrxlfjfia.b32.i2p)
2016-03-27 04:17:14 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 04:17:14 ERROR: invalid header received
2016-03-27 04:17:14 ProcessMessage(headers, 162003 bytes) FAILED, from peer=10
2016-03-27 05:48:58 accepted connection o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p
2016-03-27 05:49:01 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=91524, services=0x0000000000000081 us=btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p, them=o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p, peer=o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p
2016-03-27 05:49:03 CService(5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p)

Invalid header received from peer 10. getpeerinfo reports

{
"id" : 10,
"addr" : "xowpui5nxkarsg2uwjllc6wdteheytknicbbqsnbkjjwde5iq6ma.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459067116,
"lastrecv" : 1459067116,
"bytessent" : 26426,
"bytesrecv" : 209124,
"conntime" : 1459032854,
"pingtime" : 2.22460000,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : true,
"startingheight" : 507702,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},

@Cryptoslave wrote: If you did the IBD from a 70009 peer before block 502600 some strange things may happen, but normally not before 505001.

Could this be solved with a new boostrap once the hardfork is released?

Cryptoslave commented 8 years ago

This last sentence "If you did the IBD from a 70009 peer before block 502600 some strange things may happen, but normally not before 505001" shall be clarified: if you started to synchronise from a <70010 peer (old protocol) before the block 502600 and you did not finish the IBD at block 505001 then it would lead to errors; this is why I left 2400 blocks to sync before the hardfork from <70010 peer. If you start to sync after block 502600, then you will automatically do the IBD from peer protocol 70010. The solution in the case it took you 5 days or more to sync would be to restart again now. This can explain your issue, when did you start to sync? Does it still occur if you start again from an empty directory now? With or without bootstrap, you shall try both to narrow the problem.

BTW I saw you are running 9.6.10. /Anonymous:0.9.6.10/, not 9.6.9 like you stated :)

Yes of course this error would be solved if we did a new bootstrap after the hardfork block. I can try to make one new trial bootstrap.dat for you if you want :)

Cryptoslave commented 8 years ago

On xowpui5nxkarsg2uwjllc6wdteheytknicbbqsnbkjjwde5iq6ma.b32.i2p there is no fork at 505124

 {
        "height" : 505569,
        "hash" : "000000001520dd796ab67a14fbd9c81513a38ebc7f9d644afd38f47516412$
        "shad" : "27c2d3373124e8a7a509fec1375689f77382853ac6ab498f883fbc3f57faa$
        "branchlen" : 1,
        "status" : "valid-fork"
    },
 {
        "height" : 505507,
        "hash" : "000000000353c6ee30b2c7edefbfc21523f0be9ec503ae3c66f164425389d$
        "shad" : "01dca33a9426c359f4c18236ffb7d27767285ad6c3f84be82c4197b832c0c$
        "branchlen" : 2,
        "status" : "valid-headers"
    },

Can I get a return of "getinfo" from your peer please? You shall have this:

{
    "version" : 90610,
    "protocolversion" : 70010,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 507973,
    "timeoffset" : -3,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 0.05134525,
    "testnet" : false,
    "keypoololdest" : 1457385411,
    "keypoolsize" : 201,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : "This is a HARDFORK build for block 505000"
}
Cryptoslave commented 8 years ago

Also more data would be interesting like the preceding receive version message and the last updatetip messages:


2016-03-27 13:35:57 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=508014, services=0x0000000000000081 us=qvxminqhk4gpd6c74t7kx4gyhkmjhghje6n6vxurtywxdosckopa.b32.i2p, them=iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p, peer=iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p
2016-03-27 13:36:10 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 13:36:10 ERROR: invalid header received
2016-03-27 13:36:10 ProcessMessage(headers, 162003 bytes) FAILED, from peer=1
2016-03-27 13:36:13 receive version message: /Anonymous:0.8.5.6/: version 70007, blocks=507754, services=0x0000000000000083 us=qvxminqhk4gpd6c74t7kx4gyhkmjhghje6n6vxurtywxdosckopa.b32.i2p, them=if3pj2dv3cv3ljmjy3gism45r54lvjck5moavdjiroukrxlfjfia.b32.i2p, peer=if3pj2dv3cv3ljmjy3gism45r54lvjck5moavdjiroukrxlfjfia.b32.i2p
2016-03-27 13:36:17 P2P peers available. Skipped DNS seeding.
2016-03-27 13:36:17 dnsseed thread exit
2016-03-27 13:36:28 UpdateTip: new best=0000000000450927e4121707e2c7ff66debd352b90c5b9617a5aeaae13896861  height=506378  log2_work=197.97683  tx=782930  date=2016-03-25 05:16:56 progress=0.996087  cache=583
2016-03-27 13:36:28 UpdateTip: new best=00000000331175fd8f05d8806f8fc68f1b95691c573f1ae5434af1a4772af41f  height=506379  log2_work=197.97683  tx=782931  date=2016-03-25 05:17:33 progress=0.996088  cache=1
2016-03-27 13:36:28 UpdateTip: new best=000000003257fb4f0aca82e2d3e511065d7da1ecc8e54fc4253792d87145d5db  height=506380  log2_work=197.97683  tx=782932  date=2016-03-25 05:17:37 progress=0.996088  cache=2

This above is what happen when running a 9.6.10 build with a wrong hardfork block (not yet reached). It do not accept the block from the privatemainet but instead it accept the blocks from 8.5.6 peers (ie normal mainet).

ssua6 commented 8 years ago

Yes CS thank you for noticing the right version. I would like to try the boostrap after 505000 if a clean .anoncoin/ folder does not work. This issue does appear with the most recent boostrap; will test with NO boostrap (only latest anoncoin.conf). Latest data before I begin the clean folder test:

Latest error is with peer 6:

2016-03-26 22:54:22 CService(aanzppb34a5prffbxgfrczmzkakmi6iyez57jxpnakticuxxfbua.b32.i2p)
2016-03-26 22:55:13 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-26 22:55:13 ERROR: invalid header received
2016-03-26 22:55:13 ProcessMessage(headers, 162003 bytes) FAILED, from peer=7
2016-03-26 22:56:34 accepted connection 5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p
2016-03-26 22:56:37 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=507703, services=0x0000000000000081 us=btc4x6eixkhsnfj4gdquky4qsx
64tu53tofseb6a6zflgfpzo4ta.b32.i2p, them=5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p, peer=5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwums
rjzkwq.b32.i2p
2016-03-26 22:56:41 CService(xowpui5nxkarsg2uwjllc6wdteheytknicbbqsnbkjjwde5iq6ma.b32.i2p)

// more logging

2016-03-27 04:17:13 CService(if3pj2dv3cv3ljmjy3gism45r54lvjck5moavdjiroukrxlfjfia.b32.i2p)
2016-03-27 04:17:14 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 04:17:14 ERROR: invalid header received
2016-03-27 04:17:14 ProcessMessage(headers, 162003 bytes) FAILED, from peer=10
2016-03-27 05:48:58 accepted connection o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p
2016-03-27 05:49:01 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=91524, services=0x0000000000000081 us=btc4x6eixkhsnfj4gdquky4qsx6
4tu53tofseb6a6zflgfpzo4ta.b32.i2p, them=o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p, peer=o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqig
qmhfq.b32.i2p
2016-03-27 05:49:03 CService(5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p)

// more logging 

2016-03-27 08:37:48 CService(u2ne6du2ymtizvcoonnlqpedbzu7dyrag3pbvb5qktd4sdyclpqq.b32.i2p)
2016-03-27 08:37:58 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 08:37:58 ERROR: invalid header received
2016-03-27 08:37:58 ProcessMessage(headers, 162003 bytes) FAILED, from peer=3
2016-03-27 08:38:47 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=507912, services=0x0000000000000081 us=btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p, them=iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p, peer=iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p
2016-03-27 08:38:47 CService(xowpui5nxkarsg2uwjllc6wdteheytknicbbqsnbkjjwde5iq6ma.b32.i2p)

// more logging

2016-03-27 11:19:49 CService(vehpyflgrdpcprrha4wvbkq4yqffc3qmazor2pgjqofam22cpelq.b32.i2p)
2016-03-27 11:19:49 CService(iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p)
2016-03-27 11:19:49 CService(xynjl64xlviqhkjl2fbvupj7y3wct46jtayoxm2ksba6tqzo6tsa.b32.i2p)
2016-03-27 11:43:56 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 11:43:56 ERROR: invalid header received
2016-03-27 11:43:56 ProcessMessage(headers, 162003 bytes) FAILED, from peer=6
2016-03-27 11:44:55 accepted connection 5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p
2016-03-27 11:44:59 receive version message: /Anonymous:0.9.6.10/: version 70010, blocks=507975, services=0x0000000000000081 us=btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p, them=5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p, peer=5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p
2016-03-27 11:45:01 CService(u2ne6du2ymtizvcoonnlqpedbzu7dyrag3pbvb5qktd4sdyclpqq.b32.i2p)

Current getrchaintips:

[
{
"height" : 505124,
"hash" : "000000000b65bd2420c9ec7f37b097a923bed140d53fd75e96f322065ba92ee5",
"shad" : "92c8e5603799edfacf78feade29fa4f2994b1a39eb79c61f6b1e90bc5f2b2be1",
"branchlen" : 18527,
"status" : "headers-only"
},
{
"height" : 486597,
"hash" : "00000000000e5f9d267de44c3cbef81c2f0cd660ff66219357b74a6ec0fc7fe0",
"shad" : "7081a0ec50867093d051c66ca82611ae1e9b60a460e7d097bf51d401cd23cc04",
"branchlen" : 0,
"status" : "active"
}
]

And as you requested :) getpeerinfo. Peers 7, 10 and 13 are all running 8.5.6. As seen above I only have an issue with peer=7 and peer=10.

[
{
"id" : 6,
"addr" : "iivewt3y222jgumlgngbpgyqbrxro3tcmztjjj3eqmpumwl5lpfq.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459111927,
"lastrecv" : 1459111927,
"bytessent" : 32662,
"bytesrecv" : 202205,
"conntime" : 1459067924,
"pingtime" : 3.73231300,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : false,
"startingheight" : 507912,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 7,
"addr" : "b7ziruwpk7g2e44xyomnc2nu5tx7bc2f2ai4dzi66uxm3bc3qttq.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000083",
"lastsend" : 1459111987,
"lastrecv" : 1459111869,
"bytessent" : 12898,
"bytesrecv" : 27143,
"conntime" : 1459067926,
"pingtime" : 2.12465500,
"pingwait" : 1.47131200,
"version" : 70007,
"subver" : "/Anonymous:0.8.5.6/",
"inbound" : false,
"startingheight" : 507684,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 9,
"addr" : "o2dfxxleomeviwnc6zhwvl5tvqb2w37vw7nz6njsl2cnqigqmhfq.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459111976,
"lastrecv" : 1459111976,
"bytessent" : 26200,
"bytesrecv" : 25116,
"conntime" : 1459074136,
"pingtime" : 96.41362600,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : false,
"startingheight" : 196714,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 12,
"addr" : "xowpui5nxkarsg2uwjllc6wdteheytknicbbqsnbkjjwde5iq6ma.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459111960,
"lastrecv" : 1459111960,
"bytessent" : 24669,
"bytesrecv" : 41287,
"conntime" : 1459079145,
"pingtime" : 3.02899300,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : true,
"startingheight" : 507975,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 13,
"addr" : "if3pj2dv3cv3ljmjy3gism45r54lvjck5moavdjiroukrxlfjfia.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000083",
"lastsend" : 1459111953,
"lastrecv" : 1459111965,
"bytessent" : 9794,
"bytesrecv" : 20999,
"conntime" : 1459079620,
"pingtime" : 11.33100200,
"version" : 70007,
"subver" : "/Anonymous:0.8.5.6/",
"inbound" : false,
"startingheight" : 507722,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 18,
"addr" : "a4gii55rnvv22qm2ojre2n67bzms5utr4k3ckafwjdoym2cqmv2q.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000083",
"lastsend" : 1459111935,
"lastrecv" : 1459111937,
"bytessent" : 6402,
"bytesrecv" : 13190,
"conntime" : 1459092412,
"pingtime" : 2.12485700,
"version" : 70007,
"subver" : "/Anonymous:0.8.5.6/",
"inbound" : false,
"startingheight" : 507791,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 24,
"addr" : "5oo3enrz7fp77ojrfk7hjsniohsxqmhuxdhdx6ur7iwumsrjzkwq.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459111918,
"lastrecv" : 1459111918,
"bytessent" : 6906,
"bytesrecv" : 22752,
"conntime" : 1459101307,
"pingtime" : 4.54891500,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : false,
"startingheight" : 508085,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
},
{
"id" : 27,
"addr" : "yg5zv3anh63l22pq3vvb2znaubpl7bbq4lhlhyfvzkmddunmuuya.b32.i2p",
"addrlocal" : "btc4x6eixkhsnfj4gdquky4qsx64tu53tofseb6a6zflgfpzo4ta.b32.i2p",
"services" : "0000000000000081",
"lastsend" : 1459111967,
"lastrecv" : 1459111970,
"bytessent" : 7835,
"bytesrecv" : 9940,
"conntime" : 1459111841,
"pingtime" : 3.43263500,
"version" : 70010,
"subver" : "/Anonymous:0.9.6.10/",
"inbound" : true,
"startingheight" : 508097,
"banscore" : 0,
"synced_headers" : -1,
"synced_blocks" : -1,
"inflight" : [
],
"whitelisted" : false
}
]
Cryptoslave commented 8 years ago

Not getpeerinfo but getinfo!

Can I get a return of "getinfo" from your peer please

With this we see if your hardfork block is correct, if you did not build correctly the hardfork (like gnosis with the typo) we will see with this line:

"errors" : "This is a HARDFORK build for block 505000"

Cryptoslave commented 8 years ago

Otherwise, try to find this:

2016-03-28 09:52:38 trying connection b7ziruwpk7g2e44xyomnc2nu5tx7bc2f2ai4dzi66uxm3bc3qttq.b32.i2p lastseen=103.4hrs
2016-03-28 09:52:40 connected b7ziruwpk7g2e44xyomnc2nu5tx7bc2f2ai4dzi66uxm3bc3qttq.b32.i2p
2016-03-28 09:52:40 Added connection to peer id=60

because we do not know for sure which peer is which address. Although with getpeerinfo above shall be OK. Then you can quote this part, after inv and addr sharing:

2016-03-27 11:43:56 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 11:43:56 ERROR: invalid header received
2016-03-27 11:43:56 ProcessMessage(headers, 162003 bytes) FAILED, from peer=60

In this way we have matched peer id=60 with peer=60 (I modified your example above). Also do not be confused by this:

2016-03-27 08:37:48 CService(u2ne6du2ymtizvcoonnlqpedbzu7dyrag3pbvb5qktd4sdyclpqq.b32.i2p)
2016-03-27 08:37:58 ERROR: ContextualCheckBlockHeader : incorrect proof of work
2016-03-27 08:37:58 ERROR: invalid header received
2016-03-27 08:37:58 ProcessMessage(headers, 162003 bytes) FAILED, from peer=3

The peer which sent this is not u2ne6du2ymtizvcoonnlqpedbzu7dyrag3pbvb5qktd4sdyclpqq.b32.i2p but indeed peer=3 CService(address b32.i2p) is the addrman loging of address shared by the peer to a response of getaddr sent by your peer after connection. It was a previous bug with bad sharing of address recently corrected in https://github.com/Anoncoin/anoncoin/commit/44053a1104b37a88ba7fee2f1556346b9fb3cc57 and previous, I removed the logprintf for CService in https://github.com/Anoncoin/anoncoin/commit/483e95fed42764d70c28015674739bdb9e0cae62 to replace with a logprint "net" debug.

ssua6 commented 8 years ago

getinfo:

{
"version" : 90610,
"protocolversion" : 70010,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 337280,
"timeoffset" : 1,
"connections" : 9,
"proxy" : "",
"difficulty" : 0.00000244,
"testnet" : false,
"keypoololdest" : 1459112543,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : "This is a HARDFORK build for block 505000"
}

Not sure how I did not build it correctly then, I used the command below.

OS: Xubuntu 14.04 within a VM
Built using: ./configure --with-hardfork=505000 --prefix=`pwd`/depends/i686-pc-linux-gnu && make
Cryptoslave commented 8 years ago

So I also had it at the same block 505124 with the 32bit version on this xubuntu in a VM. I never had any issues with linux 64 bits.

The bootstrap will not help in this case, there is probably a bug inside the POW file that happen on 32 bits only. Did you ever run anoncoin 9.6.9 in this VM before under 32 bits?

Probably the fault is in pow.cpp in the PID somewhere. i will have to find this, or Gnosis if he want, this may be a bit long :S

ssua6 commented 8 years ago

Always ran 9.6.9 in this same VM under 32-bits arch. Okay.

Cryptoslave commented 8 years ago

You mean in xubuntu 14.04 32 bits? not Arch linux, right?

thx, interesting to know

We will see in next hardfork, but before we shall try 9.6.10 without hardfork block in the same VM for a few days IMHO.

Cryptoslave commented 8 years ago

Ssua6, I tried to synch with the bootstrap and with the new version https://github.com/Anoncoin/anoncoin/commit/c1276f7e9da96943d9b2ff7720bc6eab99fb6950, on several linux 64 bits (mint, xubuntu, antergos) and on windows 64 bits. I had no issue. I also tried to synch without bootstrap from linux 64 xubuntu and it worked too. Finally I tried also to synch using the Ubuntu 32 bits I used above, and similarly it is up to date (514910 right now). I tried qt or anoncoind btw, depending on which system I was.

Ssuag, can you retry it with https://github.com/Anoncoin/anoncoin/commit/c1276f7e9da96943d9b2ff7720bc6eab99fb6950 build without the hardfork block (you have to reexecute the .configure line without any hardfork block like : ./configure --prefix=pwd/depends/).

Thanks, CS