Pages:
Author

Topic: Megaminer 6.3 - Multi pool / Multi Algo launcher - page 20. (Read 70970 times)

member
Activity: 145
Merit: 10
been testing 5.1 all day today and everything seems great!
no errors or crashes yet. *fingers crossed*
member
Activity: 111
Merit: 10
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
full member
Activity: 322
Merit: 105
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

sr. member
Activity: 450
Merit: 255
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://bitcointalksearch.org/topic/hsrminer-nvidia-mining-software-for-various-algos-by-palginalexkap-2565979
full member
Activity: 322
Merit: 105
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.
full member
Activity: 322
Merit: 105
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
newbie
Activity: 4
Merit: 0
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. 
newbie
Activity: 6
Merit: 0
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.
newbie
Activity: 10
Merit: 0
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
newbie
Activity: 231
Merit: 0
ah oke , so i am a little noob lol , thank all of you !  going to play with it
full member
Activity: 322
Merit: 105
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
member
Activity: 142
Merit: 10
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
sr. member
Activity: 450
Merit: 255
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.
newbie
Activity: 231
Merit: 0
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 !
newbie
Activity: 29
Merit: 0
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.
newbie
Activity: 231
Merit: 0
any windows version build download? cant find anything would love to give it a spin
newbie
Activity: 29
Merit: 0



Strange, port is random, you can see api port in "History" screen.


[/quote]

I'll re-enable those algorithms on that miner tonight and report back what I see on the History screen.
full member
Activity: 322
Merit: 105
full member
Activity: 322
Merit: 105
Can BMiner (https://bitcointalk.org/index.php?topic=2519271.120) get added please? Even with the dev fee turned off its still pulling 477 sol's versus 460 I get with DSTM

Added next release
newbie
Activity: 20
Merit: 0
Can BMiner (https://bitcointalk.org/index.php?topic=2519271.120) get added please? Even with the dev fee turned off its still pulling 477 sol's versus 460 I get with DSTM
Pages:
Jump to: