Skip to content

maded2/go-chia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-chia (WIP)

Golang RPC API to the Chia Node

All the Chia processes is only available to local connection with the default ports below. Also in order access the RPC API it also need access to the chia full node certificate and private keys.

Chia Process Default Ports

Full Node: 8555
Farmer:    8559
Harvester: 8560
Wallet:    9256

Default location of the Chia Full Node Certificate and Private Keys

~/.chia/mainnet/config/ssl/full_node/private_full_node.crt
~/.chia/mainnet/config/ssl/full_node/private_full_node.key

About

Golang binding to the Chia Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages