Pages:
Author

Topic: [BTB] The BitBar Information Thread - page 20. (Read 180272 times)

legendary
Activity: 1294
Merit: 1039
September 04, 2016, 12:47:36 PM
My gosh, this coin is still alive and kicking? Thought btb died a few years back.
Both BitBar and LiteBar are doing well. Had a few issues back when Cryptsy crashed and burned.
Bitbar has been (mostly) in the top 20 BTC volume on Cryptopia for a while, with Litebar (mostly again) in the top 30.

Very respectful considering Cryptopia has over 260 crypto currencies listed !


newbie
Activity: 39
Merit: 0
September 04, 2016, 12:21:51 PM
My gosh, this coin is still alive and kicking? Thought btb died a few years back.
full member
Activity: 168
Merit: 100
Secured & Trusted Crypto Trade Platform
September 04, 2016, 12:18:19 PM
Trade [BTB] BitBar with MegaCrypton.com Secured Crypto trade Platform.


BTC/BTB: https://live.megacrypton.com/market/110
LTC/BTB: https://live.megacrypton.com/market/111
USD/BTB: https://live.megacrypton.com/market/112
DOGE/BTB: https://live.megacrypton.com/market/113

Megacrypton BitBar WebWallet: https://live.megacrypton.com/login


SIGNUP FOR MEGACRYPTON: https://live.megacrypton.com/user/register

Twitter: https://twitter.com/megacrypton
Facebook: https://www.facebook.com/Megacrypton-1048724951862655
Official Thread: https://bitcointalksearch.org/topic/megacryptoncom-trusted-secure-crypto-trading-platform-1565600

-------------------------------------------
ALREADY 75% ICO UNIT BOOKED....HURRY UP!! DO NOT MISS THE GOLDEN OPPERTUNITY
Zlotycoin(zł) ICO ALready Started in @megacrypton 1 Unit=20000zł, Unit Price: 0.15BTC
Buy Wall: https://live.megacrypton.com/post/ico-market-2


legendary
Activity: 1294
Merit: 1039
September 03, 2016, 10:26:05 PM
BitBar added to Novaexchange voting
.
please vote !
https://novaexchange.com/addcoin/
full member
Activity: 182
Merit: 100
September 01, 2016, 06:32:59 AM
We added your cryptocurrency.
With respect, the development team of Crypto-trade.
Crypto-Trade – Official Announcement https://bitcointalksearch.org/topic/crypto-trade-official-announcement-10-fiat-365-crypto-5300-pairs-1604225
legendary
Activity: 1294
Merit: 1039
August 27, 2016, 05:30:04 PM
Is it the same dev that works on LiteBars & Bitbars now? I'm loving the gold Bitbar wallet - just put in an order for some bars today.
Yes. and I'm back from vacation now  Sad
newbie
Activity: 50
Merit: 0
August 23, 2016, 03:12:23 PM
Is it the same dev that works on LiteBars & Bitbars now? I'm loving the gold Bitbar wallet - just put in an order for some bars today.
legendary
Activity: 1294
Merit: 1039
July 31, 2016, 01:42:50 PM
path const&, boost::filesystem::copy_option)':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [makefile.unix:166: bitbard] Error 1
You probably won't like this suggestion but -

After looking at the differences in just the operations.hpp file between the older boost (1.48 and 1.54 that I use) and the newer version (1.57 you are using) I think the best bet is to install one of the earlier versions of boost -
Code:
sudo apt-get install libtool libboost-all-dev
should do it for you (depending on your distro)

Alot of the crypto-currencies that have been around for several years (like BitBar and LiteBar) are based on the older libraries.
Boost may not be your only problem.
The Berkeley DB is based on version 4.8 which is hard to find, and is only important if you need access to older databases (blockchain,wallet etc.)
You can use the newer versions for the database on new installs.

I'll add the boost update to my list of things to do [note to self]
but it will be a while - I don't like messing with stuff that works  Wink
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
July 30, 2016, 05:47:49 PM
Quote
which source are you building from ??

[xxxx@xxxx bitbar]$ git remote show origin
* remote origin
  Fetch URL: https://github.com/Crypto-Currency/bitbar
  Push  URL: https://github.com/Crypto-Currency/bitbar
  HEAD branch: master



also i get this  before
net.cpp:60:1: error: reference to 'array' is ambiguous
 array vnThreadsRunning;


ok I updated the net.cpp and pushed to github.
from the src directory, you should be able to:
Code:
git pull
then
Code:
rm obj/*

and try again.

Let me know if there are more errors (like net.cpp:60:1: error: )
It will take me a while to make another virtual box to try the newer boost

path const&, boost::filesystem::copy_option)':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [makefile.unix:166: bitbard] Error 1
legendary
Activity: 1294
Merit: 1039
July 30, 2016, 05:31:36 PM
Quote
which source are you building from ??

[xxxx@xxxx bitbar]$ git remote show origin
* remote origin
  Fetch URL: https://github.com/Crypto-Currency/bitbar
  Push  URL: https://github.com/Crypto-Currency/bitbar
  HEAD branch: master



also i get this  before
net.cpp:60:1: error: reference to 'array' is ambiguous
 array vnThreadsRunning;


ok I updated the net.cpp and pushed to github.
from the src directory, you should be able to:
Code:
git pull
then
Code:
rm obj/*

and try again.

Let me know if there are more errors (like net.cpp:60:1: error: )
It will take me a while to make another virtual box to try the newer boost
legendary
Activity: 1294
Merit: 1039
July 30, 2016, 05:11:48 PM
Quote
which source are you building from ??

[xxxx@xxxx bitbar]$ git remote show origin
* remote origin
  Fetch URL: https://github.com/Crypto-Currency/bitbar
  Push  URL: https://github.com/Crypto-Currency/bitbar
  HEAD branch: master



also i get this  before
net.cpp:60:1: error: reference to 'array' is ambiguous
 array vnThreadsRunning;



It might be a difference with the version of boost you are using, give me a couple of minutes to update the code, and we'll try again.
legendary
Activity: 1294
Merit: 1039
July 30, 2016, 05:06:19 PM
Quote
which source are you building from ??

[xxxx@xxxx bitbar]$ git remote show origin
* remote origin
  Fetch URL: https://github.com/Crypto-Currency/bitbar
  Push  URL: https://github.com/Crypto-Currency/bitbar
  HEAD branch: master



also i get this  before
net.cpp:60:1: error: reference to 'array' is ambiguous
 array vnThreadsRunning;


might be a bad download, try:
Code:
sudo rm -r bitbar

then:
Code:
git clone https://github.com/Crypto-Currency/bitbar

and try again.
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
July 30, 2016, 04:58:18 PM
Quote
which source are you building from ??

[xxxx@xxxx bitbar]$ git remote show origin
* remote origin
  Fetch URL: https://github.com/Crypto-Currency/bitbar
  Push  URL: https://github.com/Crypto-Currency/bitbar
  HEAD branch: master



also i get this  before
net.cpp:60:1: error: reference to 'array' is ambiguous
 array vnThreadsRunning;

legendary
Activity: 1294
Merit: 1039
July 30, 2016, 04:51:13 PM
new wallet fails to build

 *** [makefile.unix:159: obj/net.o] Error 1

any ideas?
maybe make -f makefile.unix USE_UPNP=-

maybe rm obj/* just tot make sure ??

nah i tried all that

i have installed
[boost: 1.57.0-2]
[miniupnpc: 1.9.20150430-1]

other wallets build just fine
which source are you building from ??
I'm using boost 1.48 on one box and boost 1.54 on another.
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
July 30, 2016, 04:46:57 PM
new wallet fails to build

 *** [makefile.unix:159: obj/net.o] Error 1

any ideas?
maybe make -f makefile.unix USE_UPNP=-

maybe rm obj/* just tot make sure ??

nah i tried all that

i have installed
[boost: 1.57.0-2]
[miniupnpc: 1.9.20150430-1]

other wallets build just fine

legendary
Activity: 1294
Merit: 1039
July 30, 2016, 02:00:24 PM
new wallet fails to build

 *** [makefile.unix:159: obj/net.o] Error 1

any ideas?
maybe make -f makefile.unix USE_UPNP=-

maybe rm obj/* just tot make sure ??
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
July 30, 2016, 01:50:35 PM
new wallet fails to build

 *** [makefile.unix:159: obj/net.o] Error 1

any ideas?
full member
Activity: 183
Merit: 100
July 12, 2016, 03:00:00 AM
Congratulations Userpike, you did indeed successfully staked a block on the Bitbar BlockChain worth

0.90001BTB

Bitbar has an annual inflation rate of 6% to mimic a real world inflation rate.

After One month Held Blocks are eligible for staking , but aren't fully matured unless held for three months.

A block that goes stake without being fully matured "splits" into to blocks retaining the total amount of bars staked.

Once staked bars must wait 520 blocks to be returned to owners wallet.

If you Hold Bars until maturity, they will stake a single block with original total plus any staked bars.

full member
Activity: 247
Merit: 100
Payment ecosystem for world shipping industry
July 11, 2016, 11:28:31 PM

my wallet just staked 220BTB and gave me NOTHING!! Why would it do that to me? I'm so hurt.  Huh

Which block number?
Did it make it into the BlockChain?



Status: 262 confirmations
Date: 7/9/2016 21:30
Debit: 0.00 BTB
Net amount: -219.140415 BTB
Transaction ID: 141195ff5e4e9845db440009bc89bf65a97029830682e0880901994f7e97e951

The tx id checks out at CCE but I'm not sure if I understand what it is showing me. The amount was split in half it looks like. 110.0202 x 2 doesn't equal 219.140415 though so maybe the difference is what was earned for the stake?
full member
Activity: 183
Merit: 100
July 11, 2016, 04:15:05 AM

my wallet just staked 220BTB and gave me NOTHING!! Why would it do that to me? I'm so hurt.  Huh

Which block number?
Did it make it into the BlockChain?

Pages:
Jump to: