-
Notifications
You must be signed in to change notification settings - Fork 0
Design Decisions
DanielHauge edited this page Dec 1, 2017
·
3 revisions
- Everyone has to be connected to everyone
- Health Check every 5 min
- Disconnect & Reconnect is possible - when reconnecting needs to get updated
- Node role - all nodes are equal
- Message distribution - TCP wire tap
- Blockchain syncing
- Everyone should be synced real-time
- All connected parties should be involved when a new block is added - everyone mines.
- Proof of Work
- Three 1's in the start
- Who has the rights to add - everyone has to agree
- Single person can add a block
- Multiple people needs to acknowlegde the block
- Who should mine
- Everyone
- Queuing system for adding blocks?
- Individual servers. It would be nice to have Dockerswarm.
- We will set up between 5 and 10 nodes in the peer to peer network.
- The noes will act as an API where we could connect a GUI.
- Replica, or global?
- Docker Compose?
- How many machines
- UI+node stack?
- Language:
- Golang
- What should the system actually do?
- Queueing system Other candidates
- Transactions?
- Chat system? (Simulator could use clever bot API haha xD, imagine 4 bots talking together)Cleverbot API
- Other thing?