No description
  • Go 99.3%
  • Shell 0.7%
Find a file
2019-06-16 13:31:10 +02:00
cmd wip update 2019-06-16 13:31:10 +02:00
config wip update 2019-06-16 13:31:10 +02:00
core add privk parser, add node start read config multiple nodes 2019-05-04 18:06:25 +02:00
db add leveldb as db 2019-04-06 20:34:55 +02:00
node wip update 2019-06-16 13:31:10 +02:00
peer wip update 2019-06-16 13:31:10 +02:00
.gitignore add privk parser, add node start read config multiple nodes 2019-05-04 18:06:25 +02:00
.travis.yml wip update 2019-06-16 13:31:10 +02:00
config0.yaml wip update 2019-06-16 13:31:10 +02:00
config1.yaml wip update 2019-06-16 13:31:10 +02:00
go.mod wip update 2019-06-16 13:31:10 +02:00
go.sum wip update 2019-06-16 13:31:10 +02:00
LICENSE Initial commit 2019-04-06 19:57:06 +02:00
main.go add main 2019-04-14 21:16:56 +02:00
README.md wip update 2019-06-16 13:31:10 +02:00
run-test-nodes.sh wip update 2019-06-16 13:31:10 +02:00

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