You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 77fbf230c8 wip update 4 years ago
cmd wip update 4 years ago
config wip update 4 years ago
core add privk parser, add node start read config multiple nodes 4 years ago
db add leveldb as db 5 years ago
node wip update 4 years ago
peer wip update 4 years ago
.gitignore add privk parser, add node start read config multiple nodes 4 years ago
.travis.yml wip update 4 years ago
LICENSE Initial commit 5 years ago
README.md wip update 4 years ago
config0.yaml wip update 4 years ago
config1.yaml wip update 4 years ago
go.mod wip update 4 years ago
go.sum wip update 4 years ago
main.go add main 5 years ago
run-test-nodes.sh wip update 4 years ago

README.md

slowlorisdb Go Report Card Build Status GoDoc

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

slowloris

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