Bitcoin Forum
June 23, 2024, 01:56:30 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)
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
December 21, 2017, 05:08:23 PM
 #741

any windows version build download? cant find anything would love to give it a spin


It's only a windows build, just download from the repo and follow the instructions in the readme file.


easy but, lol,  i dont see a windows build on github could you please provide me with download link  ?
thanks in advanced !

Just download the repo as a .zip file extract it to a folder and follow the instructions, there is nothing to build as it is a windows powershell script.

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║N
 ║╢   ▒▒╜ ║▒▒╢▒▒@@╢▒║  ╢▒╜ ▒ ╙▒▒,║░▒╣ ▒║ ╢▒▒╢▒▒▒»@╢@@╢╜



.















▬▬  A Miner Built Mining Platform  ▬▬[/url]
Powered by Our Mining Community













mo35
Member
**
Offline Offline

Activity: 142
Merit: 10


View Profile
December 21, 2017, 05:08:28 PM
 #742

any windows version build download? cant find anything would love to give it a spin


It's only a windows build, just download from the repo and follow the instructions in the readme file.


easy but, lol,  i dont see a windows build on github could you please provide me with download link  ?
thanks in advanced !

it is just bunch of ps scripts and json data , there is nothing to compile ... so it is windows build on git
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 21, 2017, 05:13:01 PM
 #743

any windows version build download? cant find anything would love to give it a spin



Source code is all you need, MM is based on scripts (ps1) and .bat

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

Activity: 231
Merit: 0


View Profile
December 21, 2017, 05:32:35 PM
 #744

ah oke , so i am a little noob lol , thank all of you !  going to play with it
thepez
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 21, 2017, 08:18:02 PM
 #745

was playing around with couple amd rigs , things i had to tinker with (all of them win10 x64 , august blockhain drv. , mix match of 480, 570 cards)
 
1. GPUGROUPS variable , had to change , line 220 , include.ps_ | Add-Member GpuPlatform (Get-Gpu-Platform $_.Type) -Force

had to add parameter -Force , to be able overwrite group name , since it was already created while i was tinkering.

2. had to add -I 18 to be able to run A-SgminerXevan.json

3. manually had to change dualmining pool to suprnova DCR in A-ClayDual.json , since Yiimp is permanently loaded and rejects all DCR connections.
"Arguments" : "-epool #SERVER#:#PORT# -ewal #LOGIN# -epsw #PASSWORD# -esm #ETHSTMODE# -allpools 1 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal myusername.amd1 -dpsw x -wd 1 -di #DEVICESCLAYMODE# -mport #APIPORT# -platform 1 #ALGORITHMPARAMETERS#"

4. Had to add to A-nsgminer.json additional parameters to be able to run it -w 128 -g 1 -I 18 to be able to run it

5. In A-CastXMR had to change --device with -G , otherwise only 1st gpu was used

6. Could you please add sgminer for x17 (verge)

p.s. forgot to mention , was running with following settings:

-MiningMode Automatic -PoolsName YIIMP,Mining_pool_hub,NANOPOOL -Coinsname DECRED,BITCORE,BITCOINGOLD,CHAINCOIN,DIGIBYTE,ETHEREUM,EXPANSE,ELECTRONEUM,ETHEREUMCLASIC,HUSH,LBRY,MONACOIN,ZENCASH,ZCASH,ZCOIN,
ZCLASSIC,KOMODO,MONERO,UBIQ,SIA,GROESTLCOIN,HSHARE,VERTCOIN,GOBYTE,FEATHERCOIN,LUXCOIN,DIGIBYTE,VERGE,BITSEND




1. Config.txt explanation for  @@GPU is wrong in current release, is fixed in master branch now, GPUplatform atribute must not exist on groups definitions, now is automatically calculated.

2. Added

3. Other way is change yiimp.ps1 file to ignore that pool

4. -w128 was included, others added now.

5. Reported hours ago in Github, Fixed this morning in master branch

6. The only one I found is an old Cryptomining blog release, It dont works for me.

Thx a lot


Thanks for all your hard work!  I'm happy to donate to this as this saves me a great deal of time.  Only issue I have is sometimes ccminer crashes when Megaminer closes it and results in a dialog box for me to close.  Unfortunately Megaminer will not time out (watchdog?) so it will stand still until you click the box.  Its caused me numerous nights of no work being done because of this.  If possible, can you make sure ALL the process windows ** AND ** resulting dialogs are closed before switching algorithms.  Thx.  Smiley

-peZ
P.S.  I'm a coder, just not Powershell. 

You can disable the pop up from within windows
https://blogs.msdn.microsoft.com/alejacma/2011/02/18/how-to-disable-the-pop-up-that-windows-shows-when-an-app-crashes/


Worked like a charm!  Cheers
Sinuhet
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 22, 2017, 10:18:03 AM
 #746

Latest from github has problem with one miner.

Downloading....https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip
PS>TerminatingError(Invoke-WebRequest): "The request was aborted: The connection was closed unexpectedly."
>> TerminatingError(Invoke-WebRequest): "The request was aborted: The connection was closed unexpectedly."
Cannot download .\Bin\NVIDIA-Palgin\ccminer.exe distributed at https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip.
Cannot find .\Bin\NVIDIA-Palgin\ccminer.exe distributed at https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip.

Palgin do not have this on his github. Googling filename not find anything.
cryptopanda99
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 22, 2017, 02:24:11 PM
 #747

I am having an issue where if I let the newest version run for more than a day the command window will stay blank and stops switching coins. The gpu window stays open on the last coin mined so its not a total loss but it would be great if I didn't have to restart the program everyday. 
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 22, 2017, 04:58:31 PM
 #748

Latest from github has problem with one miner.

Downloading....https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip
PS>TerminatingError(Invoke-WebRequest): "The request was aborted: The connection was closed unexpectedly."
>> TerminatingError(Invoke-WebRequest): "The request was aborted: The connection was closed unexpectedly."
Cannot download .\Bin\NVIDIA-Palgin\ccminer.exe distributed at https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip.
Cannot find .\Bin\NVIDIA-Palgin\ccminer.exe distributed at https://github.com/palginpav/ccminer/releases/download/1.1.1/palginmod_1.1_x64.zip.

Palgin do not have this on his github. Googling filename not find anything.

Pagin has deleted file, I have upload it to github.

https://github.com/tutulino/Software/releases/download/0/NVIDIA-Palgin.rar

You can change Uri value on N-ccminerpagin.json for automatic download

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
December 22, 2017, 04:59:14 PM
 #749

I am having an issue where if I let the newest version run for more than a day the command window will stay blank and stops switching coins. The gpu window stays open on the last coin mined so its not a total loss but it would be great if I didn't have to restart the program everyday. 

Please post your last log message.

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

Activity: 450
Merit: 255


View Profile
December 22, 2017, 05:23:44 PM
 #750

Palgin deleted it as he is now building a custom miner and is working to further improve mining speeds but has added a fee to the miner.
Thread is here
https://bitcointalk.org/index.php?topic=2565979.0

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║N
 ║╢   ▒▒╜ ║▒▒╢▒▒@@╢▒║  ╢▒╜ ▒ ╙▒▒,║░▒╣ ▒║ ╢▒▒╢▒▒▒»@╢@@╢╜



.















▬▬  A Miner Built Mining Platform  ▬▬[/url]
Powered by Our Mining Community













tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 23, 2017, 12:38:31 PM
 #751

5.1 Release

*Added new config.txt parameter @@PERCENTTOSWITCH for indicates MM new miner/algo only will be launched if new profit is greater than actual profit in specified percent, also defined PERCENTTOSWITCH parameter to override config.txt value (for example for not PPLS pools like Nicehash)
*Now miners are closed N seconds after new miners are opened, this minimize time machine is inactive for switching. Time is configured on config.txt @@TIMETOSWITCH variable
*Included Bminer for Nvidia equihash
*Added confirmation prompt to ResetBechmark batch
*Excavator moved to additional miners folder due to instability
*Reactivated Nicehash pool
*Upgraded compatibility for more than one instance of MM running


*Fixed: incorrect workername for dualmining
*Fixed: divisor for yiimp keccakc
*Fixed: new Italyiimp api profit units for keccak
*Fixed: profit screen showing repeated algos for coin level pools like MPH
*Fixed: palgin ccminer new download URL
*Fixed: error "Cannot add a member with the name "Name" because a member with that name already exists"



-- NOTE: YOU MUST ADD THIS VARIABLES TO CONFIG.TXT OR CONFIGURE FROM NEW RELEASE WHERE THEY ARE INCLUDED--------------------
@@PERCENTTOSWITCH=10
@@DELAYCLOSEMINERS=20


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

Activity: 111
Merit: 10


View Profile
December 23, 2017, 02:16:10 PM
 #752

I have problems on two systems that run fine with 5.0 release. different errors during benchmarking, and benchmarking never turns up any numbers in the profits screen. on one of them the "current" screen shows errors on one GPU, while the actual miner window shows all GPUs working just fine. never had those probs with 5.0, reverting back to 5.0 now
geck
Member
**
Offline Offline

Activity: 145
Merit: 10


View Profile
December 24, 2017, 12:29:41 AM
 #753

been testing 5.1 all day today and everything seems great!
no errors or crashes yet. *fingers crossed*
Nexworks
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
December 24, 2017, 02:01:43 AM
Last edit: December 24, 2017, 02:49:26 AM by Nexworks
 #754

The 20 second cutoff in the config for older workers doesnt seem to be working, old Bminers still going. In MPH im getting new workers showing up as workernamer.workername, im guessing thats due to two Bminers on same system using same worker? This didnt occur in 5.0b nor does it occur when I run Bminer directly.
getwo
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 24, 2017, 03:41:50 AM
 #755

Which algos are supported by this miner or where can i find it?
ty
jbonifacio
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
December 24, 2017, 02:45:55 PM
 #756

I keep running in into the "blank screen" problem with no miners running using version 5.1. The most reliable version has been 5.0 beta 3. Since then I keep getting this issue. The logs don't show anything useful:

https://www.dropbox.com/s/h91nw4we5qq9ydc/2017-12-23_23-20-42.txt?dl=0

https://www.dropbox.com/s/o3kwx4hf8fw6yl2/2017-12-23_22-55-55.txt?dl=0


I just got a thought - I usually test your releases at night - I wonder if it's the date change at midnight that's causing the issue. I'll restart the 5.1 test now and see if it runs all day without problems.

Happy Holidays!
bttalkdim2
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
December 24, 2017, 07:30:32 PM
Last edit: December 24, 2017, 07:55:50 PM by bttalkdim2
 #757

On one rig I am geting errors now for about one hour...  (yesterday was same issue)

-----------------
ZPOOL API NOT RESPONDING...ABORTING
NO POOLS!....retry in 10 sec
REMEMBER, IF YOUR ARE MINING ON ANONYMOUS WITHOUT AUTOEXCHANGE POOLS LIKE YIIMP, NANOPOOL, ETC. YOU MUST SET WALLET FOR AT LEAST ONE POOL COIN IN CONFIG.TXT
ZPOOL API NOT RESPONDING...ABORTING
NO POOLS!....retry in 10 sec
REMEMBER, IF YOUR ARE MINING ON ANONYMOUS WITHOUT AUTOEXCHANGE POOLS LIKE YIIMP, NANOPOOL, ETC. YOU MUST SET WALLET FOR AT LEAST ONE POOL COIN IN CONFIG.TXT
-----------------



I use two pools  Zpool,Hash_Refinery
and I have checked
http://www.zpool.ca/api/status
http://pool.hashrefinery.com/api/status
both urls are working.


I restarted MegaMiner few times, and with both pools and with one pool in settings - it not help.

What can be wrong ?


PS. I have rebooted computer and now all is working fine..



bttalkdim2
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
December 24, 2017, 08:21:05 PM
 #758

Sometimes I have such problem:

After some non-usual error in ccminer (especially on x17) , ccminer - not exit and continue to work but actually not mining.
It even show some hashrate (~10 mhz instead of ~100 for 6 cards) and make some workr for GPU (so temperature ~25 degreese).
And MegaMiner keeped it for 1 hour until I rebootet the computer..

Is it possible to add someting like such setting:
-----------
If XXX secconds passed
and current hashrate < than 50% of banchmarked hashrate,
then - restart miner.
-------------------

kevarms
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
December 25, 2017, 12:38:29 PM
 #759

How is this miner working for amd cards ?   anyone having good luck?  easy to use ?
mo35
Member
**
Offline Offline

Activity: 142
Merit: 10


View Profile
December 25, 2017, 01:36:18 PM
 #760

Im testing it on 2 amd rigs , chugging away with no issues. Got rid of CastXMR miner tho , caused issues on my 480/570 setups, and since Claymore released new miner for cryptonight and dont have Vegas , its no big deal.

p.s. today im glad i had some rigs on test mode with Mega , Yiimp hardware went belly up , less downtimes for me
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!