Skip to content

rundax/bitsong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Bitsong node in Docker container

Make sure you have installed Docker and Docker-compose. Use official manuals for this

Installation

  1. Clone repository and go to the root folder

  2. Copy .env.dist and set up needed configuarion

cp .env.dist .env
  1. Change .env file with needed variables.

For production setup leave only variables presented bellow

DC_MAP_UID=1000
BITSONG_TAG=0.7.0-rc1
BITSONG_INIT_CHAIN_ID=<BITSONG CHAIN ID>
BITSONG_INIT_MONIKER=<YOUR MONIKER NAME>
  1. Create container
make build
  1. Start container
make up
  1. Recover bitsongcli wallet
docker-compose exec app bash
bitsongcli keys add <your-wallet-name> --recover

Paste your mnemonic phrase

Enter your bip39 mnemonic

  1. Create genesis transaction according to the instructions from official Bitsong repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published