Bitcoin Forum
March 10, 2026, 08:14:09 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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]
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 149017 times)
ByronP
Hero Member
*****
Offline Offline

Activity: 599
Merit: 510



View Profile WWW
February 25, 2021, 06:22:37 PM
 #3241

still no update...Huh

Code:
CudaError: Unknown error: c:\windows\system32\cryptnet.dll
Mahaprajapati
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
March 10, 2021, 04:33:37 AM
 #3242

any plans to support Swap XWP Cuckaroo29s Algo?

https://github.com/swap-dev/swap/wiki/Develop-for-Swap-Mining
KingsGroup.IT
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 30, 2021, 02:48:43 PM
 #3243

I am trying to mine Conflux (CFX).
Operating System: Win 10 x64
Miner: Bminer 16.4.5
I GPU 2: amd hd 7990 + am rx 480 8GB.
I have the miner and he gives me this error .. in the picture. https://drive.google.com/file/d/1oNH3sYxEw7RBSFi4pSr9ka99r1xpNzx6/view?usp=sharing
Will someone help me?


THIS MY FIL BAT
@echo OFF
SET ADDRESS=bminergrin

SET USERNAME=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.testrRg5CFX
SET POOL=cfx.f2pool.com:6800
SET SCHEME=conflux

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
Naijin
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 01, 2021, 08:53:21 AM
 #3244

Getting errors with BEAM:
Quote
[INFO] [2021-04-01T10:49:01+02:00] Bminer: When Crypto-mining Made Fast (v16.4.5-53c7f21)
[INFO] [2021-04-01T10:49:01+02:00] Watchdog has started.
[FATA] [2021-04-01T10:49:01+02:00] CudaError: Unknown error: c:\windows\system32\atiadlxx.dll
[WARN] [2021-04-01T10:49:01+02:00] Miner died! It will be restarted soon...

My exe line is:
Quote
SET SCHEME=beamhash3+ssl
bminer.exe -devices amd:0 -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880

Running an RX 6800 XT with bminer v16.4.5 and Windows 10 20H2, Radeon driver 21.3.1.
Is this a known issue? I tried Googling and can find others with this problem but never a solution mentioned. Running v16.4.4 and v16.4.3 doesn't work either, and older versions can't be downloaded anymore.
peoples
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
April 04, 2021, 08:54:54 AM
 #3245

(16.4.0 / 16.4.1) and Ubuntu 16 = stop working?
...under Ubuntu 18 works ok.

Can you recompile using same libraries than before 16.4.0 or trully stop support Ubuntu16 since 16.4.0?

Code:
# lsb_release -r
Release: 16.04
# ldd bminer-v16.4.1/bminer
bminer-v16.4.1/bminer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by bminer-v16.4.1/bminer)
bminer-v16.4.1/bminer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by bminer-v16.4.1/bminer)
bminer-v16.4.1/bminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by bminer-v16.4.1/bminer)
Code:
# dpkg -l | grep libc
ii  libc-bin                         2.23-0ubuntu11.2                           amd64        GNU C Library: Binaries
ii  libc-dev-bin                     2.23-0ubuntu11.2                           amd64        GNU C Library: Development binaries
ii  libc6:amd64                      2.23-0ubuntu11.2                           amd64        GNU C Library: Shared libraries
ii  libc6-dev:amd64                  2.23-0ubuntu11.2                           amd64        GNU C Library: Development Libraries and Header Files

any info on that one @realbminer ?
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
April 04, 2021, 02:41:16 PM
 #3246

We're pleased to release Bminer 16.4.6.

* Improve performance for Conflux mining on the Turing / Ampere architecture
* Fix compatibility issues on Windows
* Improve energy efficiency for Ethereum on the Polaris architecture

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

Happy mining.

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
April 12, 2021, 03:25:12 PM
 #3247

Getting errors with BEAM:
Quote
[INFO] [2021-04-01T10:49:01+02:00] Bminer: When Crypto-mining Made Fast (v16.4.5-53c7f21)
[INFO] [2021-04-01T10:49:01+02:00] Watchdog has started.
[FATA] [2021-04-01T10:49:01+02:00] CudaError: Unknown error: c:\windows\system32\atiadlxx.dll
[WARN] [2021-04-01T10:49:01+02:00] Miner died! It will be restarted soon...

My exe line is:
Quote
SET SCHEME=beamhash3+ssl
bminer.exe -devices amd:0 -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880

Running an RX 6800 XT with bminer v16.4.5 and Windows 10 20H2, Radeon driver 21.3.1.
Is this a known issue? I tried Googling and can find others with this problem but never a solution mentioned. Running v16.4.4 and v16.4.3 doesn't work either, and older versions can't be downloaded anymore.

please try Bminer 16.4.6 to see if it works for you, thank you!

When Crypto-mining Made Fast. @realbminer on TWTR
human75
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 25, 2021, 11:53:48 AM
 #3248

We're pleased to release Bminer 16.4.6.

* Improve performance for Conflux mining on the Turing / Ampere architecture
* Fix compatibility issues on Windows
* Improve energy efficiency for Ethereum on the Polaris architecture

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

Happy mining.
I have AMD 6700XT and getting no CUDA found and the miner will restart the error.
How could I fix this issue?
Thanks in advance...
Lucky - Luciano
Hero Member
*****
Offline Offline

Activity: 711
Merit: 500



View Profile
June 26, 2021, 10:41:37 PM
 #3249

Does anyone know how the command line for ETH mining on Ethermine pool and mining Zillika on Ezil pool goes? Thank you very much .
UselessGuru
Jr. Member
*
Offline Offline

Activity: 202
Merit: 3


View Profile
September 12, 2021, 08:10:24 AM
 #3250

bminer -uri ethash://0x6D2a79507C67A8ACBc01D16a4858469677792C39.worker@eth-us-west1.nanopool.org:9999 -uri2 handshake://hs1qw2a7qm69j8sj030sfqa97p5nxsqgdxv74da5z2.t@hns.f2pool.com:6000 -devices amd:1

gives me an 'invalid value "handshake://hs1qw2a7qm69j8sj030sfqa97p5nxsqgdxv74da5z2.t@hns.f2pool.com:6000" for flag -uri2: Unsupported scheme' error.

This is a computer with AMD and NVIDIA gpus installed.

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

Activity: 202
Merit: 3


View Profile
September 12, 2021, 04:35:41 PM
Last edit: September 23, 2021, 06:13:15 AM by UselessGuru
 #3251

bminer -uri ethstratum://bminergrin.worker@eth.f2pool.com:6688 -devices amd:1
[INFO] [2021-09-12T18:34:42+02:00] Bminer: When Crypto-mining Made Fast (v16.4.7-cccd70d)
[INFO] [2021-09-12T18:34:42+02:00] Watchdog has started.
[INFO] [2021-09-12T18:34:46+02:00] Starting miner on 1 devices
[INFO] [2021-09-12T18:34:46+02:00] [D1] Starting miner for Radeon RX 580 Series at 0000:06:00.0
[INFO] [2021-09-12T18:34:46+02:00] Connected to eth.f2pool.com:6688
[INFO] [2021-09-12T18:34:46+02:00] Subscribed to stratum server
[INFO] [2021-09-12T18:34:46+02:00] Set nonce to d096
[INFO] [2021-09-12T18:34:46+02:00] Authorized
[INFO] [2021-09-12T18:34:46+02:00] Set diff to 2.00 (target to 0000000080000206)
[INFO] [2021-09-12T18:34:46+02:00] Received new job 60ab49abd4cc9 (0000000080000206)
[INFO] [2021-09-12T18:34:47+02:00] Received new job 60acd9abd4cca (0000000080000206)
[WARN] [2021-09-12T18:34:51+02:00] Miner died! It will be restarted soon...
[INFO] [2021-09-12T18:34:57+02:00] Bminer: When Crypto-mining Made Fast (v16.4.7-cccd70d)
[INFO] [2021-09-12T18:34:57+02:00] Watchdog has started.
[INFO] [2021-09-12T18:34:58+02:00] Starting miner on 1 devices
[INFO] [2021-09-12T18:34:58+02:00] [D1] Starting miner for Radeon RX 580 Series at 0000:06:00.0
[WARN] [2021-09-12T18:35:03+02:00] Miner died! It will be restarted soon...

Version 16.4.6 is working fine

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

Activity: 461
Merit: 49


View Profile WWW
September 13, 2021, 10:49:07 PM
 #3252

We're pleased to release Bminer 16.4.7.

* Support Ethereum mining on AMD RDNA GPUs (e.g. 5700)
* Enable LHR mode to unlock part of the performance of LHR GPUs (e.g. GTX3060)
* Improve energy efficiency for Ethereum on the Polaris/Vega architecture

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

Happy mining.

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
November 08, 2021, 05:03:23 PM
 #3253

We're pleased to release Bminer 16.4.9.

* Improve the performance of Ethereum mining on Ampere GPUs.

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

Happy mining.

When Crypto-mining Made Fast. @realbminer on TWTR
symplink
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
November 10, 2021, 04:48:04 AM
Last edit: November 10, 2021, 07:15:29 AM by symplink
 #3254

Unfortunately unusable on HiveOS/Smos:
On Nvidia - Get error: Invalid seed [...]
On Amd: CudaError: The driver version is too low (error 38). Bminer requires 375.26 (same on smos)
Let's say Amd error could be corrected by manually installing new drivers (although both oss does not recommend it)
How about the Nvidia error?
LE: both on ethermine pool
webhead
Newbie
*
Offline Offline

Activity: 123
Merit: 0


View Profile
November 26, 2021, 05:21:22 PM
 #3255

how do i get this to run on amd and nvidia at same time?HuhHuhHuhHuhHuhHuhHuhHuhHuh this needs sorting should be auto and manual.
raft888
Newbie
*
Offline Offline

Activity: 8
Merit: 1


View Profile
December 08, 2021, 05:08:51 PM
 #3256

We're pleased to release Bminer 16.4.9.

* Improve the performance of Ethereum mining on Ampere GPUs.

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

Happy mining.

hello. how much is the dev fee for Beamhash, Cuckoo Cycle, Kawpow, Octopus, Progpow. There’s no mention about these algos dev fee in readme file and your website. please add more information. thank you
DragonFlight
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 25, 2022, 04:02:04 PM
 #3257

Hi. Is it possible please to add back VDS algorithm for mining? There is currently no other miner supporting VDS for newer cards!
babymethyl2013
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
September 18, 2022, 02:42:30 PM
 #3258

Can anyone get this to work on an AMD rx 6800 for C32? windows.

grendel25
Legendary
*
Offline Offline

Activity: 2296
Merit: 1031



View Profile
September 28, 2022, 02:19:34 AM
 #3259

Bminer is a highly optimized cryptocurrency miner that runs on modern AMD/NVIDIA GPUs (Maxwell and Pascal, i.e. GPUs that have compute capability 5.0 or above). Bminer is one of the fastest publicly available miners today -- we use various techniques including tiling and pipelining to realize the full potentials of the hardware.


Is there a discord or anything to contact devs of Bminer?

Thanks

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
FP91G
Legendary
*
Offline Offline

Activity: 2310
Merit: 1457


🧙‍♂️ #kycfree


View Profile
February 01, 2023, 08:56:21 AM
 #3260

16.4.11 (Current)
Support Ethereum mining on AMD RDNA2 GPUs (e.g. 6700)

16.4.10
Improve the performance of ETH mining in LHR mode
Fix bugs in LHR mode

16.4.9
Improve the performance of Ethereum mining on Ampere GPUs.

https://www.bminer.me/releases/

Recently, there have been very few actual updates for this miner.
Bminer 16.4.9 appeared on November 8, 2021
https://realbminer.medium.com/

Pages: « 1 ... 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]
  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!