Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with docker container (Slow Storage Drive) #17

Closed
GmasteR opened this issue Mar 9, 2019 · 6 comments
Closed

Problem with docker container (Slow Storage Drive) #17

GmasteR opened this issue Mar 9, 2019 · 6 comments
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request multi-user bug bug can affect multiple users.

Comments

@GmasteR
Copy link

GmasteR commented Mar 9, 2019

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
Copy link
Owner

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
Copy link
Owner

MaynardMiner commented Mar 9, 2019

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 MaynardMiner self-assigned this Mar 9, 2019
@MaynardMiner MaynardMiner added multi-user bug bug can affect multiple users. enhancement New feature or request duplicate This issue or pull request already exists labels Mar 9, 2019
@MaynardMiner
Copy link
Owner

#14

Noting this is duplicate issue for other users to reference.

@MaynardMiner MaynardMiner changed the title Problem with docker container Problem with docker container (Slow Storage Drive) Mar 9, 2019
@GmasteR
Copy link
Author

GmasteR commented Mar 9, 2019

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

@MaynardMiner
Copy link
Owner

should be fixed as of 2.0.4 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request multi-user bug bug can affect multiple users.
Projects
None yet
Development

No branches or pull requests

2 participants