Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Start different miners from the same script. Easy and simple to get started with mining. Originally by Bits Be Trippin'

License

Notifications You must be signed in to change notification settings

CommsTech/bbt-multiminer--DEPRECATED

 
 

Repository files navigation

Bits Be Trippin' , alon7 & CommsTech Multi-miner

Bits Be Trippin' is a youtube channel for cryptocurrencies mining. https://www.youtube.com/user/BitsBeTrippin
They created the initial multiminer to enable easy switch between miners.
alon7 took the script a step further and added more pools, coins and made it more configurable. I took the script a step further and added a guided setup for beginners on windows.

Available Coins

  1. Ethereum (ETH)
  2. Ethereum Classic (ETC)
  3. Monero (XMR)
  4. ZCash (ZEC)
  5. SiaCoin (SC)
  6. PascalCoin (PASC)
  7. Hush (HUSH)
  8. LBRY (LBC)
  9. DubaiCoin (DBIX)
  10. UBIQ (UBQ)
  11. Expanse (EXP)
  12. Chaincoin (CHC)
  13. Digibyte (DGB)
  14. Feathercoin (FTC)
  15. Musiccoin (MUSIC)
  16. Nexus (NXS)
  17. Unitus (UIS)
  18. Signatum (SIG)

Setup

Windows

  1. Right click on Info.bat -> edit
  2. Under Wallets, according to the coin you want to mine, change the wallet address to yours
  3. Name your miner under MINER_NAME variable
  4. Change EMAIL_ADDRESS to receive updated from supported pools (nanopool for now)
  5. Run the .bat file and enjoy

Linux

NOTE: Some linux miners are still unavailable. We are currently working on it and you're willing to contribute.

  1. Right click on bbt-multiminer.sh -> edit, or use your favorite editor like vi, vim, etc..
  2. Under Wallets, according to the coin you want to mine, change the wallet address to yours
  3. Name your miner under MINER_NAME variable
  4. Change EMAIL_ADDRESS to receive updated from supported pools (nanopool for now)

How to mine

Windows

  1. Read setup before proceeding

Interactive

  1. Double click bbt-multiminer.bat
  2. Write the number of the miner you want to start and press enter
  3. Profit.

Command line

  1. Open a cmd windows in the bbt-multiminer folder
  2. Run bbt-multiminer.bat , for example: bbt-multiminer.bat 1 2 9 (Eth & Siacoin) (See /Scripts/Quick_Script_Example.bat)

Start on startup

  1. Right click on bbt-multiminer.bat -> Create Shortcut
  2. Right click on the new shortcut -> Properties
  3. On the target field, go to the end and add your wanted miner index
  4. Win+R and paste this location: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
  5. Copy the shortcut from above to that location

Linux

  1. Read setup before proceeding

Interactive

  1. Run ./bbt-multiminer.sh from command line
  2. Chose the coin you want to mine by entering the coin index
  3. Chose the miner you want to use on the selected coin
  4. Profit.

Command line

  1. Open a terminal windows in bbt-multiminer folder
  2. Run ./bbt-multiminer.sh , for example: ./bbt-multiminer.sh 1 9 (Eth & Siacoin)

Contributors

If you want to add more miners, you are more than welcome to send a merge request. Notice that to add a binary for a miner, you would have to send us the link to the miner, instead of commiting it yourself.
We want make sure the miners are untouched and do not contain malware.

About

Start different miners from the same script. Easy and simple to get started with mining. Originally by Bits Be Trippin'

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.9%
  • Other 1.1%