BitSong
  • Introduction
  • Delegators
    • Delegator FAQ
    • Delegator Security
  • Validators
    • Validator Overview
    • Validator FAQ
    • Validator Security
  • Relayer
  • FAQ
  • Glossary
  • Roadmap
  • Media Kit
  • Links
  • Blockchain
    • Install go-bitsong
    • Join the Mainnet
    • Create Validator
    • CLI Guide
    • Gas and Fees
    • Pruning of State
    • Export the state
    • Verify Mainnet
    • Upgrades
      • From v0.8.0 to v0.10.0
      • From v0.10.0 to v0.11.0
      • From v0.12.x to v0.13.0
      • From v0.13.x to v0.14.0
      • From v0.14.x to v0.15.0
      • From v0.17.0 to v0.18.0
  • Features and Modules
    • Fan Tokens
    • Merkledrop
    • NFTs
    • Marketplace
    • CosmWasm
      • Install rust
      • Deploy a Smart Contract
    • IBC
    • Auth
    • Bank
    • Crisis
    • Capability
    • Community Pool
    • Distribution
    • Evidence
    • Governance
    • Mint
    • Staking
    • Slashing
    • Upgrade
  • BTSG
    • What is BTSG ?
    • Distribution and Tokenomics
    • Wallets
    • Buy and Sell
    • Liquidity Provider
  • Developers
    • bitsongJS
  • PRODUCTS
    • Sinfonia
    • BitSong Studio
  • USEFUL GUIDES
    • How to Create a BitSong wallet
    • How to Import Your BitSong Wallet
    • How to Stake $BTSG
    • How to Add $BTSG Liquidity to Osmosis Pools
    • Sinfonia User's Guide
    • How to Report a Bug on Sinfonia
  • Global Ambassador Program
    • Who is an ambassador?
    • Program Rules
Powered by GitBook
On this page
  • Install pre-requisites
  • Install Go
  • Install go-bitsong binary
  1. Blockchain

Install go-bitsong

PreviousLinksNextJoin the Mainnet

Last updated 3 months ago

We are moving our documentation to the new "" website. To access the most up-to-date and complete version of our guides and articles, please visit our new website. This old documentation site will no longer be maintained or updated, so we strongly recommend referring to the new website for the latest information. If you can't find what you're looking for on the new site, please be patient as we are still in the process of migrating all of our content. Thank you for your understanding! Visit the new article

This guide will explain how to install the bitsongd binary into your system.

On Ubuntu start by updating your system:

sudo apt update
sudo apt upgrade

Install pre-requisites

On Ubuntu this can be done with the following:

sudo apt install git build-essential ufw curl jq --yes

Install Go

Install go by following the . On Ubuntu, you can probably use:

wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.19.5

Install go-bitsong binary

Clone the go-bitsong repo, checkout and install v0.15.0 :

cd $HOME
git clone https://github.com/bitsongofficial/go-bitsong
cd go-bitsong
git checkout v0.15.0
make install

NOTE: If you still have issues at this step, please check that you have the latest stable version of GO installed.

Verify that everything is OK:

bitsongd version

bitsongd for instance should output something similar to:

0.15.0
BitSong, the blockchain for music
bitsong documentation
bitsong documentation
https://bitsong.io/en/docs/blockchain/install-go-bitsong
official docs