Pages:
Author

Topic: [ANN] All-in-Miner multi algo profit switching NVIDIA miner w/ 41 mining engines (Read 595 times)

newbie
Activity: 27
Merit: 0
Any plans to support AMD?
newbie
Activity: 10
Merit: 0
Is it possible to add OhGodABiosTweak for Claymore and Phoenix as described in the instructions?

https://mega.nz/#!XfBmhAAC!tzTkuWY9IigKmk4vQTLZHvzVU0MMkrx1QVdlX620wrU

Quote
##USAGE INSTRUCTIONS

1. Copy OhGodABiosTweak.exe and OhGodABiosTweak.dll to your ETH miner directory (in same directory with EthDcrMiner64.exe, if you use Claymore).
2. Create a bat file and use OhGodABiosTweak.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS.


##EXAMPLE

OhGodABiosTweak.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xABC.worker1 -epsw x


Uhh... this kind of additional tools need further modifications at core components!

Let me look into this...

Added Claymore with OhGodABiosTweak:

https://github.com/All-in-Miner/All-in-Miner/archive/master.zip

However, I had to use the Powershell Wrapper (wrapper.ps1) to get this working.
Hence the miner output is displayed only at the end of each interval (120seconds by default).

Feel free to improve this! Any help on Github is appreaciated...
newbie
Activity: 10
Merit: 0
Is it possible to add OhGodABiosTweak for Claymore and Phoenix as described in the instructions?

https://mega.nz/#!XfBmhAAC!tzTkuWY9IigKmk4vQTLZHvzVU0MMkrx1QVdlX620wrU

Quote
##USAGE INSTRUCTIONS

1. Copy OhGodABiosTweak.exe and OhGodABiosTweak.dll to your ETH miner directory (in same directory with EthDcrMiner64.exe, if you use Claymore).
2. Create a bat file and use OhGodABiosTweak.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS.


##EXAMPLE

OhGodABiosTweak.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xABC.worker1 -epsw x


Uhh... this kind of additional tools need further modifications at core components!

Let me look into this...
newbie
Activity: 11
Merit: 0
Is it possible to add OhGodABiosTweak for Claymore and Phoenix as described in the instructions?

https://mega.nz/#!XfBmhAAC!tzTkuWY9IigKmk4vQTLZHvzVU0MMkrx1QVdlX620wrU

Quote
##USAGE INSTRUCTIONS

1. Copy OhGodABiosTweak.exe and OhGodABiosTweak.dll to your ETH miner directory (in same directory with EthDcrMiner64.exe, if you use Claymore).
2. Create a bat file and use OhGodABiosTweak.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS.


##EXAMPLE

OhGodABiosTweak.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xABC.worker1 -epsw x
newbie
Activity: 13
Merit: 0
Could you add DumaxFr?

https://github.com/DumaxFr/ccminer

It's the fastest Phi2 miner available!
newbie
Activity: 10
Merit: 0
newbie
Activity: 10
Merit: 0
I'm stuck at the a1min3r benchmark, it try to start the miner at intensity 29, that result in a instant crash of the miner and loop, how can I choose a lower intensity or exclude that particular miner?


found the problem, in All-in-Miner 2018.06\Miners\ccminera1min3r64.ps1 the code was

Quote
. .\Include.ps1

$Path = ".\Bin\NVIDIA-a1min3r64\ccminer.exe"
$Uri = "https://github.com/a1i3nj03/a1min3r/releases/download/1.4.3/ccminer-Win64.7z"

$Commands = [PSCustomObject]@{
    #"phi" = " -d $SelGPUCC" #Phi
    #"bitcore" = " -d $SelGPUCC" #Bitcore
    #"jha" = " -d $SelGPUCC" #Jha
    #"blake2s" = " -d $SelGPUCC" #Blake2s
    #"blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = " -i 10.5 -l 8x120 --bfactor=8 -d $SelGPUCC --api-remote" #Cryptonight
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = " -d $SelGPUCC" #Groestl
    #"hmq1725" = " -d $SelGPUCC" #hmq1725
    #"keccak" = "" #Keccak
    #"lbry" = " -d $SelGPUCC" #Lbry
    #"lyra2v2" = "" #Lyra2RE2
    #"lyra2z" = " -d $SelGPUCC --api-remote --api-allow=0/0 --submit-stale" #Lyra2z
    #"myr-gr" = "" #MyriadGroestl
    #"neoscrypt" = " -d $SelGPUCC" #NeoScrypt
    #"nist5" = "" #Nist5
    #"pascal" = "" #Pascal
    #"qubit" = "" #Qubit
    #"scrypt" = "" #Scrypt
    #"sia" = "" #Sia
    #"sib" = "" #Sib
    #"skein" = "" #Skein
    #"skunk" = " -d $SelGPUCC" #Skunk
    #"timetravel" = " -d $SelGPUCC" #Timetravel
    #"tribus" = " -d $SelGPUCC" #Tribus
    #"x11" = "" #X11
    #"veltor" = "" #Veltor
    #"x11evo" = " -d $SelGPUCC" #X11evo
    #"x17" = " -i 21.5 -d $SelGPUCC --api-remote" #X17
    "x16r" = " -i 29 -d $SelGPUCC" #X16r(fastest open source / very close to zealot1.08)
    #"x16s" = " -d $SelGPUCC -N 180" #X16s
}

/cut

lowered that to 21

Thanks!

Intensity is now set to 21 for both a1min3r (32-bit and 64-bit).
newbie
Activity: 11
Merit: 0
Could you please add Raven Miner 3.1?

https://github.com/RavencoinProject/RavencoinMiner/releases

The CUDA 9.2 build would be great!!!
newbie
Activity: 9
Merit: 0
I'm stuck at the a1min3r benchmark, it try to start the miner at intensity 29, that result in a instant crash of the miner and loop, how can I choose a lower intensity or exclude that particular miner?


found the problem, in All-in-Miner 2018.06\Miners\ccminera1min3r64.ps1 the code was

Quote
. .\Include.ps1

$Path = ".\Bin\NVIDIA-a1min3r64\ccminer.exe"
$Uri = "https://github.com/a1i3nj03/a1min3r/releases/download/1.4.3/ccminer-Win64.7z"

$Commands = [PSCustomObject]@{
    #"phi" = " -d $SelGPUCC" #Phi
    #"bitcore" = " -d $SelGPUCC" #Bitcore
    #"jha" = " -d $SelGPUCC" #Jha
    #"blake2s" = " -d $SelGPUCC" #Blake2s
    #"blakecoin" = " -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = " -i 10.5 -l 8x120 --bfactor=8 -d $SelGPUCC --api-remote" #Cryptonight
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = " -d $SelGPUCC" #Groestl
    #"hmq1725" = " -d $SelGPUCC" #hmq1725
    #"keccak" = "" #Keccak
    #"lbry" = " -d $SelGPUCC" #Lbry
    #"lyra2v2" = "" #Lyra2RE2
    #"lyra2z" = " -d $SelGPUCC --api-remote --api-allow=0/0 --submit-stale" #Lyra2z
    #"myr-gr" = "" #MyriadGroestl
    #"neoscrypt" = " -d $SelGPUCC" #NeoScrypt
    #"nist5" = "" #Nist5
    #"pascal" = "" #Pascal
    #"qubit" = "" #Qubit
    #"scrypt" = "" #Scrypt
    #"sia" = "" #Sia
    #"sib" = "" #Sib
    #"skein" = "" #Skein
    #"skunk" = " -d $SelGPUCC" #Skunk
    #"timetravel" = " -d $SelGPUCC" #Timetravel
    #"tribus" = " -d $SelGPUCC" #Tribus
    #"x11" = "" #X11
    #"veltor" = "" #Veltor
    #"x11evo" = " -d $SelGPUCC" #X11evo
    #"x17" = " -i 21.5 -d $SelGPUCC --api-remote" #X17
    "x16r" = " -i 29 -d $SelGPUCC" #X16r(fastest open source / very close to zealot1.08)
    #"x16s" = " -d $SelGPUCC -N 180" #X16s
}

/cut

lowered that to 21
newbie
Activity: 11
Merit: 0
Could you also add Ravencoin Miner 3.0?
https://github.com/RavencoinProject/RavencoinMiner

It is supposed to be the fastest open source miner for x16r!

Thanks, this will be in the next release!
I also interested in good miner for x16r algo.
Waiting next release.

Pro tip:
- Go to Github: https://github.com/All-in-Miner/All-in-Miner
- Click on "Clone or Download"
- Click on "Download Zip" to get the current master!

No need to wait... Wink
full member
Activity: 400
Merit: 100
Could you also add Ravencoin Miner 3.0?
https://github.com/RavencoinProject/RavencoinMiner

It is supposed to be the fastest open source miner for x16r!

Thanks, this will be in the next release!
I also interested in good miner for x16r algo.
Waiting next release.
newbie
Activity: 11
Merit: 0
Could you also add the latest Pigeoncoin Miner?

Preferraby the 32 bit version, as this is IMHO (4-5%) faster compared with the 64-bit version. (yes, tested with latest drivers!)

https://github.com/Pigeoncoin-Miner/Pigeoncoin/releases/
newbie
Activity: 10
Merit: 0
All-in-miner 2018.06 is released:

https://github.com/All-in-Miner/All-in-Miner/releases/download/2018.06/All-in-Miner.2018.06.zip

Release notes:

- Updated Core to version 3.5
- Updated pools and algo config
- Adding some more mining engines

Please let us know if you miss any mining software or if there is a new version to be added!
newbie
Activity: 10
Merit: 0
Could you also add Ravencoin Miner 3.0?
https://github.com/RavencoinProject/RavencoinMiner

It is supposed to be the fastest open source miner for x16r!

Thanks, this will be in the next release!
newbie
Activity: 66
Merit: 0
Does it supprort CUDA 6.1 for Nvidia P102-100 mining edition cards?
newbie
Activity: 11
Merit: 0
Could you also add Ravencoin Miner 3.0?
https://github.com/RavencoinProject/RavencoinMiner

It is supposed to be the fastest open source miner for x16r!
newbie
Activity: 13
Merit: 0
Thanks for sharing! Especially cool for benchmarking all the available miners!! Cheesy
newbie
Activity: 10
Merit: 0
Two new mining engines added today:

- DelosMiner 1.2.1
- DelosMiner-x16r 1.2.1

Get these by downloading the Master branch: https://github.com/All-in-Miner/All-in-Miner/archive/master.zip

Please let me know if I'm missing a miner...
Pages:
Jump to: