Skip to content

A repo to save different versions of btfs binaries and configuration files.

Notifications You must be signed in to change notification settings

TRON-US/btfs-binary-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTFS binary releases

NOTE: The latest go-btfs binary executables going forward can be found in https://github.com/TRON-US/go-btfs/releases/latest
This repo will only contain legacy builds 1.0.2-beta3 and older and will not be updated with newer go-btfs binaries

The install.sh script has been updated to pull from the new location.
The Download links below have been updated to pull from the new location.

Supported OS

OS ARCH Download
darwin amd64 darwin-amd64
darwin 386 darwin-386
linux amd64 linux-amd64
linux 386 linux-386
windows amd64 windows-amd64
windows 386 window-386

Mac or Linux setup

  1. Get install.sh from GitHub.
wget https://raw.githubusercontent.com/TRON-US/btfs-binary-releases/master/install.sh
  1. Running script by your operating system and arch.
# bash install.sh -o (your operating system) -a (your arch)
bash install.sh -o darwin -a amd64
  1. Add btfs path to environment.
export PATH=${PATH}:${HOME}/btfs/bin
  1. Init btfs.
btfs init
  1. Open the daemon.
btfs daemon

Now btfs on mac or linux is installed.

Windows setup

  1. Download the compressed file of your operating system's corresponding version via the link above.
  2. Make sure you have permission to delete files in btfs project directory.
  3. Initialize btfs path.
    1. Create a new btfs folder under the D drive.
    2. Go to the btfs folder.
    3. Copy your computer version of the btfs binary and config file to the btfs folder.
    4. Unzip the btfs binary and rename btfs.exe.
    5. Rename the btfs config to config.yaml
    6. Add the btfs folder to the environment variable.
  4. Init btfs.
btfs.exe init
  1. Open the daemon.
btfs.exe daemon

About

A repo to save different versions of btfs binaries and configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages