Skip to content

Commit efe0786

Browse files
Merge branch 'master' of github.com:AngelCastilloB/java-thunderbolt into master
2 parents 7444c60 + 7706f63 commit efe0786

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
Thunderbolt is a peer-to-peer trustless digital currency implemented from scratch in Java. The project is inspired by
1616
[Bitcoin](https://github.com/bitcoin/bitcoin) and was created as a learning tool for understanding the blockchain technology.
1717

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+
1833
Build
1934
-----
2035

0 commit comments

Comments
 (0)