Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 879 Bytes

Activity.md

File metadata and controls

21 lines (11 loc) · 879 Bytes

Cryptonotes Activity

We're going to give you a base ledger. The accounts will initially be defined as follows:

  • 1: 1 coin

  • 2: 3 coins

  • 3: 15 coins

  • 4: 10 coins

  • 5: 20 coins

No account is allowed to have a negative balance

We will hand someone a transaction every 15 seconds. We want you to try to keep your ledgers up to date. However, there's a rule. Only one person is allowed to see the transaction at a time. You can speak with your neighbors or the entire group. After the next 15 seconds we will give someone a new transaction. The other transaction is allowed to stay so others may still update their ledger.

Then after we hand out all transactions we will show what the ledger is supposed to be.

Next we will cover blockchain technology in cryptocurrency