Bitcoin Forum
June 22, 2024, 09:11:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: June 02, 2018, 11:56:59 AM
https://bitcointalk.org/index.php?topic=2765610.0

you can think if you can add this new fork of hsrminer if it has api and gives good hash result.

We need a better neoscrypt miner at Nvidia.

About DSTM I still have problems, if someone else has problems that say so. Neither the DSTM that comes pre installed, nor the one that I have uploaded separately work. Nothing comes out in the console, the miner is simply canceled and period, nothing is seen in the console.

I have it deactivated and I already tell you, neither the one that brings nor the one that I have added has managed to work.

After AM 5.x I have noticed when using managed miners I have to use a Managed Template to change miner/settings in some cases(changing to a different algo), just stopping and selecting a different miner in the Properties windows from the miner list does not actually change the selected miner/settings for it.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 23, 2018, 12:51:26 PM
z-enemy miner does not work on benchmarks?
Minning is ok.
I've not used this mining software myself. It might be that it has API compatible to one of the existing software, but not the same benchmarking flags. Do you get the same issue no matter if you benchmark a single GPU or if you select to benchmark all combined?

I have it installed and it is fully compatible ccminer, it is a fork of ccminer and they have called it enemy. It works correctly and with full api. It is a miner that I do not find much use, because the other miners that I have overcome the enemy, is my opinion.

Patricio, I'll be attentive to see if the autoswitch problem occurs again, to know the time and send the log, but to which mail I sent it

He's right saying zealot/enemy miner (at least versions 1.09 and 1.10) doesn't work with benchmarking tool. Mining is still ok. Latest versions of enemy are no longer forked from ccminer. So until Patrike check this, you can't benchmark algos with this software.

I just had a quick look and z-enemy doesn't support the same benchmarking command line parameters as ccminer. I will make some improvements to the benchmarking in one of the next few releases and I will try to address this as well.

I could be the same as nevermore (ccminer fork)  https://github.com/brian112358/nevermore-miner/releases
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 19, 2018, 03:52:49 PM
TTF or (average)Time To Find (a block) can be found by: nethash / poolhash * blocktime = time in mins, this is a crude way but since there is (almost) no cap on bad luck it usually does not have to be precise.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 18, 2018, 11:41:59 AM
Hello,

If I want to run hashrefinery and miningpool hub and zergpool but do LTC payout on zergpool and BTC on hashrefinery is there an easy way to do that or if not easy, is there a way to do it?

go to Online Services in option, select all zergpool entries and click bulk edit, Update password to: c=LTC
then set your LTC address in the address field on Profit Switching page for Zergpool.

@patrike
It would be clarifying if the pools that supported different payout besides btc would have "Wallet address:" instead of "Bitcoin address:" label in the Profit Switching page.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Interface Offline while miner is running even after Reboot on: May 18, 2018, 09:11:59 AM
After I switched from Claymore DualMiner to sgminer and restarted, the miner tab shows only Mining -"Interface Offline" even though the console window is visible and the miner is running and the pool is accepting shares.  Tried Rebooting and same result. Also tried restarting the remote AM.

Code:
 --api-allow W:127.0.0.1 --api-listen
try adding that command line to sgminer.
Awesome miner will add that if you use the wizard to make a new managed miner.
You can make a Template with the above commands for Sgminer.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 16, 2018, 08:54:10 AM
ccminer failover pool support would be nice, ccminer supports either inline or separate config file

Code:
ccminer -a x16r -o stratum+tcp://pool1:3636 -u WALLET.rigname -p x -o stratum+tcp://pool2:3636 -u WALLET.rigname -p x -i 20 -N 600

or with a config file loaded with either
Code:
 -c, --config=FILE 

Code:
{
   "_note": "Failover 2 pools",

   "pools": [{
"name": "Pool1",
"url": "stratum+tcp://pool1:3636",
"user": "WALLET",
"pass": "x"
    },
    {
"name": "Pool2",
"url": "stratum+tcp://pool2:3636",
"user": "WALLET",
"pass": "x"
    }
   ],

  "algo": "x16r",
  "intensity": "19",
  "statsavg" : "600",
  "api-bind": "127.0.0.1",
  "api-remote": false
}

Ref ccminer flags: https://github.com/brian112358/nevermore-miner/blob/linux/README.txt
rvn related: https://raven.wiki/wiki/Mining
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta) on: May 14, 2018, 10:37:59 AM
If your mobo has a integrated iGPU that is active you probably need to specify what platform to use, like the Troubleshoot wiki says by adding :
Code:
 --gpu-platform 1
to your bat/sh file.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 13, 2018, 04:49:19 PM

Hi, how to get balance in AM with cryptoid explorer? I can not configure it  Undecided

example for Luxcoin:
Code:
http://chainz.cryptoid.info/lux/api.dws

just change the part that says lux in that url to your currency of choice
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 13, 2018, 02:49:32 PM
Thanks for this update :-)

I use this to show accepted shares pr min:
Code:
 "Shares/min: " + Math.Round((float)status.Accepted/((status.SecondsSinceStart)/60),1) 

Some block explorers:
RVN: https://ravencoin.network/api/addr/[address]
UBQ: https://ubiqexplorer.com/api/Account/[address]
ZCL: http://explorer.zclmine.pro/insight-api-zcash/addr/[address]
KMD: https://kmd.explorer.supernet.org/api/addr/[address]
HUSH: https://explorer.myhush.org/Api/addr/[address]
BTCZ: http://btczexplorer.blockhub.info/ext/getaddress/[address]
LUX: http://explorer.luxcoin.xyz/ext/getaddress/[address]

Avermore(sgminer fork) would be nice to get as a miner for RVN & Xevan for AMD cards
https://github.com/brian112358/avermore-miner/releases

Regarding benchmarking rvn, some miners like Nevermore has a benchmark builtin were it uses a average block with all the 16 algo in it. https://github.com/brian112358/nevermore-miner/releases
setting -N 300 as a flag for ccminer/nevermore also helps, since using a longer statsavg smooths the displayed hash rate out a bit.
There is more regarding mining Ravencoin on the wiki https://raven.wiki/wiki/Mining

10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 13, 2018, 01:59:33 PM
Code:
- Display the income as coins per day via the Customize Progress Field feature (see web site for usage example)
I could not (yet) find this feature described here:
http://www.awesomeminer.com/help/customizefield.aspx

What is the magic word?, (well besides please).
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: May 13, 2018, 12:36:36 PM

NVIDIA Profile now not working. Neither profit Managed or Manual Managed  Cry Cry Cry Cry

[2018-05-13 14:27:47] Unable to query number of CUDA devices! Is an nVidia driver installed?



If you have updated your nvidia drivers lately some of the versions have not been too good for mining, try updating to the latest one, or just a reboot could also work as a quick fix.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: May 07, 2018, 05:44:32 PM
what is the speed on 1070ti with the x16s mod, the new one?

sp-git2:
11,53 MH/s, pl 80%, core +125, mem +200


sp-git3:
12,63 MH/s, pl 80%, core +125, mem +200
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: May 07, 2018, 01:09:33 PM
what is the speed on 1070ti with the x16s mod, the new one?

11,53 MH/s, pl 80%, core +125, mem +200
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: X16R - RVN - Miner head to head test log on: May 07, 2018, 11:04:45 AM
SP,

Why don`t you add dev fee and release your top performing miner? You can then make 0.05 btc every few days. You could avoid all this drama...
he's waiting for someone to make dev fee code public... and make it 5% faster Grin
yeah, I am not sure if he ever wrote any piece of code himself... Grin

The dev fee code should already be there since it is a fork of Nevermore.
(ccminer 2.2.5-rvn -> Nevermore -> Suprminer -> Sp-mod-git)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!