Bitcoin Forum
May 24, 2024, 04:24:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 164 »
161  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.2 on: November 01, 2021, 11:09:11 AM
V0.8.2
+ Added possibility to preload dataset/s on 'autolykos2' algorithm with '--gpu-autolykos2-preload' parameter (even on 4Gb cards!)
+ Little faster dataset creation on some GPU's
+ Job notifications are now displayed in console less frequently, unless extended log is enabled
+ Reverted 'autolykos2' kernels for hawaii, tonga and fiji to the ones from ver. 0.7.3
+ Bug fixes in algorithm switching mode ('--multi-algorithm-job-mode 3')

Dataset preloading can increase pool-side hashrate! (that means more profit)
Works even on GPU's with 4Gb!

For example if you set to preload 1 dataset that means it will create the dataset for the current and next block.
When the next block arrives, dataset will get loaded, which means GPU can continue working immediately (without creating the dataset).
Additional GPU memory needed.

There are 2 types of preloading :

If you set preload value to 1 it will constantly keep preloading the next block (preferred for 4-8GB gpu's)
If you set preload value to > 1 it will preload X number of datasets, and when a block arrives that isn't yet loaded, it will be created so miner can start working on it, and then again X number of datasets will get preloaded.

Code:
SRBMiner-MULTI.exe --disable-cpu --algorithm autolykos2 --gpu-autolykos2-preload 1 --pool de.ergo.herominers.com:1180 --wallet 9gj5rYtg1sGwdvoXGJswrSfPBXiXJgmyjZVEQ9p5fvZrCAfu6zT --gpu-boost 3
162  Alternate cryptocurrencies / Mining (Altcoins) / Re: Anyone have idea propitability of rx570 4g? And which miner do you use? on: October 26, 2021, 08:47:53 AM
Even better, you could mine combinations of algorithms with SRBMiner like EPIC+ERGO, EPIC+RVN, EPIC+ETC...

Epic is now nice with the profits.

Check it out : https://bitcointalk.org/index.php?topic=5190081.msg58248019#msg58248019

163  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 23, 2021, 12:05:54 PM
Buuuut..... EPIC+ETC=2.9GB+1.28GB=~4.2GB???

Also ZIL+RAVEN > 4GB...

--gpu-buffer-mode 1
164  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 23, 2021, 05:51:23 AM
Maximize your earnings on 4GB gpu's!

Mine any of these combinations:

Zil + Raven
Code:
SRBMiner-MULTI.exe --disable-cpu --a0-is-zil --multi-algorithm-job-mode 3 --algorithm ethash;kawpow --gpu-buffer-mode 1 --pool eu.ezil.me:5555;rvn-eu1.nanopool.org:12222 --wallet eth-wallet.zil-wallet;raven-wallet --gpu-boost 3

EpicCash + Etc
Code:
SRBMiner-MULTI.exe --disable-cpu --multi-algorithm-job-mode 3 --algorithm progpow_epic;etchash --gpu-buffer-mode 1 --pool epic.hashrate.to:4000;eu1-etc.ethermine.org:4444 --wallet epic-username;etc-wallet --gpu-boost 3

Zil + Ergo
Code:
SRBMiner-MULTI.exe --disable-cpu --a0-is-zil --multi-algorithm-job-mode 3 --algorithm ethash;autolykos2 --pool eu.ezil.me:5555;de.ergo.herominers.com:1180 --wallet eth-wallet.zil-wallet;ergo-wallet --gpu-boost 3

EpicCash + Ergo
Code:
SRBMiner-MULTI.exe --disable-cpu --multi-algorithm-job-mode 3 --algorithm progpow_epic;autolykos2 --gpu-progpow-mode 1 --pool epic.hashrate.to:4000;de.ergo.herominers.com:1180 --wallet epic-username;ergo-wallet --gpu-boost 3
165  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 22, 2021, 09:48:30 AM
A question regarding command options.

There is a option to use ! for pool failover. Does such a option also work for wallet addresses?

Example: SRBMiner-MULTI.exe --algorithm etchash --pool tcp://Pool1!tcp://Pool2 --wallet wallet1!wallet2

I don't like to use same addresses for different pools to keep better track of things.

So will it work to use a different wallet address for the failover pool2 with a ! option as the example above?

Saw no example or mention of such a feature in the documentation/examples.
Only that there is a option to use ! for --wallet but not what it does.

Yes, ; is used to separate algorithms, ! is used to separate parameters, so :

Code:
SRBMiner-MULTI.exe --algorithm etchash --pool Pool1!Pool2!Pool3 --wallet wallet_for_Pool1!wallet_for_Pool2!wallet_for_Pool3 --password password_for_Pool1!password_for_Pool2!password_for_Pool3
166  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 21, 2021, 12:08:50 PM
Progpow hashrate is low -> around 12 - 14mh (kawpow and progpow also) must be possible for RX570/RX580. Maybe you can find some other tweaks  Cheesy
Can you add stats for the average hashrate all time?

I write with patrike from Awesomeminer for a better integration of the dual mining feature to see both hashrate. At the moment we only see the first hashrate (mostly show 0 if we mining epic+etc for example), and this is not optimal.

Thanks doktor83 for your work.

The various progpow's use different settings, so you won't have same hashrate on all of them. If you compare kawpow with TRM then yes, it is lower and there is not much i can do about it.
API already returns hashrates and data for every algorithm, Awesome just needs to parse and display it Smiley
167  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 21, 2021, 12:06:22 PM
ravencoin mining speed is good
but rejected rate is a bit too high

you get rejected shares if you send a share to the pool after you received a new job. Make sure to have a good internet connection and that the latency to the pool is low.

Same rig mining ethereum
zero rejected
7 day later

That's because the ETH network accepts STALE shares, so they won't get rejected.
168  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 21, 2021, 10:54:34 AM
ravencoin mining speed is good
but rejected rate is a bit too high

you get rejected shares if you send a share to the pool after you received a new job. Make sure to have a good internet connection and that the latency to the pool is low.
169  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 20, 2021, 05:55:55 PM
Hi @doktor83, are you working on progpow optimization now?  Grin
Coz hashrate is a not great now.
For example - RX580 with default Epic miner give around 10MH, SRBMiner give only 8.3MH.

try --gpu-progpow-mode parameter
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Firo (FIRO) - Implementing ZKP privacy without trusted setup on: October 20, 2021, 06:52:38 AM
SRBMiner-Multi now supports 'firopow' algorithm!

Mine with your AMD gpu's after the hardfork!

https://bitcointalk.org/index.php?topic=5190081.0
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: October 20, 2021, 06:51:35 AM
SRBMiner-Multi now supports 'progpow_zano' algorithm!

Mine with your AMD gpu's!

https://bitcointalk.org/index.php?topic=5190081.0
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PoW] [PoS] VEIL - Privacy without compromise on: October 20, 2021, 06:51:01 AM
SRBMiner-Multi now supports 'progpow_veil' algorithm!

Mine with your AMD gpu's!

https://bitcointalk.org/index.php?topic=5190081.0
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SERO - Zero Knowledge Proof based Privacy Protection Platform for DApps on: October 20, 2021, 06:50:19 AM
SRBMiner-Multi now supports 'progpow_sero' algorithm!

Mine with your AMD gpu's!

https://bitcointalk.org/index.php?topic=5190081.0
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 20, 2021, 06:49:10 AM
SRBMiner-Multi now supports 'kawpow' algorithm!

Mine with your AMD gpu's!

https://bitcointalk.org/index.php?topic=5190081.0
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts on: October 20, 2021, 06:48:15 AM
SRBMiner-Multi now supports 'astrobwt' algorithm!

https://bitcointalk.org/index.php?topic=5190081.0
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VBK] [PoP/PoW] VeriBlock: Securing the World's Blockchains Using Bitcoin! on: October 20, 2021, 06:37:31 AM
SRBMiner-Multi now supports 'progpow_veriblock' algorithm!

Mine with your AMD gpu's!

https://bitcointalk.org/index.php?topic=5190081.0
177  Alternate cryptocurrencies / Mining (Altcoins) / Re: EPIC -- Epic Private Internet Cash The Most Profitable GPU Mining on: October 18, 2021, 05:56:40 AM
Because SRBMiner supports both the Progpow and RandomX variants of EpicCash, you can mine them together like :

Code:
SRBMiner-MULTI.exe --algorithm progpow_epic;randomepic --cpu-threads -1;0 --multi-algorithm-job-mode 3 --pool epic.hashrate.to:4000;epic.hashrate.to:4000 --wallet icemining-username;icemining-username --gpu-boost 3

This will mine randomx jobs on your CPU, and progpow jobs on your GPU/S.  Cool
178  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner-MULTI AMD & CPU Miner 0.8.1 on: October 17, 2021, 07:56:09 PM
Hi, thanks for Epic and other progpow variants and Firopow.
Just want to ask about MinotaurX - is it some kind of RandomX or
something lighter such like a yespower?

And how about my previous question - can you compile binaries for
cpu algos for ARM v7/v8 which can run on Android?

MinotaurX is a mix of algorithms, nothing to do with RX.
Also to answer, no, i won't have an ARM compatible version.
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++ on: October 17, 2021, 10:32:48 AM
SRBMiner-Multi now supports 'progpow_epic' algorithm!

https://bitcointalk.org/index.php?topic=5190081.0

Some 'dual' mining examples :

EpicCash + Ethereum
Code:
SRBMiner-MULTI.exe --disable-cpu --multi-algorithm-job-mode 3 --algorithm progpow_epic;ethash --pool epic.hashrate.to:4000;de.ethereum.herominers.com:1147 --wallet epic-username;ethereum-wallet --gpu-boost 3

EpicCash + Ergo
Code:
SRBMiner-MULTI.exe --disable-cpu --multi-algorithm-job-mode 3 --algorithm progpow_epic;autolykos2 --pool epic.hashrate.to:4000;de.ergo.herominers.com:1180 --wallet epic-username;ergo-wallet --gpu-boost 3
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LCC] Litecoin Cash | SHA256 LTC fork @ block 1371111 | 10:1 claim ratio on: October 17, 2021, 10:30:25 AM
SRBMiner-Multi now supports 'minotaurx' algorithm!

https://bitcointalk.org/index.php?topic=5190081.0
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!