We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7444c60 + 7706f63 commit efe0786Copy full SHA for efe0786
1 file changed
README.md
@@ -15,6 +15,21 @@
15
Thunderbolt is a peer-to-peer trustless digital currency implemented from scratch in Java. The project is inspired by
16
[Bitcoin](https://github.com/bitcoin/bitcoin) and was created as a learning tool for understanding the blockchain technology.
17
18
+## Specifications
19
+Specification | Value
20
+--- | ---
21
+Protocol | PoW (proof of Work)
22
+Algorithms | SHA-256
23
+Blocktime | 10 minutes
24
+Total Supply | 21.000.000 THB
25
+RPC port | 9567
26
+P2P port | 8332
27
+
28
+## Node
29
+## CLI
30
+## Wallet
31
+## Miner
32
33
Build
34
-----
35
0 commit comments