Beldex-Coin / beldex

Beldex: the secure, private, untraceable cryptocurrency
https://beldex.io
Other
27 stars 21 forks source link

Masternodesoftware compatible with ARM devices like Raspberry Pi #91

Open cryptobooser opened 2 years ago

cryptobooser commented 2 years ago

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 commented 1 year ago

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

jTd7bPLFb commented 8 months ago

On Debian 12 aarch64

  1. apt install git

  2. apt install libcurl4-gnutls-dev

  3. check out the git repo as per instructions

  4. 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 commented 1 week ago

and will it work on raspberry pi?