Bitcoin Forum
May 09, 2024, 08:45:07 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
December 02, 2017, 09:10:54 AM
 #521

MPH has added a field in their API for a time since the last block:

I added "last_block" field at getminingandprofitsstatistics api as you requested.
It's unixtimestamp number.

Since the pool uses PPLNS, it would be smart to auto extend the interval until a block is found (or end it earlier), otherwise the user would lose all his earnings for the round.
The same applies for YIIMP-based pools as well - they also include "timesincelast" in /api/currencies, which should be used to determine whether the script should switch to next coin or not.


I dont know if this would increase profit as general working mode, you can stay mining one coin and waiting block for hours while there is other coins more profitables at that moment.

Perhaps comparing timesincelast with averagetimeforblock or something to decide if jump or not can work.


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

Posts: 1715244307

View Profile Personal Message (Offline)

Ignore
1715244307
Reply with quote  #2

1715244307
Report to moderator
1715244307
Hero Member
*
Offline Offline

Posts: 1715244307

View Profile Personal Message (Offline)

Ignore
1715244307
Reply with quote  #2

1715244307
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
nitrobg
Member
**
Offline Offline

Activity: 413
Merit: 17


View Profile
December 02, 2017, 10:12:30 AM
 #522

MPH has added a field in their API for a time since the last block:

I added "last_block" field at getminingandprofitsstatistics api as you requested.
It's unixtimestamp number.

Since the pool uses PPLNS, it would be smart to auto extend the interval until a block is found (or end it earlier), otherwise the user would lose all his earnings for the round.
The same applies for YIIMP-based pools as well - they also include "timesincelast" in /api/currencies, which should be used to determine whether the script should switch to next coin or not.


I dont know if this would increase profit as general working mode, you can stay mining one coin and waiting block for hours while there is other coins more profitables at that moment.

Perhaps comparing timesincelast with averagetimeforblock or something to decide if jump or not can work.



It should increase it or never start mining, otherwise the user would lose all his earnings for the round.

I'm thinking of doing these checks:
- before mining: check if timesincelast (YIIMP) / time_since_last_block (MPH) > @@INTERVAL (this would mean long blocks, bad pool luck or no pool workers; fails only if a block has been recently found)
- while mining: if the timer is close to the end - keep on increasing it by 30-60s (?) until the block is found, end mining immediately or break it if the extension is longer than 2-3xInterval(?)

Otherwise we'll be blindly mining on pools with long blocks (such as BTG on MPH) or idle pools with no workers and no recent blocks (like the most on the smaller YIIMP pools).
matmator
Sr. Member
****
Offline Offline

Activity: 487
Merit: 252

bou !


View Profile
December 05, 2017, 04:07:10 PM
Last edit: December 05, 2017, 04:24:51 PM by matmator
 #523

it works well this minor?

he is complicated ?

its very diificult this miner

go to the moon !!
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
December 05, 2017, 04:32:12 PM
 #524

MPH has added a field in their API for a time since the last block:

I added "last_block" field at getminingandprofitsstatistics api as you requested.
It's unixtimestamp number.

Since the pool uses PPLNS, it would be smart to auto extend the interval until a block is found (or end it earlier), otherwise the user would lose all his earnings for the round.
The same applies for YIIMP-based pools as well - they also include "timesincelast" in /api/currencies, which should be used to determine whether the script should switch to next coin or not.


I dont know if this would increase profit as general working mode, you can stay mining one coin and waiting block for hours while there is other coins more profitables at that moment.

Perhaps comparing timesincelast with averagetimeforblock or something to decide if jump or not can work.



It should increase it or never start mining, otherwise the user would lose all his earnings for the round.

I'm thinking of doing these checks:
- before mining: check if timesincelast (YIIMP) / time_since_last_block (MPH) > @@INTERVAL (this would mean long blocks, bad pool luck or no pool workers; fails only if a block has been recently found)
- while mining: if the timer is close to the end - keep on increasing it by 30-60s (?) until the block is found, end mining immediately or break it if the extension is longer than 2-3xInterval(?)

Otherwise we'll be blindly mining on pools with long blocks (such as BTG on MPH) or idle pools with no workers and no recent blocks (like the most on the smaller YIIMP pools).

MPH api is refreshed only every 30minutes, so you cant trust timesincelast for this purpose.
But this can be useful for filtering out coins with very few blocks on MPH by filtering out the ones with timesincelast over 1h, for example, since you probably better mine a different coin or on different pool where you have a better chance to hit the block

matmator
Sr. Member
****
Offline Offline

Activity: 487
Merit: 252

bou !


View Profile
December 05, 2017, 05:32:23 PM
 #525

you do not have a tutorial to use megaminer?

go to the moon !!
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 05, 2017, 05:34:16 PM
 #526

you do not have a tutorial to use megaminer?



---- INSTRUCTIONS ----------------------------------------------

0. Download latest Release from github

1. Edit CONFIG.TXT file before mining

2. Exec start.bat for manual selection or edit AutoStartExample.bat for automatic boot without user prompt

3. Firt time, software will be donwloaded from miners github repositories and your system will be benchmarked

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

Activity: 487
Merit: 252

bou !


View Profile
December 05, 2017, 08:57:44 PM
 #527

i dont understand this miner ...........

go to the moon !!
Kstudio
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 05, 2017, 10:15:13 PM
Last edit: December 05, 2017, 10:28:01 PM by Kstudio
 #528

my apologies if this question has already been answered. Would it be possible for me to edit this project in its current state and have it only mine on the specific gpus i set it to mine on. for example: say i have 2 1080ti's and 1 980ti. can i set megaminer to only use the 980ti. reason being is that say for nicehash for example. i have 2 1080ti's mining neoscypt and the 980ti mining equihash. But in MM all 3 cards would just mine according to what is most profitable. i think a great function would be to have something where the cards get benched individually to see where each card is doing its best profitability. if they are a different series: IE: maxwell vs pascal. would any of this be possible? as for the example above. if i could choose which gpu mm uses. i could make 2 different directorys on my hard drive. have one MM instance running and benched for a single 980ti and the other mm instance running the 2 1080ti's.

EDIT: would editing the files in the miners folder work? IE: edit the variable "arguments" to set only gpu0 for example? and if that does work, could we create a variable in the config.txt which specifys which gpus. and have it assigned to a variable in the miners config.
nitrobg
Member
**
Offline Offline

Activity: 413
Merit: 17


View Profile
December 06, 2017, 06:33:28 AM
 #529

my apologies if this question has already been answered. Would it be possible for me to edit this project in its current state and have it only mine on the specific gpus i set it to mine on. for example: say i have 2 1080ti's and 1 980ti. can i set megaminer to only use the 980ti. reason being is that say for nicehash for example. i have 2 1080ti's mining neoscypt and the 980ti mining equihash. But in MM all 3 cards would just mine according to what is most profitable. i think a great function would be to have something where the cards get benched individually to see where each card is doing its best profitability. if they are a different series: IE: maxwell vs pascal. would any of this be possible? as for the example above. if i could choose which gpu mm uses. i could make 2 different directorys on my hard drive. have one MM instance running and benched for a single 980ti and the other mm instance running the 2 1080ti's.

EDIT: would editing the files in the miners folder work? IE: edit the variable "arguments" to set only gpu0 for example? and if that does work, could we create a variable in the config.txt which specifys which gpus. and have it assigned to a variable in the miners config.

1) Run the miner with --help argument, find what argument it uses to select only X devices and what is the argument to list all devices. ccminer uses --ndevs to list all devices and --devices 0,3,5 to select devices 0, 3 and 5.
2) Run ccminer.exe --ndevs to see what numbers are the devices you want to add.
3) Add --devices 0,3,5 to Miners\miner.json in the Arguments path.
4) Repeat for every other NVIDIA/combined miner in the Miners folder.
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 06, 2017, 06:35:34 AM
 #530

i dont understand this miner ...........

Any question?

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 06, 2017, 06:36:41 AM
 #531

my apologies if this question has already been answered. Would it be possible for me to edit this project in its current state and have it only mine on the specific gpus i set it to mine on. for example: say i have 2 1080ti's and 1 980ti. can i set megaminer to only use the 980ti. reason being is that say for nicehash for example. i have 2 1080ti's mining neoscypt and the 980ti mining equihash. But in MM all 3 cards would just mine according to what is most profitable. i think a great function would be to have something where the cards get benched individually to see where each card is doing its best profitability. if they are a different series: IE: maxwell vs pascal. would any of this be possible? as for the example above. if i could choose which gpu mm uses. i could make 2 different directorys on my hard drive. have one MM instance running and benched for a single 980ti and the other mm instance running the 2 1080ti's.

EDIT: would editing the files in the miners folder work? IE: edit the variable "arguments" to set only gpu0 for example? and if that does work, could we create a variable in the config.txt which specifys which gpus. and have it assigned to a variable in the miners config.

I want 5.0 release has a feature for this, I´m working on it

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 06, 2017, 10:21:41 AM
 #532

4.8 Release

*Upgrade Dtsm-equihash to 0.5.6
*Upgrade ccminer-tpruvot to 2.2.3
*Excluded Blake2b for MPH due to different stratum protocol
*Removed X13,X15,qubit algos: ASICS territory now.
*Added option for set a exclusive nicehash wallet on config.txt
*Added option for set local currency in config.txt (if not specified location is used)

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

Activity: 413
Merit: 17


View Profile
December 07, 2017, 10:55:45 AM
 #533

aaronsace managed to fix an occasional memory leak on the script, which I'm experiencing too. Can you apply it to Megaminer as well?
https://github.com/aaronsace/MultiPoolMiner/commit/6de34f5ef4767a96a8af27ed23ed3a40984e4e46
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 07, 2017, 12:48:45 PM
 #534

aaronsace managed to fix an occasional memory leak on the script, which I'm experiencing too. Can you apply it to Megaminer as well?
https://github.com/aaronsace/MultiPoolMiner/commit/6de34f5ef4767a96a8af27ed23ed3a40984e4e46

Memory leak was resolved in MM a lot of releases ago.

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

Activity: 487
Merit: 252

bou !


View Profile
December 07, 2017, 03:04:25 PM
 #535

which .bat must be executed?

There are 4 .bat auto

we must put in .config address btc, pseudo, etc ...

ok, but then what should you do?

the .bat auto?

start?

start all auto?

thx

go to the moon !!
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 07, 2017, 03:46:24 PM
 #536

which .bat must be executed?

There are 4 .bat auto

we must put in .config address btc, pseudo, etc ...

ok, but then what should you do?

the .bat auto?

start?

start all auto?

thx

Start.bat shows you a guided menu, other .bat files are made for start to mine without prompt and manual selection.

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 07, 2017, 06:22:29 PM
 #537


5.0 Beta release

*GPUs grouping on config.txt, now you can group your GPUs, each group will be bechmarked and will run independent. This is ideal for mixed model/brand rigs.

*Added parameter Groupnames to command line to allow mining on some gpu only

*Merged Claymore dual miner files (one for each platform)

*Removed prospector miner ¿someone is using?
*Removed excavator miner ¿someone is using?
*Removed pool API asistance on manual selection due to long waits.

*THIS VERSION REQUIRES NEW CONFIG.TXT FILE, YOU MUST DOWNLOAD AND CONFIGURE AGAIN!!!

*******BETA VERSION, BE CAREFUL, PLS REPORT BUGS *******

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

Activity: 474
Merit: 101



View Profile WWW
December 08, 2017, 01:14:35 PM
Last edit: December 08, 2017, 01:27:45 PM by wishxy
 #538

Is there any step-by-step idiot guide?
What exactly does it mean "edit config file"?
tutulfo (OP)
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
December 08, 2017, 02:18:20 PM
 #539

Is there any step-by-step idiot guide?
What exactly does it mean "edit config file"?

Edit config.txt file and set your BTC address (or username if you want to use Mining Pool Hub) in section @@WALLET_BTC=

Also You must set numbers of cards on "GPU"  insection @@GPUGROUPS=

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

Activity: 134
Merit: 10


View Profile
December 08, 2017, 07:32:33 PM
 #540

hi,
I started to test this tool, but I stuck at zpool benchmarking and a pool ist not responding (5744, decred). is it possible to exclude a pool/coin from the available choices?


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!