Skip to content

Instantly share code, notes, and snippets.

@DaWe35
Last active April 8, 2020 15:45
Show Gist options
  • Save DaWe35/8831788d12796063a8ab3baccb871028 to your computer and use it in GitHub Desktop.
Save DaWe35/8831788d12796063a8ab3baccb871028 to your computer and use it in GitHub Desktop.
Sia Central host manager build on ARM (armv7l = 32 bit)

download source from the latest release.

npm install phantomjs-prebuilt --ignore-scripts

npm install

npm audit fix

rm -rf node_modules/electron & npm install electron

Change build/bin/siac to the ARM siad binary

npm run build -- --armv7l --linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment