Bitcoin Forum
May 13, 2024, 07:35:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: March 19, 2018, 07:47:21 PM
Thank you very much tutulfo, with this new version I have the "power avg" and those by card in the menu "Current".
The column "Power" shows me the total power of my cards but for example, for a neoscrypt interval, the value is at 408 W => 6 X 68 W with a power output power of about 800 W but if I do the sgminerPhi, the value "Power" is the same while the real power of the rig is about 710 W. The power for each card is also the same. I know there is a power difference between the total power of the cards and the power output power of the rig
is there any way to change the "core.ps1" on line 1019 to get a more accurate value from each card?

thank you in advance

PS: meanwhile I replaced on line 1019 "$ _. PowerLive = ($ Cards | Where-Object gpugroup -eq ($ ActiveMiners [$ _. IdF] .GpuGroup.GroupName) | Measure-Object -property power_draw - sum) .sum " by " $ _. PowerLive = 818 "which is my average power read on the wattmeter

For AMD power is estimated, AMD overdrive api hasn´t method for getting power drawn like Nvidia SMI. Estimation formula is:


A fixed value for each model of card (135W for a RX480) * Power Limit * GPU usage


If you can read your power for each algo, post it and I will add an Algo correction Factor to formula.


Here are the values obtained on my RIG :

ALGO                  MH/s        POWER WATTMETER   POWER LIMIT
bitcore            53            720                               50% for all
blake2s            4600         690
CRYPTONIGHT    0.0034      720
equihash            0.00168   840
etherum            103           835
GROESTL            115.5   695
hsr                    36           715
keccak            1420           705
lyra2v2            66           710
lyra2z            2.6           750
MYRIAD-GROESTL 186           700
NEOSCRYPTa2    4.36           800
PASCAL            3300           690
PHI                    72.9           710
SKEIN            1300           690
TRIBUS            173           700
x11ghost            4.17           725
XEVAN            8           720

EDIT :
with a lot of research, I found a way to recover the power values ​​of each card in real time.
The method I found is to associate 2 free software:
HWInfo - https://www.hwinfo.com/download.php
and RemoteSensorMonitor - https://www.hwinfo.com/forum/Thread-Introducing-Remote-Sensor-Monitor-A-RESTful-Web-Server

then I run HWiNFO64.exe having set its parameters so that it automatically gets minimized and without the welcome window.

then on the command line "Remote Sensor Monitor.exe" --gpuz = 0 --aida64 = 0 --ohm = 0 --hwinfo = 1 "

in the browser, I type the local IP address followed by the default port 55555 and so the sensor values ​​of all the hardware appear.
but the interesting values ​​in my opinion is "SensorName": "GPU Chip Power", and "SensorValue": XXX Watts
would it be possible to incorporate the sum of the power results of all GPUS from RemoteSensorMonitor to MegaMiner with the variable PowerLive at line 1019 in core.ps1
I know it's DIY, but I think it will improve stats accuracy at least while waiting for a more improved version of OverdriveN.exe for GPU power values.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: March 19, 2018, 03:15:18 PM
Thank you very much tutulfo, with this new version I have the "power avg" and those by card in the menu "Current".
The column "Power" shows me the total power of my cards but for example, for a neoscrypt interval, the value is at 408 W => 6 X 68 W with a power output power of about 800 W but if I do the sgminerPhi, the value "Power" is the same while the real power of the rig is about 710 W. The power for each card is also the same. I know there is a power difference between the total power of the cards and the power output power of the rig
is there any way to change the "core.ps1" on line 1019 to get a more accurate value from each card?

thank you in advance

PS: meanwhile I replaced on line 1019 "$ _. PowerLive = ($ Cards | Where-Object gpugroup -eq ($ ActiveMiners [$ _. IdF] .GpuGroup.GroupName) | Measure-Object -property power_draw - sum) .sum " by " $ _. PowerLive = 818 "which is my average power read on the wattmeter
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: March 19, 2018, 09:08:14 AM
Hello minors

I mine with 6 rx480 and I have a power value concern. During the mining I did not have the "PowerAvg" indicated.
Is there a way to integrate this value with a specific setting in the "config.txt" or should we change the "core.ps1" in order to get this value from the rx480 cards

Thank you in advance for your answers
ps: a big thank you for this system


Please execute Gpulist.bat and post exit.



here are the informations you asked me



   Type : NVIDIA

GpuId GpuGroup Name
----- -------- ----
    0          NVIDIA-SMI couldn't find nvml.dll library in your system. Please make sure that the NVIDIA Display
               Driver is properly installed and present in your system.
    1          Please also try adding directory that contains nvml.dll to your system PATH.




   Type : AMD

GpuId GpuGroup Name                         Gpu Temp FanSpeed Power* PowLmt  ClkGpu  ClkMem
----- -------- ----                         --- ---- -------- ------ ------  ------  ------
    0      AMD Radeon (TM) RX 480 Graphics 100%   66      53%      W    50% 1113Mhz 2000Mhz
    1      AMD Radeon (TM) RX 480 Graphics 100%   63      46%      W    50% 1140Mhz 2000Mhz
    2      AMD Radeon (TM) RX 480 Graphics 100%   64      46%      W    50% 1091Mhz 2000Mhz
    3      AMD Radeon (TM) RX 480 Graphics   0%   63      53%      W    50% 1131Mhz 2000Mhz
    4      AMD Radeon (TM) RX 480 Graphics 100%   62      47%      W    50% 1025Mhz 2000Mhz
    5      AMD Radeon (TM) RX 480 Graphics   0%   57      42%      W    50% 1077Mhz 2000Mhz


Appuyez sur une touche pour continuer...

the column "Power *" is empty and I do not know how to integrate this value in MM. If you know how to do it, I'm interested.
thank you

Test last github master code, It must be shown.

after direct start of the "master code", I have a launch problem after the choice "0 MINE AUTOMATIC" (I tried the other choices and it does the same thing)
here are the errors when starting "start.bat"
being a beginner I do not understand the error and how to fix it

Code:
-------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------  SELECT OPTION  ------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

Option Mode              Explanation
------ ----              -----------
     0 MINE AUTOMATIC    Not necesary choose coin to mine, program choose more profitable coin based on pool´s curre...
     1 MINE AUTOMATIC24h Same as Automatic mode but based on pools/WTM reported last 24h profit
     2 MINE MANUAL       You select coin to mine
     3 FARM MONITORING   I only want to see my rigs state


SELECT ONE OPTION:: 0
SELECTED OPTION::MINE AUTOMATIC
Add-Member : Impossible de lier l'argument au paramètre « InputObject », car il a la valeur Null.
Au caractère D:\temp\Megaminer-master\Megaminer.ps1:73 : 30
+                     $Pools | Add-Member Option "0"
+                              ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData : (:) [Add-Member], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.AddMemberCom
   mand

La propriété « Option » est introuvable dans cet objet. Vérifiez qu’elle existe et qu’elle peut être définie.
Au caractère D:\temp\Megaminer-master\Megaminer.ps1:76 : 29
+                             $_.Option=$counter
+                             ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation : (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

-------------------------------------------------------------------------------------------------------------------------
----------------------------------------------  SELECT POOL/S  TO MINE  -------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

option name      rewardtype Disclaimer
------ ----      ---------- ----------
    99 ALL POOLS


SELECT OPTION/S (separated by comma)::
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: March 18, 2018, 05:41:07 AM
Hello minors

I mine with 6 rx480 and I have a power value concern. During the mining I did not have the "PowerAvg" indicated.
Is there a way to integrate this value with a specific setting in the "config.txt" or should we change the "core.ps1" in order to get this value from the rx480 cards

Thank you in advance for your answers
ps: a big thank you for this system


Please execute Gpulist.bat and post exit.



here are the informations you asked me

   Type : NVIDIA

GpuId GpuGroup Name
----- -------- ----
    0          NVIDIA-SMI couldn't find nvml.dll library in your system. Please make sure that the NVIDIA Display
               Driver is properly installed and present in your system.
    1          Please also try adding directory that contains nvml.dll to your system PATH.




   Type : AMD

GpuId GpuGroup Name                         Gpu Temp FanSpeed Power* PowLmt  ClkGpu  ClkMem
----- -------- ----                         --- ---- -------- ------ ------  ------  ------
    0      AMD Radeon (TM) RX 480 Graphics 100%   66      53%      W    50% 1113Mhz 2000Mhz
    1      AMD Radeon (TM) RX 480 Graphics 100%   63      46%      W    50% 1140Mhz 2000Mhz
    2      AMD Radeon (TM) RX 480 Graphics 100%   64      46%      W    50% 1091Mhz 2000Mhz
    3      AMD Radeon (TM) RX 480 Graphics   0%   63      53%      W    50% 1131Mhz 2000Mhz
    4      AMD Radeon (TM) RX 480 Graphics 100%   62      47%      W    50% 1025Mhz 2000Mhz
    5      AMD Radeon (TM) RX 480 Graphics   0%   57      42%      W    50% 1077Mhz 2000Mhz


Appuyez sur une touche pour continuer...

the column "Power *" is empty and I do not know how to integrate this value in MM. If you know how to do it, I'm interested.
thank you
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: March 17, 2018, 08:12:40 AM
Hello minors

I mine with 6 rx480 and I have a power value concern. During the mining I did not have the "PowerAvg" indicated.
Is there a way to integrate this value with a specific setting in the "config.txt" or should we change the "core.ps1" in order to get this value from the rx480 cards

Thank you in advance for your answers
ps: a big thank you for this system
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Megaminer 6.0 - Multi pool / Multi Algo launcher on: February 28, 2018, 06:05:58 PM
Hello
when I run the "start.bat" everything works fine with the first parameters chosen but at the next interval, the script stops and I have a message in the log: "DUPLICATED ALGO NEOSCRYPT NEOSCRYPT ON A-ClaymoreNeo A-ClaymoreNeo "
but the miner continues in the background
Should I forget to set a parameter?
7  Alternate cryptocurrencies / Pools (Altcoins) / Re: Pool.Electroneum.Space - Best ETN Mining Pool on: December 12, 2017, 10:36:49 AM
Hello, I use recently "https://etn.multipools.club" which is apparently recent with low statistics compared to other "pools" ("http://electroneum.ovh" with whom the reward is 144 ETN / day but a block found every 5 days). For "https://etn.multipools.club" 1 block found every 10 days for now but a reward of 240 ETN / day for my hashrate.
Does this mean that you have to wait at least 10 days to receive your first ETNs and is it worth it to wait so long and / or wait a little longer, the time that other miners join this pool.
thank you
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v11.1 (Windows/Linux) on: January 25, 2017, 10:07:19 AM
Hello
I currently have a rig consisting of 6 "Sapphire Nitro 8GB OC RX480" with a hashrate of 965 H / s for 530 watts with different gpu voltage settings with a limit power at -50% for each card. The gpu clock is set to 1306 MHz and memory is set to 2000.
Are there any who happen to have better results with the same graphics card?
Thank you in advance for your answers
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v11.1 (Windows/Linux) on: January 18, 2017, 01:06:39 PM
Hello everybody
I just recently launched myself in zcash mining and I currently have a RIG with the following hardware:
 - 6 rx480 nitro oc 8gb from sapphire
- 1 mother card asrock b85 anniversary
- 1 psu Corsair CP-9020094-EU RMX Series RM1000X
- 1 ssd 120 go
- 1 2 + 1 gb ddr3 1333 (awaiting change for 8gb)

For now the bios of each graphics card is as follows: Anoraks_Sapphire RX480 8GB Samsung Rev53_original.rom (https://anorak.tech/uploads/default/original/1X/eab04521348d2a51fb89e0a1e634b038bed1e76c.rom)

After several tests and taking control of the tool Claymore's ZCash AMD GPU Miner v11.1, I have heated my settings of each graphics card (using trixx utility) to arrive at the final consumption at output of RIG at 780 watts with a total hashrate of ~ 1450 H / s. My total power limit is -50% and the gpu voltage is set to negative according to each graphics card according to the stability tests I have performed.
My question is the following :
Considering the time spent adjusting the parameters of the rx480 individually on trixx utillity and config.txt of claymore zcash miner, is there any software that could allow to combine incremental tests on the different possible settings of the graphics cards with the claymore tool And in combination with the maximum of automatically selected profotability?

. A kind of software that would do all this in an automatic and controlled manner (a kind of nice mining evolved)
If this software does not exist, you will be motivated to start this project.
I think that this will have a great interest for many people and will thus save a lot of time on the settings therefore of the stability system but also on the money earned.
I do not have much knowledge in programming language but I am ready to participate actively in the project.
What do you think ?

Thanks to you for the many informations that help me to start my first RIG.


What do you want the software to change? You want it to dynamically change the clockspeeds based on profitability? i dont think you want that. You always want cards to run as efficient as possible unless you dont have to pay for the power bill.

There is software that will switch mining algorithms based on profitability (like Nicehash). But you will still have to finetune the cards yourself. Every card is different. One card can do 1250 MHz on 1.0v a second one will do 1325 and a other card only 1175. AMD already does some voltage binning based on chip quality's

I have 480's with 1,075v stock and also cards with 1,106 and 1,150v.
It is precisely on this refining of the settings of each different graphics card that the tool could have a utility. It will make it possible, for example, to test, for each card, optimized settings with a tolerance greater or less for their stability and all this automatically with backup of the logs.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v11.1 (Windows/Linux) on: January 18, 2017, 12:23:09 PM
Hello everybody
I just recently launched myself in zcash mining and I currently have a RIG with the following hardware:
 - 6 rx480 nitro oc 8gb from sapphire
- 1 mother card asrock b85 anniversary
- 1 psu Corsair CP-9020094-EU RMX Series RM1000X
- 1 ssd 120 go
- 1 2 + 1 gb ddr3 1333 (awaiting change for 8gb)

For now the bios of each graphics card is as follows: Anoraks_Sapphire RX480 8GB Samsung Rev53_original.rom (https://anorak.tech/uploads/default/original/1X/eab04521348d2a51fb89e0a1e634b038bed1e76c.rom)

After several tests and taking control of the tool Claymore's ZCash AMD GPU Miner v11.1, I have heated my settings of each graphics card (using trixx utility) to arrive at the final consumption at output of RIG at 780 watts with a total hashrate of ~ 1450 H / s. My total power limit is -50% and the gpu voltage is set to negative according to each graphics card according to the stability tests I have performed.
My question is the following :
Considering the time spent adjusting the parameters of the rx480 individually on trixx utillity and config.txt of claymore zcash miner, is there any software that could allow to combine incremental tests on the different possible settings of the graphics cards with the claymore tool And in combination with the maximum of automatically selected profotability?

. A kind of software that would do all this in an automatic and controlled manner (a kind of nice mining evolved)
If this software does not exist, you will be motivated to start this project.
I think that this will have a great interest for many people and will thus save a lot of time on the settings therefore of the stability system but also on the money earned.
I do not have much knowledge in programming language but I am ready to participate actively in the project.
What do you think ?

Thanks to you for the many informations that help me to start my first RIG.


11  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: May 03, 2013, 06:31:18 PM
ça y est j'ai des nouvelles de la part de la société chez qui j'ai acheté un service internet.

Il me dise qu'il ne trouve aucune trace de la transaction chez eux et me demande de retrouver le mail qui contient le lien d'achat de la page "bitpay" (paiement temporaire de 15min).

Le problème c'est que j'ai jamais reçu de mail et je n'ai pas le lien du type "https://bitpay.com/invoice/DAZHwyakNIaeurOofVpcSezfPO0uCLrdGMChJ1jO0L4="

Peut on récupérer ce lien bitpay d'une autre façon ?

merci d'avance pour vos réponses
12  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 14, 2013, 07:45:07 PM
ok merci.

j'attends de voir alors !
13  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 13, 2013, 07:46:06 PM
d'accord mais depuis le 02 avril, ca commence a faire long , non ?
quel pourrait etre le maximum de temps pour un paiement bitcoin ?
14  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 12, 2013, 01:46:12 PM
pourtant c'est un site connu pour leur service de tunnel privé, je ne pense pas qu'il m'est arnaqué, enfin j'espère.

Sinon, l'activation du service sur ce genre de site peut prendre combien de temps avec paiement bitcoin ?
15  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 12, 2013, 01:18:22 PM
naphto je ne vois aucune adresse de ce genre dans les transactions 1LXrSb67EaH1LGc6d6kWHq8rgv4ZBQAcpU

tu peux me dire ou tu l'as trouvée stp?

10 jours d'attente pour une transaction/paiement n'est pas long selon toi/vous, y a til une durée mini et/ou maxi ?

merci
16  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 12, 2013, 04:38:07 AM
comme j'e l'ai dis plus haut, je l'ai bien envoyé a la bonne adresse, adresse qui a été crée automatiquement avec une durée d'1/4 heure pour le paiement du service. Oui je leur ai déjà envoyé un message expliquant la situation, j'attends maintenant une réponse de leur part.

Je vous tiendrai au courant quand ils auront répondu.

A tous ceux qui sont ou ont déjà été dans le même cas, n'hésitez pas a venir nous expliquer comment cela c'est passé.

Merci
17  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 11, 2013, 05:10:24 PM
Bonjour a toutes et a tous,

Est-ce que des personnes ont été dans le même cas de figure ?

Merci pour vos réponses.
18  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 11, 2013, 04:33:16 AM
kcud_dab aurais tu quelques réponses à me fournir ?

D'avance merci.
19  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 10, 2013, 05:11:22 PM
est til possible que certains site donnant la possibilité de payer en bitcoin attendent en contre partie un nombre important de confirmations et/ou d'attendre que le taux du BTC augmente en vue d'une spéculation future.
20  Local / Discussions générales et utilisation du Bitcoin / Re: Délais de transaction/paiement supérieur à 1 semaine? pourquoi on: April 10, 2013, 05:02:22 PM
oui, elle était valable pendant 1/4 heure, cela m'a donné largement le temps de pouvoir faire la transaction/paiement sur le site.
je sais que le système bitcoin evite de faire 2 transactions identiques mais est ce possible que ma transaction a telle pu se perdre ?
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!