I am dumping Nu blockchain to get statistics of the network since it started. It will help us understand Nu and plan the future of Nu, for example by giving us a basis to estimate Nu’s revenue potential through fees.
Data dump will take some time to finish.
Let’s take a survey of people’s guess in the mean time of how much Nubits were burned as tx fee in the first 6 months after the 1st block was made.
If you know the answer, please don’t tell and don’t vote.
Answer will be posted on Monday.
- fee <= 10
- 10 < fee <= 50
- 50 < fee <= 100
- 100 < fee <= 500
- 500 < fee <= 1000
- 1000 < fee
0 voters
OK the poll is closed. The answer is
29.9724 NBT
only, less than most thought.
Here are statistics taken every 6months after block #1 for the following:
txS: number of nsr transactions
txB: number of nbt transactions
stakes: number of POS blocks found
feeS: nsr transaction fee
feeB: nbt transaction fee
burnS: burned nsr
burnB: burned nbt
genS: coinbase generated nsr excluding POS reward
genB: coinbase generated nbt
Block 1 2014-08-03 17:44:14 UTC
** Accum txS 0 txB 0 stakes 0 feeS 0 feeB 0 burnS 0 burnB 0 genS 2500000 genB 0
Block 208208 2015-02-03 00:00:29 UTC
** Accum txS 4461 txB 2891 stakes 207797 feeS 28986 feeB 30 burnS 2889 burnB 0 genS 1000000000 genB 6286368
Block 466440 2015-08-03 00:05:05 UTC
** Accum txS 7282 txB 9467 stakes 466020 feeS 41440 feeB 117 burnS 11658722 burnB 1750033 genS 1000000000 genB 6340137
Block 729467 2016-02-03 00:00:43 UTC
** Accum txS 9049 txB 20009 stakes 729038 feeS 48591 feeB 255 burnS 231891214 burnB 3592485 genS 1025000000 genB 6816393
Note:
For a NSR transaction:
- if the output is 40NSR greater than the input, it’s regarded as a POS tx; if more than 40NSR greater, it is regarded as a coinbase generation.
- if the output is less than the input by 100NSR or less, the difference is considered fee; else the diff is considered burned NSR
For a NBT transaction:
- if the output is greater than the input, it’s regarded as a coinbase generation.
- if the output is less than the input by 1NBT ot less, the difference is considered fee; else the diff is considered burned NBT
A transaction that has rawtransaction longer than 128k byte is ignored.
@sigmike, using the output of
./nud decoderawtransaction
./nud getrawtransaction
is there a sure way to tell if a transaction is POS block or NSR coinbase printing of new 40NSR?
And, is there a way to distinguish fee and a small amount burning?
edit: tx size > 128k are counted. sttistics updated