GCC 7.2 ///// veriumMiner - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: GCC 7.2 ///// veriumMiner (/showthread.php?tid=7027) |
GCC 7.2 ///// veriumMiner - QLEMAC - 01-04-2019 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: Code: apt-get -y install unzip flex 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 Build from source: Advanced: Code: Code: git clone https://github.com/fireworm71/veriumMiner |