Install BTFS

TRON DAO
1 min readOct 5, 2019

--

BTFS daemon setup guide

Dependencies

Minimum Hardware Requirements

  • CPU: 2+ Core
  • RAM: 2+ GB

Supported Operating Systems and Architecture

OSARCHdarwinamd64darwin386linuxamd64linux386windowsamd64windows386

Golang

Download the latest version: https://golang.org/dl/

BTFS Install Package

  1. Retrieve the BTFS install.sh package:
wget https://raw.githubusercontent.com/TRON-US/btfs-binary-releases/master/install.sh

2. Run the install package according to your OS and system architecture:

# bash install.sh -o (your OS) -a (your Arch)
bash install.sh -o darwin -a amd64

3. Add BTFS path to the environment:

export PATH=${PATH}:${HOME}/btfs/bin

4. Initializing BTFS creates the node configuration YAML file with default settings.

btfs init

5. Start the BTFS daemon:

btfs daemon

6. To view the list of all available commands, simply run btfs.

btfs

--

--

TRON DAO
TRON DAO

Written by TRON DAO

The official Medium of TRON DAO.

No responses yet