File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ Clone the project to your local machine:
3434
3535To create a new blockchain:
3636
37-
3837+ ` ` ` bash
39- $ go run main.go createblockchain -address < ADDRESS>
38+ $ go run main.go createblockchain -address < ADDRESS>
4039***
4140
4241# ## Checking Balance
@@ -52,15 +51,15 @@ To check the balance for a specific address:
5251To send a transaction on the blockchain:
5352
5453+ ` ` ` bash
55- $ go run main.go send -from < FROM_ADDRESS> -to < TO_ADDRESS> -amount < AMOUNT>
54+ $ go run main.go send -from < FROM_ADDRESS> -to < TO_ADDRESS> -amount < AMOUNT> -mine
5655***
5756
5857# ## Viewing the Blockchain
5958
6059To print all blocks in the blockchain:
6160
6261+ ` ` ` bash
63- $ go run main.go printchain
62+ $ go run main.go printchain
6463***
6564
6665# ## Creating a New Wallet
@@ -76,7 +75,19 @@ To create a new wallet:
7675Lists the public keys of the wallets you created on your device:
7776
7877+ ` ` ` bash
79- $ go run main.go listaddresses
78+ $ go run main.go listaddresses
79+ ***
80+
81+ # ## Reindex UTXO
82+
83+ + ` ` ` bash
84+ $ go run main.go reindexutxo
85+ ***
86+
87+ # ## Start Node
88+
89+ + ` ` ` bash
90+ $ go run main.go startnode -miner < ADDRESS> # NODE_ID ortamında belirtilen kimliğe sahip bir düğüm başlatın. -miner madenciliği mümkün kılar
8091***
8192
8293# # Contributing
You can’t perform that action at this time.
0 commit comments