Pages:
Author

Topic: [ANN] [B3] B3Coin | POS/POD | Self Moderated Thread (Read 23103 times)

full member
Activity: 288
Merit: 100
From KB3 discord Devs

PoD B3 CURRENT B3 TEAMB3PoD  

b3coindev - Core Developer
Anonymous - DEX Developer
fire New Anonymous - GUI / Full Stack Developer
Habaner0 - Admin / Product Designer

B tree - Moderator / Test Team
gamesatsmatch - Moderator / Test Team
Hapsard - Moderator
Sh4kal - Tech Support / Test Team
Speedy - Moderator / Test Team
Ulrich - Moderator / Test Team
Anonymous - Test Team
Anonymous - Test Team
Anonymous - Test Team
J-No - Web Host
mattisnowhere - Web Content
SubZe12o - Security

full member
Activity: 288
Merit: 100
KB3 can be bought at https://btcpop.co/Exchange/KB3 I recently tested myself on latest wallet. Deposits/withdrawals work fine.
newbie
Activity: 8
Merit: 0
Эй, peбятa, нe cпитe ! Пopa пoднимaть пpoeкт, вce cocкyчилиcь пo B3.
Hey guys, don't sleep! It's time to raise the project, everyone missed B3.  Wink
full member
Activity: 180
Merit: 100
any news here?

where can I buy b3 coins
currently nowhere , we are working on new update

BTCPOP has it listed and is staking the coin
sr. member
Activity: 374
Merit: 250
any news here?

where can I buy b3 coins
currently nowhere , we are working on new update
member
Activity: 108
Merit: 11
any news here?

where can I buy b3 coins
sr. member
Activity: 374
Merit: 250
Today i try to compile the Wallet on my Raspberry Pi 2 with the new Buster Image, but by the compile i have follow error, anyone have an idea?

Code:
~
In file included from /usr/include/boost/asio/ssl/context.hpp:757,
                 from /usr/include/boost/asio/ssl.hpp:18,
                 from src/rpcprotocol.h:18,
                 from src/rpcclient.cpp:9:
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note: candidate: ‘boost::asio::ssl::context::context(boost::asio::ssl::context&&)’
 context::context(context&& other)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note:   candidate expects 1 argument, 2 provided
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note: candidate: ‘boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)’
 context::context(context::method m)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note:   candidate expects 1 argument, 2 provided
In file included from src/util.h:16,
                 from src/rpcclient.cpp:10:
src/tinyformat.h: In static member function ‘static const char* tinyformat::detail::FormatIterator::streamStateFromFormat(std::ostream&, unsigned int&, const char*, int, int)’:
src/tinyformat.h:785:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:786:9: note: here
         case 'x': case 'p':
         ^~~~
src/tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:792:9: note: here
         case 'e':
         ^~~~
src/tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:798:9: note: here
         case 'f':
         ^~~~
src/tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:803:9: note: here
         case 'g':
         ^~~~
make: *** [Makefile:2789: build/rpcclient.o] Fehler 1
pi@raspberrypi:~/B3-CoinV2 $

Thank you for all ideas, regards



Hello ! It seems you are using wrong version of boost, you can try with boost 1.55
legendary
Activity: 3794
Merit: 2499
Today i try to compile the Wallet on my Raspberry Pi 2 with the new Buster Image, but by the compile i have follow error, anyone have an idea?

Code:
~
In file included from /usr/include/boost/asio/ssl/context.hpp:757,
                 from /usr/include/boost/asio/ssl.hpp:18,
                 from src/rpcprotocol.h:18,
                 from src/rpcclient.cpp:9:
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note: candidate: ‘boost::asio::ssl::context::context(boost::asio::ssl::context&&)’
 context::context(context&& other)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note:   candidate expects 1 argument, 2 provided
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note: candidate: ‘boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)’
 context::context(context::method m)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note:   candidate expects 1 argument, 2 provided
In file included from src/util.h:16,
                 from src/rpcclient.cpp:10:
src/tinyformat.h: In static member function ‘static const char* tinyformat::detail::FormatIterator::streamStateFromFormat(std::ostream&, unsigned int&, const char*, int, int)’:
src/tinyformat.h:785:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:786:9: note: here
         case 'x': case 'p':
         ^~~~
src/tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:792:9: note: here
         case 'e':
         ^~~~
src/tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:798:9: note: here
         case 'f':
         ^~~~
src/tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:803:9: note: here
         case 'g':
         ^~~~
make: *** [Makefile:2789: build/rpcclient.o] Fehler 1
pi@raspberrypi:~/B3-CoinV2 $

Thank you for all ideas, regards

newbie
Activity: 17
Merit: 0
Yes i have listened to the recent team meeting, and I can sense frustration in Habenero's voice maybe thats to do with the lack of funding which was mentioned in previous meetings. The project just doesn't seem have legs and theres a lack of clarity which I mentioned in my previous post. This just looks like a pet project with no roadmap no whitepaper just all talk no action which is shame. Since the team took over around January 2018 and now where in end of October lets say November by the time you read this thats 1 year and 10 months since this new team took over, with no whitepaper no roadmap. It's just a ghost coin right now everyones just forgotten about this project moved on. If the team are not 100 percent committed in kb3 please just do the right thing and leave this project and let it die because there is no advantages in working on a project when you have not achieved anything in it.

lol ... there is also no benefit for anyone holding the coin to the Team just moving on and letting it die.  If what you say is true, the results are the same, but if they can make something of B3 then everyone who held is rewarded, yes?  If they have the drive to work on this in their spare time, to me, that shows a passion and commitment beyond that of someone being paid to sit at a desk and pump out a product.  Sure, understandable why that product would come out sooner, but not sure that means that it is better ... in fact, while the ICO apparatchik MIGHT be excited and driven to create something new and special, the volunteer group is far more likely to due so, given equal skills ... but that is just my opinion.

If everyone has forgotten about this project, then I assume we aren't really having this conversation, but if we are, I am wondering why you haven't moved on, given your sentiments.  ... not saying you should or shouldn't be here ... everyone has to make their own decisions ... but just curious.
newbie
Activity: 27
Merit: 0
Yes i have listened to the recent team meeting, and I can sense frustration in Habenero's voice maybe thats to do with the lack of funding which was mentioned in previous meetings. The project just doesn't seem have legs and theres a lack of clarity which I mentioned in my previous post. This just looks like a pet project with no roadmap no whitepaper just all talk no action which is shame. Since the team took over around January 2018 and now where in end of October lets say November by the time you read this thats 1 year and 10 months since this new team took over, with no whitepaper no roadmap. It's just a ghost coin right now everyones just forgotten about this project moved on. If the team are not 100 percent committed in kb3 please just do the right thing and leave this project and let it die because there is no advantages in working on a project when you have not achieved anything in it.
newbie
Activity: 17
Merit: 0
This coin has no substance, I have been monitoring its progress the past year, and the team are not very sociable and clear with the direction of the project. I would stay away from kb3 many hodlers got burnt holding it in the beginning of 2018 its a real shame how its ended like this.

While I agree that the Team has been playing their cards close to their chest, I believe if you listen to the community meeting recordings you will hear their reasons for doing that and are in the best interest of those who are holding B3.  As far as the direction of the project, though, what they are working on clearly stated (again, directly from Team leads Habaner0, Kdog, and Josh) are fixes to the node system, core updates to the wallet, and a DEX.  It is taking time for two reasons -  First, they are not just copying and pasting another project's code and labling it the B3 DEX ... they are working it from the bottom up. Second, they are doing it on a volunteer basis with no development funds ... this means everyone still needs to keep their day jobs and support themselves and their families while working on B3 in their spare time.  Of course this second reason is not ideal, but to me it shows a level of commitment to the project that is encouraging. 

I grant you, this type of bootstrap venture is not for everyone, nor is it something anyone is suggesting you should go all in on, but for me my relatively small investment in B3 Coin has secured me a nice position that I am happy to hold for now. 

I bought in 2017.  I would say those who feel they got burned in 2018 perhaps were not paying attention in High School history class and so did not understand what hyper inflation caused by 10,000% returns would mean.  They obviously bought the coin because of the hype brought about by that promotion period, and not because of any features of the coin or promise that they held ... because those features are still here and are still promising, and are the reason I held past the end of 10k%, past each and every problem point B3 has lived through, and occasionally buy more.

It may work ... it may not ... if you are looking for guarantees you are going to be searching for a long time.  Frankly, I thought we would be a whole lot further down the road to mass adoption by now, but governments are kicking and screaming enough that who knows if I'll see that in my lifetime.  No matter ... but in my opinion, B3 has not "ended" until there is no longer anyone working to make something of it.

Everyone has to make their own decisions ... but there you are.
newbie
Activity: 27
Merit: 0
This coin has no substance, I have been monitoring its progress the past year, and the team are not very sociable and clear with the direction of the project. I would stay away from kb3 many hodlers got burnt holding it in the beginning of 2018 its a real shame how its ended like this.
newbie
Activity: 17
Merit: 0
Each time the sky "falls in" the present Team has kept a positive outlook and continued working, as far as I can see.  I think CoinExchange closing took everyone by surprise, and I believe the Team is looking for an exchange to fill the void (although B3 is still traded on CryptoBridge ... all be it under the name BIII due to the fact that when it got listed there they didn't accept numbers), but the main focus is of course building B3's own exchange, so ....
hero member
Activity: 2646
Merit: 550
You guys should focus on positive things.   It's really a miracle.  All the great higher percentage staking coins have each found exchanges to be on after the demise of Cryptopia, Coinexchange, Novaexchange and Tradesatoshi.   CompoundCoin, VersionCoin, TruckCoin, InflationCoin, Bottlecaps, Stackbit, InflationCoin, BitcoinTalkCoin, Stackbit, etc.  I think TALK coin is the only one that is only on Yobit.

Other coins have found new homes also.  Support those exchanges and find out how to get on one. 
legendary
Activity: 3794
Merit: 2499
People have allowed this coin to sleep.

Coinexchange.io seems to have the highest trade volume.


sorry john. This coin is dead. I know you hold large percent of B3.

I also think the coin is dead and there are now Dev team anymore, coinexchange is also closing so "turn of the light"!!!
newbie
Activity: 17
Merit: 0
I lost a lot of money for this project.  I think the future of the coin will not go anywhere and serve nothing.  Things written in roadmap are not enforced and this is the worst.

Hmmm ... I think crypto is still in its infancy, and knowing what the future 5 or 10 years ahead will hold is impossible.  I think that this Team, while lacking the resources to proceed quickly, are never the less proceeding in developing this coin, and are doing so in a sensible manner given their circumstances.  I also think that there are many needs yet to be served in the blossoming cryptosphere, and B3 Coin could very well be one of them, and so, while I see the money I put into B3 Coin as a risk, I know that no investment with a guarantee offers very much reward.

I am sorry that you lost a lot of money (which I am taking to mean that you sold, because, of course, you don't lose anything until you cash out), but those are the risks anyone takes when investing.  For my part, I am staying in and seeing where the B3 Team can take this thing.

I wish you luck in your future ventures.
member
Activity: 398
Merit: 10
I lost a lot of money for this project.  I think the future of the coin will not go anywhere and serve nothing.  Things written in roadmap are not enforced and this is the worst.
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
People have allowed this coin to sleep.

Coinexchange.io seems to have the highest trade volume.

Its because we are head down for work.

As always Josh ...

Keep it up mate!

#crysx
sr. member
Activity: 374
Merit: 250
People have allowed this coin to sleep.

Coinexchange.io seems to have the highest trade volume.

Its because we are head down for work.
member
Activity: 108
Merit: 11
far from dead but ok if you think so..
Pages:
Jump to: