Bitcoin Forum
March 28, 2024, 11:38:26 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [JCE] Ultrafast CN-Heavy/Tube/HVX miner, low power, Vega56 1750+ h/s on: November 07, 2018, 07:24:43 AM
It first i’ve posted this on https://github.com/jceminer/cn_cpu_miner/issues/26 but here I might get the anser quicker:

Code:
is it possible somehow to specify which algorithms should be selected when using "Pool-managed Autoswitch" variany in JCE?

I have been previously mining on MoneroOcean with MM.js proxy miner, that've configured with manually gathered performance benchmarks, for example:

...
"algo_perf": {
     "cn/xtl": 54.17,
     "cn/2": 54.56,
     "cn/msr": 111.15,
     "cn-lite": 172.73,
     "cn-heavy": 29.44,
     "cn-heavy/tube": 22.53
    },
With these, MoneroOcean is able to decide which coin would be most profitable to mine on my setup (in my case, it would be cn-lite algorithm, a.k.a Cryptolight V7 fork of April-2018)

Unfortunately when I've configured JCE miner with variant 16 (Pool-managed Autoswitch) - it's mining only with Cryptonight V8 fork of Oct-2018.

Is it possible to specify somehow particular algorithms performance, that would be than used by MoneroOcean to decide which coin is most profitable to mine?
2  Bitcoin / Mining software (miners) / CGMiner monitoring on your iOS/Android/Windows Phone device on: February 27, 2014, 12:37:46 AM
Hi,

I'd like to present CGMinerMobileAdapter simple python script that allows to monitor CGMiner via MobileMiner mobile app (http://www.mobileminerapp.com/). Actually it was BFGMiner script, called BFGMobileAdapter, but I've added some stability fixes, and added remote commands support.

Script was created and tested on BAMT, CGminer and it's forks (vertminer, sgminer).

Features of the app (when using CGMinerMobileAdapter):

- Hashrate & temperatures monitoring
- Remote start / stop / restart of mining process
- email & push notification when rig is offline / overheating
- and more Smiley

Install inscructions:
Fist make sure that you have this line in your cgminer.conf:

Code:
"api-listen" : true

1. Log in via ssh or launch terminal

2. Execute:
Code:
git clone https://github.com/Axadiw/CGMinerMobileAdapter.git
cd CGMinerMobileAdapter
./install.sh

3. Provide email, machine name and application key (get your application key from the mobile app)

Above script installs app in /opt/CGMinerMobileAdapter directory, and add its to /etc/rc.local, so it'll run at system startup.

Allupdates would available on github page:
https://github.com/Axadiw/CGMinerMobileAdapter

If you'd like to donate, please use this account: 159XDGxhDLPrxWbByzM48Y6CKv4YH9jqTT

I hope it'll be useful for somebody Smiley
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!