Post
Topic
Board Mining (Altcoins)
Re: IT xmr Miner - background miner for home and bussiness
by
JaredKaragen
on 30/10/2019, 00:16:04 UTC
2% donation in the binaries are in the place... you say the truth y rename the binarie, because i use xmr stak binarie  Grin...


So... i do a product that is UNIKE... so i think 10% is right... do a similar product and put less fee...

I realice that xmr stak uses 2 minutes of 100 minutes of mining... I just stop mining in cicles of 30 minutes... so 2% of xmrstak fee dont apply... if they change that thing and make it ramdom it will be apply...  Grin

I know is sketchy, sorry about that, i think i will release the code is in batch ( Cheesy ), when i do it i will do a post about that. Thanks for yours opinions they are important for me.

The problem when free the code, was the people who wants bypass my code... bye bye 10% fee for me.





But look at the risk of fireice-UK with xmr-stak.... where would YOU be?  (get my drift?)

Many people out there have proven they are willing to support the developer;  even if they provide a way around it....      I mean, you can keep it as you wish, but with it being a big unknown on top of a large percentage.....  that can be the issue.    

You might also want to review the source for xmr-stak, because there could very well be a set of code that varies the devfee mining time... not specifically after x min....   I never reviewed it myself because I simply set the variable to 0 when I compiled; it is like this in many other miners with devfees.  
I left notes on what exactly I changed on my build/compile in my xmr-stak thread if you are interested.  
Also If you want that handy .vbs script for launching processes in system space (background) Click Here.
My batch files could also give you some insight on how to accomplish some pretty crazy tasks in the terminal, and Nemosminer is written in Powershell for a good example of how he did it that way.

Cheers.

I free the code. you can chek it now at: https://github.com/itxmrminer/it-xmr-miner/

Please take a look and tell me what do you think.

About how to compile xmr stak... i doit a lot in linux, but in windows is more difficult. maybe you can give me the binarie. I can post the binarie with fee and without fee.

Click Here for the instructions to compile on different OS including windows.

Install the latest cuda, and the AMD drivers as recommended by the how-to.

I would not recommend you use my binary.   I already had two people use it in a malware program before, and have done my best to mitigate that type of thing up until now since the program version string comes back as XMR-stak-JK.


Just edit these two files:
donate-level.hpp
version.cpp

And compile as per the github instructions.

The instructions are for VS2017, not VS2019.  You can find the link to how to build the VS2019 version in my xmr-stak-JK main thread on this website.... someone else gave me the link, and it is a link to a reddit post with the instructions to compile under VS2019 if you wish to do it that way.... but the official compile instructions are for VS2017, so I suggest you use that.

Compiling can take a bit of time depending on how powerful your system is.


Ill look at your source later and give my input.... I have errands to run right now and I don't have time at the moment to do so.     We do appreciate you posting the source for validation (I believe someone may try to compile and compare binaries, so giving build environment details and variables will help us with this).