presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 08, 2015, 02:46:10 PM |
|
I think I will be putting together a new release in the next week or two. Haven't had one in a while, and there have been quite a few bug fixes. I will also see if I can get a simple multisend GUI thrown together. Busy time of the year for me so I haven't been able to code as much as I want to
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 08, 2015, 04:19:14 PM |
|
The open source code is ready to be published!!!!The code for the open source version of CCE 4.0 is ready for commit. I am in the process of setting up an example explorer on CCE. The example explorer will be using Blakecoin. At a later date I will set up an example explorer using a POS chain, most likely HyperStake. I just need finish the documentation. The full repository should be up this weekend.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 08, 2015, 04:28:13 PM |
|
The open source code is ready to be published!!!!The code for the open source version of CCE 4.0 is ready for commit. I am in the process of setting up an example explorer on CCE. The example explorer will be using Blakecoin. At a later date I will set up an example explorer using a POS chain, most likely HyperStake. I just need finish the documentation. The full repository should be up this weekend. https://github.com/Hartland ?
|
|
|
|
|
PressF1
|
|
May 08, 2015, 05:32:31 PM |
|
I would like to make another inflation update for some of the POS-coins but I can't find any working block explorer for HYP (and for TEK as well) that shows the money supply for any given block. Tranz added the money supply feature in the QT wallet explorer so for HBN en CAP I am good. Anyone?
|
HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
May 08, 2015, 05:34:35 PM |
|
|
|
|
|
Hilux74
Legendary
Offline
Activity: 912
Merit: 1000
|
|
May 08, 2015, 05:55:30 PM |
|
Here is a chart for the estimated inflation rates for HYP calculated on the assumption of perpetually hitting the daily 960,000 limit starting from a coin total taken part way through April28, 2015. Instantaneous Yearly Inflation is the Daily Inflation x * 365. Yearly Inflation is the sum(x to x+365) of the daily inflation. Since daily inflation drops a bit each day there is a fair difference between actual and instantaneous.
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 08, 2015, 06:40:31 PM |
|
I would like to make another inflation update for some of the POS-coins but I can't find any working block explorer for HYP (and for TEK as well) that shows the money supply for any given block. Tranz added the money supply feature in the QT wallet explorer so for HBN en CAP I am good. Anyone?
I could add this to CCE. Off the top of my head, I would guess the easiest way would be to sum all the tx_out up to and including the block. Currently live CCE shows the total out on the block in the block range page. The basic explorer in open source CCE 4.0, shows the total out on each block page (There is no block range page). It sounds like something useful to use in the graph page of the full version of CCE 4.0. I will see about adding it to open source CCE 4.0, maybe as an API command.
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 08, 2015, 08:18:32 PM |
|
The open source CCE 4.0 repository is now up:I was able to finish the documentation sooner then I thought https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0The example server will be up this weekend. The open source CCE 4.0 package is a very basic version. The web server is simple and mostly text based. The API only has 2 simple commands. It is not meant as an example of what the production version on CCE will be like, but rather a foundation for others to build on. The database loader is also just a base version of the production version. I cannot give away all my secrets.
|
|
|
|
PressF1
|
|
May 08, 2015, 10:57:40 PM |
|
Yes, that will do, thanks!
|
HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
|
|
|
Crestington
Legendary
Offline
Activity: 882
Merit: 1024
|
|
May 08, 2015, 11:15:25 PM |
|
Yes, that will do, thanks! lol, I really like your username, is it a testament to presstab? You know he's a superhero around here but the mods are protecting his secret identity.
|
|
|
|
Crestington
Legendary
Offline
Activity: 882
Merit: 1024
|
|
May 08, 2015, 11:32:02 PM |
|
Here is a chart for the estimated inflation rates for HYP calculated on the assumption of perpetually hitting the daily 960,000 limit starting from a coin total taken part way through April28, 2015. Instantaneous Yearly Inflation is the Daily Inflation x * 365. Yearly Inflation is the sum(x to x+365) of the daily inflation. Since daily inflation drops a bit each day there is a fair difference between actual and instantaneous. How do you do that chart? You could probably do a chart and make out the average gain from holding over a period of time or even your own gain. If all Blocks are hitting the threshold then you have a competition for Blocks or a division across the active Staking at any given time so then if only 20% of the network is Staking their actual reward over the year is much higher because they also receive the reward non-active Stakers do not and then to wait longer you still receive the same reward but the money supply is greater so you receive less in relation to the money supply. You could then create a chart of your own gain and losses to the money supply and the average across the network depending on the difficulty but I'm not sure what the formula would be for this.
|
|
|
|
mrvegad
|
|
May 09, 2015, 01:50:52 PM |
|
Not sure if this was talked about but will Hyper be moving over to libsecp256k1?
|
|
|
|
Klaasje
Legendary
Offline
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
|
|
May 09, 2015, 02:13:14 PM |
|
|
Bitcoin - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 09, 2015, 04:12:03 PM |
|
Not sure if this was talked about but will Hyper be moving over to libsecp256k1?
I haven't planned on it.
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 09, 2015, 04:35:38 PM |
|
The first example explorer for Open Source CCE 4.0 is up! As mentioned before it is a Blakecoin explorer. http://openblc.cryptocoinexplorer.com/The POS example explorer will be up in a few days. It will be a Hyperstake explorer. I tried to squeeze in a commit to add total coins minted in each block. I almost had it, basically adding the previous block total mint with the current block reward and storing it as the current block total mint. Then it struck... Fees. Fees are added to the block reward, so the coinbase transaction cannot be used alone without subtracting the block fees. The system will make it one way or another into CCE 4, and probably be added to open source.
|
|
|
|
Crestington
Legendary
Offline
Activity: 882
Merit: 1024
|
|
May 09, 2015, 10:16:42 PM |
|
The first example explorer for Open Source CCE 4.0 is up! As mentioned before it is a Blakecoin explorer. http://openblc.cryptocoinexplorer.com/The POS example explorer will be up in a few days. It will be a Hyperstake explorer. I tried to squeeze in a commit to add total coins minted in each block. I almost had it, basically adding the previous block total mint with the current block reward and storing it as the current block total mint. Then it struck... Fees. Fees are added to the block reward, so the coinbase transaction cannot be used alone without subtracting the block fees. The system will make it one way or another into CCE 4, and probably be added to open source. I thought that Fees were destroyed in HYP?
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 10, 2015, 06:41:48 PM |
|
The first example explorer for Open Source CCE 4.0 is up! As mentioned before it is a Blakecoin explorer. http://openblc.cryptocoinexplorer.com/The POS example explorer will be up in a few days. It will be a Hyperstake explorer. I tried to squeeze in a commit to add total coins minted in each block. I almost had it, basically adding the previous block total mint with the current block reward and storing it as the current block total mint. Then it struck... Fees. Fees are added to the block reward, so the coinbase transaction cannot be used alone without subtracting the block fees. The system will make it one way or another into CCE 4, and probably be added to open source. I thought that Fees were destroyed in HYP? Fees are not destroyed. Dreamwatcher: you can grab minted from the blockindex, if I remember correctly pindex->nMint
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 11, 2015, 02:27:58 AM |
|
Looks like we are indeed still high rate PoS for the majority of stakers
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 11, 2015, 03:02:38 AM |
|
The first example explorer for Open Source CCE 4.0 is up! As mentioned before it is a Blakecoin explorer. http://openblc.cryptocoinexplorer.com/The POS example explorer will be up in a few days. It will be a Hyperstake explorer. I tried to squeeze in a commit to add total coins minted in each block. I almost had it, basically adding the previous block total mint with the current block reward and storing it as the current block total mint. Then it struck... Fees. Fees are added to the block reward, so the coinbase transaction cannot be used alone without subtracting the block fees. The system will make it one way or another into CCE 4, and probably be added to open source. Pretty quick, I like it
|
|
|
|
|