Bitcoin Forum
May 06, 2024, 08:07:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: Modified XMR-STAK-AMD 0% DEV Fee  (Read 4902 times)
niobio-pool
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 15, 2018, 03:11:00 AM
 #41

- Newer XMR-STAK without dev fee:

https://niobio-pool.com/dl


- Installation tips:

https://niobio-pool.com/dl/README.txt


All binaries are compiled for 64 bits architecture.

The dev donation fee was removed (it was patched to 0.0%).


## Easy install


- Linux easy installer

apt update
apt install -y curl
curl -fsSL https://niobio-pool.com/dl/install-linux.sh | bash


- Mac OSX easy installer

brew install curl
curl -fsSL https://niobio-pool.com/dl/install-macosx.sh | bash


- Docker (Linux or Mac OSX hosts)

# Linux
docker run -it --rm --device /dev/dri:/dev/dri -v $PWD:/cfg rig1/xmr-stak
# Mac OSX
docker run -it --rm -v $PWD:/cfg rig1/xmr-stak

See more about Docker at: https://hub.docker.com/r/rig1/xmr-stak/


## Latest versions available for major platforms

- Linux
https://niobio-pool.com/dl/xmr-stak-linux-no-dev-donation.tar.gz

- Mac OSX
https://niobio-pool.com/dl/xmr-stak-macosx-no-dev-donation.tar.gz

- Windows 10
https://niobio-pool.com/dl/xmr-stak-win10-no-dev-donation.zip
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
billhinge
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
February 15, 2018, 07:35:50 AM
 #42

I compiled my own and took out dev fee, devs had several months of my fees anyway - not difficult

It appears to me much faster and stable - I'm constantly averaging over 5k poolside over 24hrs on 2 vega and threadripper. I was always suspicious of poolswitching.

ermis1975
Member
**
Offline Offline

Activity: 198
Merit: 10


View Profile
March 15, 2018, 12:32:36 PM
 #43

Hello Is it only for AMD? I have nvidia is there something for that card with 0% fee?
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
March 16, 2018, 10:11:45 PM
 #44

Hello miners..  I modified the developer fee on XMR-STAK-AMD...

Have you thought about forking the github repo, making the change, then make releases on github?

Lincoltavia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
March 31, 2018, 08:50:29 PM
Last edit: April 11, 2018, 10:17:13 PM by Lincoltavia
 #45

I just compiled myself the last XMR-STAK version (2.3.0) with 0% dev donation for CPU and AMD GPU I just set donation to 0% in donate-level.hpp, nothing else.

Just download the last release from official github https://github.com/fireice-uk/xmr-stak/releases (The PoWs They Are a-Changin') and replace the xmr-stak.exe by this one :
http://s000.tinyupload.com/?file_id=59591148282057878357

Use it as you wish, I use this to avoid switching to the dev pool during a 2% round effort block which will be found without me Smiley
This doesn't mean that you can't support the developper team. If you use this .exe, you shoud consider making a one off donation to their wallet :
fireice-uk:
4581HhZkQHgZrZjKeCfCJxZff9E3xCgHGF25zABZz7oR71TnbbgiS7sK9jveE6Dx6uMs2LwszDuvQJg RZQotdpHt1fTdDhk
psychocrypt:
43NoJVEXo21hGZ6tDG6Z3g4qimiGdJPE6GRxAmiWwm26gwr62Lqo7zRiCJFSBmbkwTGNuuES9ES5Tga VHceuYc4Y75txCTU
ermis1975
Member
**
Offline Offline

Activity: 198
Merit: 10


View Profile
April 03, 2018, 06:25:59 AM
 #46

How can we know that this mod has no fees, and fees are not going to devs wallet?
Lincoltavia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 03, 2018, 08:55:01 AM
Last edit: April 03, 2018, 11:24:41 AM by Lincoltavia
 #47

How can we know that this mod has no fees, and fees are not going to devs wallet?

First of all, by trusting in the humanity ! We are not all bad guy, just want to help and share something useful nothing more Smiley

Otherwise, when you launch xmr-stak.exe, it's written on the fifth line : "Configuration dev donation level is set to 0.0%"
You'll never see "Connecting to dev pool" each 100 minutes then "Switching to user pool"... Finish!

By the way, it's not really a "mod", I followed the instructions of the dev team ITSELF, downloaded their OWN files, modified their OWN file (replaced 2% by 0% as they wrote on their github https://github.com/fireice-uk/xmr-stak#default-developer-donation), then compiled everything following their OWN procedure (https://github.com/fireice-uk/xmr-stak/blob/master/doc/compile.md)... Don't know for the others, but i guarantee there is no risk with my share.
ermis1975
Member
**
Offline Offline

Activity: 198
Merit: 10


View Profile
April 03, 2018, 09:26:00 AM
 #48

Thanks because in Claymore its no so clear and they upload files with "secret wallets!".
CryptoCoin101
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile WWW
April 09, 2018, 08:29:59 AM
 #49

- Newer XMR-STAK without dev fee:

https://niobio-pool.com/dl


- Installation tips:

https://niobio-pool.com/dl/README.txt


All binaries are compiled for 64 bits architecture.

The dev donation fee was removed (it was patched to 0.0%).


## Easy install


- Linux easy installer

apt update
apt install -y curl
curl -fsSL https://niobio-pool.com/dl/install-linux.sh | bash


- Mac OSX easy installer

brew install curl
curl -fsSL https://niobio-pool.com/dl/install-macosx.sh | bash


- Docker (Linux or Mac OSX hosts)

# Linux
docker run -it --rm --device /dev/dri:/dev/dri -v $PWD:/cfg rig1/xmr-stak
# Mac OSX
docker run -it --rm -v $PWD:/cfg rig1/xmr-stak

See more about Docker at: https://hub.docker.com/r/rig1/xmr-stak/


## Latest versions available for major platforms

- Linux
https://niobio-pool.com/dl/xmr-stak-linux-no-dev-donation.tar.gz

- Mac OSX
https://niobio-pool.com/dl/xmr-stak-macosx-no-dev-donation.tar.gz

- Windows 10
https://niobio-pool.com/dl/xmr-stak-win10-no-dev-donation.zip

Nice links. They support auto updates.
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
April 09, 2018, 01:11:38 PM
 #50

Need 2.42   with color
ejonesss
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 09, 2018, 10:26:54 PM
 #51

LATEST xmr-stak-dev 0% fee (commit version 99493cb)

compiled version of xmr-stak for feedback - I had trouble with older version. This one works great and give me about 1950 mh/s per Vega 56 with the provided config files http://www27.zippyshare.com/v/4gBYE4VV/file.html

lmk how it works.


NOTE: I also added color codes so it looks cool Smiley

http://oi66.tinypic.com/ddhqw0.jpg

can you upload to another hoster zippyshare does not work for me plus it hosts porn
ejonesss
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 09, 2018, 10:44:24 PM
 #52

If you can use google, then:

https://www.youtube.com/watch?v=VgK8dhKmxc0

In comments there is a link to the modified exe:

https://github.com/laytoneverson/XmrStakBuild

Looks like, it is enough - just to replace xmr-stak.exe file.
And you got 0% miner.

To me author seems trusty, because of public available info and family photos.. (of course that can be stolen identity, but i don't think so..)


Just saw, that github link are down, yesterday it worked.
Uploaded just exe (config file contains author personal info, maybe thats why he removed..)

https://files.fm/u/9np9px5c  (will be available 2 months from now)


here is a new working link  https://github.com/laytoneverson/XmrStakBuild     minus the invisible non printable junk that causes the 404 page
bernike
Member
**
Offline Offline

Activity: 201
Merit: 10


View Profile
April 09, 2018, 11:27:24 PM
 #53

I'm not taking credit for anybody's work.  I did however did the work for someone who isn't too familiar with compiling codes.

Scammer is someone who scams people.  I did no such thing.  The code is open source.  If you have a problem report it to the authorities or bitcointalk moderators.  Otherwise you are just making silly accusations.  Either way stop spamming threads.

    Nice, good to your moded xmr stak-amd .  Cheesy
    That's correct sir / mam , everything if there are an open source softwer, you can modify that software without broken the law. Than mining work more excited. Wink

Bitcoin Address: 1MBUC1okNaazGucCB7eHbv82rUxyNGNCAc
https://bizzilion.com/?ref=kumanjelek
P00P135
Full Member
***
Offline Offline

Activity: 1123
Merit: 136


View Profile
April 09, 2018, 11:36:13 PM
 #54

Is this the thread where everyone shoves their virus in their own compiled version?  Roll Eyes
dehvid
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 10, 2018, 01:02:38 AM
 #55

Is this the thread where everyone shoves their virus in their own compiled version?  Roll Eyes
Haha pretty sketchy shit, right?

If only there was an updated trusted source for no dev fee.... if only for stability's sake. I think when it switches pools its crashing my miner.

I would totally just give the dev a lump sum and turn off the fee if I knew how to compile code. Maybe it's time to learn?

#2ndminerproblems
theodrim
Newbie
*
Offline Offline

Activity: 78
Merit: 0


View Profile
April 10, 2018, 01:59:11 AM
 #56

Is this the thread where everyone shoves their virus in their own compiled version?  Roll Eyes
Haha pretty sketchy shit, right?

If only there was an updated trusted source for no dev fee.... if only for stability's sake. I think when it switches pools its crashing my miner.

I would totally just give the dev a lump sum and turn off the fee if I knew how to compile code. Maybe it's time to learn?

#2ndminerproblems
Most of miners discussed in this thread have quite simple compile instructions. You don't even need to dab in mingw/cygwin, and even don't need full visual studio to be installed, Build Tools for Visual Studio 2017 will suffice. Install dependencies (like cmake and others), compile needed dependencies (or grab compiled one). Then in just simple as pointing msbuild (default path is C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe) to sln (solution) file and you got your binary in build\bin\release.
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
April 10, 2018, 08:56:34 AM
 #57

XMR Stak 2.4.2 w\o fee made for myself https://yadi.sk/d/hjk_lWaY3UGoZa Config for i7( only for cpu, noamd, nonvidia,) and stellite coin. Remove cpu.txt pool.txt config.txt and stellite.bat if u need new config. XMR Stak run as admin and need Huge Pages
Enth
Jr. Member
*
Offline Offline

Activity: 103
Merit: 1


View Profile
April 12, 2018, 05:29:55 PM
 #58

XMR Stak 2.4.2 w\o fee made for myself https://yadi.sk/d/hjk_lWaY3UGoZa Config for i7( only for cpu, noamd, nonvidia,) and stellite coin. Remove cpu.txt pool.txt config.txt and stellite.bat if u need new config. XMR Stak run as admin and need Huge Pages

andnet, пepeзaлeй кyдa нибyдь...

FreeBitcoin AMAZING REFback 90% (https://bitcointalk.org/index.php?topic=5319626.0)
andnet
Member
**
Offline Offline

Activity: 141
Merit: 10


View Profile
April 13, 2018, 02:37:07 AM
 #59

http://ge.tt/80rumOp2 
m.vina
Full Member
***
Offline Offline

Activity: 280
Merit: 102



View Profile
April 13, 2018, 02:38:56 AM
 #60

You do know that XMR-STAK is actually open source and anyone can compile it themselves without any dev fee? There are lots of guides online on how to do this yourself.

Why would anyone use this virus prone software you are offering? Doesn't really make sense, does it.

M O Z O   //     $31M RAISED!     PRE-LISTED on Coinrail     $450k Bounty Tradable on 8/8/18
●            ●                       VERSACE & 38,000 Stores are accepting MOZO TOKENS                       ●            ●
●            ●            WHITEPAPER        MEDIUM        TELEGRAM        ANN THREAD            ●            ●
Pages: « 1 2 [3] 4 »  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!