01-04-2019, 07:33 PM
Hi guys,
Running Armbian Stretch - Legacy kernel 4.4.y
Trying to get this veriumMiner work on the rockpro64 but keep crashing after 3sec...
I build it with ./build.sh script available in veriumMiner folder and this script suppose to
enable the ARMv8 (Soon as you see the stratum difficulty apear it crashing and reboot the kernel)
So I try to do it fancy by compile it by my self with the CFLAG="mfpu=neon"
Compiler C++ is not working can't compile it. Let's download GCC 7.2 to make the job done.
BUT...... make -j 8 ..... command make it crash....and reboot
What the next step? You can use my command to start the miner anytime.
Have Fun
QLEMAC
info@sbcMiner.com
To build and install GCC 7.2
Code:
veriumMiner
This is a multi-threaded CPU miner for Verium using scrypt²
Dependencies:
Code:
Build from source easy:
Code:
Build from source: Advanced:
Code:
Running Armbian Stretch - Legacy kernel 4.4.y
Trying to get this veriumMiner work on the rockpro64 but keep crashing after 3sec...
I build it with ./build.sh script available in veriumMiner folder and this script suppose to
enable the ARMv8 (Soon as you see the stratum difficulty apear it crashing and reboot the kernel)
So I try to do it fancy by compile it by my self with the CFLAG="mfpu=neon"
Compiler C++ is not working can't compile it. Let's download GCC 7.2 to make the job done.
BUT...... make -j 8 ..... command make it crash....and reboot
What the next step? You can use my command to start the miner anytime.
Have Fun
QLEMAC
info@sbcMiner.com
To build and install GCC 7.2
Code:
Code:
apt-get -y install unzip flex
wget https://github.com/gcc-mirror/gcc/archive/gcc-7_2_0-release.zip
unzip gcc-7_2_0-release.zip
cd gcc-gcc-7_2_0-release
sudo ./contrib/download_prerequisites
mkdir build && cd build
../configure --enable-languages=c,c++ --disable-multilib
make -j 8
make install
veriumMiner
This is a multi-threaded CPU miner for Verium using scrypt²
Dependencies:
Code:
Code:
apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev
Build from source easy:
Code:
Code:
git clone https://github.com/fireworm71/veriumMiner
cd veriumMiner
./build.sh
./cpuminer -n 1048576 -o stratum+tcp://eu.vrm.n3rd3d.com:3402 -O QLEMAC.user:password -t X
Build from source: Advanced:
Code:
Code:
git clone https://github.com/fireworm71/veriumMiner
cd veriumMiner
./autogen.sh
perl nomacro.pl
./configure CFLAGS="-mfpu=neon" --with-curl --with-crypto
make clean && make
./cpuminer -n 1048576 -o stratum+tcp://eu.vrm.n3rd3d.com:3402 -O QLEMAC.user:password -t X