Pages:
Author

Topic: [ANN] BITTUBE | NOW LIVE | NO PREMINE | NO ICO | FIRST AIRTIME MEDIA PLAYER - page 34. (Read 79859 times)

member
Activity: 202
Merit: 11
But both was ok few days ago ... now the info is wrong.

Think its fine now, at least on CoinLib:
https://i.imgur.com/Qt1eHWR.png

But, by the way there are 2 TUBE coins on CoinLib
One is the old IPBC: https://coinlib.io/coin/IPBC/BitTube
And one is the current TUBE: https://coinlib.io/coin/TUBE/BitTube
But both show up as TUBE coin, the link is different though and so is the infos in them [IPBC one has outdated info].

But yeah, I did notice that many pages had some weird info, or some sites which were showing the value of TUBE had trouble loading the price in last few days, since Bittrex listing.
But the ones I noticed seem fine now, so maybe it got fixed.

EDIT: seems more or less ok on coinmarketcap.com as well: https://i.imgur.com/OIMIbkA.png

Yes, i checked what the coin i follow and see the mistake, many thanks.
legendary
Activity: 3164
Merit: 1003
That means I can rename  the nvidia .txt file nvidiabittube for example and do a batch file like this below?

Code:
xmr-stak -c nvidiabittube
And the same with the pool and url ect. and it won't generate a new file too?  thx Smiley
And in that same folder where xmr-stak is I can add another coin too?

Yeah.
But you better also add .txt there if your config is a text file, or it seems to create a new config "file" without .txt for me if I dont do that. [unless you want that]

Code:
xmr-stak -C poolX.txt
NOTE: Notice the capital -C and non-capital -c in the launch parameters:
Quote
 -c, --config FILE          common miner configuration file
 -C, --poolconf FILE        pool configuration file
I recommend using --poolconf and --config instead, to avoid confusion/mistakes in the future.

Code:
xmr-stak --poolconf poolX.txt

Similar for nvidia config:

Code:
xmr-stak --nvidia nvidiaX.txt

or you can combine them:

Code:
xmr-stak --poolconf poolX.txt --nvidia nvidiaX.txt

or add more:
Code:
xmr-stak --poolconf poolX.txt --noAMD --noCPU --nvidia nvidiaX.txt

There are also some "pre-launch" variables you can play around with:
For example my .bat file for CPU+AMD mining with some GPU variables set I found in some guides.
[ didnt really notice much effect though, might be different on nvidia, or might not work at all Tongue ]
Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
xmr-stak --noNVIDIA --cpu CPUFull.txt
The "setx" might only apply for Windows by the way. [its different for different OS]


Quote
But you better also add .txt there if your config is a text file, or it seems to create a new config "file" without .txt for me if I dont do that.
That did it. Smiley Putting the .txt  on the command.  thx

 
Quote
start xmr-stak --config configbittube.txt --poolconf poolmining.bit.tube.txt --cpu cpubittube.txt --nvidia nvidiabittube.txt
exit 0
jr. member
Activity: 30
Merit: 1
That means I can rename  the nvidia .txt file nvidiabittube for example and do a batch file like this below?

Code:
xmr-stak -c nvidiabittube
And the same with the pool and url ect. and it won't generate a new file too?  thx Smiley
And in that same folder where xmr-stak is I can add another coin too?

Yeah.
But you better also add .txt there if your config is a text file, or it seems to create a new config "file" without .txt for me if I dont do that. [unless you want that]

Code:
xmr-stak -C poolX.txt
NOTE: Notice the capital -C and non-capital -c in the launch parameters:
Quote
 -c, --config FILE          common miner configuration file
 -C, --poolconf FILE        pool configuration file
I recommend using --poolconf and --config instead, to avoid confusion/mistakes in the future.

Code:
xmr-stak --poolconf poolX.txt

Similar for nvidia config:

Code:
xmr-stak --nvidia nvidiaX.txt

or you can combine them:

Code:
xmr-stak --poolconf poolX.txt --nvidia nvidiaX.txt

or add more:
Code:
xmr-stak --poolconf poolX.txt --noAMD --noCPU --nvidia nvidiaX.txt

There are also some "pre-launch" variables you can play around with:
For example my .bat file for CPU+AMD mining with some GPU variables set I found in some guides.
[ didnt really notice much effect though, might be different on nvidia, or might not work at all Tongue ]
Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
xmr-stak --noNVIDIA --cpu CPUFull.txt
The "setx" might only apply for Windows by the way. [its different for different OS]
legendary
Activity: 3164
Merit: 1003
xmr-stak
Looking at the OP it really doesn't show how to put call cpu conf ...call coin conf... call gpu conf... call emr-stak  so I can make a bat file for each algo without disturbing the other coins settings. Very confusing. It could have been made like ccminer so easy to use. Anyone have a nvidia bat file that does muti coins from one folder that the miner is in?
Any help plz.  thx  Smiley  

Execute it from command line like this: xmr-stak --help
It will give you the launch parameters where you can specify the config files to run.

Documentation of xmr-stak is on github.
EDIT: here
Code:
Usage: bittube-miner [OPTION]...

  -h, --help                 show this help
  -v, --version              show version number
  -V, --version-long         show long version number
  -c, --config FILE          common miner configuration file
  -C, --poolconf FILE        pool configuration file
  --noUAC                    disable the UAC dialog
  --benchmark BLOCKVERSION   ONLY do a 60-second benchmark and exit
  --noCPU                    disable the CPU miner backend
  --cpu FILE                 CPU backend miner config file
  --noAMD                    disable the AMD miner backend
  --noAMDCache               disable the AMD(OpenCL) cache for precompiled binaries
  --openCLVendor VENDOR      use OpenCL driver of VENDOR and devices [AMD,NVIDIA]
                             default: AMD
  --amd FILE                 AMD backend miner config file
  --noNVIDIA                 disable the NVIDIA miner backend
  --nvidia FILE              NVIDIA backend miner config file
  -i --httpd HTTP_PORT       HTTP interface port

The following options can be used for automatic start without a guided config,
If config exists then this pool will be top priority.
  -o, --url URL              pool url and port, e.g. pool.usxmrpool.com:3333
  -O, --tls-url URL          TLS pool url and port, e.g. pool.usxmrpool.com:10443
  -u, --user USERNAME        pool user name or wallet address
  -r, --rigid RIGID          rig identifier for pool-side statistics (needs pool support)
  -p, --pass PASSWD          pool password, in the most cases x or empty ""
  --use-nicehash             the pool should run in nicehash mode
  --currency NAME            currency to mine

Environment variables:

  XMRSTAK_NOWAIT             disable the dialog `Press any key to exit.
                                    for non UAC execution

Supported coin opitons:
        - bittube

Version: bittube-miner 1.1.7 be84883
Brought to by fireice_uk and psychocrypt under GPLv3.
Press any key to exit.

Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges
Think they just need to catch up with the news.
That means I can rename  the nvidia .txt file nvidiabittube for example and do a batch file like this below?

Code:
xmr-stak -c nvidiabittube
And the same with the pool and url ect. and it won't generate a new file too?  thx Smiley
And in that same folder where xmr-stak is I can add another coin too?
newbie
Activity: 34
Merit: 0
Bittube change the content and freedom of the media and translates this market into decentralization. This is a very powerful project.
jr. member
Activity: 30
Merit: 1
But both was ok few days ago ... now the info is wrong.

Think its fine now, at least on CoinLib:
https://i.imgur.com/Qt1eHWR.png

But, by the way there are 2 TUBE coins on CoinLib
One is the old IPBC: https://coinlib.io/coin/IPBC/BitTube
And one is the current TUBE: https://coinlib.io/coin/TUBE/BitTube
But both show up as TUBE coin, the link is different though and so is the infos in them [IPBC one has outdated info].

But yeah, I did notice that many pages had some weird info, or some sites which were showing the value of TUBE had trouble loading the price in last few days, since Bittrex listing.
But the ones I noticed seem fine now, so maybe it got fixed.

EDIT: seems more or less ok on coinmarketcap.com as well: https://i.imgur.com/OIMIbkA.png
member
Activity: 202
Merit: 11
xmr-stak
Looking at the OP it really doesn't show how to put call cpu conf ...call coin conf... call gpu conf... call emr-stak  so I can make a bat file for each algo without disturbing the other coins settings. Very confusing. It could have been made like ccminer so easy to use. Anyone have a nvidia bat file that does muti coins from one folder that the miner is in?
Any help plz.  thx  Smiley  

Execute it from command line like this: xmr-stak --help
It will give you the launch parameters where you can specify the config files to run.

Documentation of xmr-stak is on github.
EDIT: here
Code:
Usage: bittube-miner [OPTION]...

  -h, --help                 show this help
  -v, --version              show version number
  -V, --version-long         show long version number
  -c, --config FILE          common miner configuration file
  -C, --poolconf FILE        pool configuration file
  --noUAC                    disable the UAC dialog
  --benchmark BLOCKVERSION   ONLY do a 60-second benchmark and exit
  --noCPU                    disable the CPU miner backend
  --cpu FILE                 CPU backend miner config file
  --noAMD                    disable the AMD miner backend
  --noAMDCache               disable the AMD(OpenCL) cache for precompiled binaries
  --openCLVendor VENDOR      use OpenCL driver of VENDOR and devices [AMD,NVIDIA]
                             default: AMD
  --amd FILE                 AMD backend miner config file
  --noNVIDIA                 disable the NVIDIA miner backend
  --nvidia FILE              NVIDIA backend miner config file
  -i --httpd HTTP_PORT       HTTP interface port

The following options can be used for automatic start without a guided config,
If config exists then this pool will be top priority.
  -o, --url URL              pool url and port, e.g. pool.usxmrpool.com:3333
  -O, --tls-url URL          TLS pool url and port, e.g. pool.usxmrpool.com:10443
  -u, --user USERNAME        pool user name or wallet address
  -r, --rigid RIGID          rig identifier for pool-side statistics (needs pool support)
  -p, --pass PASSWD          pool password, in the most cases x or empty ""
  --use-nicehash             the pool should run in nicehash mode
  --currency NAME            currency to mine

Environment variables:

  XMRSTAK_NOWAIT             disable the dialog `Press any key to exit.
                                    for non UAC execution

Supported coin opitons:
        - bittube

Version: bittube-miner 1.1.7 be84883
Brought to by fireice_uk and psychocrypt under GPLv3.
Press any key to exit.

Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges
Think they just need to catch up with the news.

Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges

It just takes some time since the project has to achieve a high level volume over several days to get listed. No need to worry

But both was ok few days ago ... now the info is wrong.
jr. member
Activity: 30
Merit: 1
what is happening with the price Huh it is one of the lowest !

Is this a scam ? or just people manipulating the price!! ??



Price before bitrex listing was about 0.15 USD
Went to about 0.40 USD with bitrex listing.
And its steadily coming down, now at around 0.20 USD

So its not the lowest now, overall.
legendary
Activity: 1205
Merit: 1000
I really like the project because it's one of those blockchain projects which is easy to use for "normal" people!  Wink
full member
Activity: 256
Merit: 100
what is happening with the price Huh it is one of the lowest !

Is this a scam ? or just people manipulating the price!! ??

member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges

It just takes some time since the project has to achieve a high level volume over several days to get listed. No need to worry
jr. member
Activity: 30
Merit: 1
xmr-stak
Looking at the OP it really doesn't show how to put call cpu conf ...call coin conf... call gpu conf... call emr-stak  so I can make a bat file for each algo without disturbing the other coins settings. Very confusing. It could have been made like ccminer so easy to use. Anyone have a nvidia bat file that does muti coins from one folder that the miner is in?
Any help plz.  thx  Smiley  

Execute it from command line like this: xmr-stak --help
It will give you the launch parameters where you can specify the config files to run.

Documentation of xmr-stak is on github.
EDIT: here
Code:
Usage: bittube-miner [OPTION]...

  -h, --help                 show this help
  -v, --version              show version number
  -V, --version-long         show long version number
  -c, --config FILE          common miner configuration file
  -C, --poolconf FILE        pool configuration file
  --noUAC                    disable the UAC dialog
  --benchmark BLOCKVERSION   ONLY do a 60-second benchmark and exit
  --noCPU                    disable the CPU miner backend
  --cpu FILE                 CPU backend miner config file
  --noAMD                    disable the AMD miner backend
  --noAMDCache               disable the AMD(OpenCL) cache for precompiled binaries
  --openCLVendor VENDOR      use OpenCL driver of VENDOR and devices [AMD,NVIDIA]
                             default: AMD
  --amd FILE                 AMD backend miner config file
  --noNVIDIA                 disable the NVIDIA miner backend
  --nvidia FILE              NVIDIA backend miner config file
  -i --httpd HTTP_PORT       HTTP interface port

The following options can be used for automatic start without a guided config,
If config exists then this pool will be top priority.
  -o, --url URL              pool url and port, e.g. pool.usxmrpool.com:3333
  -O, --tls-url URL          TLS pool url and port, e.g. pool.usxmrpool.com:10443
  -u, --user USERNAME        pool user name or wallet address
  -r, --rigid RIGID          rig identifier for pool-side statistics (needs pool support)
  -p, --pass PASSWD          pool password, in the most cases x or empty ""
  --use-nicehash             the pool should run in nicehash mode
  --currency NAME            currency to mine

Environment variables:

  XMRSTAK_NOWAIT             disable the dialog `Press any key to exit.
                                    for non UAC execution

Supported coin opitons:
        - bittube

Version: bittube-miner 1.1.7 be84883
Brought to by fireice_uk and psychocrypt under GPLv3.
Press any key to exit.

Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges
Think they just need to catch up with the news.
member
Activity: 202
Merit: 11
Any problem with TUBE and Bittrex  Huh

Market sites (CMC and CoinLib, eg) dont list Bittrex in TUBE's exchanges
newbie
Activity: 307
Merit: 0
I like this coin seems like a good project
legendary
Activity: 3164
Merit: 1003
xmr-stak
Looking at the OP it really doesn't show how to put call cpu conf ...call coin conf... call gpu conf... call emr-stak  so I can make a bat file for each algo without disturbing the other coins settings. Very confusing. It could have been made like ccminer so easy to use. Anyone have a nvidia bat file that does muti coins from one folder that the miner is in?
Any help plz.  thx  Smiley  
full member
Activity: 256
Merit: 100
will this coin will added to any other exchanges ( apart from bittrex upbit and Tradorge)  ?

Any application has been submitted apart from Binance?

full member
Activity: 219
Merit: 100
I'm running xmr-stak with IPBC for currency and works good but I was using indeedminers fork of xmr-stak with currency cryptonight_lite_v7 and was working than the pool stopped accepting shares is the a different command I'm missing I'm running these miners on hiveos
Wow, great updates again and shittrex addition. Grats. Someone who bought early already up 10x today. After the market will turn bullish again it can go to the real moon.
We are all waiting for the market to go to the moon, but it will be in the future (I hope), and now we need to analyze the market and the coin more carefully and carefully. 10x is a very good indicator!
member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
hero member
Activity: 906
Merit: 507
I'm running xmr-stak with IPBC for currency and works good but I was using indeedminers fork of xmr-stak with currency cryptonight_lite_v7 and was working than the pool stopped accepting shares is the a different command I'm missing I'm running these miners on hiveos

Think XMR-AEON-STAK now also has currency "IPBC", so maybe you need to use that instead of cryptonight_lite_v7
They now support it officially.
Got no issues with XMR-AEON-STAK 2.4.8

Hi friends!

BitTube  is now listed on Bitgur price index - https://bitgur.com/coin/TUBE! You can add it to customizable watchlist and create advanced price alerts.

Coin Tracking
There is Coin Tracking Alert in Bitgur Alerts. Add it once and you will receive important information about BitTube. Price change, unusual volume, new listings, general news, and events.

We can send notifications by telegram, e-mail or browser push notification. You will find Coin Tracking alert in our alerting system.
URL: https://bitgur.com/alerts

Volume Profile
We have a unique financial chart called Volume Profile. This tool is indispensable for determining resistance and support levels.
URL: https://bitgur.com/coin/TUBE/chart

Customizable watchlist
You can create your custom cryptocurrency watchlist using 35 financial indicators or charts and select their display order in the table.
URL: https://bitgur.com/watchlist

Favorites coins on the main page
You can enable viewing only the favorites coins from your watchlist on the main page. Simply press Star Button.
URL: https://bitgur.com

Nice updates!
Mainly the listing on BitTrex Cheesy
Thanks it's crazy TUBE on Bittrex
member
Activity: 317
Merit: 12
anybody link me to the raw file and bittube import to sync blockchain faster?

edit: found the link
Pages:
Jump to: