Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 128. (Read 685207 times)

LZ
legendary
Activity: 1722
Merit: 1072
P2P Cryptocurrency
In fact, 0.10.2 is not originally announced Riecoin, it's something else.
Only the difficulty and the reward (subsidy) calculations are being updated.

I don't know why Gatra did not just fork his coin to make a new one.
Instead, he preferred to throw 30% of users and change the protocol.
If you allow him to do this who will stop him if he will change it harder?
legendary
Activity: 1092
Merit: 1000
Hello guys,

Quote from: gatra
New client v0.10.2 Mandatory update: we are doing a hard-fork

If you don't like this hard-fork thing you may contribute to RieMoney (XRM) classic Riecoin.

Topic: https://bitcointalksearch.org/topic/annxrm-riemoney-classic-riecoins-for-you-852721

Why would anyone not like 'harforking thing' ? Nothing major (money supply) is being changed. Superblock change can only benefit the miners.
LZ
legendary
Activity: 1722
Merit: 1072
P2P Cryptocurrency
Hello guys,

Quote from: gatra
New client v0.10.2 Mandatory update: we are doing a hard-fork

If you don't like this hard-fork thing you may contribute to RieMoney (XRM) classic Riecoin.

Topic: https://bitcointalksearch.org/topic/annxrm-riemoney-classic-riecoins-for-you-852721
member
Activity: 60
Merit: 10
junk keeps freezing and crashing. Old wallet was bad, new one is worse.
Tell that to 5347 miners currently on yPool.

they got the same issue?
Nope. And the current amount just increased to 5394 from the previous. Mind you that's an active on going mining figure.
sr. member
Activity: 252
Merit: 250
junk keeps freezing and crashing. Old wallet was bad, new one is worse.
Tell that to 5347 miners currently on yPool.

they got the same issue?
member
Activity: 60
Merit: 10
junk keeps freezing and crashing. Old wallet was bad, new one is worse.
Tell that to 5347 miners currently on yPool.
sr. member
Activity: 252
Merit: 250
junk keeps freezing and crashing. Old wallet was bad, new one is worse.
member
Activity: 60
Merit: 10
I'll do it: it would be helpful to see in the Qt if the superblock is happening, so the user knows that any tx could take a little longer than usual.

Great!

we'll see in a couple of days: superblock expected this weekend!

Is there a web page, article, press release or something with super-blocks information and world record goals that we could draw attention to?
Not that I have many followers myself, but you can always get lucky in re-tweets, and some websites could pick up the news.

- or maybe it could be best to wait for the first successful super-block in case something goes wrong Wink

You want from “whoaaa...” going to “buuuu hahaha”? Please pray that yPool don't act up again during the next few superblocks cycle.
legendary
Activity: 1100
Merit: 1032
I'll do it: it would be helpful to see in the Qt if the superblock is happening, so the user knows that any tx could take a little longer than usual.

Great!

we'll see in a couple of days: superblock expected this weekend!

Is there a web page, article, press release or something with super-blocks information and world record goals that we could draw attention to?
Not that I have many followers myself, but you can always get lucky in re-tweets, and some websites could pick up the news.

- or maybe it could be best to wait for the first successful super-block in case something goes wrong Wink
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Yes, the superblocks will have higher difficulty and the record holder would have the highest, however if more than one of them share the same top difficulty you'll have to decide by comparing the value of the hash of the block's header (in the bit order that is used to generate the base prime), or just compare the base prime for those.

Ok, that should work directly then, I cache the primes in the explorer db, so it should just be a matter of sorting.

Beta version: https://chainz.cryptoid.info/ric/halloffame.dws

Will probably need to tweak stuff once the first super-block happens Smiley

Speaking of which, maybe just having the blockheight of the next super-block in the RPC getinfo API could be nice for a count-down.
I could hard-code it in the explorer, but this would be more fragile, and it could be nice to show the countdown in the Qt client as well.

Great work!
I'll do it: it would be helpful to see in the Qt if the superblock is happening, so the user knows that any tx could take a little longer than usual.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
One of the things I noticed with gapcoin is that the time between blocks isn't monotonic (regular).  This seems to cause significant issues (at least for me) with the wallet as network elements (NAT) drop connection state without the end nodes knowing, so you get 45 minute "hangs" while you re-transmit packets to "dead" peers.

I hope that the "slow block" which a super block will generate doesn't have a de-stabilizing effect on the network.

Regards,

--
bsunau7

well, when ypool was down we saw that there was a long time without blocks, but when block generation resumed all pending transactions were included and clients resumed working without problems; so it looks like we tested this scenario.
it could be another problem with gapcoin

we'll see in a couple of days: superblock expected this weekend!

member
Activity: 114
Merit: 10

Yes, the superblocks will have higher difficulty and the record holder would have the highest, however if more than one of them share the same top difficulty you'll have to decide by comparing the value of the hash of the block's header (in the bit order that is used to generate the base prime), or just compare the base prime for those.

Hi gatra, do we have to roll the timestamp as frequently as before with the new super  block stratergy?

Hi!
Yes: maybe less frequently because larger numbers mean that looking at all the nonce space may take a little longer, but most likely the difference will be too small to be noticed.

One of the things I noticed with gapcoin is that the time between blocks isn't monotonic (regular).  This seems to cause significant issues (at least for me) with the wallet as network elements (NAT) drop connection state without the end nodes knowing, so you get 45 minute "hangs" while you re-transmit packets to "dead" peers.

I hope that the "slow block" which a super block will generate doesn't have a de-stabilizing effect on the network.

Regards,

--
bsunau7
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev

Yes, the superblocks will have higher difficulty and the record holder would have the highest, however if more than one of them share the same top difficulty you'll have to decide by comparing the value of the hash of the block's header (in the bit order that is used to generate the base prime), or just compare the base prime for those.

Hi gatra, do we have to roll the timestamp as frequently as before with the new super  block stratergy?

Hi!
Yes: maybe less frequently because larger numbers mean that looking at all the nonce space may take a little longer, but most likely the difference will be too small to be noticed.
member
Activity: 85
Merit: 10

Yes, the superblocks will have higher difficulty and the record holder would have the highest, however if more than one of them share the same top difficulty you'll have to decide by comparing the value of the hash of the block's header (in the bit order that is used to generate the base prime), or just compare the base prime for those.

Hi gatra, do we have to roll the timestamp as frequently as before with the new super  block stratergy?
member
Activity: 85
Merit: 10
But weird thing is, that my wallet didn't sync any further and the blockexplorers too.
Let's hope it doesn't happen again Cheesy

Ypool down and most hash power gone:(
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
But weird thing is, that my wallet didn't sync any further and the blockexplorers too.
Let's hope it doesn't happen again Cheesy

I noticed the same thing. My wallet was not synced for nearly 14 hours but my miner kept running and submitting shares. I watched both the miner and my wallet move on to the next block at nearly the same time.

This is because there were no mined blocks for 14hs. There were no blocks to sync.
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
not on ypool but appear to have issues with new client sync now as others did, not using my normal machine and away from other testing machines right now. 
member
Activity: 60
Merit: 10
Both my wallet and miner are working fine.
newbie
Activity: 1
Merit: 0
But weird thing is, that my wallet didn't sync any further and the blockexplorers too.
Let's hope it doesn't happen again Cheesy

I noticed the same thing. My wallet was not synced for nearly 14 hours but my miner kept running and submitting shares. I watched both the miner and my wallet move on to the next block at nearly the same time.
newbie
Activity: 57
Merit: 0
But weird thing is, that my wallet didn't sync any further and the blockexplorers too.
Let's hope it doesn't happen again Cheesy
Jump to: