Skip to content

The transaction time for PoS and PoW #5

@0xGhost

Description

@0xGhost

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions