-
Can anyone help me with Bladebit installation on Arch Linux? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To install the prereq packages: Once it finishes compiling, you'll have a new directory called |
Beta Was this translation helpful? Give feedback.
To install the prereq packages:
sudo pacman -S base-devel cmake gmp numactl
To build from source, navigate to some dir where you might clone repos (I use
~/src
), andgit clone https://github.com/Chia-Network/bladebit.git && cd bladebit && git checkout develop && sh build.sh
Once it finishes compiling, you'll have a new directory called
build-release
, and the bladebit binary will be located in there.You can either run it directly from that dir, or symlink it to some other dir within your
PATH