Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
ir.hn
on 16/12/2017, 06:59:11 UTC
Hey guys i am new here
I am using an odroid xu4 for mining and got an ubuntu as OS.
I installed and compiled the MinerD for Yescrypt but i only get rejecteds (boooos)

so where am i able to download the miner with yescryptr16

thanks for any help
Check out this post:
Found the minerd source at https://github.com/conan-equal-newone/yenten/releases, all I had to do to get running:
Code:
apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev jansson
wget https://github.com/conan-equal-newone/yenten/releases/download/1.1.0/yenten_minerd_source.zip
unzip yenten_minerd_source.zip
Edit line 6 of configure.ac: AM_INIT_AUTOMAKE([gnu foreign])
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -funroll-loops -fomit-frame-pointer -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
make
strip minerd
-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard will be different for most ARM devices, look up the recommended CFLAGS for your device.
To build yentend I followed the readme except the two steps mentioned above.
The 4 big cores report 0.02kH/s each, the 4 little cores 0.01kH/s. So with proper cooling I would get at least 120H/s, only running the 4 big cores atm.
The CFLAGS are for Odroid XU3 but should work fine with Odroid XU4 as well.

so moment of truth.  Got my alfawise x5 running and got 90 hashes per sec running 4 threads in the wallet.  I am using a kill-a-watt power guage and it says 7 watts while mining; 12.86 hashes/watt.  Do you have a kill-a-watt to test your odroid?
Sorry no wattmeter, but the Odroid XU3 is said to consume max. 20W with all cores and GPU on full load. I guess it's around 15W when mining on all eight cores.

Anyone got a Raspi, NanoPi or Odroid C1? A farm of cheap ARM boards could be quite competitive. Grin

Thanks for that info!  So the atom x5-z8350 is quite competitive it seems.  I am delving into cryogenics now so making a cryogenic case for a mini-itx ryzen 1700.  The reason I am moving to the ryzen is it's overclockability, when I am using liquid nitrogen to cool I want the ability to overclock.  Using liquid nitrogen will lower the power used by about a factor of 10 for the same hashrate.