Features-support all common backends (CPU/x86, AMD-GPU and NVIDIA-GPU) - support all common OS (Linux, Windows and macOS) - easy to use
-guided start (no need to edit a config file for the first start)
-auto configuration for each backend - open source software (GPLv3) - TLS support - HTML statistics - JSON API for monitoring
Downloadbittube-miner-linux-x64-cuda8-v2.0.0.3.zip:
https://github.com/ipbc-dev/bittube-miner/releases/download/2.0.0.3/bittube-miner-linux-x64-cuda8-v2.0.0.3.zipbittube-miner-win-x64-cuda8-v2.0.0.3.zip:
https://github.com/ipbc-dev/bittube-miner/releases/download/2.0.0.3/bittube-miner-win-x64-cuda8-v2.0.0.3.zipbittube-miner-win-x64-cuda9-v2.0.0.3.zip:
https://github.com/ipbc-dev/bittube-miner/releases/download/2.0.0.3/bittube-miner-win-x64-cuda9-v2.0.0.3.zipSource:
https://github.com/ipbc-dev/bittube-minerChange Logv2.0.0.3-Fixes issue with displaying wrong wallet address when using static difficulty.
-All binaries compiled with microhttpd, ssl and hwloc support.
-Linux version compiled on Ubuntu 17.10.
v2.0.0.2-BitTube Miner 2.0.0.2
-Working CUDA Implementation for BitTube PoW v2.
-All binaries compiled with microhttpd, ssl and hwloc support.
-Linux version compiled on Ubuntu 17.10.
v2.0.0.1-BitTube Miner 2.0.0.1
-All binaries compiled with microhttpd, ssl and hwloc support.
-Linux version compiled on Ubuntu 17.10
-V4 CUDA PoW still work in progress, in the meantime to mine with NVIDIA cards you need to use OpenCL.
v2.0.0.0-BitTube Miner 2.0.0.0
-All binaries compiled with microhttpd, ssl and hwloc support.
-Linux version compiled on Ubuntu 17.10
-V4 CUDA PoW still work in progress, in the meantime to mine with NVIDIA cards you need to use OpenCL after the fork at height 110000.
UsageConfigurationsBefore you started the miner the first time there are no config files available. Config files will be created at the first start. The number of files depends on the available backends. config.txt contains the common miner settings. pools.txt contains the selected mining pools and currency to mine. amd.txt, cpu.txt and nvidia.txt contains miner backend specific settings and can be used for further tuning (
Tuning Guide).
Note: If the pool is ignoring the option rig_id in pools.txt to name your worker please check the pool documentation how a worker name can be set.
Usage on Windows1.Double click the bittube-miner.exe file
2.Fill in the pool url settings, currency, username and password
disable the dialog
set XMRSTAK_NOWAIT=1
for non UAC execution.
Press any key to exit
Usage on Linux & macOS1.Open a terminal within the folder with the binary
2.Start the miner with ./bittube-miner
Command Line OptionsThe miner allow to overwrite some of the settings via command line options. Run bittube-miner --help to show all available command line options.
Use Different BackendsOn linux and OSX please add ./ before the binary name bittube-miner.
CPU Only:bittube-miner --noAMD --noNVIDIA
NVIDIA/AMD Only:The miner will automatically detect if CUDA (for NVIDIA GPUs) or OpenCL (for AMD GPUs) is available.
bittube-miner --noCPU
NVIDIA via OpenCLIt is possible to use the OpenCl backend which is originally created for AMD GPUs with NVIDIA GPus. Some NVIDIA GPUs can reach better performance with this backend.
bittube-miner --openCLVendor NVIDIA --noNVIDIA
Docker image usageYou can run the Docker image the following way:
docker run --rm -it -u $(id -u):$(id -g) --name fireice-uk/bittube-miner -v "$PWD":/mnt bittube-miner
docker stop bittube-miner
docker run --rm -it -u $(id -u):$(id -g) --name fireice-uk/bittube-miner -v "$PWD":/mnt bittube-miner --config config.txt
Debug the docker image by getting inside:
docker run --entrypoint=/bin/bash --rm -it -u $(id -u):$(id -g) --name fireice-uk/bittube-miner -v "$PWD":/mnt bittube-miner
FAQVirus Protection AlertSome virus protection software flags the miner binary as malware. This is a false positive — the software does not contain any malware (and since it is open source, you can verify that yourself!) If your antivirus software flags bittube-miner, it will likely move it to its quarantine area. You may have to whitelist bittube-miner in your antivirus.
Change Currency to MineIf the miner is compiled for Monero and Aeon than you can change
- the value currency in the config or
- start the miner with the command line option --currency monero or --currency aeon7
- run bittube-miner --help to see all supported currencies and algorithms
How can I mine MoneroSet the value currency in pools.txt to monero.
Which currency must be chosen if my fork coin is not listedIf your coin you want to mine is not listed please check the documentation of the coin and try to find out if cryptonight or cryptonight-lite is the used algorithm. Select one of these generic coin algorithms.