-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage size #37
Comments
why is each block so big? how many transactions does each block contain? the state size seems more reasonable. |
shenzhen team use SanMateo to test their wallet, maybe some transfer transactions. but < 2 transactions per block (1 minting tx) |
then I don't understand why the block size is 10KB. |
update: ~ 5KB per block (no minting transaction in each block) blocksize: |
so far , there are two miners to run, and each produces one block per 25 seconds. if one block size is max 1M, so one day's storage useage is 6912M, it it too crazy! if one block is 5KB, so one day's storage usage is 34.56M |
https://github.com/excelsia/VEE/blob/master/src/main/scala/com/wavesplatform/history/HistoryWriterImpl.scala
|
update: test base on #41 height: 1035 height: 2048 height: 3064 height: 5060 only one minting transaction per block, no extra transaction |
Test Net: SanMateo
Block number: ~40000
Blockchain size: ~330MB
State size: ~60MB
~ 10KB per block (only one minting transaction per block)
The text was updated successfully, but these errors were encountered: