-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi, I am trying to reproduce the result of the time-consuming between PoS and PoW. However, when I tried to run PoS experiments I found the transaction time increased significantly as the number of miner nodes increased.(5 miner=0.9s , 20 miners=3.5s , 50 miner=8.8s , 100 miners=17.8s) After I read the code I found the miner nodes need to send blocks to all other connected miner nodes. And this process takes a lot of time since in the real world this happens in parallel. Should I remove this time to get the same result on your slide?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels