Is a unofficial installer for Bitcoin. Using Zeus you can download, install and have a running Bitcoin full node or wallet in just minutes.
Though Zeus works at this time. It’s still early in development and is considered in alpha state. Any current releases are for developer consideration only and not for production use.
Zeus should work on any architect and operating system supported by Go and Bitcoin.
Currently supported CPUs and OSs
- x86_64 (amd64)
- aarch64 (arm64)
- ppc64le
More targets should be supported soon. If you have a target that you would like supported. Please create an Issue
The only requirement for building from source is a working Go distribution.
There are no binary releases yet. But you can quickly install with Go using.
go install github.com/mrosset/zeus
To build from source tree you can use.
git clone https://github.com/mrosset/zeus
cd zeus
go install
To install Bitcoin to it’s default location of $HOME/zeus .
zeus install bitcoin
This will download and verify the Bitcoin binaries from Bitcoin Core Downloads
If you would like to install bitcoin to another location. Use the –prefix flag
zeus --prefix=/opt/zeus install
This will download and verify the Lighting Network Daemon binaries from Lightning Releases
To install Bitcoin Core and Lighting Network Node
zeus install all
Zeus is published under the GNU GPLv3 license or any later version.
Zeus is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Zeus is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Org mode. If not, see https://www.gnu.org/licenses/.