Releases: monkins1010/VerusCoin
ARM update wallet
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
v0.5.9
ARM 64bit release with intrinsics
@monkins1010 monkins1010 released this on 20 Jul · 1 commit to master since this release
VerusCoin version 0.5.9 with VerusHash 2.0 - Warning this is beta software so make sure your wallet is backed up/
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_CC_update 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
ARM 64bit release Beta
VerusCoin version 0.5.6a with VerusHash 2.0 - Warning this is pre-release (So do not transfer all your VRSC to it to test etc..)
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_monkins https://github.com/monkins1010/VerusCoin.git
cd VerusCoin
Finally:
HOST=aarch64-linux-gnu ./zcutil/build.sh STATIC_LIBCURL=1 -j 2
Then it will build a verus and verusd in your /VerusCoin/src/ directory