mirror of
https://github.com/arnaucube/slowlorisdb.git
synced 2026-06-05 15:41:48 +02:00
No description
- Go 99.3%
- Shell 0.7%
| cmd | ||
| config | ||
| core | ||
| db | ||
| node | ||
| peer | ||
| .gitignore | ||
| .travis.yml | ||
| config0.yaml | ||
| config1.yaml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| run-test-nodes.sh | ||
slowlorisdb

Slow, decentralized and cryptographically consistent database
Basically this repo is a blockchain written from scratch, that allows to launch multiple simultaneous blockchains.
Warning: this project was started in the free time of a long travel, not having much more free time to continue developing it.
Watch the blockchain in action: http://www.youtubemultiplier.com/5ca9c1a540b31-slowlorisdb-visual-representation.php
Run
The repo is under construction
- create node
# node0
go run main.go --config config0.yaml create
# node1
go run main.go --config config1.yaml create
- run node
# node0
go run main.go --config config0.yaml start
# node1
go run main.go --config config1.yaml start
