Author

Topic: [ANN]BitTube-Miner Based on XMR-Stak (Read 658 times)

newbie
Activity: 1
Merit: 0
July 06, 2020, 10:01:08 AM
#12
Are you planing to release more updates? Roll Eyes
Yes we do! Now we are working hard to make new update.
can you specify when?
newbie
Activity: 121
Merit: 0
July 03, 2020, 08:19:36 PM
#11
I’ll try to mine Monero within a week and write off the result, it is very interesting to see it in action.
newbie
Activity: 5
Merit: 0
June 28, 2020, 08:27:22 AM
#10
Are you planing to release more updates? Roll Eyes
Yes we do! Now we are working hard to make new update.
newbie
Activity: 6
Merit: 0
June 25, 2020, 08:52:33 PM
#9
Are you planing to release more updates? Roll Eyes
member
Activity: 73
Merit: 10
June 24, 2020, 07:06:41 AM
#8
Is it possible to mine Monero using it?
answered above
newbie
Activity: 1
Merit: 0
June 23, 2020, 04:55:32 PM
#7
Is it possible to mine Monero using it?
I`m curious as well
member
Activity: 350
Merit: 10
June 23, 2020, 01:01:16 PM
#6
Is it possible to mine Monero using it?
newbie
Activity: 5
Merit: 0
June 18, 2020, 11:26:19 AM
#5
So, theoretically i can mine XMR related coins on this miner?
Yes, you can.
newbie
Activity: 9
Merit: 0
June 18, 2020, 11:21:09 AM
#4
So, theoretically i can mine XMR related coins on this miner?
newbie
Activity: 5
Merit: 0
June 18, 2020, 11:15:09 AM
#3
Hi, can you please write hashes on top cards? Thanks
Current hashrate for AMD GPU`s from 2013 - 2016 Polaris,Vega,Hawaii.
Hawaii ~600, Polaris ~1000, Vega ~1500
RX4xx, RX5xx, you need to test yourself.
Various rig builds will give various results.
newbie
Activity: 2
Merit: 0
June 17, 2020, 05:12:45 AM
#2
Hi, can you please write hashes on top cards? Thanks
newbie
Activity: 5
Merit: 0
June 14, 2020, 08:20:18 PM
#1
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

Download
bittube-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.zip
bittube-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.zip
bittube-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.zip

Source: https://github.com/ipbc-dev/bittube-miner

Change Log
v2.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.


Usage

Configurations
Before 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 Windows
1.Double click the bittube-miner.exe file
2.Fill in the pool url settings, currency, username and password

disable the dialog
Code:
set XMRSTAK_NOWAIT=1

for non UAC execution.
Code:
Press any key to exit

Usage on Linux & macOS
1.Open a terminal within the folder with the binary
2.Start the miner with ./bittube-miner

Command Line Options
The 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 Backends
On linux and OSX please add ./ before the binary name bittube-miner.

CPU Only:
Code:
bittube-miner --noAMD --noNVIDIA

NVIDIA/AMD Only:
The miner will automatically detect if CUDA (for NVIDIA GPUs) or OpenCL (for AMD GPUs) is available.
Code:
bittube-miner --noCPU

NVIDIA via OpenCL
It 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.
Code:
bittube-miner --openCLVendor NVIDIA --noNVIDIA

Docker image usage
You can run the Docker image the following way:
Code:
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:
Code:
docker run --entrypoint=/bin/bash --rm -it -u $(id -u):$(id -g) --name fireice-uk/bittube-miner -v "$PWD":/mnt bittube-miner


FAQ

Virus Protection Alert
Some 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 Mine

If 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 Monero
Set the value currency in pools.txt to monero.

Which currency must be chosen if my fork coin is not listed
If 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.
Jump to: