MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated
MIT License
92 stars 40 forks source link

Problem with docker container (Slow Storage Drive) #17

Closed GmasteR closed 5 years ago

GmasteR commented 5 years ago

Hi! Im try to run your scripts, and get errors in screen NVIDIA1:

export LD_LIBRARY_PATH=/root/SWARM.2.0.3/build/export

cd

cd /root/SWARM.2.0.3/./bin/bminer-1

./NVIDIA1-2 -uri beam://3JfBiUZZV17DTjAFCnZb97UpBgtLPLLDop.swarm3_7@beam..nicehash.com:3370 -api 127.0.0.1:44000 2>&1 | tee /root/SWARM.2.0.3/logs/NVIDIA1.log

[ERRO] [2019-03-09T00:57:58Z] Unable to locate ./NVIDIA1-2!

MaynardMiner commented 5 years ago

https://github.com/MaynardMiner/SWARM/blob/beta_testing/build/powershell/launchcode.ps1

MaynardMiner commented 5 years ago

That is the fix

The issue is that on slower drivers the bash startup script is operating faster than the hard drive can read/write.

MaynardMiner commented 5 years ago

Specifically-

At Line 204:

Start-Sleep -S 1

Is added

Adding the 1 second wait gives time for the Storage Drive to catch up.

I'm going to release fix soon, I am just trying to compile new xmr-stak & xmrig-amd for cryptonight forks first + testing.

MaynardMiner commented 5 years ago

https://github.com/MaynardMiner/SWARM/issues/14

Noting this is duplicate issue for other users to reference.

GmasteR commented 5 years ago

I think problem not with my disk drive. Im using very fast samsung evo ssd

MaynardMiner commented 5 years ago

should be fixed as of 2.0.4 release.