J.B.O
|
|
January 11, 2014, 02:07:14 PM |
|
Good news everyone! I think I have the fix!
I need to give it more time to sync, run some more tests, and clean up the code, but if all goes well it should be released tomorrow!
yay!
Yay ! Nice So, I'll make a giveaway tomorrow if everything is ok
|
⟳ CAPTcoin: The crypto-currency for everyone
|
|
|
tevayo
|
|
January 11, 2014, 03:14:16 PM |
|
Good news everyone! I think I have the fix!
I need to give it more time to sync, run some more tests, and clean up the code, but if all goes well it should be released tomorrow!
yay!
Thanks for your work The Catman, and do not let some criticism affect you, for without your help this coin would be dead.
|
|
|
|
Son_of_Dragon
Newbie
Offline
Activity: 14
Merit: 0
|
|
January 11, 2014, 05:55:43 PM |
|
Good news everyone! I think I have the fix!
I need to give it more time to sync, run some more tests, and clean up the code, but if all goes well it should be released tomorrow!
yay!
Many thanks for your hard work.
|
|
|
|
olliejjc16
|
|
January 11, 2014, 06:56:29 PM |
|
Thanks for your work in getting this sorted, just a question I've made a number of withdrawals from crypsty to wallets that haven't appeared yet, will they go through once the wallet is fixed? Thanks!
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 11, 2014, 07:25:14 PM |
|
Thanks for your work in getting this sorted, just a question I've made a number of withdrawals from crypsty to wallets that haven't appeared yet, will they go through once the wallet is fixed? Thanks!
Probably, the blockchain past 242000 is all kindsa forked up, so some transactions may get undone, but I'm trying to make sure the checkpoints line up with the fork cryptsy's on so those transactions should all work out.
|
|
|
|
olliejjc16
|
|
January 11, 2014, 07:29:21 PM |
|
Thats great thanks for doing your best to keep pennies alive!!
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
January 11, 2014, 09:41:41 PM |
|
Thanks for your work The Catman,................, for without your help this coin would be dead.
True story
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
bg6471
Member
Offline
Activity: 70
Merit: 10
|
|
January 12, 2014, 01:03:16 AM |
|
Good news everyone! I think I have the fix!
I need to give it more time to sync, run some more tests, and clean up the code, but if all goes well it should be released tomorrow!
yay!
Yay ! Nice So, I'll make a giveaway tomorrow if everything is ok I think I might too, if it is all working ok
|
|
|
|
daemonfox
|
|
January 12, 2014, 01:44:54 AM |
|
Since you are sticking to whatever chain cryptsy is on... can we get that height please?
|
|
|
|
alivecrypto
|
|
January 12, 2014, 02:02:47 AM |
|
CENT users I tried everything but my wallet is stuck in 50623 block can anyone please inform me what i can do?
|
|
|
|
|
alivecrypto
|
|
January 12, 2014, 02:20:35 AM |
|
Thank you for the information Good news everyone! I think I have the fix!
I need to give it more time to sync, run some more tests, and clean up the code, but if all goes well it should be released tomorrow!
yay!
Can you quote the time please? According to your post time and recent local website time your tomorrow might be after few hours rite?
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 12, 2014, 02:22:08 AM |
|
Since you are sticking to whatever chain cryptsy is on... can we get that height please?
No idea yet, I'm having trouble getting in sync with cryptsy's chain. I can't seem to connect my wallet directly to them and my contacts there are unavailable at the moment to give me some checkpoint info =\
|
|
|
|
dragon695
Full Member
Offline
Activity: 449
Merit: 103
Decentralized Ascending Auctions on Blockchain
|
|
January 12, 2014, 02:24:20 AM |
|
I noticed a fix for the sync issue is in git, but I feel the underlying problem (which you are just papering over) is that you should be checking the transaction nTime as opposed the current time. This is how other coins (like NVC) have done it, so I adapted the same thing for pennies when I was having problems syncing a fresh blockchain after the stake switch. I've been running the following patch since then without stake verification issues: http://pastebin.com/kZn5jb4qThis also has the added benefit of being useful in the future if another stake change is needed.
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 12, 2014, 02:46:31 AM |
|
I noticed a fix for the sync issue is in git, but I feel the underlying problem (which you are just papering over) is that you should be checking the transaction nTime as opposed the current time. This is how other coins (like NVC) have done it, so I adapted the same thing for pennies when I was having problems syncing a fresh blockchain after the stake switch. I've been running the following patch since then without stake verification issues: http://pastebin.com/kZn5jb4qThis also has the added benefit of being useful in the future if another stake change is needed. The github does not have the latest changes yet, that was just a bit that I pulled over as a starting point. I already have the main issue fixed, I just need to figure out which fork cryptsy's on so I can insert the right checkpoints. Edit: I just pushed the functioning code to the github, still needs the checkpoints and a bit of cleaning up though.
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
January 12, 2014, 06:10:39 AM |
|
The github does not have the latest changes yet, that was just a bit that I pulled over as a starting point. I already have the main issue fixed, I just need to figure out which fork cryptsy's on so I can insert the right checkpoints.
Edit: I just pushed the functioning code to the github, still needs the checkpoints and a bit of cleaning up though.
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 12, 2014, 10:08:50 AM Last edit: January 12, 2014, 11:03:51 AM by The_Catman |
|
Alright, so I haven't been able to get in touch with anyone at cryptsy yet, nor have I managed to sync my chain with there's, but i did promise to release the fix today so I will at least do that. I haven't fixed all the forks yet but I have fixed the invalid stake issues so you can at least have a functional wallet again. Maybe the blockchain will even sort itself out before I get a chance to get the checkpoints sorted out. Anyway, DOWNLOAD PENNIES V0.10.1.0-ALPHA STAKEFIXFIX: Windows-Qt* | SourceIf your blockchain is still stuck after you update, you'll probably need to delete it and start from scratch. It'll likely pause frequently, you'll get a lot of errors in debug.log, and the client will likely still be unresponsive and laggy at times, but it will work. * Still uploading.... Edit: Fuck it, taking to long to upload, if it happens to show up while i'm sleeping congrats, otherwise I'll try again in the morn.Actually here, I'll try ad up it to Google Drive. Night.
|
|
|
|
r0mar
|
|
January 12, 2014, 04:21:18 PM |
|
You forgot to strip files, its huge) looks like debug mode.
|
|
|
|
Stick56
Member
Offline
Activity: 68
Merit: 10
Hoping to see another sunrise from home!
|
|
January 12, 2014, 06:43:18 PM |
|
Alright, so I haven't been able to get in touch with anyone at cryptsy yet, nor have I managed to sync my chain with there's, but i did promise to release the fix today so I will at least do that. I haven't fixed all the forks yet but I have fixed the invalid stake issues so you can at least have a functional wallet again. Maybe the blockchain will even sort itself out before I get a chance to get the checkpoints sorted out. Anyway, DOWNLOAD PENNIES V0.10.1.0-ALPHA STAKEFIXFIX: Windows-Qt* | SourceIf your blockchain is still stuck after you update, you'll probably need to delete it and start from scratch. It'll likely pause frequently, you'll get a lot of errors in debug.log, and the client will likely still be unresponsive and laggy at times, but it will work. * Still uploading.... Edit: Fuck it, taking to long to upload, if it happens to show up while i'm sleeping congrats, otherwise I'll try again in the morn.Actually here, I'll try ad up it to Google Drive. Night. Way to go The Catman! Downloaded installed block chain loaded with no problems, no stalls or crashes, I even have my original investment in the coins back that I thought I had screwed up and lost them. Now for those group members wanting to do a give away, any and all would be greatly appreciated: PHQFNeyacCinynP6j2KS3RJL5oBAVj7pCA Lol!
|
|
|
|
mike77777
|
|
January 12, 2014, 07:00:04 PM |
|
All is working here (at least at the moment). Thanks The_Catman
|
|
|
|
|