BitTube is a revolutionary new way of sharing content online. Practically any type of digital content may be #broadcast.
Our vision is to provide capable platform, while at the same time fundamentally re-thinking the way that copyright is protected and the way copyright holders are redeemed. As a result, the platform will be able to operate entirely free of advertising.
Furthermore, such a platform benefits greatly from a #decentralized, #scalable and persistent data store - essentially protecting from censorship.
AirTime℠ rewards users and publishers.
Every user running the extension generates #AirTime. This rewards them for the time they spend on any web page. The publishers of these pages, including social accounts, earn based on the total #AirTime from each visit. Payouts are distributed at a variable rate across all concurrent users globally in real-time.
When a user visits a publisher new to the extension, the system will instantly create a dedicated wallet for that account. Webmasters will be able to install a native #AirTime module that enables all users to generate #AirTime for their domain, with or without the extension installed. This liberates publishers to monetize their platforms without ads.
#AirTime monetizes users and publishers anywhere while browsing the web. It ensures that users no longer have to worry about harming someone’s revenue when using an ad blocker. Publishers will be free to design the best ad-free user experiences without distracting their audiences away from their pages. It is a mutually beneficial, revolutionary win-win solution.
Technical Specification
Name: #BitTube
Ticker: #TUBE
Total Supply: 600 million (from 1 billion)
Pre-Mine: none
ICO: none
Decimal Points: 8
Mining Algoritm: #Cuckaroo29b
Block Target Time: 15sec
Website
BitcoinTalk
Telegram
Reddit
Now that we know the details about BitTube, let’s get to mining some TUBE
BitTube Mining: Those who have no idea about mining can easily start mining by watching this video.
BitTube Mining Pool: https://bittube.herominers.com
Tube4ReferenceMiner v1.0.1+ (Windows, Linux, MAC - GPU)
Requires .NET Core 2.2 (Windows, Linux, MAC — GPU Miner) installed!
Run SwapReferenceMinerCLI.exe and answer questions:
Enter your mining pool stratum address: bittube.herominers.com
Enter your mining pool stratum port: 10281
Use TLS? (y/n) [Note that the pool: port must support TLS] n
Enter your pool login: YOUR_WALLET_ADDRESS (can be ADDRESS+paymentID or ADDRESS.DIFF or ADDRESS+paymentID.DIFF)
Enter your pool password: YOUR_WORKER_NAME
After close this screen and reopen SwapReferenceMinerCLI.exe
lolMiner v1.06+ (Windows, Linux - AMD GPU)
Create mine_swap.bat file and copy/paste example below.
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
set "POOL=bittube.herominers.com:10281"
set "WALLET=YOUR_WALLET_ADDRESS"
set "PASS=YOUR_WORKER_NAME"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
set "PARAMS=--profile %PROFILE%"
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
lolMiner.exe --algo CR29-40 --pool !POOL! --user !WALLET! --pass !PASS!
timeout 10
GMiner v2.20+ (Windows, Linux - 6GB+ AMD / NVIDIA GPU)
Open mine_bittube.bat file and copy/paste example setting below.
miner.exe --algo cuckaroo29b --server bittube.herominers.com --port 10281 --user YOUR_WALLET_ADDRESS --pass YOUR_WORKER_NAME