Bitcoin Forum
June 27, 2024, 02:35:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Megaminer 6.3 - Multi pool / Multi Algo launcher  (Read 70950 times)
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 28, 2017, 06:34:21 PM
 #261


with ClaymoreETH?


Yes.
Only in benchmark mode.
When claymore dual change another claymore dual   Smiley
Seems to claymore too long closing before new one starts.

Very strange, I´m not getting same result and code has double closing for security


please, replace on core.ps1

    Start-Sleep 1 #Wait to prevent BSOD

for this

    $ActiveMiners | Where-Object Best -EQ $true  | Out-Host
    Start-Sleep 10 #Wait to prevent BSOD

and post screen of second interval, this screen will be shown before second miner will be opened.

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
August 29, 2017, 03:13:56 AM
 #262


Have an issue when APIs are not responding.

cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
August 29, 2017, 04:41:24 AM
Last edit: August 29, 2017, 04:59:42 AM by cashen
 #263

Is there a way to start the launcher from a fresh boot? I select "0" and then "5"

Code:
:LOOP
del "Stats\*_Profit.txt"

powershell -version 5.0 -noexit -executionpolicy bypass -command "&.\core.ps1 -MiningMode Automatic -PoolsName Zpool
GOTO LOOP
celofan
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
August 29, 2017, 07:24:30 AM
 #264



please, replace on core.ps1

    Start-Sleep 1 #Wait to prevent BSOD

for this

    $ActiveMiners | Where-Object Best -EQ $true  | Out-Host
    Start-Sleep 10 #Wait to prevent BSOD

and post screen of second interval, this screen will be shown before second miner will be opened.

Id                  : 3
Algorithm           : BLAKE2S
AlgorithmDual       :
Name                : ccminerAlexis78
Coin                :
CoinDual            :
Path                : C:\Megaminer-4.1\Bin\NVIDIA-Alexis78\ccminer-alexis78-ms2013-cuda7.5\ccminer.exe
Arguments           : -o stratum+tcp://mine.zpool.ca:5766 -u XXXXXXXXXXXXXXXXX -p c=BTC,dron,stats -R
                      10 -r 4 -a blake2s
Wrap                : False
API                 : Ccminer
Port                : 4068
Types               : {NVIDIA}
Profit              : 0.00511794525002082
ProfitDual          :
Profits             : 0.00511794525002082
HashRate            : 19243289404.5
HashRateDual        : 163459850
Hashrates           : 19.24 GH/s
PoolAbbName         : ZPOOL
SpeedLive           : 0
SpeedLiveDual       : 0
Best                : True
Process             :
NewThisRoud         : True
ActiveTime          : 00:00:00
LastActiveCheck     : 00:00:00
ActivatedTimes      : 0
FailedTimes         : 0
Status              : Failed
BenchmarkedTimes    : 0
NeedBenchmark       : False
IsValid             : True
PoolWorkers         : 409
DualMining          : False
PoolName            : Zpool
Username            : XXXXXXXXXXXXXXXXXXX Grin
WalletMode          : WALLET
Host                : mine.zpool.ca
ConfigFileArguments :
GenerateConfigFile  :
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 29, 2017, 12:28:50 PM
 #265


Have an issue when APIs are not responding.



Api not responding is informative and impossible to solve, you can test api call on explorer and see there is no pool response. MM must continue mining last coin until api response.


Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 29, 2017, 12:31:19 PM
 #266

Is there a way to start the launcher from a fresh boot? I select "0" and then "5"

Code:
:LOOP
del "Stats\*_Profit.txt"

powershell -version 5.0 -noexit -executionpolicy bypass -command "&.\core.ps1 -MiningMode Automatic -PoolsName Zpool
GOTO LOOP

See Batch examples on main folder.

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 29, 2017, 12:33:13 PM
 #267



please, replace on core.ps1

    Start-Sleep 1 #Wait to prevent BSOD

for this

    $ActiveMiners | Where-Object Best -EQ $true  | Out-Host
    Start-Sleep 10 #Wait to prevent BSOD

and post screen of second interval, this screen will be shown before second miner will be opened.

Id                  : 3
Algorithm           : BLAKE2S
AlgorithmDual       :
Name                : ccminerAlexis78
Coin                :
CoinDual            :
Path                : C:\Megaminer-4.1\Bin\NVIDIA-Alexis78\ccminer-alexis78-ms2013-cuda7.5\ccminer.exe
Arguments           : -o stratum+tcp://mine.zpool.ca:5766 -u XXXXXXXXXXXXXXXXX -p c=BTC,dron,stats -R
                      10 -r 4 -a blake2s
Wrap                : False
API                 : Ccminer
Port                : 4068
Types               : {NVIDIA}
Profit              : 0.00511794525002082
ProfitDual          :
Profits             : 0.00511794525002082
HashRate            : 19243289404.5
HashRateDual        : 163459850
Hashrates           : 19.24 GH/s
PoolAbbName         : ZPOOL
SpeedLive           : 0
SpeedLiveDual       : 0
Best                : True
Process             :
NewThisRoud         : True
ActiveTime          : 00:00:00
LastActiveCheck     : 00:00:00
ActivatedTimes      : 0
FailedTimes         : 0
Status              : Failed
BenchmarkedTimes    : 0
NeedBenchmark       : False
IsValid             : True
PoolWorkers         : 409
DualMining          : False
PoolName            : Zpool
Username            : XXXXXXXXXXXXXXXXXXX Grin
WalletMode          : WALLET
Host                : mine.zpool.ca
ConfigFileArguments :
GenerateConfigFile  :


After that other claymore is open?, seems imposible, new miner windows (i supose last was claymore) must be alexis.

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
celofan
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
August 29, 2017, 03:16:36 PM
 #268


After that other claymore is open?, seems imposible, new miner windows (i supose last was claymore) must be alexis.

No, no claymore.
But you wrote:"and post screen of second interval, this screen will be shown before second miner will be opened".
 Smiley
I thought screen have any technical information about open and close miner windows  Grin
Dual or triple window starts only if benchmarking mode, and no stable or continuous.
I have two small rigs with 3 and 2 Geforce 1080ti.
On the first rig i can see that, on second rig no this effect.
I don't know why it happens only in my first rig.
Both rigs have different hardware but the same windows 10 x64 distributive installed.
And I do not want to run the benchmark again.
liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
August 29, 2017, 03:17:28 PM
 #269

So which one is better to choose 0 or 1 (automatic based on pool) or (24h whattomine) , cause when i select 0 and then zpool nicehash and hn it gives me nicehash equihash most profitable , when i choose 1 (24hours automatic) it gives me blake2 with double profit! Is it real this option or can`t trust it? I have 3 1080 Ti.
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 30, 2017, 09:19:05 AM
 #270

So which one is better to choose 0 or 1 (automatic based on pool) or (24h whattomine) , cause when i select 0 and then zpool nicehash and hn it gives me nicehash equihash most profitable , when i choose 1 (24hours automatic) it gives me blake2 with double profit! Is it real this option or can`t trust it? I have 3 1080 Ti.

No one can answer you, sometimes one is better, sometimes another,  all are future estimation based on past.

Only real profit estimation is Nicehash where you are not mining, you are renting you power to closed price.


Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
ghostface_ch
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 30, 2017, 07:19:33 PM
 #271

Do I have to specify all wallets? Or which values should I use if I don't want to mine BTX for example?
Kostya_NSK
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 31, 2017, 07:01:25 AM
 #272

So which one is better to choose 0 or 1 (automatic based on pool) or (24h whattomine) , cause when i select 0 and then zpool nicehash and hn it gives me nicehash equihash most profitable , when i choose 1 (24hours automatic) it gives me blake2 with double profit! Is it real this option or can`t trust it? I have 3 1080 Ti.

No one can answer you, sometimes one is better, sometimes another,  all are future estimation based on past.

Only real profit estimation is Nicehash where you are not mining, you are renting you power to closed price.



Hi,

could you add Automatic24h mode for Yiimp pool? Maybe you can get information about 24h profitability from API "http://yiimp.ccminer.org/api/status" field "actual_last24h".

Kind regards,

Konstantin.
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 31, 2017, 08:44:15 AM
 #273

Do I have to specify all wallets? Or which values should I use if I don't want to mine BTX for example?

You only need specift wallets you will be pay, what pool do you want use? what coin do you want be paid?

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
August 31, 2017, 08:45:49 AM
 #274

So which one is better to choose 0 or 1 (automatic based on pool) or (24h whattomine) , cause when i select 0 and then zpool nicehash and hn it gives me nicehash equihash most profitable , when i choose 1 (24hours automatic) it gives me blake2 with double profit! Is it real this option or can`t trust it? I have 3 1080 Ti.

No one can answer you, sometimes one is better, sometimes another,  all are future estimation based on past.

Only real profit estimation is Nicehash where you are not mining, you are renting you power to closed price.



Hi,

could you add Automatic24h mode for Yiimp pool? Maybe you can get information about 24h profitability from API "http://yiimp.ccminer.org/api/status" field "actual_last24h".

Kind regards,

Konstantin.

Yiimp Api is unusable, has any kind of ban, MM only get response one time each hour, next release Yiimp will lose his api integration and only can be used manual or in Whattomine_virtual pool.

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
nostrakhan
Full Member
***
Offline Offline

Activity: 245
Merit: 105



View Profile
August 31, 2017, 06:03:50 PM
 #275

Would it be possible to get a hint of which code I'd change if I wanted to switch coins based on their last 1 hour of profitability, rather than their last 24 hours?

Great program by the way!  Thank you for it!
jmayniac
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 01, 2017, 12:34:33 AM
 #276

I'd love to see someone with identical rigs test out if algo-switching is really worth it.  I tried it for a few days on my rig with this script, using Zpool and Multipoolhub, but i don't seem to earning anything near what I thought I would.  I have 2 - 1080s, 2 - 1070s and 2 - 1060s and I should be able to make more than $10 a day, but I'm getting around $5/day.

Anyone else have any stats to show?  I like the premise, but it doesn't seem to be working for me.
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
September 01, 2017, 12:38:22 AM
 #277

I'd love to see someone with identical rigs test out if algo-switching is really worth it.  I tried it for a few days on my rig with this script, using Zpool and Multipoolhub, but i don't seem to earning anything near what I thought I would.  I have 2 - 1080s, 2 - 1070s and 2 - 1060s and I should be able to make more than $10 a day, but I'm getting around $5/day.

Anyone else have any stats to show?  I like the premise, but it doesn't seem to be working for me.

With those cards you should be making more than $5 / day
jmayniac
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 01, 2017, 01:21:15 AM
 #278

With those cards you should be making more than $5 / day

Oh definitely.  I only make around $5-$7 a day using automatic switching on Zpool,MPH,HashRefinery
teknomen
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
September 01, 2017, 01:46:18 AM
 #279

what do you suggest buy x11 miners or scrypt miners for the next year and a stable profit i have free electricity
m1sh0k
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
September 01, 2017, 09:05:04 AM
 #280

With those cards you should be making more than $5 / day

Oh definitely.  I only make around $5-$7 a day using automatic switching on Zpool,MPH,HashRefinery


I have more profit with 1080ti+1070 using MPH..

start mining before 40hrs:

auto exchange - 0.02278126 eth ~8.8usd btc has high transaction fee

Balances
Coin                           Credited    Credited for Auto Exchange    On Exchange    
Bitcoin                  0.00000701    0    0    Manage Wallet
Digibyte-Groestl          0.32694330    0    0    Manage Wallet
Digibyte-Qubit          0.10277318    0    0    Manage Wallet
Digibyte-Skein          1.27474395    0    0    Manage Wallet
Ethereum                  0.02278126    0    0    Manage Wallet
Feathercoin          1.31182247    0    0    Manage Wallet
Groestlcoin               0.11393540    0    0.12000438    Manage Wallet
Maxcoin                  94.53944362 (24.34560708)    9.74133995    0    Manage Wallet
Vertcoin                  0.13420713    0    0    Manage Wallet
Zcash                  0            0.00010185    0    Manage Wallet
Zclassic                  0            0 (0.04891068)    0    Manage Wallet
Zcoin                   0.00123978    0 (0.00432707)    0    Manage Wallet
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 »
  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!