Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larskuhtz/chainwebsimulations
Chainweb Simulations
https://github.com/larskuhtz/chainwebsimulations
Last synced: 24 days ago
JSON representation
Chainweb Simulations
- Host: GitHub
- URL: https://github.com/larskuhtz/chainwebsimulations
- Owner: larskuhtz
- Created: 2020-05-29T06:11:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T16:27:53.000Z (6 months ago)
- Last Synced: 2024-05-15T11:43:08.553Z (6 months ago)
- Language: Jupyter Notebook
- Size: 77.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simulation of Difficulty Algorithms for Chainweb
The simulation model supports different difficulty adjustment algorithms for
network with more than a single hash function. It also support scenarios where
chains start out with different difficulties.Currently, only simulation results for networks with a single hash algorithm and
identical initial difficulties for all chains are included.## Files:
* `Simulation.ipynb`: The simulation model and the code for running
simulations and storing the data.* `data.pkl`: results from running simulations for several DA algorithms.
* `Results.ipynb`: The code for analysing and presenting the results.