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.
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 |
- Get
install.sh
from GitHub.
wget https://raw.githubusercontent.com/TRON-US/btfs-binary-releases/master/install.sh
- 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
- Add btfs path to environment.
export PATH=${PATH}:${HOME}/btfs/bin
- Init btfs.
btfs init
- Open the daemon.
btfs daemon
Now btfs on mac or linux is installed.
- Download the compressed file of your operating system's corresponding version via the link above.
- Make sure you have permission to delete files in btfs project directory.
- Initialize btfs path.
- Create a new btfs folder under the D drive.
- Go to the btfs folder.
- Copy your computer version of the btfs binary and config file to the btfs folder.
- Unzip the btfs binary and rename btfs.exe.
- Rename the btfs config to config.yaml
- Add the btfs folder to the environment variable.
- Init btfs.
btfs.exe init
- Open the daemon.
btfs.exe daemon