Skip to content

Amirhossein2000/bitacoin_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

Items Explanations
Hosts It's a list of the address of miners

Commands:

Generate key pair of a wallet:

./bitacoin_client wallet -dir <wallet_path>

Get the balance of a public_key from nodes:

./bitacoin_client balance -pub <public_key> -config defaultConfig.json

Generate and signature new transaction:

./bitacoin_client transaction -pr <src private_key> -pub <src public_key> -to <dst public_key> -a <amount> -config defaultConfig.json

Releases

No releases published

Packages

No packages published

Languages