KOISAN INTERNATIONAL COIN (KIC)
  • 📜KOISAN INTERNATIONAL COIN (KIC) WHITEPAPER
  • ⛓️KOISAN CHAIN
    • About Koisan Chain
    • Wallet
    • Consensus
    • Meta Transaction
    • Genesis File
    • Node
      • Compile and Run
      • Deployment
      • On-Chain Interaction
      • Contract
      • Private Chain Construction
      • Graph Node
      • Mainnet
      • DApp-Governance
      • Txpool
    • DApp Development
      • Account Management
      • KIC20
      • NFT
      • Remix
      • Truffle
  • 👥KOISAN TEAM
  • 📡KIC ECOSYSTEM
    • 🦈KOISAN WORLD NFT GAME
    • 🎮Gameplay
  • 🌐KOISAN SOCIAL MEDIA
Powered by GitBook
On this page
  • Download
  • Install Golang (Version 16.4)
  • Compile
  • Run
  • Deployment
  • Network
  1. KOISAN CHAIN
  2. Node

Compile and Run

PreviousNodeNextDeployment

Last updated 3 years ago

Download

Download source code via git

git clone https://github.com/koisanworld/koisan-chain

Install Golang (Version 16.4)

Reference:

Compile

cd /path/to/koisan-chain
make geth
or
make all

If you want to use cross compile, like compiling on Mac for Linux, use make geth-linux, make geth-linux-amd64, etc.

After compilation completed, the generated binary is in the folder build/bin.

Run

By running ./build/bin/geth --help, we can get all option info. Specific usage can refer to

Deployment

SSD is required

Network

Program will connect into mainnet after started. If want to connect the public testnet, you can add option --testnet to command when starting.

Please refer

⛓️
Go Download and install
Command-line Options
deployment