Git Product home page Git Product logo

chia-go-cli's Introduction

Introduction

This project is aimed to provide a golang binding of the Chia RPC interface. This project is presented to you by MaxiPool.

Chia CLI

Golang client for communicating with Chia RPC interfaces.

Add Node

chia-go-cli node create --url="<your_node_url>" --name="<node_name>"

your_node_url need include protocol, such as https://1.1.1.1/ (fake address)

node_name only used for local display.

then you can run chia-go-cli node list to list all nodes you added.

Import Private Cert

download private cert from node server. include folders as follows:

  • full_node
  • wallet
  • farmer
  • harvester

they are general locate at /<home_dir>/.chia/<network_name>/config/ssl/

# import full_node private cert
chia-go-cli node add --name="<node_name>" --cert-type="private_full_node" --crt-path="full_node/private_full_node.crt" --key-path="full_node/private_full_node.key"

# import wallet private cert
chia-go-cli node add --name="<node_name>" --cert-type="private_wallet" --crt-path="wallet/private_wallet.crt" --key-path="wallet/private_wallet.key"

# import farmer private cert
chia-go-cli node add --name="<node_name>" --cert-type="private_farmer" --crt-path="farmer/private_farmer.crt" --key-path="farmer/private_farmer.key"

# import harvester private cert
chia-go-cli node add --name="<node_name>" --cert-type="private_harvester" --crt-path="harvester/private_harvester.crt" --key-path="harvester/private_harvester.key"

run the command to import them, and you can delete all folders after import.

using example

# get current information about the blockchain, including the peak, sync information, difficulty, mempool size, etc
chia-go-cli rpc full-node GetBlockchainState --node="<node_name>"

chia-go-cli's People

Contributors

grassr00t avatar jhd2best avatar luttyyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.