Hi all,
I’m well aware of: Naw-eth.hiveon.net:4444 read error: "end of file"
But the --dry-run in xmrig approved my config.json to be ok:
root@M720q:/# /hive/miners/xmrig-new/xmrig/6.13.1/xmrig --config /hive/miners/xmrig-new/xmrig/6.13.1/config.json --dry-run
* ABOUT XMRig/6.13.1 gcc/9.3.0
* LIBS libuv/1.41.0 OpenSSL/1.1.1k hwloc/2.4.1
* HUGE PAGES supported
* 1GB PAGES disabled
* CPU Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz (1) 64-bit AES
L2:1.5 MB L3:9.0 MB 6C/6T NUMA:1
* MEMORY 1.7/15.5 GB (11%)
DIMM_A0: 16 GB DDR4 @ 2666 MHz HMA82GS6CJR8N-VK
ChannelB-DIMM0: <empty>
* MOTHERBOARD LENOVO - 312D
* DONATE 1%
* ASSEMBLY auto:intel
* POOL #1 de.minexmr.com:4444 algo rx/0
* COMMANDS hashrate, pause, resume, results, connection
[2021-08-04 13:20:25.453] config OK
And running it without the config.json does work as expected:
root@M720q:/# /hive/miners/xmrig-new/xmrig/6.13.1/xmrig -o pool.minexmr.com:4444 -u MyAddress
* ABOUT XMRig/6.13.1 gcc/9.3.0
* LIBS libuv/1.41.0 OpenSSL/1.1.1k hwloc/2.4.1
* HUGE PAGES supported
* 1GB PAGES disabled
* CPU Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz (1) 64-bit AES
L2:1.5 MB L3:9.0 MB 6C/6T NUMA:1
* MEMORY 1.7/15.5 GB (11%)
DIMM_A0: 16 GB DDR4 @ 2666 MHz HMA82GS6CJR8N-VK
ChannelB-DIMM0: <empty>
* MOTHERBOARD LENOVO - 312D
* DONATE 1%
* ASSEMBLY auto:intel
* POOL #1 pool.minexmr.com:4444 algo auto
* COMMANDS hashrate, pause, resume, results, connection
* OPENCL disabled
* CUDA disabled
[2021-08-04 13:23:28.042] net use pool pool.minexmr.com:4444 88.99.193.240
[2021-08-04 13:23:28.042] net new job from pool.minexmr.com:4444 diff 75000 algo rx/0 height 2419662
But if I start it from the HiveOS it comes up with the “read error: “end of file”” Failure!
So the failure must come from inside the config.json even though the dry-run reported it to be OK
Hoping for hints