All Projects → alon7 → Bbt Multiminer

alon7 / Bbt Multiminer

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

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Bbt Multiminer

Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+321.21%)
Mutual labels:  ethereum, cryptocurrency, mining
Nsfminer
No Fee Ethash miner for AMD and Nvidia
Stars: ✭ 141 (+327.27%)
Mutual labels:  ethereum, cryptocurrency, mining
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+2696.97%)
Mutual labels:  ethereum, cryptocurrency, mining
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+1657.58%)
Mutual labels:  ethereum, cryptocurrency
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+1381.82%)
Mutual labels:  ethereum, cryptocurrency
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+1475.76%)
Mutual labels:  ethereum, cryptocurrency
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+1078.79%)
Mutual labels:  ethereum, cryptocurrency
Multipoolminer
Monitors crypto mining pools in real-time in order to find the most profitable for your machine. Controls any miner that is available via command line.
Stars: ✭ 750 (+2172.73%)
Mutual labels:  ethereum, mining
Nbminer
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
Stars: ✭ 568 (+1621.21%)
Mutual labels:  ethereum, mining
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+2239.39%)
Mutual labels:  ethereum, mining
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+2593.94%)
Mutual labels:  ethereum, cryptocurrency
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (+1300%)
Mutual labels:  ethereum, cryptocurrency
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+1290.91%)
Mutual labels:  ethereum, cryptocurrency
Status Go
The Status module that consumes go-ethereum
Stars: ✭ 579 (+1654.55%)
Mutual labels:  ethereum, cryptocurrency
Xmr Miner
Web-based Cryptocurrency miner, built with Vue.js
Stars: ✭ 444 (+1245.45%)
Mutual labels:  cryptocurrency, mining
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+1890.91%)
Mutual labels:  ethereum, cryptocurrency
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-48.48%)
Mutual labels:  ethereum, cryptocurrency
Etgate
Ethereum-Tendermint token sending gateway
Stars: ✭ 23 (-30.3%)
Mutual labels:  ethereum, cryptocurrency
Cryptocurrency
Overview of top cryptocurrencies
Stars: ✭ 385 (+1066.67%)
Mutual labels:  ethereum, cryptocurrency
Nimbus Eth1
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
Stars: ✭ 386 (+1069.7%)
Mutual labels:  ethereum, cryptocurrency

Bits Be Trippin' & alon7 Multi-miner

Bits Be Trippin' is a youtube channel for cryptocurrencies mining.
They created the initial multiminer to enable easy switch between miners.
I took the script a step further and added more pools, coins and made it more configurable.

Available Coins

  1. Ethereum
  2. Ethereum Classic
  3. Monero
  4. Zcash
  5. Siacoin
  6. Pascalcoin
  7. Hush
  8. Lbry
  9. Dubaicoin (Dbix)
  10. Ubiq
  11. Expanse
  12. Chaincoin
  13. Digibyte
  14. Feathercoin

Setup

Windows

  1. Right click on bbt-multiminer.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)

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 9 (Eth & Siacoin)

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].