Bitcoin Forum
June 01, 2024, 02:40:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: XMR Stak miner 2.2.0 with colorscheme, inline shares + total hasrate, 0% dev fee  (Read 2278 times)
poNgz0r (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
January 19, 2018, 10:11:02 AM
Last edit: January 21, 2018, 08:15:49 PM by poNgz0r
 #1

XMR Stak miner 2.2.0
  • The original XMR Stak miner 2.2.0 but now with 0.0% dev fee
  • Colored output
  • After a share is submitted you see the total amount of shares + percent of good shares
  • After a share is submitted you see the total hashrate

First of all before you start a war about why i removed the dev fee. I came across https://bitcointalk.org/index.php?topic=2256917.msg22910084#msg22910084. The is message of Wolf0, i believe he is the original xmr-stak developer but someone stole his code, added 2.0% dev fee and published it. I did some research about this (which i am not gonna explain here) and i found this inappropriate. Therefor i started to modify the original xmr-stak miner and removed the 2.0% dev fee because the fee is going to someone where it shouldnt.

Since im in some telegram groups i posted my modified xmr-stak miner and they were all excited. Mainly this group: https://t.me/etnpool, was very excited. They liked the colors and the extra output and asked me to publish it. I'm not a known developer so ofcourse there is no trust that i really did remove the fee and didn't put a virus in it so therefor i am publishing 2 files.

1. Binaries for Windows
2. Complete "project" so you can review my code and build it yourself (building tutorial included)

I present you: XMR Stak miner 2.2.0 with colored output + extra's!


How to use
First run:
- double click xmr-stak.exe
- Go for curreny monero
- Fill out the pool: nl.etnpool.net:5555
- Fill out your wallet address: etnkHRKHRdACYy82xSYYVjet1AnSzZ96UJNL5Ujgn28FC1fbqzGMUWETshCJt8fvgy8ATqkLVMNDSTm EUx5q5kJ54Tp8JfrET9
- Fill out the rest of the questions

Finetuning:
- After you have done this there will be a few .txt files. Depending on amd or nvidia there will be a amd.txt or nvidia.txt along with cpu.txt and config.txt

GPU mining
- In this example i use a RX 580 4GB card, open up amd.txt and search for the following code:
Code:
"gpu_threads_conf" : [
  // gpu: Ellesmere memory:3712
  // compute units: 36
  { "index" : 0,
    "intensity" : 1536, "worksize" : 16,
    "affine_to_cpu" : false, "strided_index" : true
  },
  // gpu: Ellesmere memory:3712
  // compute units: 36
  { "index" : 1,
    "intensity" : 1536, "worksize" : 16,
    "affine_to_cpu" : false, "strided_index" : true
  },

],
- Play around with the intensity and worksize for the best results

CPU mining
- In this example i use a i7 8700k, open up cpu.txt and search for the following code:
Code:
"cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 4 },
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 6 },
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 8 },
    { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 10 },

],
You can play around with low_power_mode and no_prefetch options to finetune this. There is a complete readme in every .txt file explaining all the options

Pool setup
- The pool settings you filled out the first run are stored in config.txt
- In this example i use etnpool.net
- Look for this part:
Code:
"pool_list" :
[
{"pool_address" : "nl.etnpool.net:5555", "wallet_address" : "etnkHRKHRdACYy82xSYYVjet1AnSzZ96UJNL5Ujgn28FC1fbqzGMUWETshCJt8fvgy8ATqkLVMNDSTmEUx5q5kJ54Tp8JfrET9", "pool_password" : "x", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
],
- At the complete bottom there is also an option to get results via API, search for "httpd_port" and edit it like this:
Code:
"httpd_port" : 16000,

- Start the miner, when you navigate to 127.0.0.1:16000 you will see something like this:




Enjoy the miner! If you have question you can stake them here. I am not the original developer so i am not improving hashrate or such things, the only thing i did was added extra output and a colored output.

Files
https://drive.google.com/drive/folders/14r_lQUyY-CosDvuMAGOyUZV88TIj7e2w?usp=sharing
- XMR Stak 2.2.0.zip
- Compile files.zip for the devs/ malware checkers

For the future, i will make a git/ subversion repo for you, since im not a die hard developer i have no experience in this, if you want to help setup one, let me know!

Update 20-01-18
Due to a bug in Visual Studio CUDA (Nvidia) didn't work. I recompiled and nvidia cards should be working now

Update 21-01-18
Gitthub source: https://github.com/poNgz0r/xmr-stak

If you want to donate here are some addresses:
Electroneum (ETN): etnkHRKHRdACYy82xSYYVjet1AnSzZ96UJNL5Ujgn28FC1fbqzGMUWETshCJt8fvgy8ATqkLVMNDSTm EUx5q5kJ54Tp8JfrET9
LindaCoin (LINDA): LedaPmTfuwy2VJhJGuJ4jseVgVLSLDjuap
Litecoin (LTC): LgEoGjprZ1hoe5MuJ1y7YcUvgQwjC89WzZ

Please don't send me BTC or ETH i don't like slow transactions and high fees Wink
Bigpiggy01
Hero Member
*****
Offline Offline

Activity: 1138
Merit: 523



View Profile WWW
January 21, 2018, 12:33:25 PM
 #2

Seeing this on github with full code etc would be nice Grin

                         ▄▄▄█
              ▄▄▄▄▄▄▄██████▀
      ▄▄█████████████████▀  ▄█
   ▄██████████████████▀ ▄▄██▀
  ███████████████▀▀  ▄▄█▀▀
 ███████████▀▀▀     ▀▀
 ██████▀▀   ▄    █
 ███▀  ▄▄████   ▐█
 █▀   ▄████▀   ▄█▌
      ▀▀▀    ▄██▌
▐▄ ▀█▄▄  ▄▄████▀
██▀  ▀▀█████▀▀
▐▌
RAPTOREUM
  TOKENIZING THE WORLD!
  ██▀
▐▌
▐║
▐║
▐▌
██▄
[ POW Algorithm: GhostRider    Anti-FPGA/ASIC ]
Assets/Tokens Masternodes Smart Contracts

.51% / Double Spend Protection, Instant Speed, Private Send.
▀██
▐▌
║▌
║▌
▐▌
▄██
█▀





█▄
◈ ──  SOCIAL MEDIA ─── ◈
Reddit Telegram Discord
Twitter  Medium GitHub
▀█
  █
  █
  █
  █
  █
▄█
doktor83
Hero Member
*****
Offline Offline

Activity: 2548
Merit: 626


View Profile WWW
January 21, 2018, 12:45:57 PM
 #3

First of all before you start a war about why i removed the dev fee. I came across https://bitcointalk.org/index.php?topic=2256917.msg22910084#msg22910084. The is message of Wolf0, i believe he is the original xmr-stak developer but someone stole his code, added 2.0% dev fee and published it. I did some research about this (which i am not gonna explain here) and i found this inappropriate. Therefor i started to modify the original xmr-stak miner and removed the 2.0% dev fee because the fee is going to someone where it shouldnt.

Nobody stole wolfs code, the whole miner written in c++ is fireice-uk's and psychocrypt's, the only thing that is, let's say wolfs, is the opencl kernel for cn.
It's everywhere on the net, in sgminer, github, etc, so they did not steal it, they forgot to include a notice that they use wolfs kernel.

Wolf, correct me if im wrong.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
January 21, 2018, 03:02:40 PM
 #4

Nice job. Tnx.
xxcsu
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 597


View Profile WWW
January 21, 2018, 04:12:45 PM
 #5

First of all before you start a war about why i removed the dev fee. I came across https://bitcointalk.org/index.php?topic=2256917.msg22910084#msg22910084. The is message of Wolf0, i believe he is the original xmr-stak developer but someone stole his code, added 2.0% dev fee and published it. I did some research about this (which i am not gonna explain here) and i found this inappropriate. Therefor i started to modify the original xmr-stak miner and removed the 2.0% dev fee because the fee is going to someone where it shouldnt.

Nobody stole wolfs code, the whole miner written in c++ is fireice-uk's and psychocrypt's, the only thing that is, let's say wolfs, is the opencl kernel for cn.
It's everywhere on the net, in sgminer, github, etc, so they did not steal it, they forgot to include a notice that they use wolfs kernel.

Wolf, correct me if im wrong.

Yeah, xmr-stak-amd - the miner which stole my code, violating its MIT license, and then had the balls to put a fee in it for himself.

Learn about Merit & new rank requirements , Learn how to use MERIT , make this community better
If you like the answer you got for your question from any member ,
If you find any post useful , informative use the +Merit button.
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 21, 2018, 04:44:11 PM
 #6

Source code so I can compile for Linux?
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 21, 2018, 04:57:39 PM
 #7

Source code so I can compile for Linux?
https://giphy.com/gifs/oOTTyHRHj0HYY
Just use official Github and change donation from 2.0 to 0.0 Cheesy Really hard change...

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 21, 2018, 05:02:46 PM
 #8

Source code so I can compile for Linux?
https://giphy.com/gifs/oOTTyHRHj0HYY
Just use official Github and change donation from 2.0 to 0.0 Cheesy Really hard change...
Does official version have colored output?
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 21, 2018, 05:06:19 PM
 #9

When you take parts of my ETN or XMR guides you might at least put link to the original thread.
You know the port 16000 like in my guide is obvious... and the whole structure pretty much copied from my guides.

https://bitcointalk.org/index.php?topic=2345911.0
https://bitcointalk.org/index.php?topic=2126975.0

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
almost30
Newbie
*
Offline Offline

Activity: 164
Merit: 0


View Profile
January 21, 2018, 05:08:10 PM
 #10

I'd rather pay out 1% fee  for original dev .  Cheesy
thanks anyway
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 21, 2018, 05:09:40 PM
 #11

Source code so I can compile for Linux?
https://giphy.com/gifs/oOTTyHRHj0HYY
Just use official Github and change donation from 2.0 to 0.0 Cheesy Really hard change...
Does official version have colored output?
You want it for the color output only? Then my apologies, I didn't think about this...
The download should contain source codes anyway or it's againts GNU GPL license.

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
doktor83
Hero Member
*****
Offline Offline

Activity: 2548
Merit: 626


View Profile WWW
January 21, 2018, 05:19:03 PM
 #12

First of all before you start a war about why i removed the dev fee. I came across https://bitcointalk.org/index.php?topic=2256917.msg22910084#msg22910084. The is message of Wolf0, i believe he is the original xmr-stak developer but someone stole his code, added 2.0% dev fee and published it. I did some research about this (which i am not gonna explain here) and i found this inappropriate. Therefor i started to modify the original xmr-stak miner and removed the 2.0% dev fee because the fee is going to someone where it shouldnt.

Nobody stole wolfs code, the whole miner written in c++ is fireice-uk's and psychocrypt's, the only thing that is, let's say wolfs, is the opencl kernel for cn.
It's everywhere on the net, in sgminer, github, etc, so they did not steal it, they forgot to include a notice that they use wolfs kernel.

Wolf, correct me if im wrong.

Yeah, xmr-stak-amd - the miner which stole my code, violating its MIT license, and then had the balls to put a fee in it for himself.

Yes i can read thanks, but still waiting for an answer from Wolf himself.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
poNgz0r (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
January 21, 2018, 07:39:21 PM
 #13

Seeing this on github with full code etc would be nice Grin

I will do this ASAP. Im not really a deverloper i just modified the output so iam not very experienced with this github stuff. Will look into it tomorrow.

Source code so I can compile for Linux?
I will add it on github asap!

Source code so I can compile for Linux?
https://giphy.com/gifs/oOTTyHRHj0HYY
Just use official Github and change donation from 2.0 to 0.0 Cheesy Really hard change...
For some people it is. This idea started in a telegram group. I posted a screenshot and they ask what miner it was. I said its the xmr stak miner but i modified the output a little with colors, shares and hashrate. Suddenly people started to ask if i could share it so i did. I don't want to make money on it there is no dev fee in it. I dont want to offend anyone i just wanted to share my modifications on the miner.
poNgz0r (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
January 21, 2018, 08:16:59 PM
 #14

Source code so I can compile for Linux?

I updated the first post. Source: https://github.com/poNgz0r/xmr-stak
Bigpiggy01
Hero Member
*****
Offline Offline

Activity: 1138
Merit: 523



View Profile WWW
January 30, 2018, 04:51:14 PM
 #15

Source code so I can compile for Linux?

I updated the first post. Source: https://github.com/poNgz0r/xmr-stak

Really nice to see  Grin Grin Grin

                         ▄▄▄█
              ▄▄▄▄▄▄▄██████▀
      ▄▄█████████████████▀  ▄█
   ▄██████████████████▀ ▄▄██▀
  ███████████████▀▀  ▄▄█▀▀
 ███████████▀▀▀     ▀▀
 ██████▀▀   ▄    █
 ███▀  ▄▄████   ▐█
 █▀   ▄████▀   ▄█▌
      ▀▀▀    ▄██▌
▐▄ ▀█▄▄  ▄▄████▀
██▀  ▀▀█████▀▀
▐▌
RAPTOREUM
  TOKENIZING THE WORLD!
  ██▀
▐▌
▐║
▐║
▐▌
██▄
[ POW Algorithm: GhostRider    Anti-FPGA/ASIC ]
Assets/Tokens Masternodes Smart Contracts

.51% / Double Spend Protection, Instant Speed, Private Send.
▀██
▐▌
║▌
║▌
▐▌
▄██
█▀





█▄
◈ ──  SOCIAL MEDIA ─── ◈
Reddit Telegram Discord
Twitter  Medium GitHub
▀█
  █
  █
  █
  █
  █
▄█
Duykhang
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 30, 2018, 08:21:33 PM
 #16

Is the precompiled miner already compiled with 0% dev fee?
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
January 31, 2018, 07:24:12 PM
 #17

Update 20-01-18
Due to a bug in Visual Studio CUDA (Nvidia) didn't work. I recompiled and nvidia cards should be working now

Testing this out on a couple different computers and I really like the color scheme. So far it works fine in CPU-only mode with a Ryzen 5 1600 (440 H/s) and an FX-8300 (340 H/s), but GPU performance is rather lackluster with an RX 570 (getting about 550 H/s from the GPU itself, while Claymore v3.9 gets 720 H/s), and it doesn't work at all with a GTX 1080.
Set Ready Go
Member
**
Offline Offline

Activity: 273
Merit: 17


View Profile
January 31, 2018, 08:23:53 PM
 #18

So i have been running this for a few days on a ryzen 5 1600 hovering about 490-510 H/s ,  seems rock solid.
Mining ETH on the rx 480.

poNgz0r (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
February 05, 2018, 03:02:14 PM
 #19

Is the precompiled miner already compiled with 0% dev fee?

Yes it is
poNgz0r (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
February 05, 2018, 03:03:48 PM
 #20

Update 20-01-18
Due to a bug in Visual Studio CUDA (Nvidia) didn't work. I recompiled and nvidia cards should be working now

Testing this out on a couple different computers and I really like the color scheme. So far it works fine in CPU-only mode with a Ryzen 5 1600 (440 H/s) and an FX-8300 (340 H/s), but GPU performance is rather lackluster with an RX 570 (getting about 550 H/s from the GPU itself, while Claymore v3.9 gets 720 H/s), and it doesn't work at all with a GTX 1080.

True. You need to do some optimisation in amd.txt. Increase the intensity. For 4GB cards i use something like 1536 as value. The nvidia part was a problem indeed. I forgot to compile the first time with nvidia enabled i only compiled with amd option only. If you download the new .exe file from here: https://drive.google.com/drive/folders/14r_lQUyY-CosDvuMAGOyUZV88TIj7e2w you should be fine, let me know.
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!