I wonder that I have already block 236841 while Griffith's block explorer has only 236840. My wallet stood/stands open.
Thank you for taking over ECC. My wallet have received once already a normal amount by staking. Wish you all the best.
yeah. the BE updates every 3 minutes. (less taxing on the cpu) so that is the reason it may be a block behind sometimes.
I withdrawals ECCoin 28330800 AMOUNT from MintPal 2014-09-09, STATUS Show "SUCCESSFUL", but my wallet did not receive,
mintpal shut off there wallet a longggg time ago. you can try to repair your wallet, but i doubt they have the right wallet anymore.
i got 4853509.623831 unconfirmed still from swisscex (they did update)
and no block for four days ?
running 1.9
any tips Griffers ?
no block for four days on 1.9?
all 1.9 did was add BE and IRC chat. and i know those modules for the code work well. ummm... repair your wallet i supposed. id hate to say resync but... might have to?
your right, other alts support btc as its all mostly traded to and from btc
got any hints about this big stuff ?
yeah. big stuff. sure. well. i have noticed a lot of sync problems with the wallets. and i know sometimes blocks arent coming out for a while, so i changes some block settings in the code. and in the next update i am putting in something that should end problems with forking, the wallet checks the checkpoint list (the array at the beginning of checkpoints.cpp) and occasionally wallets have to push updates to patch that file to add a number to the checkpoint because they dont want to have to go too far back in case of fork. i am working on a new .cpp file that is polymorphic code. this basically means that it will edit its own source code while running. and im going to have the wallets edit that checkpoint list during runtime so they stay on the right chain and sync faster. (doing this through a broadcast system with the IRC relay that i am going to re-add). either that (or if it gets too complicated and i cant get it to work) or you will soon see a checkpoints.dat file in your .ECCoin folders which will be the same thing, just it reads it from a dat file now.