Post
Topic
Board Announcements (Altcoins)
Re: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive
by
HCLivess
on 02/07/2019, 06:45:22 UTC
Hi. I thought I'd not see you again. How are the martial arts?
We need drastic decrease of memory consumption, the staking loop can be rearranged as with pivx(?) (presstab did that change, he knows what to put where)

why decrease the memory ? Now Raspberry Pi have 4 GB RAM  Cool try to compile for this ... put fail now  Sad

after make -f makefile.unix USE_UPNP=1 stop the compile after leveldb without a error  Huh

Code:
make[1]: Leaving directory '/root/hobonickels/src/leveldb'

found the fail ...
Code:
apt-get install libssl1.0-dev

I'm still testing this. I will contact you again if it should work with the Raspberry Pi 4  Wink

Code:
sudo apt-get remove libssl-dev
wget http://www.openssl.org/source/openssl-1.0.1j.tar.gz
tar xvfz openssl-1.0.1j.tar.gz cd openssl-1.0.1j
cd openssl-1.0.1j
./config
make -j 8
sudo mv /usr/bin/openssl /root/
sudo ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
openssl version`

LDFLAGS="-Wl,-R/usr,-L/usr"
OPENSSL_INCLUDE_PATH=/usr/local/ssl/include OPENSSL_LIB_PATH=/usr/local/ssl/lib make -f makefile.unix USE_NATIVETOR=- -j 2