Search content
Sort by

Showing 14 of 14 results by MrsDelish
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 02/06/2018, 11:56:59 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 23/05/2018, 12:51:26 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 19/05/2018, 15:52:49 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 18/05/2018, 11:41:59 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Interface Offline while miner is running even after Reboot
by
MrsDelish
on 18/05/2018, 09:11:59 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 16/05/2018, 08:54:10 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Avermore miner - optimized sgminer (AMD) fork for x16r/x16s/xevan(beta)
by
MrsDelish
on 14/05/2018, 10:37:59 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 13/05/2018, 16:49:19 UTC

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
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 13/05/2018, 14:49:32 UTC
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

Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 13/05/2018, 13:59:33 UTC
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).
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
MrsDelish
on 13/05/2018, 12:36:36 UTC

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.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
MrsDelish
on 07/05/2018, 17:44:32 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
MrsDelish
on 07/05/2018, 13:09:33 UTC
what is the speed on 1070ti with the x16s mod, the new one?

11,53 MH/s, pl 80%, core +125, mem +200
Post
Topic
Board Mining (Altcoins)
Re: X16R - RVN - Miner head to head test log
by
MrsDelish
on 07/05/2018, 11:04:45 UTC
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)