OS | Version | Architecture | Supported |
---|---|---|---|
Ubuntu | 21.10,22.04 | x64 | ✔️ |
CentOS Stream | 8,9 | x64 | ✔️ |
Windows | 10,11 | x64 | ✔️ |
macOS | 11,12 | x64 | ✔️ |
Raspberry Pi 4 | 10 (buster) | x64 | ✔️ |
Some unknown operating systems are still being tested. If you are technical or would like to get your hands dirty, please go ahead and install the wallet. It won't bite 😋
For quick installation on Linux and macOS, execute the following command:
bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --no-service
The following parameters can be supplied:
--help
Display help
Linux Only
Running the wallet as a service:
Remember to change the username
For example:
bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --runasuser <username> --runasgroup users
Linux and macOS
--uninstall
Uninstall wallet
For example:
bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --uninstall
In some cases,
macOS
users might need to install gmp. The secp256k1 library depends on gmp (arbitrary precision arithmetic).
For quick installation execute the following command:
brew install gmp
If you don't have homebrew installed:
Users running Catalina, Mojave, or Big Sur, execute the following command if you don't have homebrew installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
For some versions of Windows, you may need to install Visual C++ Redistributable.
For quick installation on Windows https://github.com/tangramproject/bamboo/releases
Once installed open Powershell/CMD in Administrative mode then type clibamwallet --configure
This software is using cryptography that has not been formally audited. While we do our best to make it safe, it is up to the user to evaluate whether or not it is safe to use for their purposes.
Thank you for considering to help out with the source code!
If you'd like to contribute to Bamboo (CLi wallet), please know we're currently only accepting issues. If you wish to submit more complex changes though, please check up with the core devs first on [Discord Channel] (https://discord.gg/6DT3yFhXCB) to ensure the changes get some early feedback which can make both your efforts much lighter as well as review quick and simple.