Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masternodesoftware compatible with ARM devices like Raspberry Pi #91

Open
cryptobooser opened this issue Nov 11, 2022 · 3 comments
Open

Comments

@cryptobooser
Copy link

Compile masternode software for ARM devices like Raspberry Pi.
Decentralisation will be boosted as a lot of people have such mini computers at home.
Earnings are also increased as no VPS costs are due every month.

@pilchor
Copy link

pilchor commented Mar 12, 2023

Hello,
Also interested, is there a possibilitides to compile from sources for rpi ?

@jTd7bPLFb
Copy link

On Debian 12 aarch64

  1. apt install git

  2. apt install libcurl4-gnutls-dev

  3. check out the git repo as per instructions

replace
set(WARNINGS_AS_ERRORS_FLAG "-Werror")

with
set(WARNINGS_AS_ERRORS_FLAG "")

  1. make -j2

the build binaries will be in
./build/Linux/master/release/bin/

ls ./build/Linux/master/release/bin/
beldex-blockchain-ancestry beldex-blockchain-import beldex-blockchain-usage beldex-wallet-cli
beldex-blockchain-depth beldex-blockchain-mark-spent-outputs beldex-gen-trusted-multisig beldex-wallet-rpc
beldex-blockchain-export beldex-blockchain-stats beldex-mn-keys beldexd

  1. make sure you have enabled swap on your machine, beldexd is memory hog

@djkarmi
Copy link

djkarmi commented Nov 9, 2024

and will it work on raspberry pi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants