dragon695
Full Member
Offline
Activity: 449
Merit: 103
Decentralized Ascending Auctions on Blockchain
|
|
January 21, 2014, 03:07:59 PM |
|
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. In main.cpp, is this correct? if (nStakeReward > GetProofOfStakeReward(nCoinAge, pindexBlock->nHeight) - GetMinFee() + MIN_TX_FEE) return DoS(100, error("ConnectInputs() : %s stake reward exceeded", GetHash().ToString().substr(0,10).c_str()));
Shouldn't you be passing this->nTime as the second argument to GetProofOfStakeReward()?
|
|
|
|
dragon695
Full Member
Offline
Activity: 449
Merit: 103
Decentralized Ascending Auctions on Blockchain
|
|
January 21, 2014, 03:13:44 PM |
|
Pennies v0.10.2.1-abe released! Download (Alt)Changes: - Properly built as release instead of debug (doesn't need those ridiculously large files anymore) - New checkpoints - Minor splash screen modification (now you can read the bright yellow text at the bottom) - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea) Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first. Is this in git yet?
|
|
|
|
undeadbitcoiner
|
|
January 21, 2014, 03:31:36 PM |
|
Pennies v0.10.2.1-abe released! Download (Alt)Changes: - Properly built as release instead of debug (doesn't need those ridiculously large files anymore) - New checkpoints - Minor splash screen modification (now you can read the bright yellow text at the bottom) - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea) Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first. I really didn't have problems with older versions crashing, more like freezing. That being said, the new client (v0.10.2.1-abe) synchronized very fast (25 mins.), all my funds are there and test transfers of 10,000,000 were sent back and forth between cryptsy without any problems. Thank you sir! Can you please post your conf details. synchronized very fast (25 mins.)I am running since 1 hrs and its too slow, not yet stuck but too much slow. Be glad to, but can you tell me how to find them? C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies in that folder you will get your pennies.cof file open that in notepad you could find data. didn't you configure your conf file?
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 21, 2014, 03:45:42 PM |
|
Is this in git yet?
Sorry, forgot to push it last night. It'll be in the 'stakefixfix' branch.
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 21, 2014, 03:48:25 PM |
|
Now need to fix some transfer issuees and stakes issuees.
Yeah, I'm working on it. Probably have something done by the end of the week. The stake issues have already been fixed though?
|
|
|
|
JimmyS
Member
Offline
Activity: 107
Merit: 10
|
|
January 21, 2014, 04:08:09 PM |
|
Pennies v0.10.2.1-abe released! Download (Alt)Changes: - Properly built as release instead of debug (doesn't need those ridiculously large files anymore) - New checkpoints - Minor splash screen modification (now you can read the bright yellow text at the bottom) - Released on MediaFire as well for those who can't access google (hopefully you can access this, I have no idea) Let me know if this fixes your crashes for those who had that problem when it tries to connect. Don't forget to try wiping the blockchain first. I really didn't have problems with older versions crashing, more like freezing. That being said, the new client (v0.10.2.1-abe) synchronized very fast (25 mins.), all my funds are there and test transfers of 10,000,000 were sent back and forth between cryptsy without any problems. Thank you sir! Can you please post your conf details. synchronized very fast (25 mins.)I am running since 1 hrs and its too slow, not yet stuck but too much slow. Be glad to, but can you tell me how to find them? C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies in that folder you will get your pennies.cof file open that in notepad you could find data. didn't you configure your conf file?Never configured anything. The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat Am I missing something? Appreciate any information if I messed up somewhere. Everything does seem to be working fine, including transfers in and out of cryptsy.
|
|
|
|
undeadbitcoiner
|
|
January 21, 2014, 05:11:05 PM |
|
Never configured anything. The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat
Am I missing something? Appreciate any information if I messed up somewhere. Everything does seem to be working fine, including transfers in and out of cryptsy.
I think you didn't Configured your conf file as normally conf file is listen=1 server=1 daemon=1 rpcallowip=10.0.0. rpcuser=x rpcpassword=x rpcport=7997 addnode=node.cryptsy.com in C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies we need to create a new notepad file and rename it to pennies.conf i am running with conf and without conf file but its too slow i dont know what is happening.
|
|
|
|
ciklop1974
|
|
January 21, 2014, 05:43:47 PM |
|
How can this be? Blocks are not considered further.
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
January 21, 2014, 05:58:59 PM |
|
I don't read Russian, but I can imagine it is American time?
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
ciklop1974
|
|
January 21, 2014, 06:16:07 PM |
|
Wallet work only with piggy.exe -repairwallet. With this function work well!!
|
|
|
|
Sonatix
Member
Offline
Activity: 118
Merit: 100
|
|
January 21, 2014, 06:30:24 PM |
|
Now need to fix some transfer issuees and stakes issuees.
Yeah, I'm working on it. Probably have something done by the end of the week. The stake issues have already been fixed though? No more crashes, thank you
|
WEX.NZ yкpaл y мeня нa 0.5 BTC
|
|
|
dragon695
Full Member
Offline
Activity: 449
Merit: 103
Decentralized Ascending Auctions on Blockchain
|
|
January 21, 2014, 06:32:28 PM |
|
Now need to fix some transfer issuees and stakes issuees.
Yeah, I'm working on it. Probably have something done by the end of the week. The stake issues have already been fixed though? What about the code I mentioned in main.cpp?
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1843
Merit: 1338
XXXVII Fnord is toast without bread
|
|
January 21, 2014, 07:06:36 PM |
|
How can this be? Blocks are not considered further. The checkpoints put in place only go to block 261000, the wallet should continue to sync after that number. See here
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
JimmyS
Member
Offline
Activity: 107
Merit: 10
|
|
January 21, 2014, 07:16:59 PM |
|
Never configured anything. The folder you mentioned is the first place I looked but only have: database folder, .lock,blk0001.dat, blkindex.dat, db.log, debug.log, peers.dat and wallet.dat
Am I missing something? Appreciate any information if I messed up somewhere. Everything does seem to be working fine, including transfers in and out of cryptsy.
I think you didn't Configured your conf file as normally conf file is listen=1 server=1 daemon=1 rpcallowip=10.0.0. rpcuser=x rpcpassword=x rpcport=7997 addnode=node.cryptsy.com in C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies we need to create a new notepad file and rename it to pennies.conf i am running with conf and without conf file but its too slow i dont know what is happening. I added that file,and now the program loads instantly, instead of having me wait five minutes before I'm able to use that program. I added the file, restarted and everything seems to be the same as earlier, getinfo and speed. I'm not certain if it's needed but how will all of the new people downloading the wallet know about this?
|
|
|
|
undeadbitcoiner
|
|
January 21, 2014, 08:09:42 PM |
|
listen=1 server=1 daemon=1 rpcallowip=10.0.0. rpcuser=x rpcpassword=x rpcport=7997 addnode=node.cryptsy.com C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies I added that file,and now the program loads instantly, instead of having me wait five minutes before I'm able to use that program. I added the file, restarted and everything seems to be the same as earlier, getinfo and speed. I'm not certain if it's needed but how will all of the new people downloading the wallet know about this? Pennies need's an alert system that tell people to download the newest client. Now that would be a innovative feature. Thats Fine Atleast its working for some people, but i am having problem of Slow Synchronizing issuee Anyone could tell me how long it took to synchronize entire wallet? NOTE: Synchronizing after deleting all files from C:\Users\Your Computer´s User Name\AppData\Roaming\Pennies Rather then Pennies.conf and Wallet.dat
|
|
|
|
The_Catman (OP)
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
January 21, 2014, 08:55:18 PM |
|
Pennies need's an alert system that tell people to download the newest client. Now that would be a innovative feature.
I wouldn't call that innovative, other coins already have that. It would also require setting up an announcement server, which I have no desire of doing. At least not anytime soon. I may set something up with twitter at some point if i can figure that out though.
|
|
|
|
bikerleszno
|
|
January 22, 2014, 12:40:11 AM |
|
What is wrong with my wallet ? I sent out 999 m to cryptsy and i get error, after i restarted it is not synced and showing me next error about time.
|
|
|
|
bikerleszno
|
|
January 22, 2014, 07:23:56 AM |
|
Could someone put to any ftp server the newest files with blocks (blk0001.dat and blkindex.dat) that everyone can download it and check wallets faster? Downloading by client is taking so long on weak computers ;/
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
January 22, 2014, 10:19:52 AM |
|
Hi, My wallet cannot synchronize the last block. Anybody knows how to fix it? Already tried adding the pennies.con to the appdata: listen=1 server=1 daemon=1 rpcallowip=10.0.0. rpcuser=x rpcpassword=x rpcport=7997 addnode=node.cryptsy.com
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
Beoga
Legendary
Offline
Activity: 2646
Merit: 1141
|
|
January 22, 2014, 10:23:39 AM |
|
Could someone put to any ftp server the newest files with blocks (blk0001.dat and blkindex.dat) that everyone can download it and check wallets faster? Downloading by client is taking so long on weak computers ;/
I can do that, but it is no sense. I downloaded new version of wallet (v0.10.2.1-abe) and now it synchronized. But seems it has not the same blockchain with Cryptsy. Last few days I have sent 4 deposits to Cryptsy (18,18,21 and 22 Jan). All of them are confirmed in new wallet, but only 1 was received by Cryptsy. This one was sent 18 Jan. and it is from the input that was generated before 8 Jan. Another ones are from inputs was generated after 8 January and I haven't got them on Cryptsy. Are anyone in the same chain with Crypsy now?
|
|
|
|
|