Bitcoin Forum
May 26, 2024, 11:14:59 AM *
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
September 06, 2017, 06:00:26 PM
 #321

Have you selected current profit on whattomine web?

You are correct.  The numbers are closer when I chose 24 hours on whattomine for both difficulty and profitability.  They are close enough for a margin of error.

The question is though, what is better, just Automatic or Automatic 24 hour?



I think if you are on autoexchange choose automatic, if you will exchange manually or hold coin, choose automatic24

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

Activity: 36
Merit: 0


View Profile
September 06, 2017, 06:51:01 PM
 #322

lasted version this .bat cant start.

Yiimp blablablaxxxx mining mode..

"........... -Miningmode Automatic -Poolsname Mining_pool_hub,Yiimp -Coinsname signatum,digibyte,groestlcoin,zclassic,zen,denarius"

in 4.0 version can running 2 pool MPH and Yiimp with filtering coins..

but in lasted version MPH and YIIMP cant running at sametime..

maybe .ps1 code changed?

sorry bad english..
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
September 06, 2017, 07:15:23 PM
 #323

lasted version this .bat cant start.

Yiimp blablablaxxxx mining mode..

"........... -Miningmode Automatic -Poolsname Mining_pool_hub,Yiimp -Coinsname signatum,digibyte,groestlcoin,zclassic,zen,denarius"

in 4.0 version can running 2 pool MPH and Yiimp with filtering coins..

but in lasted version MPH and YIIMP cant running at sametime..

maybe .ps1 code changed?

sorry bad english..

Yiimp can not run on automatic mode now, it had too many problems due to unresponsive api (yiimp api not reponding message)

If you want force it to run on automatic mode you can use old yiimp.ps1 file from 4.0 release


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

Activity: 59
Merit: 0


View Profile
September 06, 2017, 07:32:33 PM
 #324

Thank u thats really great app
liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
September 08, 2017, 05:14:40 AM
 #325

Is there a way to force it to mine an algo on zpool! I put it to automatic 1 and then 0,2 zpool and hrf and it shows the algos and chooses the most profitable for 24 hours . Some times it is veltor and blake2b very close , but veltor need too many confirmations and takes 1 day to mature , so is there a way when it is running that way , to change the algo and to force it to mine blak2b for instance? I hope you understand me! Grin
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
September 08, 2017, 05:39:51 AM
 #326

Is there a way to force it to mine an algo on zpool! I put it to automatic 1 and then 0,2 zpool and hrf and it shows the algos and chooses the most profitable for 24 hours . Some times it is veltor and blake2b very close , but veltor need too many confirmations and takes 1 day to mature , so is there a way when it is running that way , to change the algo and to force it to mine blak2b for instance? I hope you understand me! Grin

Code:
-MiningMode Automatic -PoolsName Zpool  -Algorithm Blake2s
liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
September 08, 2017, 06:10:18 AM
 #327

And where to put this commands? Huh
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
September 08, 2017, 06:18:17 AM
 #328

And where to put this commands? Huh



START.BAT
Code:

SET CLOCK=90
SET MEM=450
SET POWER=90



setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100


SET GPU0=-setBaseClockOffset:0,0,%CLOCK% -setMemoryClockOffset:0,0,%MEM% -setPowerTarget:0,%POWER% -setTempTarget:0,0,83 -forcepstate:0,0
SET GPU1=-setBaseClockOffset:1,0,%CLOCK% -setMemoryClockOffset:1,0,%MEM% -setPowerTarget:1,%POWER% -setTempTarget:1,0,83 -forcepstate:1,0
SET GPU2=-setBaseClockOffset:2,0,%CLOCK% -setMemoryClockOffset:2,0,%MEM% -setPowerTarget:2,%POWER% -setTempTarget:2,0,83 -forcepstate:2,0
SET GPU3=-setBaseClockOffset:3,0,%CLOCK% -setMemoryClockOffset:3,0,%MEM% -setPowerTarget:3,%POWER% -setTempTarget:3,0,83 -forcepstate:3,0
SET GPU4=-setBaseClockOffset:4,0,%CLOCK% -setMemoryClockOffset:4,0,%MEM% -setPowerTarget:4,%POWER% -setTempTarget:4,0,83 -forcepstate:4,0
SET GPU5=-setBaseClockOffset:5,0,%CLOCK% -setMemoryClockOffset:5,0,%MEM% -setPowerTarget:5,%POWER% -setTempTarget:5,0,83 -forcepstate:5,0
SET GPU6=-setBaseClockOffset:6,0,%CLOCK% -setMemoryClockOffset:6,0,%MEM% -setPowerTarget:6,%POWER% -setTempTarget:6,0,83 -forcepstate:6,0
SET GPU7=-setBaseClockOffset:7,0,%CLOCK% -setMemoryClockOffset:7,0,%MEM% -setPowerTarget:7,%POWER% -setTempTarget:7,0,83 -forcepstate:7,0
C:\CRYPTO\SOFTWARE\nvidiaInspector\nvidiaInspector.exe %GPU0% %GPU1% %GPU2% %GPU3% %GPU4% %GPU5% %GPU6% %GPU7%





:LOOP
del "Stats\*_Profit.txt"

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

Activity: 676
Merit: 500


View Profile
September 08, 2017, 06:46:03 AM
Last edit: September 08, 2017, 07:01:45 AM by liomojo1
 #329

Thanks a lot!
Actually gives an error and nothing happens , i will have to rewrite it!
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
September 08, 2017, 06:56:37 AM
 #330

Is there a way to force it to mine an algo on zpool! I put it to automatic 1 and then 0,2 zpool and hrf and it shows the algos and chooses the most profitable for 24 hours . Some times it is veltor and blake2b very close , but veltor need too many confirmations and takes 1 day to mature , so is there a way when it is running that way , to change the algo and to force it to mine blak2b for instance? I hope you understand me! Grin

This long confirmations and maturing thing is troubling.
Apart from Veltor, which other coins are affected on zpool?

we are nothing but a smart contracts on a cosmic blockchain
liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
September 08, 2017, 08:06:41 AM
 #331

Zpool is having serious issues today and yesterday and can`t connect to it!
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
September 08, 2017, 10:13:27 AM
 #332

zpool down for a LONG time now.
Lost a lotta mining time overnight and have a fair amount in wallet there that never processed.
GRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
jmayniac
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 08, 2017, 04:38:55 PM
 #333

I'd love see an API or something where I can see what my rigs are mining, the projected profit and maybe GPU temps/fan speeds.  Even just writing this out to a webpage or something would be great.  I've tried some monitoring programs, but they don't work well with pool switching software.
cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
September 08, 2017, 06:05:24 PM
 #334

I'd love see an API or something where I can see what my rigs are mining, the projected profit and maybe GPU temps/fan speeds.  Even just writing this out to a webpage or something would be great.  I've tried some monitoring programs, but they don't work well with pool switching software.

I use awesomeminer which does this. It has its flaws tho.

Suggestion for the next release
Add "@@THRESHOLD=100" this would be the value which the next profitable coin/algo would have to be before it switches. 105 would mean the next would would have to be 5% more profitable before switching.

If this was in use I think I'd run with an interval of 30 second and a threshold of 110.

Also,
- do the hashrates update? or are these only set during benchmarking? it would be nice if these updated, say a miner was on for 600 seconds it rewrote the hashrate
- Does it compare estimated profit (calculated by benchmark hashrate) or current profit (calculated by current hashrate) when it is deciding which is more profitable?

katejcejs
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 08, 2017, 07:41:27 PM
 #335

Hmm.. mining blake2s on zpool with 28ghs, showing 196€/day.
Must be something wrong? Maybe just a decimal thing? ;-)
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
September 09, 2017, 07:42:08 AM
Last edit: September 09, 2017, 08:09:28 AM by tutulfo
 #336

Yiimp Pool has been Hacked.

http://yiimp.ccminer.org/

Yiimp is also the source code of other pools like Hash Refinery or Zpool so Zpool and HR are also affected, I recommend move this pools files to other folder while pools admins find a solution.


Nobody kwows if other kind of pools like Suprnova or MPH are affected so I would not hold too many coins on pools.

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
September 09, 2017, 07:48:00 AM
 #337

Hmm.. mining blake2s on zpool with 28ghs, showing 196€/day.
Must be something wrong? Maybe just a decimal thing? ;-)

What pool was running?, I´m testing now on NH and it seems ok, 9Gh/s = 2.22€

I see similar sometimes and is reported pool profit error (usually is corrected minutes after)

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
September 09, 2017, 07:54:08 AM
 #338

I'd love see an API or something where I can see what my rigs are mining, the projected profit and maybe GPU temps/fan speeds.  Even just writing this out to a webpage or something would be great.  I've tried some monitoring programs, but they don't work well with pool switching software.

I use awesomeminer which does this. It has its flaws tho.

Suggestion for the next release
Add "@@THRESHOLD=100" this would be the value which the next profitable coin/algo would have to be before it switches. 105 would mean the next would would have to be 5% more profitable before switching.

If this was in use I think I'd run with an interval of 30 second and a threshold of 110.

Also,
- do the hashrates update? or are these only set during benchmarking? it would be nice if these updated, say a miner was on for 600 seconds it rewrote the hashrate
- Does it compare estimated profit (calculated by benchmark hashrate) or current profit (calculated by current hashrate) when it is deciding which is more profitable?



I´m working to add this feature.

Some time ago, running hashrate updated benchmark but this had problems, sometimes some miners has hashrate peaks and set a wrong benchmark, this one forces to check each day benchmarks are ok or you can be running less profitable coin for days.

Comparison is always with bechmarked hashrate, benchmarked hashrates are reduced by 5% to simulate rejected shares, start times... but this affects all equal.


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
September 09, 2017, 08:00:24 AM
 #339

Is there a way to force it to mine an algo on zpool! I put it to automatic 1 and then 0,2 zpool and hrf and it shows the algos and chooses the most profitable for 24 hours . Some times it is veltor and blake2b very close , but veltor need too many confirmations and takes 1 day to mature , so is there a way when it is running that way , to change the algo and to force it to mine blak2b for instance? I hope you understand me! Grin

If you want penalize some algos globally, easy way is edit "Get-Algo-Divisor" function in "Include.ps1" file


This is the actual code, $Divisor is used to divide pool´s reported price so if you make it bigger less profit is calculated

  $Divisor = 1000000000
                   
                    switch($Algo)
                    {
                        "skein"{$Divisor *= 10}
                        "equihash"{$Divisor /= 1000}
                        "blake2s"{$Divisor *= 1000}
                        "blakecoin"{$Divisor *= 1000}
                        "decred"{$Divisor *= 1000}
                        "blake14r"{$Divisor *= 1000}
                    }

This code for example reduces veltor profit a 5% on all pools

$Divisor = 1000000000
                   
                    switch($Algo)
                    {
                        "skein"{$Divisor *= 10}
                        "equihash"{$Divisor /= 1000}
                        "blake2s"{$Divisor *= 1000}
                        "blakecoin"{$Divisor *= 1000}
                        "decred"{$Divisor *= 1000}
                        "blake14r"{$Divisor *= 1000}
                        "veltor"{$Divisor *= 1.05}

                    }


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
September 09, 2017, 08:07:53 AM
 #340

I'd love see an API or something where I can see what my rigs are mining, the projected profit and maybe GPU temps/fan speeds.  Even just writing this out to a webpage or something would be great.  I've tried some monitoring programs, but they don't work well with pool switching software.

I´m thinking make a public web, MM will send periodically data asociated to a passphrase written in config.txt (I dont want login system), it will be able to see all asociated data to that passphrase: hashrate, miner, etc. from anywhere

I think this is more usefull than api, but has a big problem, server cost, I´m thinking only allow this funcionality if donation is enabled to help pay server cost but I´m not sure if it is a good idea.




Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
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!