Coder Social home page Coder Social logo

mzebrak / vrsc-hellminer-launcher Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 63 KB

A simple batch script that makes it easy to run the miner on a computer for everyday use.

License: MIT License

Batchfile 100.00%
batch-file cryptocurrency launcher-application mining verus hellminer

vrsc-hellminer-launcher's Introduction

vrsc-hellminer-launcher

A simple batch script that makes it easy to run the miner on a computer for everyday use.

Was created with the thought of running hellminer, but it is possible to run a different miner, for mine cryptocurrency other than VRSC, or even run a GPU based miner after proper configuration.

Additionally - it was created for my personal needs, but I am making it available because it can also be useful to someone.

Sections:

  1. What is it for?
  2. How does it work? - presentation
  3. Configuration
  4. Running

What is it for?

It is a batch script that can be added to the autostart folder to easily automate the launch of the miner along with the system startup

  • When the computer is started only to mine - after a set time, the miner will be started with the default option (e. g. on all processor threads)

  • However, if you want to use your computer while mining, for a set amount of time you have the option to choose how many threads to start mining on - making your computer more responsive, able to use (it happens after pressing the appropriate button)

How does it work? - presentation

10 threads launched after pressing '2' on the keyboard

12 threads launched when the countdown was done

Configuration

You need to edit the .bat file to assign your values to the appropriate variables.

  1. Set the seconds after which the miner will run with the default settings:

    set /a countdown=20
    
  2. Enter the folder location of the miner executable:

    set "location=C:\Users\User\Desktop\folder"
    
  3. Paste your miner config (without the --cpu parameter). Example:

    set "config=hellminer.exe -c stratum+tcp://eu.luckpool.net:3956#xnsub -u RB7sFYVzfGSnFNcq255u7sCywvaiDRxcJh.worker -p x"
    
  4. Set the number of threads you want to run when the specific button is pressed:

    set "if_1=8"
    set "if_2=10"
    set "if_3=12"
    
  5. Set the number of threads to run when the countdown is over:

    set "threads=12"
    

You can also add more miner startup options by adding them like the 3 I did.

Running

  1. Manually - just start the .bat file.

  2. If you want to launch it with every system startup - you need to add it to the autostart folder:


    The Windows + R will show you the "RUN" box where you can type shell:startup and the autostart folder will open. Here you can place the .bat file.

vrsc-hellminer-launcher's People

Contributors

mzebrak avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

vrsc-hellminer-launcher's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.