Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
scryptr
on 23/01/2018, 07:04:06 UTC
Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code  true

--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Not working
Miner ended crashed

USE A CONFIGURATION FILE--

Take the following and paste it into a configuration file, i.e. "test.conf".  Run sgminer with "sgminer -c test.conf".  I do not think SGminer-GM supports the SSL URL.  Be sure to set the environment variables prior to launching SGminer-GM.  So, in a Windows batch file, the variables will precede the SGminer-GM launch line above.

Configuration File:
===========

{
    "pools": [{
        "url": "etn-eu1.nanopool.org:13333",
        "user": "YOURWALLETADDRESS.WORKER",
        "pass": "x"
    },
    {
        "url": "etn-us-west1.nanopool.org:13333",
        "user": "YOURETNADDRESS.WORKER",
        "pass": "x"
    }],
    "profiles": [{
        "worksize": "8",
        "name": "xmr",
        "algorithm": "cryptonight",
        "gpu-threads": "1",
        "rawintensity": "1016"
    }],
    "default-profile": "xmr",
    "no-extranonce": false,
    "no-submit-stale": true,
    "api-listen": true,
    "api-port": 4028,
    "api-mcast-port": 4028,
    "api-allow": "W:127.0.0.1,W:192.168.1.1/24",
    "temp-cutoff": "85",
    "temp-overheat": "80"
}

Batch File:
======

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100

sgminer -c test.conf

pause

Raw Intensity can be adjusted to 1008-1016, or cut in half with "threads" =2.  If you have a smaller GPU, you may need to use 1/2 the Raw Intensity with "threads" =1.  If you still have trouble, start with RI = 896, or 448.  Worksize could be 4, or 8, but adjust RI accordingly.

SGminer-GM runs for weeks on my AMD cards.       --scryptr

Thanks
But i want code mined etn for
Simplemining.net?Huh
How mined?

SORRY, I USE WINDOWS OR PLAIN LINUX--

If Simpleminig.net (SMOS?) has a radically different protocol, I can't help.  If you use the configuration file, you can simply place your pool:XXXX (port number) in the configuration.  It is also possible to write the entire above configuration on a single line if you change the commands in quotes to flag commands.

I don't run SMOS and won't be much more help there.  I got tired of single-line launch commands because they are harder to write out and edit.  A simple Lubuntu install, with fresh drivers and a freshly compiled miner, can use the same configuration file with a BASH script rather than a batch file.  I could help with that, but I have no experience with SMOS.  Lubuntu is free.

--scryptr