Bitcoin Forum
March 19, 2024, 08:37:18 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162] 163 164 »
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 148374 times)
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
August 19, 2020, 04:07:08 PM
 #3221

Command line used:

bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:x@CUCKAROOZ29.eu.nicehash.com: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://***************************************.***********:x@CUCKAROOZ29.eu.nicehash.com: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

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
1710837438
Hero Member
*
Offline Offline

Posts: 1710837438

View Profile Personal Message (Offline)

Ignore
1710837438
Reply with quote  #2

1710837438
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
italocoin
Copper Member
Jr. Member
*
Offline Offline

Activity: 141
Merit: 1


View Profile WWW
August 20, 2020, 09:26:38 AM
 #3222

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

http://Syfer.network (SYFR) is an anonymous cryptocurrency Smart Contracts Platform. Utilizing bleeding edge Homomorphic Encryption as a Layer 1 solution.
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
August 22, 2020, 10:56:14 PM
 #3223

Command line used:

bminer.exe --fast 4 -uri cuckaroo29z://***************************************.***********:x@CUCKAROOZ29.eu.nicehash.com: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://***************************************.***********:x@CUCKAROOZ29.eu.nicehash.com: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://*************************.**********:x@CUCKOOCYCLE.eu.nicehash.com: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:x@CUCKOOCYCLE.eu.nicehash.com:3376",
          "active": true
        }
      ],
      "accepted_shares": 0,
      "rejected_shares": 0,
      "accepted_share_rate": 0,
      "rejected_share_rate": 0
    }
  }
}

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
weka
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
September 07, 2020, 08:33:05 AM
 #3224

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
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
September 15, 2020, 05:18:28 PM
 #3225

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.

When Crypto-mining Made Fast. @realbminer on TWTR
BogdanCo
Hero Member
*****
Offline Offline

Activity: 729
Merit: 513


View Profile
September 15, 2020, 07:49:15 PM
 #3226

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...
ayiphelmy
Copper Member
Full Member
***
Offline Offline

Activity: 416
Merit: 105


View Profile
September 18, 2020, 05:25:36 PM
 #3227

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
Dr_Victor
Sr. Member
****
Offline Offline

Activity: 954
Merit: 250


View Profile
September 19, 2020, 02:13:01 PM
 #3228

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.

yobit.net is banned from signatures
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
September 20, 2020, 09:44:58 AM
 #3229

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.

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
Alexdie
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
September 21, 2020, 10:09:04 AM
 #3230

* 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 ?
vaulter
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
September 27, 2020, 07:52:14 AM
 #3231

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?
grendel25
Legendary
*
Offline Offline

Activity: 2254
Merit: 1031



View Profile
October 16, 2020, 09:53:21 PM
 #3232

is it possible to mine epic cash (progpow) with this and switch to cucarooz29 when epic cash is not using progpow?  Thank you.

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
November 07, 2020, 05:24:05 PM
 #3233

bminer.exe -uri ethstratum://*******************.***********:x@DAGGERHASHIMOTO.eu.nicehash.com: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

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
November 07, 2020, 07:44:48 PM
Last edit: November 10, 2020, 03:13:17 PM by UselessGuru
 #3234

Command Line used:

bminer.exe -uri ethstratum://33hZYX8iFg5zm9E3geqrNgeP6TMzszZk5R.Blackbox:x@DAGGERHASHIMOTO.eu.nicehash.com:3353 -uri2 handshake://*********************************.**********:x@HANDSHAKE.eu.nicehash.com: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

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
November 10, 2020, 03:05:33 PM
 #3235

bminer.exe -uri ethstratum://*******************.***********:x@DAGGERHASHIMOTO.eu.nicehash.com: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

Same issue with 16.3.5 (NVidia Driver 457.09)

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
geo25
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
November 13, 2020, 08:20:13 PM
 #3236

Same issue with me always restarts.
sonnyy4
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 13, 2020, 10:25:17 PM
 #3237

Same issue with me always restarts.
I am getting this error aswell
" CUDA error DRIVER: '201' in func 'bminer::EthashSolverContextCUDABase::QuickCtxSync "
if you or anyone finds a fix please let me know
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
December 03, 2020, 06:58:20 PM
 #3238

Command Line used:

bminer.exe -uri ethstratum://33hZYX8iFg5zm9E3geqrNgeP6TMzszZk5R.Blackbox:x@DAGGERHASHIMOTO.eu.nicehash.com:3353 -uri2 handshake://*********************************.**********:x@HANDSHAKE.eu.nicehash.com: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


Same issue with 16.3.6


Co-developer of www.nemosminer.com (http://www.nemosminer.com)
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
December 03, 2020, 07:02:40 PM
 #3239

- API is broken (see https://bitcointalk.org/index.php?topic=2519271.msg55744602#msg55744602)
- intensity parameters for dual mining do not affect resulting speed
- watchdog=false does not disable watchdog (at least is says so)
- Failed to apply memory optimization: OS: Failed to open SCManager

bminer.exe -uri ethstratum://******************************.************:x@DAGGERHASHIMOTO.eu.nicehash.com:3353 -uri2 handshake://******************************.************:x@HANDSHAKE.eu.nicehash.com:3384 -api 127.0.0.1:4001 -devices amd:0 -watchdog=false
[INFO] [2020-12-03T20:05:32+01:00] Bminer: When Crypto-mining Made Fast (v16.3.6-b37c2ec)
[INFO] [2020-12-03T20:05:32+01:00] Watchdog has started.
[INFO] [2020-12-03T20:05:39+01:00] Connected to DAGGERHASHIMOTO.eu.nicehash.com:3353
[INFO] [2020-12-03T20:05:39+01:00] Starting miner on 1 devices
[INFO] [2020-12-03T20:05:39+01:00] Starting the management API at 127.0.0.1:4001
[INFO] [2020-12-03T20:05:39+01:00] [D0] Starting miner for Radeon RX 580 Series at 0000:06:00.0
[INFO] [2020-12-03T20:05:39+01:00] Subscribed to stratum server
[INFO] [2020-12-03T20:05:39+01:00] Set nonce to f59276
[INFO] [2020-12-03T20:05:39+01:00] Authorized
[INFO] [2020-12-03T20:05:39+01:00] Set diff to 0.63 (target to 00000001944509bf)
[INFO] [2020-12-03T20:05:39+01:00] Received new job 000000004cbfad36 (00000001944509bf)
[INFO] [2020-12-03T20:05:39+01:00] Connected to HANDSHAKE.eu.nicehash.com:3384
[INFO] [2020-12-03T20:05:39+01:00] Authorized (Handshake)
[INFO] [2020-12-03T20:05:40+01:00] Subscribed to stratum server (Handshake)
[INFO] [2020-12-03T20:05:40+01:00] Setting extranonce to 1475f0e0a (Handshake)
[INFO] [2020-12-03T20:05:40+01:00] Set target to 80000000 (Handshake)
[INFO] [2020-12-03T20:05:40+01:00] Received new job 0000000083ce1c1a (Handshake)
[INFO] [2020-12-03T20:05:40+01:00] Received new job 000000004cbfe12b (00000001944509bf)
[INFO] [2020-12-03T20:05:41+01:00] Started miner on device 0
[INFO] [2020-12-03T20:05:41+01:00] [D0] Start tuning parameters for dual-mining
[INFO] [2020-12-03T20:05:41+01:00] [D0] Creating DAG #379
[INFO] [2020-12-03T20:05:41+01:00] Received new job 000000004cc0ace7 (00000001944509bf)
[INFO] [2020-12-03T20:05:41+01:00] Received new job 000000004cc15699 (00000001944509bf)
[INFO] [2020-12-03T20:05:44+01:00] Received new job 000000004cc2d1a2 (00000001944509bf)
[INFO] [2020-12-03T20:05:46+01:00] [D0] Evaluating scheme 0 with intensity 1
[INFO] [2020-12-03T20:05:47+01:00] Received new job 000000004cc3c0b7 (00000001944509bf)
[INFO] [2020-12-03T20:05:50+01:00] Received new job 000000004cc4aad5 (00000001944509bf)
[INFO] [2020-12-03T20:05:53+01:00] [D0] DAG has been created
[WARN] [2020-12-03T20:05:53+01:00] [D0] Failed to apply memory optimization: OS: Failed to open SCManager
[INFO] [2020-12-03T20:05:53+01:00] Received new job 000000004cc59666 (00000001944509bf)
[INFO] [2020-12-03T20:05:54+01:00] Received new job 000000004cc6ce6a (00000001944509bf)
[INFO] [2020-12-03T20:05:56+01:00] Received new job 000000004cc7c651 (00000001944509bf)
[INFO] [2020-12-03T20:05:59+01:00] Received new job 000000004cc89745 (00000001944509bf)
[INFO] [2020-12-03T20:06:02+01:00] Received new job 000000004cc9c776 (00000001944509bf)
[INFO] [2020-12-03T20:06:05+01:00] Received new job 000000004ccaa33b (00000001944509bf)
[INFO] [2020-12-03T20:06:06+01:00] [D0] Evaluating scheme 1 with intensity 1
[INFO] [2020-12-03T20:06:08+01:00] Received new job 000000004ccb55a0 (00000001944509bf)
[INFO] [2020-12-03T20:06:10+01:00] Received new job 000000004ccd76f7 (00000001944509bf)
[INFO] [2020-12-03T20:06:11+01:00] [GPU 0] Speed: 25.10 MH/s, 24.74 MH/s Temp: 57C Fan: 38% Power: 40W 0.63 MH/J
[INFO] [2020-12-03T20:06:11+01:00] Total 25.10 MH/s, 24.46 MH/s Accepted shares 0/0 Rejected shares 0/0
[INFO] [2020-12-03T20:06:12+01:00] Received new job 000000004cce55d2 (00000001944509bf)
[INFO] [2020-12-03T20:06:15+01:00] Received new job 000000004ccf2709 (00000001944509bf)

Co-developer of www.nemosminer.com (http://www.nemosminer.com)
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
December 23, 2020, 04:16:33 PM
 #3240

We're pleased to release Bminer 16.4.0.

* Support mining ETH on AMD 4G cards via the -ethash-allocation parameter.

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

Happy mining.

When Crypto-mining Made Fast. @realbminer on TWTR
Pages: « 1 ... 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 [162] 163 164 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!