Pages:
Author

Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9 - page 3. (Read 148347 times)

jr. member
Activity: 200
Merit: 3
Command Line used:

bminer.exe -uri ethstratum://33hZYX8iFg5zm9E3geqrNgeP6TMzszZk5R.Blackbox:[email protected]:3353 -uri2 handshake://*********************************.**********:[email protected]:3384 -dual-intensity 10 -watchdog=false -api 127.0.0.1:4001 -devices amd:0

API data lists 2 solvers for 'handshake', but none for 'ethash':

Code:
{
    "devices":  {
                    "0":  {
                              "solvers":  [
                                              {
                                                  "algorithm":  "handshake",
                                                  "speed_info":  {
                                                                     "hash_rate":  22875734.02
                                                                 }
                                              },
                                              {
                                                  "algorithm":  "handshake",
                                                  "speed_info":  {
                                                                     "hash_rate":  22325656.27
                                                                 }
                                              }
                                          ]
                          }
                }
}

Same issue with 16.3.5
jr. member
Activity: 200
Merit: 3
bminer.exe -uri ethstratum://*******************.***********:[email protected]:3353 -nofee -watchdog=false -api 127.0.0.1:4004 -devices 0
[INFO] [2020-11-07T18:22:17+01:00] Bminer: When Crypto-mining Made Fast (v16.3.4-88bf7b3)
[INFO] [2020-11-07T18:22:17+01:00] Watchdog has started.
[INFO] [2020-11-07T18:22:17+01:00] Detected CUDA platform
[INFO] [2020-11-07T18:22:25+01:00] Starting miner on 1 devices
[INFO] [2020-11-07T18:22:25+01:00] Starting the management API at 127.0.0.1:4004
[INFO] [2020-11-07T18:22:25+01:00] [D0] Starting miner for GeForce GTX 1660 SUPER at 0000:01:00.0
[INFO] [2020-11-07T18:22:25+01:00] Connected to DAGGERHASHIMOTO.eu.nicehash.com:3353
[INFO] [2020-11-07T18:22:25+01:00] Subscribed to stratum server
[INFO] [2020-11-07T18:22:25+01:00] Set nonce to 01d265
[INFO] [2020-11-07T18:22:25+01:00] Started miner on device 0
[INFO] [2020-11-07T18:22:25+01:00] Authorized
[INFO] [2020-11-07T18:22:25+01:00] Set diff to 0.62 (target to 000000019b95a1ea)
[INFO] [2020-11-07T18:22:25+01:00] Received new job 00000000f7a64058 (000000019b95a1ea)
[INFO] [2020-11-07T18:22:25+01:00] CUDA error DRIVER: '201' in func 'bminer::EthashSolverContextCUDABase::QuickCtxSync' line 41
[FATA] [2020-11-07T18:22:25+01:00] Fatal cuda error in GPU 0. Terminate soon...

Version 16.3.1 was working just fine
legendary
Activity: 2212
Merit: 1031
is it possible to mine epic cash (progpow) with this and switch to cucarooz29 when epic cash is not using progpow?  Thank you.
full member
Activity: 174
Merit: 100
We're pleased to release Bminer 16.3.1.

* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

Please see https://www.bminer.me/releases/ for more details.

Happy mining.

Hi There, are you planning to add RTX30xx series. It seems that 3090 with 24gb vram can use C32 20GB required for cuckatoo_mean_cuda_rtx_32 plugin - can you please take a look?
newbie
Activity: 5
Merit: 0
* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

For which series of NVIDIA GPUs ?
For 10xx - ?
or 20xx - ?
or 30xx - ?
or all ?
jr. member
Activity: 200
Merit: 3
Why have not you solved dll's problem yet? I can't use it. You just lost fees.

What DLL problem? Is working just file here.
sr. member
Activity: 954
Merit: 250
We're pleased to release Bminer 16.3.1.

* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

Please see https://www.bminer.me/releases/ for more details.

Happy mining.
Why have not you solved dll's problem yet? I can't use it. You just lost fees.
copper member
Activity: 416
Merit: 105
We're pleased to release Bminer 16.3.1.

* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

Please see https://www.bminer.me/releases/ for more details.

Happy mining.
stuck detecting nvidia on linux
hero member
Activity: 729
Merit: 513
We're pleased to release Bminer 16.3.1.

* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

Please see https://www.bminer.me/releases/ for more details.

Happy mining.

tuning timing of Nvidia or AMD? It seems Vega works quite nice with this -fast option...
member
Activity: 461
Merit: 49
We're pleased to release Bminer 16.3.1.

* Enable tuning memory timings for Ethash on NVIDIA GPUs via the "-fast" option.

Please see https://www.bminer.me/releases/ for more details.

Happy mining.
newbie
Activity: 14
Merit: 0
Having trouble running Bminer under HiveOS on Sparkpool.

i dunno why it won't run. weird thing is:
  • Bminer on ethermine is OK
    Phoenixminer on ethermine is OK
    Phoenixminer on sparkpool is OK
    But,
    Bminer on sparkpool FAIL

here's the log:
https://i.ibb.co/zFRLHrM/photo-2020-09-07-07-10-23.jpg
jr. member
Activity: 200
Merit: 3
Command line used:

bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:[email protected]:3388 -watchdog=false -api 127.0.0.1:4004 -devices 0

This is my code:
Code:
       $Request = "http://localhost:$($this.Port)/api/v1/status/solver"
        $Request2 = "http://localhost:$($this.Port)/api/v1/status/stratum"

        Try {
            $Data = Invoke-RestMethod -Uri $Request -TimeoutSec $Timeout
        }
        Catch {
            Return $null
        }

        If ($this.AllowedBadShareRatio) {
            #Read stratum info from API
            Try {
                $Data | Add-Member stratums (Invoke-RestMethod -Uri $Request2 -TimeoutSec $Timeout).stratums
            }
            Catch {
                Return $null
            }
        }

This is the resulting API data:


Code:
{
  "devices": {
    "0": {
      "solvers": [
        {
          "algorithm": "",
          "speed_info": {
            "hash_rate": 1.8
          }
        }
      ]
    }
  },
  "stratums": {
    "cuckaroo29z": {
      "failover_uris": [
        {
          "name": "cuckaroo29z://***************************************.***********:[email protected]:3388",
          "active": true
        }
      ],
      "accepted_shares": 0,
      "rejected_shares": 0,
      "accepted_share_rate": 0,
      "rejected_share_rate": 0
    }
  }
}

Please note the empty algorithm property:         "algorithm": "",

With all other algos the property is filled.
I also noticed that the html gui does not work for CuckarooZ29 (no graph)

Problem still exists in 16.3.0

More algorithm mismatch:

Command line used:
bminer.exe --fast 4 -uri aeternity://*************************.**********:[email protected]:3376 -watchdog=false -api 127.0.0.1:4003 -devices 0

{
  "devices": {
    "0": {
      "solvers": [
        {
          "algorithm": "bfc",
          "speed_info": {
            "hash_rate": 2.47
          }
        }
      ]
    }
  },
  "stratums": {
    "aeternity": {
      "failover_uris": [
        {
          "name": "aeternity://33hZYX8iFg5zm9E3geqrNgeP6TMzszZk5R.Blackbox:[email protected]:3376",
          "active": true
        }
      ],
      "accepted_shares": 0,
      "rejected_shares": 0,
      "accepted_share_rate": 0,
      "rejected_share_rate": 0
    }
  }
}
copper member
Activity: 141
Merit: 1
Hello,

ITALO (XTA) will move on cuckARoo29 pow probably next week, we are wondering if you guys would add XTA support on your Miner, here are the node's

https://github.com/italocoin-project/node-cryptoforknote-util

https://github.com/italocoin-project/node-cryptonight-hashing

https://github.com/italocoin-project/node-cuckaroo29i-hashing

here is reference miner https://github.com/italocoin-project/ItaloReferenceMiner

here is a testnet pool http://pool-test.italocoin.com/

we are on cuckARoo29 on 48 Cycles, thank you verry much!

Regards,
ITALO TEAM
jr. member
Activity: 200
Merit: 3
Command line used:

bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:[email protected]:3388 -watchdog=false -api 127.0.0.1:4004 -devices 0

This is my code:
Code:
       $Request = "http://localhost:$($this.Port)/api/v1/status/solver"
        $Request2 = "http://localhost:$($this.Port)/api/v1/status/stratum"

        Try {
            $Data = Invoke-RestMethod -Uri $Request -TimeoutSec $Timeout
        }
        Catch {
            Return $null
        }

        If ($this.AllowedBadShareRatio) {
            #Read stratum info from API
            Try {
                $Data | Add-Member stratums (Invoke-RestMethod -Uri $Request2 -TimeoutSec $Timeout).stratums
            }
            Catch {
                Return $null
            }
        }

This is the resulting API data:


Code:
{
  "devices": {
    "0": {
      "solvers": [
        {
          "algorithm": "",
          "speed_info": {
            "hash_rate": 1.8
          }
        }
      ]
    }
  },
  "stratums": {
    "cuckaroo29z": {
      "failover_uris": [
        {
          "name": "cuckaroo29z://***************************************.***********:[email protected]:3388",
          "active": true
        }
      ],
      "accepted_shares": 0,
      "rejected_shares": 0,
      "accepted_share_rate": 0,
      "rejected_share_rate": 0
    }
  }
}

Please note the empty algorithm property:         "algorithm": "",

With all other algos the property is filled.
I also noticed that the html gui does not work for CuckarooZ29 (no graph)

Problem still exists in 16.3.0
jr. member
Activity: 200
Merit: 3
bminer.exe -uri cuckaroo29z://**************************.********:[email protected]:3388 -watchdog=false -api 127.0.0.1:4003 -devices 0
[INFO] [2020-08-19T17:50:16+02:00] Bminer: When Crypto-mining Made Fast (v16.3.0-bab438a)
[INFO] [2020-08-19T17:50:16+02:00] Watchdog has started.
[INFO] [2020-08-19T17:50:16+02:00] Detected CUDA platform
[INFO] [2020-08-19T17:50:24+02:00] Connected to CUCKAROOZ29.eu.nicehash.com:3388
[INFO] [2020-08-19T17:50:24+02:00] Starting miner on 1 devices
[INFO] [2020-08-19T17:50:24+02:00] Starting the management API at 127.0.0.1:4003
[INFO] [2020-08-19T17:50:24+02:00] [D0] Free memory 5172.62 MB available. Selecting 5GB solver
[WARN] [2020-08-19T17:50:24+02:00] Potential performance degradation detected as 6GB memory is available while using the 5GB solver
[INFO] [2020-08-19T17:50:24+02:00] Operating in the thread safe mode for GPU 0
[INFO] [2020-08-19T17:50:24+02:00] [D0] Starting miner for GeForce GTX 1060 6GB at 0000:01:00.0
[INFO] [2020-08-19T17:50:24+02:00] Authorized with the server
[INFO] [2020-08-19T17:50:24+02:00] Received new job 683031686
[INFO] [2020-08-19T17:50:24+02:00] CUDA error DRIVER: '2' in func 'bminer::cuckoo::Cuckaroo29zSolverCudaBase::InitializeCudaEnvironment' line 253
[FATA] [2020-08-19T17:50:24+02:00] Fatal cuda error in GPU 0. Terminate soon...

Nvidia Driver 451.67, Win 10
full member
Activity: 1160
Merit: 209
Hi
Attempt to run from an external program (c#):
[ERRO] [2020-08-17T10:10:11+03:00] Unable to locate miners\bminer\bminer.exe! (This message from bminer log, not system)
While changing curent directory -
[INFO] [2020-08-17T10:02:41+03:00] Bminer: When Crypto-mining Made Fast (v16.2.11-4ecd066)
[INFO] [2020-08-17T10:02:41+03:00] Watchdog has started.
[WARN] [2020-08-17T10:02:41+03:00] Failed to detect platform
[FATA] [2020-08-17T10:02:50+03:00] CudaError: Unknown error: c:\windows\apppatch\apppatch64\acgenral.dll
[WARN] [2020-08-17T10:02:50+03:00] Miner died! It will be restarted soon...

jr. member
Activity: 200
Merit: 3
bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:[email protected]:3388 -watchdog=false -api 127.0.0.1:4003 -devices 0

[INFO] [2020-08-04T20:02:59+02:00] Bminer: When Crypto-mining Made Fast (v16.2.12-53338be)
[INFO] [2020-08-04T20:02:59+02:00] Watchdog has started.
[INFO] [2020-08-04T20:02:59+02:00] Detected CUDA platform
[INFO] [2020-08-04T20:03:07+02:00] Connected to CUCKAROOZ29.eu.nicehash.com:3388
[INFO] [2020-08-04T20:03:07+02:00] Starting miner on 1 devices
[INFO] [2020-08-04T20:03:07+02:00] Starting the management API at 127.0.0.1:4003
[INFO] [2020-08-04T20:03:07+02:00] [D0] Free memory 5172.62 MB available. Selecting 5GB solver
[WARN] [2020-08-04T20:03:07+02:00] Potential performance degradation detected as 6GB memory is available while using the 5GB solver
[INFO] [2020-08-04T20:03:07+02:00] [D0] Starting miner for GeForce GTX 1060 6GB at 0000:01:00.0
[INFO] [2020-08-04T20:03:07+02:00] Authorized with the server
[INFO] [2020-08-04T20:03:07+02:00] Received new job 1730306
[INFO] [2020-08-04T20:03:07+02:00] Started miner on device 0

boom -> return to command line
jr. member
Activity: 200
Merit: 3
Command line used:

bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:[email protected]:3388 -watchdog=false -api 127.0.0.1:4004 -devices 0

This is my code:
Code:
       $Request = "http://localhost:$($this.Port)/api/v1/status/solver"
        $Request2 = "http://localhost:$($this.Port)/api/v1/status/stratum"

        Try {
            $Data = Invoke-RestMethod -Uri $Request -TimeoutSec $Timeout
        }
        Catch {
            Return $null
        }

        If ($this.AllowedBadShareRatio) {
            #Read stratum info from API
            Try {
                $Data | Add-Member stratums (Invoke-RestMethod -Uri $Request2 -TimeoutSec $Timeout).stratums
            }
            Catch {
                Return $null
            }
        }

This is the resulting API data:


Code:
{
  "devices": {
    "0": {
      "solvers": [
        {
          "algorithm": "",
          "speed_info": {
            "hash_rate": 1.8
          }
        }
      ]
    }
  },
  "stratums": {
    "cuckaroo29z": {
      "failover_uris": [
        {
          "name": "cuckaroo29z://***************************************.***********:[email protected]:3388",
          "active": true
        }
      ],
      "accepted_shares": 0,
      "rejected_shares": 0,
      "accepted_share_rate": 0,
      "rejected_share_rate": 0
    }
  }
}

Please note the empty algorithm property:         "algorithm": "",

With all other algos the property is filled.
I also noticed that the html gui does not work for CuckarooZ29 (no graph)
newbie
Activity: 1
Merit: 0
i am getting this error >

INFO] [2020-08-02T15:00:58+10:00] Bminer: When Crypto-mining Made Fast (v16.2.11-4ecd066)
[INFO] [2020-08-02T15:00:58+10:00] Watchdog has started.
[INFO] [2020-08-02T15:00:58+10:00] Detected CUDA platform
[FATA] [2020-08-02T15:00:58+10:00] CudaError: Unknown error: c:\windows\system32\advapi32.dll
copper member
Activity: 416
Merit: 105
hai...

C32 speed is unreal in pool and show very less hashrate on pool, please fix this

Thanks
Pages:
Jump to: