- Decentralized Network
- RSA Wallet
- Mining Reward
- Transaction Fee
- Transaction Expiration
- Fix Double Spend Problem
If you want to see a scenario check this medium post that has been written by me.
{
"Host": "127.0.0.1:8080",
"InitialNodes": [
"127.0.0.1:8081",
"127.0.0.1:8082"
],
"PubKeyPath": "./miner_wallet/public_key.txt"
}
Config Items | Explanations |
---|---|
Host | The address for serving web handlers |
InitialNodes | Other nodes addresses |
PubKeyPath | Public_key of miner wallet that gets the reward coins after mine a new block |
./bitacoin wallet -dir <wallet directory path>
./bitacoin init -pub <genesis block owner public_key>
./bitacoin start -config <config file>
./bitacoin download -config <config file>