gatra
|
 |
October 31, 2014, 05:50:07 PM |
|
Hi people! the update is ready! This is a mandatory update because of a hard fork required for the new superblock feature. Please update to v0.10.2 before Nov 8th. Sources are in github ( github.com/riecoin/riecoin) and binaries in sourceforge ( https://sourceforge.net/projects/riecoin/files/riecoin%200.10.2/). Block 156672 will be the first one that breaks the old protocol, and 156816 will be the first superblock. From then on, superblocks every 4032 blocks (one week).
|
|
|
|
|
|
|
|
|
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- gmaxwell
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
gatra
|
 |
October 31, 2014, 07:16:11 PM |
|
yay! the alert system works! I just broadcasted and alert.
|
|
|
|
Ellieo
Member

Offline
Activity: 60
Merit: 10
|
 |
October 31, 2014, 08:14:07 PM |
|
Yayyyyyyy....SUPERBLOCKS IS COMING!!!
|
|
|
|
|
bsunau7
Member

Offline
Activity: 114
Merit: 10
|
 |
November 03, 2014, 12:30:06 PM |
|
I just need to wrap to the next page and put those animations behind me!
|
|
|
|
bsunau7
Member

Offline
Activity: 114
Merit: 10
|
 |
November 03, 2014, 12:34:32 PM |
|
I just need to wrap to the next page and put those animations behind me!
And this should do it! Regards, -- bsunau7
|
|
|
|
fairglu
Legendary
Offline
Activity: 1096
Merit: 1025
|
 |
November 03, 2014, 02:16:59 PM |
|
yay! the alert system works! I just broadcasted and alert.
Hmmm, I'm on 10.2 and still seeing the alert is it normal? { "version" : 100200, "protocolversion" : 10070001, "walletversion" : 60000, ... "errors" : "URGENT: upcoming hardfork. Update to v0.10.2 before Nov 8, 2014" }
|
|
|
|
gatra
|
 |
November 03, 2014, 02:24:45 PM |
|
yay! the alert system works! I just broadcasted and alert.
Hmmm, I'm on 10.2 and still seeing the alert is it normal? { "version" : 100200, "protocolversion" : 10070001, "walletversion" : 60000, ... "errors" : "URGENT: upcoming hardfork. Update to v0.10.2 before Nov 8, 2014" }
oops, yes, I made the alert general and not specific to versions prior to v0.10.2 I guess I should cancel it and generate another one
|
|
|
|
gatra
|
 |
November 03, 2014, 02:25:18 PM |
|
|
|
|
|
fairglu
Legendary
Offline
Activity: 1096
Merit: 1025
|
 |
November 03, 2014, 03:02:40 PM |
|
oops, yes, I made the alert general and not specific to versions prior to v0.10.2 I guess I should cancel it and generate another one
Good testing for the alert system then  I've reflected the alert on the explorer home page, but this makes me wonder if there could not be two "errors" message instead of one. * errors: would be same as current, specific alert updates, problems with the daemon, etc. * alerts: would hold general alert messages/messages, not specific to your daemon. The alerts could be reflected in the explorers and websites, and be a way for the dev ( you  ) to push news in a widespread fashion.
|
|
|
|
gatra
|
 |
November 03, 2014, 05:35:12 PM |
|
oops, yes, I made the alert general and not specific to versions prior to v0.10.2 I guess I should cancel it and generate another one
Good testing for the alert system then  I've reflected the alert on the explorer home page, but this makes me wonder if there could not be two "errors" message instead of one. * errors: would be same as current, specific alert updates, problems with the daemon, etc. * alerts: would hold general alert messages/messages, not specific to your daemon. The alerts could be reflected in the explorers and websites, and be a way for the dev ( you  ) to push news in a widespread fashion. I think the priority field of the alerts is made for this purpose. It's odd that the getinfo rpc shows them as "errors" instead of "alerts", but alerts can have a start and an end time, a priority, and can be made to target specific client versions or general. So, a low priority, general alert, could be used to push news... but for not important messages twitter is just more user friendly 
|
|
|
|
gatra
|
 |
November 03, 2014, 05:45:27 PM |
|
I forgot to mention that there can be more than one active alert at any given time, but only the one with highest priority is displayed in the status bar of the QT client and shown in the getinfo rpc.
And of course, thanks for updating the chain explorer. There's one more feature we'll all want: the records! showing the largest primes so far! I'll see if I can make a quick implementation inside the client, so you could just query it.
Thank you, Gatra
|
|
|
|
fairglu
Legendary
Offline
Activity: 1096
Merit: 1025
|
 |
November 04, 2014, 07:54:19 AM |
|
So, a low priority, general alert, could be used to push news... but for not important messages twitter is just more user friendly  Twitter messages fossilize way too fast however, unless you go to profile pages (which takes a lot of time), twitter messages are usually buried in a matter of minutes, regardless of their importance (tweets about the latest TV shows top the re-tweets charts, real news never does). Having something more focused could be useful. There's one more feature we'll all want: the records! showing the largest primes so far! I'll see if I can make a quick implementation inside the client, so you could just query it.
Will super-block report a higher than normal difficulty? If so, I could find the record-breaking blocks directly this way
|
|
|
|
gatra
|
 |
November 04, 2014, 02:49:10 PM |
|
There's one more feature we'll all want: the records! showing the largest primes so far! I'll see if I can make a quick implementation inside the client, so you could just query it.
Will super-block report a higher than normal difficulty? If so, I could find the record-breaking blocks directly this way 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.
|
|
|
|
fairglu
Legendary
Offline
Activity: 1096
Merit: 1025
|
 |
November 04, 2014, 04:30:58 PM |
|
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.dwsWill probably need to tweak stuff once the first super-block happens  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.
|
|
|
|
fairglu
Legendary
Offline
Activity: 1096
Merit: 1025
|
 |
November 05, 2014, 09:53:37 AM |
|
Hmmm, something seems wrong, blockchain is stuck on 153640 And yPool stats reports 153640 being found by many times 
|
|
|
|
jh00
Newbie
Offline
Activity: 39
Merit: 0
|
 |
November 05, 2014, 02:40:17 PM |
|
Hmmm, something seems wrong, blockchain is stuck on 153640 And yPool stats reports 153640 being found by many times  I have fixed the problem but I am not exactly sure what has caused it. Still looking into it. Edit: Most likely an error in the pool and not a bug in Riecoin's code.
|
|
|
|
hashes4.me
Newbie
Offline
Activity: 57
Merit: 0
|
 |
November 05, 2014, 04:26:46 PM |
|
But weird thing is, that my wallet didn't sync any further and the blockexplorers too. Let's hope it doesn't happen again 
|
|
|
|
atro
Newbie
Offline
Activity: 1
Merit: 0
|
 |
November 05, 2014, 07:29:25 PM |
|
But weird thing is, that my wallet didn't sync any further and the blockexplorers too. Let's hope it doesn't happen again  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.
|
|
|
|
Ellieo
Member

Offline
Activity: 60
Merit: 10
|
 |
November 05, 2014, 11:02:31 PM |
|
Both my wallet and miner are working fine.
|
|
|
|
|