Pages:
Author

Topic: [ANN][GRA] Graincoin - New PoW/PoS coin | Fast, secure | Version 1.5 Released! - page 89. (Read 177059 times)

sr. member
Activity: 434
Merit: 250
Cryptomining:
Did you get  your wallet fixed yet?

no, i started a new one, exported the keys on old one.  was going to wait for the new client to import and see if that will do it.
member
Activity: 112
Merit: 10
Cryptomining:
Did you get  your wallet fixed yet?
sr. member
Activity: 434
Merit: 250
looked at this coin a week ago and it seems like it didnt died at all but i must ask is the diff still so low or did something happen? im now thinking about where to place second miner on gift or grain ?!

diff is 30.5k right now, still very mineable, get in before the train takes off, all aboard!
member
Activity: 112
Merit: 10
looked at this coin a week ago and it seems like it didnt died at all but i must ask is the diff still so low or did something happen? im now thinking about where to place second miner on gift or grain ?!
hero member
Activity: 532
Merit: 500
Congrats to nullu, nice superblock Smiley

Thanks.  Smiley

thats a 5%er nice going. 

It's nice to know even with my modest 275khash/sec I can still get decent payouts from this coin.

the superblocks make this real interesting to solo.

I totally agree. The current difficulty makes it just right for solo mining, and it's a lot more exciting waiting to hit a block than pool mining.
sr. member
Activity: 434
Merit: 250
thats a 5%er nice going. 

It's nice to know even with my modest 275khash/sec I can still get decent payouts from this coin.

the superblocks make this real interesting to solo.
member
Activity: 77
Merit: 10
Congrats to nullu, nice superblock Smiley
hero member
Activity: 532
Merit: 500
thats a 5%er nice going. 

It's nice to know even with my modest 275khash/sec I can still get decent payouts from this coin.
sr. member
Activity: 434
Merit: 250
thats a 5%er nice going. 
hero member
Activity: 532
Merit: 500
Did I just hit a superblock?



If I did it was a small one, but still; sweet.  Grin
hero member
Activity: 532
Merit: 500
Hi Smiley, I've been mining GRA for a week now, got a few friends into it,
looks promising, i really like the PoS part and the fact that it's not in an exchange it.

I read through some concerns of people who say there are not enough miners,
but GRA has a PoS system too, shouldn't you consider the open unlocked wallets too as a factor stabilizing the grain network?
Isn't PoW useless compared to PoS? (i was thinking of mining for another week, and then just leave my wallet open)

What do you think could make Grain more likable compared to other coins?

And i was wondering - i noticed the network retargets the difficulty every block, doesn't that cause some overhead and loss of performance?

happy mining Smiley

I wasn't aware you had to leave your wallet open to receive the PoS.
member
Activity: 73
Merit: 10
Hi Smiley, I've been mining GRA for a week now, got a few friends into it,
looks promising, i really like the PoS part and the fact that it's not in an exchange it.

I read through some concerns of people who say there are not enough miners,
but GRA has a PoS system too, shouldn't you consider the open unlocked wallets too as a factor stabilizing the grain network?
Isn't PoW useless compared to PoS? (i was thinking of mining for another week, and then just leave my wallet open)

What do you think could make Grain more likable compared to other coins?

And i was wondering - i noticed the network retargets the difficulty every block, doesn't that cause some overhead and loss of performance?

happy mining Smiley
hero member
Activity: 532
Merit: 500
Thanks everyone and all that sent me encouragements.

I found the issue of pos, why it is stopped. It related to the issue that network time sometimes messed up.

For pos, the last pos block (block 62235) has a network time before the previous pos block (block 62234), this messed everything and caused the pos generation does not meet the criteria so it is rejected:

Quote
>> Height = 62235, fProofOfStake = 1, nActualSpacing = -575
>> pindexPrev->GetBlockTime() = 1388562077, pindexPrev->nHeight = 62235
>> pindexPrevPrev->GetBlockTime() = 1388562652, pindexPrevPrev->nHeight = 62234

I have a fix for that, and it works in my test (generated pos block again). But this is a hard fork. I will provide a new version of the client, and it is a mandatory upgrade. I will give about 3 days before the switch over happens. Before the switch over happens, the coin will generate only the pow blocks (as it is now).

The same issue seems occur at pow block, that's why sometimes in block explorer you will see the time messed up. I do notice that this occurs in many other coins. In general this will not cause much problems, but sometimes it could cause diff behave strangely (usually transient). The network time issue is a broader issue which may need some revisit on the fundamentals of the cryptocoin, which I will not address now (this will require a lot more work and maybe a team work).

With my fix, the next time network time issue in pos should not cause a stop in pos generation.

A new version of the client will be provided some time later today or tomorrow.  Wink




Great work. I'll be pointing my shiny new R9 280x at Grain tomorrow when it arrives.  Grin
sr. member
Activity: 434
Merit: 250
nice work, thanks bosian.

newbie
Activity: 54
Merit: 0
full member
Activity: 126
Merit: 100
Thanks everyone and all that sent me encouragements.

I found the issue of pos, why it is stopped. It related to the issue that network time sometimes messed up.

For pos, the last pos block (block 62235) has a network time before the previous pos block (block 62234), this messed everything and caused the pos generation does not meet the criteria so it is rejected:

Quote
>> Height = 62235, fProofOfStake = 1, nActualSpacing = -575
>> pindexPrev->GetBlockTime() = 1388562077, pindexPrev->nHeight = 62235
>> pindexPrevPrev->GetBlockTime() = 1388562652, pindexPrevPrev->nHeight = 62234

I have a fix for that, and it works in my test (generated pos block again). But this is a hard fork. I will provide a new version of the client, and it is a mandatory upgrade. I will give about 3 days before the switch over happens. Before the switch over happens, the coin will generate only the pow blocks (as it is now).

The same issue seems occur at pow block, that's why sometimes in block explorer you will see the time messed up. I do notice that this occurs in many other coins. In general this will not cause much problems, but sometimes it could cause diff behave strangely (usually transient). The network time issue is a broader issue which may need some revisit on the fundamentals of the cryptocoin, which I will not address now (this will require a lot more work and maybe a team work).

With my fix, the next time network time issue in pos should not cause a stop in pos generation.

A new version of the client will be provided some time later today or tomorrow.  Wink




Nice investigating Bosian  Smiley
sr. member
Activity: 406
Merit: 250
Thanks everyone and all that sent me encouragements.

I found the issue of pos, why it is stopped. It related to the issue that network time sometimes messed up.

For pos, the last pos block (block 62235) has a network time before the previous pos block (block 62234), this messed everything and caused the pos generation does not meet the criteria so it is rejected:

Quote
>> Height = 62235, fProofOfStake = 1, nActualSpacing = -575
>> pindexPrev->GetBlockTime() = 1388562077, pindexPrev->nHeight = 62235
>> pindexPrevPrev->GetBlockTime() = 1388562652, pindexPrevPrev->nHeight = 62234

I have a fix for that, and it works in my test (generated pos block again). But this is a hard fork. I will provide a new version of the client, and it is a mandatory upgrade. I will give about 3 days before the switch over happens. Before the switch over happens, the coin will generate only the pow blocks (as it is now).

The same issue seems occur at pow block, that's why sometimes in block explorer you will see the time messed up. I do notice that this occurs in many other coins. In general this will not cause much problems, but sometimes it could cause diff behave strangely (usually transient). The network time issue is a broader issue which may need some revisit on the fundamentals of the cryptocoin, which I will not address now (this will require a lot more work and maybe a team work).

With my fix, the next time network time issue in pos should not cause a stop in pos generation.

A new version of the client will be provided some time later today or tomorrow.  Wink


member
Activity: 77
Merit: 10
Hi all,

Bosian is working on the PoS issue.
Talked to him yesterday, he is inspecting the whole codebase.

Give him some More Time to get it fixed.
member
Activity: 112
Merit: 10
my wallet wont sync and locks up, gets to about 2500 blocks left and stops, anyone got any ideas.

stop the wallet, remove the peers.dat file and add these nodes to the Grain.conf:

addnode=61.23.187.93:11054
addnode=146.185.150.184:11054
addnode=84.202.182.12:11054
addnode=95.85.26.11:11054
addnode=83.212.121.113:11054
addnode=198.245.51.98:11054


hope that helps

update but client is still locking up.
is it possible to have to many grain in one address?


YES it is completely possible. Send me half and see if it fixes it Smiley

thats the problem i cant send anything.  if i get it fixed ill send you some. Smiley

Try this.
Go offline and open the wallet, that way it won't try to sync.
Backup your wallet.
Uninstall it completely (get rid of everything the %Appdata% as well)
Reinstall with the current version
Make sure you have all the nodes in place
Import your wallet
hero member
Activity: 532
Merit: 500
I really like Grain, but what made it interesting for me was the PoS element, and the main motivator for me to mine it.

Without it I feel the coin loses what made it interesting.

dont give up, bosian will probably get it fixed.  pos is what got me interseted aswell.

I'll keep mining for a few days in the hope we get some updates on this. My incentive to mine is the PoS stake, and with so many altcoins out there I think the coins with something more unique to offer will survive.
Pages:
Jump to: