We received a request for an updated Windows binary file of the latest official version of sgminer 4.2.1, so here it is. Please note that this is the standard version of sgminer, which is designed for mining Scrypt and does not support many alternative cryptographic algorithms, for this you will need sph-sgminer, a fork based on an older version of the official sgminer, namely sgminer 4.1.0. Using the link below you can download the latest version of sgminer 4.2.1 Scrypt GPU miner for Windows.
GitHub: Download SGMINER source code 4.2.1
https://github.com/nicehash/sgminer/releases
Guide for SGMiner
In order to start mining cryptocurrency, you need to select a pool, register on it, if the pool provides for the possibility of registration and configure the program.
After installing the necessary environment, you must create or edit the finished .bat file to run the program.
Decoding the contents of the .bat file of SGMiner
name of the executable file. No need to change
the algorithm on which cryptocurrency will be mined. For mining Ravencoin, specify x16r
address of the pool on which the currency will be mined
pool port. It is indicated after the colon
login and password from the pool. If registration is not provided for in the pool, then after the -u key we indicate the address of your digital wallet of the extracted coin
mined coin token. Be sure to indicate some pools without this key do not understand which coin you want to mine
mining intensity. The range is from 0 to 20. In our example, we set 19, because at this value, the farm is stable, does not freeze, and does not restart. This parameter is set experimentally. You must run the program and test for 20 minutes. If the miner works stably, then you can add intensity.
On this, the basic configuration of the batch file can be completed. For a Ravencoin coin, we should get the following:
If you like to read such articles and want to support the author, then you can subscribe to our telegram channel and recommend us to your friends, this will help a lot to support our project! Telegram: CRYPTO WIKIES | Bitcoin & Altcoins Mining
Be the first to know all the news, read more about cryptocurrencies and mining at CRYPTO-MINING.BLOG.
i’v open a qt wallet on some testnet that we are trying
on qt i opened .conf file that includes the parameters i got from the testnet organizer which include rpcuser and rpcpassword and rpcallowip=127.0.0.1 and server=1 and testnet=1 and i got from him scrypt for cpuminer and i can solo mine with cpu. i even able gpu mining with sgminer but only when i connect to the pool. but i have not succeed to solo mine with gpu. ill appreciate help with that.
ohad
hi, can i solo mining with sgminer?
Crypto-Mining.Cub
create coin.conf.
Code:
rpcuser=WORKER
rpcpassword=SUPERPASSWD
daemon=1
server=1
listen=1
Code:
gminer … -o 127.0.0.1:9998 -u WORKER -p SUPERPASSWD -I 13
ohad
hi, thank you for your fast replay.
i’v open a qt wallet on some testnet that we are trying
on qt i opened .conf file that includes the parameters i got from the testnet organizer which include rpcuser and rpcpassword and rpcallowip=127.0.0.1 and server=1 and testnet=1
and i got from him scrypt for cpuminer and i can solo mine with cpu.
i even able gpu mining with sgminer but only when i connect to the pool.
but i have not succeed to solo mine with gpu.
ill appreciate help with that.