Skip to content

ARM update wallet

Latest
Compare
Choose a tag to compare
@monkins1010 monkins1010 released this 02 Jan 20:26
2b820de

ARM 64bit release with intrinsics

updated 21.02.20now VRSC test network works

@monkins1010 monkins1010 released this on 20 Jul · 1 commit to master since this release

VerusCoin version 0.6.0-8 with VerusHash 2.1 - Executables attached, or compile yourself see below for instructions

ARM aarch64. e.g. 64-bit Raspberry Pi or a Pine64, or rk3328

First we need to cross compile this on a decent ish PC as it takes hours to compile on an arm board.

sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl
Then

sudo apt-get install g++-aarch64-linux-gnu
git clone --single-branch -b arm https://github.com/monkins1010/VerusCoin.git
cd VerusCoin
Finally:

HOST=aarch64-linux-gnu ./zcutil/build.sh STATIC_LIBCURL=1

Then it will build a verus and verusd in your /VerusCoin/src/ directory