m33
Legendary
Offline
Activity: 1064
Merit: 1000
Never invest with borrowed coins
|
|
May 27, 2016, 08:30:29 AM |
|
Hello guys has the signature campaign ended?
|
|
|
|
|
Dekker3D
Sr. Member
Offline
Activity: 434
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
May 27, 2016, 09:56:16 AM |
|
Thanks for that. The wall at 0.0006 is not really there anymore so not sure if this is still in play. Sure, this program (WBIP) continues until we bust through .0006 - which indeed appears much easier to do, now that some sellers lost patience and dumped is that means that we are near to move forward mate? as you mention that many dumpers already dump their coin so which means your project is now moving up and how long we need to wait to make it to the point where you can say it was a success to our community? just curios question mate. thanks. Morning, Golftech. It's hard to say when the WBIP will be 'finished'; but it's working! If you look at the buy-sell order books and the recent trading data, you'll see great volume, a much tighter buy-sell spread -- less than 5% at this second -- and fewer sell-orders hanging over our head. Please feel free to wade in and do a little trading yourself: a currency gotta have volume! Mark Yes, we only need a couple of BTC to get past that price plus we're getting some volumes as well despite Lisk being a hot coin right now. I think there's no funds support or reserve to control the volume of the market.. i saw the price if cbx right now in cryptopia and i think cbx campaign is has a bad result but if you are paying it in bitcoin people joined in campaign they can not dump their cbx.. because they are receiving it in bitcoin.. I am one of the supporters of cbx but i notice after starting a campaign paying with cbx daily more people are dumping in cryptopia.. Paying it in CBX though even when dumped into the exchange still creates popularity into the coin and the campaign to 60k is also lower than before. I guess, Vonspass is hoping that those who are collecting from the campaign can use their CBX to jumpstart their holdings. I guess, not all of them are selling them in exchange, some are saving them for staking use. Also, having the payment in CBX allows more installation of vaults compared to if those are being paid in BTC.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 27, 2016, 10:06:17 AM |
|
I would like to know why posp is better than pos3 (black) if this could clearly be explained I think cgb will get a lot more attention.
I have asked many people this question many times and yet have not had a clear cut answer. I have quite a bit of cgb from ages back and have always like this coin a lot.
Are you (elambert) the creator of posp? can posp work with full POS and not just POS+POW? I wonder already why more coins are not switching to this posp and are all using pos3? Hi cryptohunter. I do not know much about blackcoin and their pos3 but I do hear that it is similar. I would have to study it to learn the nuances but I don't know. Being a higher ranked market cap coin allows blackcoin to be visible to a far larger audience than CBX so they would be more likely to be cloned. Their implementation of PoS was the first (per my understanding) to do away with coinage. We improved on the removal of coinage design by implementing a static reward so as to only reward those staking their coins and securing the network while inactive coin owners forfeited their stake to the active stakers. I wrote the white paper on PoSP and came up with the concept but Alex4J implemented it into CBX. PoSP is full PoS, there is no PoW in use. When we implemented PoSP, we did away with PoW altogether. We have tried but we are still battling to let people know about PoSP. The majority doesnt know we have it and a good portion of those who know we have it, dont understand what it is. So.... I think a short video would be instrumental in not only educating current CBX owners, but also the rest of the world. Thanks for the reply. I am still looking into them both POSP and pos3 look like the best POS variations by far.
|
|
|
|
Dekker3D
Sr. Member
Offline
Activity: 434
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
May 27, 2016, 10:10:20 AM |
|
We're 33 in Ccex ranking, slowly we're climbing. Will send 1 or 2 votes tonight as well.
|
|
|
|
Lutzow
|
|
May 27, 2016, 02:19:02 PM |
|
Thanks to both of you, I already get past the
sudo apt-get install libdb-dev libdb++-dev
Is it alright to proceed with libdb 4.8? Or do I have to get rid of the previous installation first?
You don't especially have to uninstall it because as I said in my document, when you do the "make" command you will specify the path of libdb4.8, so there can't be a mistake from compiler. Down to the last step but got this root@19313:~/CryptoBullion-CBX/src# make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4. 8/lib" g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CryptoBullion-CBX/src -I/root /CryptoBullion-CBX/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/CryptoBullion-CBX/src/leveldb/include -DUSE_LEVELDB -I/root/CryptoBullion-CBX/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -msse2 -MMD -MF obj/a lert.d -o obj/alert.o alert.cpp alert.cpp:5:29: fatal error: boost/foreach.hpp: No such file or directory #include <boost/foreach.hpp> Tried google but was unable to find a workaround. It looks like I need to edit something here, just don't know what. Thanks in advance. Was able to get past the previous step, some missing stuff still in my debian that's why it didn't work. This one though is the new problem collect2: error: ld returned 1 exit status makefile.unix:190: recipe for target 'cryptobulliond' failed make: *** [cryptobulliond] Error 1 tried the all three below make -f makefile.unix "USE_UPNP=-" make -f makefile.unix make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" What did I miss this time? Thanks in advance
|
|
|
|
Alex4J
Member
Offline
Activity: 92
Merit: 13
|
|
May 27, 2016, 04:38:41 PM |
|
Thanks to both of you, I already get past the
sudo apt-get install libdb-dev libdb++-dev
Is it alright to proceed with libdb 4.8? Or do I have to get rid of the previous installation first?
You don't especially have to uninstall it because as I said in my document, when you do the "make" command you will specify the path of libdb4.8, so there can't be a mistake from compiler. Down to the last step but got this root@19313:~/CryptoBullion-CBX/src# make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4. 8/lib" g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CryptoBullion-CBX/src -I/root /CryptoBullion-CBX/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/CryptoBullion-CBX/src/leveldb/include -DUSE_LEVELDB -I/root/CryptoBullion-CBX/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -msse2 -MMD -MF obj/a lert.d -o obj/alert.o alert.cpp alert.cpp:5:29: fatal error: boost/foreach.hpp: No such file or directory #include <boost/foreach.hpp> Tried google but was unable to find a workaround. It looks like I need to edit something here, just don't know what. Thanks in advance. You don't have the required library since last time you tried to install it doesn't work cause of libdb, just run that: sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev libboost-all-dev Then compile
|
CBX Dev Donate: 5oS6SK8411DUdxritrohRW96rZmHC9DX7d
|
|
|
Alex4J
Member
Offline
Activity: 92
Merit: 13
|
|
May 27, 2016, 04:39:56 PM |
|
Thanks to both of you, I already get past the
sudo apt-get install libdb-dev libdb++-dev
Is it alright to proceed with libdb 4.8? Or do I have to get rid of the previous installation first?
You don't especially have to uninstall it because as I said in my document, when you do the "make" command you will specify the path of libdb4.8, so there can't be a mistake from compiler. Down to the last step but got this root@19313:~/CryptoBullion-CBX/src# make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4. 8/lib" g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CryptoBullion-CBX/src -I/root /CryptoBullion-CBX/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/CryptoBullion-CBX/src/leveldb/include -DUSE_LEVELDB -I/root/CryptoBullion-CBX/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -msse2 -MMD -MF obj/a lert.d -o obj/alert.o alert.cpp alert.cpp:5:29: fatal error: boost/foreach.hpp: No such file or directory #include <boost/foreach.hpp> Tried google but was unable to find a workaround. It looks like I need to edit something here, just don't know what. Thanks in advance. Was able to get past the previous step, some missing stuff still in my debian that's why it didn't work. This one though is the new problem collect2: error: ld returned 1 exit status makefile.unix:190: recipe for target 'cryptobulliond' failed make: *** [cryptobulliond] Error 1 tried the all three below make -f makefile.unix "USE_UPNP=-" make -f makefile.unix make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" What did I miss this time? Thanks in advance Please send me the complete error by PM
|
CBX Dev Donate: 5oS6SK8411DUdxritrohRW96rZmHC9DX7d
|
|
|
BitPotus
|
|
May 27, 2016, 05:21:40 PM |
|
CBX should move away from Yobit completely. They started updating their wallet but obviously messed it up by not using the latest bootstrap. Now the wallet is under maintenance for eternity again Yobit is utterly incompetent. I really don't understand how they are still in business.
|
|
|
|
Lutzow
|
|
May 27, 2016, 06:24:03 PM |
|
Thanks to both of you, I already get past the
sudo apt-get install libdb-dev libdb++-dev
Is it alright to proceed with libdb 4.8? Or do I have to get rid of the previous installation first?
You don't especially have to uninstall it because as I said in my document, when you do the "make" command you will specify the path of libdb4.8, so there can't be a mistake from compiler. Down to the last step but got this root@19313:~/CryptoBullion-CBX/src# make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4. 8/lib" g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CryptoBullion-CBX/src -I/root /CryptoBullion-CBX/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/CryptoBullion-CBX/src/leveldb/include -DUSE_LEVELDB -I/root/CryptoBullion-CBX/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -msse2 -MMD -MF obj/a lert.d -o obj/alert.o alert.cpp alert.cpp:5:29: fatal error: boost/foreach.hpp: No such file or directory #include <boost/foreach.hpp> Tried google but was unable to find a workaround. It looks like I need to edit something here, just don't know what. Thanks in advance. Was able to get past the previous step, some missing stuff still in my debian that's why it didn't work. This one though is the new problem collect2: error: ld returned 1 exit status makefile.unix:190: recipe for target 'cryptobulliond' failed make: *** [cryptobulliond] Error 1 tried the all three below make -f makefile.unix "USE_UPNP=-" make -f makefile.unix make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" What did I miss this time? Thanks in advance Please send me the complete error by PM PM sent. Thanks
|
|
|
|
elambert
Legendary
Offline
Activity: 1696
Merit: 1008
|
|
May 27, 2016, 07:11:23 PM |
|
Updated bootstrap has been posted in OP and on the website. Through today 5/27/16
|
|
|
|
avariahb
|
|
May 27, 2016, 09:04:27 PM |
|
I started to create a logo for a video. Unfortunately, I don't have time to go on right now. Is it possible to change the white squares in gold bullion? If you enjoy the logo, I can give you the file cinema4d<; https://youtu.be/98zlRzoKQvQ
|
|
|
|
IMZ
Legendary
Offline
Activity: 1498
Merit: 1000
|
|
May 28, 2016, 12:22:56 AM |
|
CBX should move away from Yobit completely. They started updating their wallet but obviously messed it up by not using the latest bootstrap. Now the wallet is under maintenance for eternity again Yobit is utterly incompetent. I really don't understand how they are still in business. Agreed. The atmosphere there is bizarre. Otherwise, we got better volume than Litecoin on Cryptopia; my wallet is staking; and I'll be Asian-trading-zone guy all weekend. Woo hoo! [ Great technical support here!] Mark
|
|
|
|
Caladonian
|
|
May 28, 2016, 01:29:14 AM |
|
I started to create a logo for a video. Unfortunately, I don't have time to go on right now. Is it possible to change the white squares in gold bullion? If you enjoy the logo, I can give you the file cinema4d<; https://youtu.be/98zlRzoKQvQcool stuff mate how you can make it much longer so it will more fun to watch I hope dev will take time create more this maybe also tutorials and advertisement aside from the ongoing campaign video tuts will also helps awareness and attract more investors.
|
|
|
|
VonSpass
Legendary
Offline
Activity: 894
Merit: 1064
|
|
May 28, 2016, 02:51:35 AM Last edit: May 28, 2016, 03:02:17 AM by VonSpass |
|
if helping to gain popularity doing the campaign helps the awareness but you are correct getting cbx for free would be easy for dumpers to dump right away and the price won't go up, I think limiting participants and re create the plan of that campaign would be needed I'm just new here and I keep checking this promising coin.
Biggest problem CBX has, in my opinion, is public awareness. When people take the time to get more information about Crypto Bullion, download the Vault and then see all the positive aspects of our network, not to mention its superior staking algorithm, the PoSP, many informed visitors become diehard fans. You can't realistically stake or mine Lisk; ETH still uses dated PoW mining, Bitcoin has become extremely slow and centralized (victim of its own success) - creators of many new cryptos have kept the best part mostly all to themselves or early adopters. At this moment CBX's price is affected by large dumpers; I am not noticing signature campaign participants dumping all that much. That being said, I did remove some signature participants who insta-sold their rewards and I will keep doing that, but I think that the signature campaign is beneficial overall for CBX.
|
|
|
|
Caladonian
|
|
May 28, 2016, 02:58:35 AM |
|
if helping to gain popularity doing the campaign helps the awareness but you are correct getting cbx for free would be easy for dumpers to dump right away and the price won't go up, I think limiting participants and re create the plan of that campaign would be needed I'm just new here and I keep checking this promising coin.
Biggest problem CBX has, in my opinion, is public awareness. When people take the time to get more information about Crypto Bullion, download the Vault and then see all the positive aspects of our network, not to mention its superior staking algorithm, the PoSP, many informed visitors become diehard fans. You can't realistically stake or mine Lisk; ETH still uses dated PoW mining - creators of many new cryptos have kept the best part mostly all to themselves or early adopters. At this moment CBX's price is affected by large dumpers; I am not noticing signature campaign participants dumping all that much. That being said, I did remove some signature participants who insta-sold their rewards and I will keep doing that, but I think that the signature campaign is beneficial overall for CBX. good point sir removing early dumpers from getting it for free in your signature campaign it is really awareness will bring investors here in your project hope if they understand the way this coin stake and how fast they can get new produced coin they will invest and work with us.
|
|
|
|
IMZ
Legendary
Offline
Activity: 1498
Merit: 1000
|
|
May 28, 2016, 03:48:23 AM |
|
if helping to gain popularity doing the campaign helps the awareness but you are correct getting cbx for free would be easy for dumpers to dump right away and the price won't go up, I think limiting participants and re create the plan of that campaign would be needed I'm just new here and I keep checking this promising coin.
Biggest problem CBX has, in my opinion, is public awareness. When people take the time to get more information about Crypto Bullion, download the Vault and then see all the positive aspects of our network, not to mention its superior staking algorithm, the PoSP, many informed visitors become diehard fans. You can't realistically stake or mine Lisk; ETH still uses dated PoW mining, Bitcoin has become extremely slow and centralized (victim of its own success) - creators of many new cryptos have kept the best part mostly all to themselves or early adopters. At this moment CBX's price is affected by large dumpers; I am not noticing signature campaign participants dumping all that much. That being said, I did remove some signature participants who insta-sold their rewards and I will keep doing that, but I think that the signature campaign is beneficial overall for CBX. If Von Spass is supervising the signature-campaign members . . . awesome! For my part, I'm gonna try to keep the buy-spread at Cryptomic as close as possible to Cryptopia's.
|
|
|
|
Dekker3D
Sr. Member
Offline
Activity: 434
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
May 28, 2016, 05:28:09 AM |
|
Actually, CBX price didn't change much even though we're hovering around the 50k sats area and that is because BTC made a run lately and is price close to 490. That means the 58k sats weeks ago is almost of the same value as it is now.
|
|
|
|
RivalOption
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 28, 2016, 06:58:30 AM |
|
I started to create a logo for a video. Unfortunately, I don't have time to go on right now. Is it possible to change the white squares in gold bullion? If you enjoy the logo, I can give you the file cinema4d<; https://youtu.be/98zlRzoKQvQWell to start a tutorial video
|
|
|
|
m33
Legendary
Offline
Activity: 1064
Merit: 1000
Never invest with borrowed coins
|
|
May 28, 2016, 08:39:00 AM |
|
Alex4j . Does it effect staking if Cbx is separate into a few address in the same wallet?
|
|
|
|
|