162
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 11, 2013, 04:57:08 PM
|
This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node?
You know what, yeah I think I know how it happened, I'm messing around with the client to build a p2p pool, and I'm using the testnet flags and variables to let it know if its running as a pool node or a regular node. However it still shouldn't have entered this state even though you operated testnet mode. I deleted the blockchain folders and redownloaded it. And the issue went away so the issue was probably related to identifying the blocks. I'm not even sure how to test if it was my modifications or not that caused it.
|
|
|
163
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 11, 2013, 04:37:29 PM
|
 getcheckpoint { "synccheckpoint" : "221156cf301bc3585e72de34fe1efdb6fbd703bc27cfc468faa1cdd889d0efa0", "height" : 0, "timestamp" : 1373063882, "subscribemode" : "advisory" }
getblockhash 14131 93c94769cfde74003f65b7fac93c2908e166da50dfd118fc0fcfcd0a51b00348 This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node? You know what, yeah I think I know how it happened, I'm messing around with the client to build a p2p pool, and I'm using the testnet flags and variables to let it know if its running as a pool node or a regular node.
|
|
|
164
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 11, 2013, 04:24:39 PM
|
{ "blocks" : 14131, "currentblocksize" : 1000, "currentblocktx" : 0, "errors" : "Warning: checkpoint on different blockchain fork, contact developers to resolve the issue", "generate" : true, "genproclimit" : 1, "primespersec" : 156, "pooledtx" : 0, "testnet" : false } Derp? Please run these command getcheckpoint getblockhash 14131 And post output Current checkpoint is still on genesis. So I don't expect this to pop up.  getcheckpoint { "synccheckpoint" : "221156cf301bc3585e72de34fe1efdb6fbd703bc27cfc468faa1cdd889d0efa0", "height" : 0, "timestamp" : 1373063882, "subscribemode" : "advisory" }
getblockhash 14131 93c94769cfde74003f65b7fac93c2908e166da50dfd118fc0fcfcd0a51b00348
|
|
|
165
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 11, 2013, 03:37:06 PM
|
{ "blocks" : 14131, "currentblocksize" : 1000, "currentblocktx" : 0, "errors" : "Warning: checkpoint on different blockchain fork, contact developers to resolve the issue", "generate" : true, "genproclimit" : 1, "primespersec" : 156, "pooledtx" : 0, "testnet" : false } Derp?
|
|
|
|