Author

Topic: [ANN][1000 SYNC] Proof of Stake now run by BLOCKCHAIN DEVELOPMENT COMPANY - page 276. (Read 816006 times)

sr. member
Activity: 420
Merit: 250
yep, it's working!

And now indicating that it considers taking a few coins out for stake!  Cool


Thanks dev!  Sync reborn!
full member
Activity: 154
Merit: 100
smooth and running block 8894 1minute ago BUT DAMN ive forgotten to make a pic of block 8888  Angry  Grin

there it goes - and mintpal is great and multipool is the greatest - all smooth and going fine
member
Activity: 84
Merit: 10
There's an updated client!  Lets celebrate and not nitpick  Grin
newbie
Activity: 28
Merit: 0
Shows vers 1.0 - nothimg to worry about

Of course its important. Thats why working in software is hard, versioning. Getting everyone on the same update.

youre right - but im first interested in working smoothly - i mentioned the vers-nr "Long" ago - its Little to Change - but i wont cry if it doesnt appear

It's the smallest details. Its a worrying sign that no-one cares imo. I think there must be 20 comments on here reminding the coders of the oversight, yet it seems to be the same according to some.
full member
Activity: 154
Merit: 100
if you made it all new from the beginning dont Panic if there are conflicts in the wallet with the payments - that disappear while syncing
full member
Activity: 154
Merit: 100
Shows vers 1.0 - nothimg to worry about

Of course its important. Thats why working in software is hard, versioning. Getting everyone on the same update.

youre right - but im first interested in working smoothly - i mentioned the vers-nr "Long" ago - its Little to Change - but i wont cry if it doesnt appear
sr. member
Activity: 294
Merit: 250
Anybody knows why r my 0.34 coins not mature and not staking?

Just leave the wallet unlocked and it will eventually it can take a while to turn green sometimes hours/days
newbie
Activity: 28
Merit: 0
Shows vers 1.0 - nothimg to worry about

Of course its important. Thats why working in software is hard, versioning. Getting everyone on the same update.
hero member
Activity: 676
Merit: 500
Anybody knows why r my 0.34 coins not mature and not staking?
hero member
Activity: 798
Merit: 500
The download link is not to the updated wallet.

I still get version v.1.0.0.0

It's updated

Help | About Sync shows 1.0.0.0

indeed i see the same in my windows wallet, v1.0.0.0
going to dive into it why that is as nite69 changed the clientversion.h

how did you compile it MsCollec ? Compiled in linux on msx ?

full member
Activity: 154
Merit: 100
its updated although it Shows vers 1.0 - nothimg to worry about - simply you see it if you compare the size of the new one - its a Little bit bigger
member
Activity: 84
Merit: 10
The download link is not to the updated wallet.

I still get version v.1.0.0.0

It's updated

Help | About Sync shows 1.0.0.0
hero member
Activity: 798
Merit: 500

Thank you! Think this guy deserves some sort of donation...

Donations are allways wellcome, but you can send them *after* you see the fix works. I would feel embarrassed if something goes wrong Undecided

And, if you are a coder, please review it. We can make this safer together.

I checked your changeset, it seems oke as far as i can read it

https://github.com/MsCollec/sync/commit/150f9518586c6cd82d316e85ae0928abc71189e8#diff-fa018f4d28b5116a35b36b72fc9f4e51


CheckStakeKernelHash is changed, will do

bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / 100000000 / (24 * 60 * 60);
instead of
bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / 100000 / (24 * 60 * 60);


and the weight is balanced, in GetStakeWeight it will do

bnCoinDayWeight = CBigNum(pcoin.first->vout[pcoin.second].nValue) * nTimeWeight / 100000 / (24 * 60 * 60);
instead of
bnCoinDayWeight = CBigNum(pcoin.first->vout[pcoin.second].nValue) * nTimeWeight / 100000000 / (24 * 60 * 60);



oh you left over some debug print messages Wink
legendary
Activity: 1400
Merit: 1000
The download link is not to the updated wallet.

I still get version v.1.0.0.0

It's updated
hero member
Activity: 658
Merit: 500
The download link is not to the updated wallet.

I still get version v.1.0.0.0
sr. member
Activity: 294
Merit: 250
I think I have just got into the habit of deleting and re-downloading with this coin Grin
sr. member
Activity: 477
Merit: 500
Well it solved it until block 8700 anyway

Yes, it seems to stuck at 8200, 8700 and I assume also on 9200 etc..
I'll see what I can do.

But you don't need to delete the blockchain for this update, at least if you update before the hard fork is in effect.
Just run the new version.
sr. member
Activity: 266
Merit: 250
It is ok to update, one must just do it again, if someone finds some major problem. I assume there won't be any :-)

dafuq? I updated, deleted all but wallet.dat, it synced..showed all transactions...and then my balance is 0? My 1,47 SYNC + all staking is in transactions but is shown as "conflicted"?!

EDIT: Now they are showing to be ok...and it's downloading more blocks...688 remaining..and stuck again

UPDATE: had to restart 3 times in total...fully synced and staking.
P.S. Why the hell is version number still 1.0.0.0?!  Huh So difficult to change it...?

Why are you all deleting everything so you have to re-download the blockchain? Just run the new wallet after backing up the old one.
hero member
Activity: 798
Merit: 500
It is ok to update, one must just do it again, if someone finds some major problem. I assume there won't be any :-)

dafuq? I updated, deleted all but wallet.dat, it synced..showed all transactions...and then my balance is 0? My 1,47 SYNC + all staking is in transactions but is shown as "conflicted"?!

EDIT: Now they are showing to be ok...and it's downloading more blocks...688 remaining..and stuck again

UPDATE: had to restart 3 times in total...fully synced and staking.
P.S. Why the hell is version number still 1.0.0.0?!  Huh So difficult to change it...?

The version should be 1.0.1.0 now
https://github.com/MsCollec/sync/blob/master/src/clientversion.h

Nite69 did a good job there hehe
hero member
Activity: 602
Merit: 500
It is ok to update, one must just do it again, if someone finds some major problem. I assume there won't be any :-)

dafuq? I updated, deleted all but wallet.dat, it synced..showed all transactions...and then my balance is 0? My 1,47 SYNC + all staking is in transactions but is shown as "conflicted"?!

EDIT: Now they are showing to be ok...and it's downloading more blocks...688 remaining..and stuck again

UPDATE: had to restart 3 times in total...fully synced and staking.
P.S. Why the hell is version number still 1.0.0.0?!  Huh So difficult to change it...?
Jump to: