mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-12-01 15:07:02
This commit is contained in:
parent
7f9477d74e
commit
9f3210bce2
@ -384,4 +384,6 @@ Today
|
||||
- work on swipl notebook
|
||||
|
||||
**Scenario 2**
|
||||
Within an existing closed BC with 10 participants. say we wanted to add another participant as a validator node. they run the node software on a machine. this node is fully priviledged. they new member had to go through a screening and sign a legal contract to ensure they are not a bad actor. this node recieves a copy of the blockchain so far, and begins participating in the consensus algorithm and submitting transactions. their contract is added to the blockchain as the first transaction (maybe. or it can be stored somewhere else).
|
||||
Within an existing closed BC with 10 participants. say we wanted to add another participant as a validator node. they run the node software on a machine. this node is fully priviledged. they new member had to go through a screening and sign a legal contract to ensure they are not a bad actor. this node recieves a copy of the blockchain so far, and begins participating in the consensus algorithm and submitting transactions. their contract is added to the blockchain as their first transaction (maybe. or it can be stored somewhere else).
|
||||
|
||||
**Scenario 3**
|
||||
|
||||
@ -13,7 +13,8 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
|
||||
- Can they be automatically kicked out or is a vote required?
|
||||
- How can we distinguish between mistakes and intentional deceit?
|
||||
- Maybe a reputation system. This way one mistake is not fatal, and a reputation can be restored over time
|
||||
- [ ] Should the central/initiating groups retain higher privileges even after other participants have joined?W
|
||||
- [ ] Should the central/initiating groups retain higher privileges even after other participants have joined?
|
||||
- [ ] Do members of a private consortium blockchain enter into a legal agreement?
|
||||
|
||||
# Notes
|
||||
- [think-writing/log](notes/think-writing.md)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user