Bitcoin Forum
May 04, 2024, 05:35:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN]BitTube-Miner Based on XMR-Stak  (Read 657 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Bittube Miner (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 15, 2020, 12:20:18 AM
Last edit: June 23, 2020, 08:54:32 PM by Bittube Miner
 #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.
1714800933
Hero Member
*
Offline Offline

Posts: 1714800933

View Profile Personal Message (Offline)

Ignore
1714800933
Reply with quote  #2

1714800933
Report to moderator
1714800933
Hero Member
*
Offline Offline

Posts: 1714800933

View Profile Personal Message (Offline)

Ignore
1714800933
Reply with quote  #2

1714800933
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
buchwurm76
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 17, 2020, 09:12:45 AM
 #2

Hi, can you please write hashes on top cards? Thanks
Bittube Miner (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 18, 2020, 03:15:09 PM
 #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.
Zoltan1988
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
June 18, 2020, 03:21:09 PM
 #4

So, theoretically i can mine XMR related coins on this miner?
Bittube Miner (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 18, 2020, 03:26:19 PM
 #5

So, theoretically i can mine XMR related coins on this miner?
Yes, you can.
cbob1911
Member
**
Offline Offline

Activity: 350
Merit: 10


View Profile WWW
June 23, 2020, 05:01:16 PM
 #6

Is it possible to mine Monero using it?

  ▬▬[  IDAP.IO  ]▬▬[International Digital Asset Platform ]▬   
▌ Introducing Derivatives Product Ecosystem to Crypto Asset Market ▐
▬▬  PRE - SALE STARTS 25th JUNE▬▬ | Twitter  | Telegram  | ANN  | Medium  | LinkedIn   | Facebook| ▬▬
ura1
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 23, 2020, 08:55:32 PM
Last edit: June 24, 2020, 10:54:50 AM by ura1
 #7

Is it possible to mine Monero using it?
I`m curious as well
architectonik
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
June 24, 2020, 11:06:41 AM
 #8

Is it possible to mine Monero using it?
answered above
zayka1
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
June 26, 2020, 12:52:33 AM
 #9

Are you planing to release more updates? Roll Eyes
Bittube Miner (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 28, 2020, 12:27:22 PM
 #10

Are you planing to release more updates? Roll Eyes
Yes we do! Now we are working hard to make new update.
tale01
Newbie
*
Offline Offline

Activity: 121
Merit: 0


View Profile
July 04, 2020, 12:19:36 AM
 #11

I’ll try to mine Monero within a week and write off the result, it is very interesting to see it in action.
Foxconn33
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 06, 2020, 02:01:08 PM
 #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?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!