Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
Fu Ren
on 24/01/2019, 15:43:54 UTC
Hello Patrike,

I decided to give Grin a try, for he purpose I spared a small rig with four GTX 1060 6GB. Due to the RAM size, I have no other option left for the sw miner of choice than NBminer.  Both Gminer and Bminer require 8GB.

That said, I configured AM to mine GRIN-29 in f2pool.
When I triggered the newly created managed miner if failed to log in to the pool. I reviewed the parameters passed and found no mistakes and all seemed to be ok as per pool instructions.
Running diagnostics leads to the following:

Initialize diagnostics (10)
Starting Diagnostics. Awesome Miner version: 6.1.5
OS: Microsoft Windows 10 Pro 64-bit
nVidia driver version: 417.01
Microsoft VC++ 2013 runtime installed: Yes
Microsoft VC++ 2015 runtime installed: Yes
Starting Mining Software
Setting up Miner Engine. Instance: 7
Engine Type: BtMiner, Auto Download: True, EnginePath: C:\bote\NBMiner_Win\start_grin_f2pool getgrin.bat, Subtype: Disabled, CustomExecutable:
Properties: (WindowMode: ConsoleFormat, EngineType: BtMiner, IsProfitMiner: False)
====================================================================================================
C:\Users\GaoFuShuai\AppData\Local\AwesomeMiner\nbminer_13.2_win_7\NBMiner_Win\nbminer.exe  -a cuckaroo -o stratum+tcp://grin29.f2pool.com:13654 -u grinworker.001 --api 0.0.0.0:4034
====================================================================================================
Mining Engine Process started, PID: 6008
> [16:06:56] INFO - ----------------------------------------------
> [16:06:56] INFO - |                   NBMiner                  |
> [16:06:56] INFO - |              NVIDIA GPU Miner              |
> [16:06:56] INFO - |                    13.2                    |
> [16:06:56] INFO - ----------------------------------------------
> [16:06:56] INFO - ALGO:  cuckaroo
> [16:06:56] INFO - URL:   stratum+tcp://grin29.f2pool.com:13654
> [16:06:56] INFO - USER:  grinworker.001
> [16:06:56] INFO - ============= Device Information =============
> [16:06:56] INFO - ID 0: GeForce GTX 1060 6GB 6144 MB, CC 61
> [16:06:56] INFO - ID 1: GeForce GTX 1060 6GB 6144 MB, CC 61
> [16:06:56] INFO - ID 2: GeForce GTX 1060 6GB 6144 MB, CC 61
> [16:06:56] INFO - ID 3: GeForce GTX 1060 6GB 6144 MB, CC 61
> [16:06:56] INFO - ==============================================
> [16:06:56] INFO - NVML initialized.
> [16:06:58] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:06:59] WARN - Failed to login mining pool, please check mining pool username.
> [16:06:59] INFO - Logout.
> [16:06:59] INFO - API:  0.0.0.0:4034
> [16:06:59] INFO - API server started.
> [16:07:01] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:02] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:02] INFO - Logout.
> [16:07:03] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:04] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:04] INFO - Logout.
> [16:07:05] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:06] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:06] INFO - Logout.
> [16:07:07] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:08] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:08] INFO - Logout.
> [16:07:09] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:10] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:10] INFO - Logout.
> [16:07:11] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...
> [16:07:12] WARN - Failed to login mining pool, please check mining pool username.
> [16:07:12] INFO - Logout.
> [16:07:13] INFO - cuckaroo - Logging in to grin29.f2pool.com:13654 ...

====================================================================================================
Diagnostics done. Stopping miner process ...
Prepare stopping Mining Software
Stopping Mining Software
Diagnostics completed

My workaround was to copy the contents of the automatic download zipped folder for NBMiner to a new folder outside the AM path and run a bat file for the same task, which worked ok, i.e. this time it was able to log in my user grinworker to f2pool ands start mining grin.

The bat does this:
nbminer -a cuckaroo -o stratum+tcp://grin29.f2pool.com:13654 -u grinworker.001:x -long-format -log

(grinworker is a moke ID not the real one I use)


Then I tried to make AW leverage the working bat by changing the software location in the Managed miner properties - General from "Automatic download" to "specify existing installation path" and pointing the path to the bat file I had succesfully run before.

In this case AM is able to log in and mine but unable to pull any information and display in the Dashboard screen  i.e power usage, also in the Pools, and GPU tab for the miner, nothing is shown, so I am not very happy with the outcome, which is a semi-integration only.

What should I do to have NBminer up & running by just using the default automatic download which is not loging in properly?

Thanks in advance!