Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/slowlorisdb
Slow, decentralized and cryptographically consistent database
https://github.com/arnaucube/slowlorisdb
Last synced: 18 days ago
JSON representation
Slow, decentralized and cryptographically consistent database
- Host: GitHub
- URL: https://github.com/arnaucube/slowlorisdb
- Owner: arnaucube
- License: gpl-3.0
- Created: 2019-04-06T17:57:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T11:31:25.000Z (over 5 years ago)
- Last Synced: 2024-11-07T18:26:03.724Z (2 months ago)
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slowlorisdb [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/slowlorisdb)](https://goreportcard.com/report/github.com/arnaucube/slowlorisdb) [![Build Status](https://travis-ci.org/arnaucube/slowlorisdb.svg?branch=master)](https://travis-ci.org/arnaucube/slowlorisdb) [![GoDoc](https://godoc.org/github.com/arnaucube/slowlorisdb?status.svg)](https://godoc.org/github.com/arnaucube/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
![slowloris](https://04019a5a-a-62cb3a1a-s-sites.googlegroups.com/site/jchristensensdigitalportfolio/slow-loris/IO-moth-eating-frozen-apple-sauce.jpg "slowloris")
## Run
The repo is under construction- create node
```sh
# node0
go run main.go --config config0.yaml create# node1
go run main.go --config config1.yaml create
```- run node
```sh
# node0
go run main.go --config config0.yaml start# node1
go run main.go --config config1.yaml start
```