Skip to content

Commit f329d44

Browse files
committed
up
1 parent b6da7dc commit f329d44

6 files changed

+96
-0
lines changed

attic/README.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
# Shilling (or Schilling) :moneybag::moneybag::moneybag: on the Blockchain! - Public Distributed (Hyper) Ledger Book - Rock-Solid Alpine Dollar from Austria
3+
4+
5+
## Transactions (Hyper) Ledger Book
6+
7+
| From | To | Amount |
8+
|---------------------|------------------|--------:|
9+
| Grossklockner (†) | Sepp | 3798 |
10+
| Grossvenediger (†) | Franz | 3666 |
11+
| Dachstein (†) | Sissi | 2995 |
12+
| Wildspitze (†) | Maria | 3768 |
13+
| | | |
14+
| Sissi | Eva | 20 |
15+
| Sepp | Maria | 17 |
16+
| Franz | Sissi | 3 |
17+
| Sepp | Ferdl | 100 |
18+
| | | |
19+
| Franz | Max | 17 |
20+
| Maria | Adam | 4 |
21+
22+
(†): Miner Transaction - New Shilling on the Market!
23+
24+
25+
## How does it work?
26+
27+
### Payments in Shilling
28+
29+
If you have Shilling on the blockchain you can send Shilling to anyone. Add a new transaction record to the /inbox folder. For example:
30+
31+
```
32+
from: Maria to: Adam amount: 4
33+
```
34+
35+
### Buy Shilling with Euros / Dollars / Yen / etc.
36+
37+
If you want to buy Shilling in Euro (or Dollar) find someone with Shilling on the blockchain! Try the [next Vienna.rb meetup](https://meetup.com/vienna-rb/events/245432241). We will auction off 1000 Shilling!
38+
39+
40+
### Mine New Shilling
41+
42+
If you want to mine new Shilling - you are welcome. "Clear", that is, audit and double-check the transactions in the /inbox folder with the accounts on the blockchain. Bundle up the transactions (four at a time for now)
43+
in a new block and add it to the blockchain.
44+
For your work you will get rewarded with newly minted 10 Shilling! Shilling! Shilling! Start mining!
45+
46+
47+
48+
49+
## Alternatives
50+
51+
Anyone? Show us your shilling on the blockchain examples!
52+
53+
54+
## What's a Blockchain?
55+
56+
See the [Awesome Blockchains](https://github.com/openblockchains/awesome-blockchains) page for more.
57+
58+
59+
## License
60+
61+
![](https://publicdomainworks.github.io/buttons/zero88x31.png)
62+
63+
The shilling on the blockchain transactions and scripts are dedicated to the public domain.
64+
Use it as you please with no restrictions whatsoever.

attic/blk000.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
index : 0
3+
timestamp : 2017-09-19 10:01:38
4+
previous_hash : 0
5+
hash : edbd4e11e69bc399a9ccd8faaea44fb27410fe8e3023bb9462450a0a9c4caa1b
6+
---
7+
8+
Servus! Der Schilling ist zurück! The Schilling is back on the blockchain! Blockchain! Blockchain! Pack ma's!

attic/blk001.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
index : 1
3+
timestamp : 2017-09-19 11:01:38
4+
previous_hash : edbd4e11e69bc399a9ccd8faaea44fb27410fe8e3023bb9462450a0a9c4caa1b
5+
hash : eb8ecbf6d5870763ae246e37539d82e37052cb32f88bb8c59971f9978e437743
6+
---
7+
8+
from: Grossklockner to: Sepp amount: 3798
9+
from: Grossvenediger to: Franz amount: 3666
10+
from: Dachstein to: Sissi amount: 2995
11+
from: Wildspitze to: Maria amount: 3768

attic/blk002.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
index : 2
3+
timestamp : 2017-09-19 12:01:38
4+
previous_hash : eb8ecbf6d5870763ae246e37539d82e37052cb32f88bb8c59971f9978e437743
5+
hash : be50017ee4bbcb33844b3dc2b7c4e476d46569b5df5762d14ceba9355f0a85f4
6+
---
7+
8+
from: Sissi to: Eva amount: 20
9+
from: Sepp to: Maria amount: 17
10+
from: Franz to: Sissi amount: 3
11+
from: Sepp to: Ferdl amount: 100

attic/inbox/20170919_1230.58.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from: Franz to: Max amount: 17

attic/inbox/20170919_1244.27.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from: Maria to: Adam amount: 4

0 commit comments

Comments
 (0)