Bitcoin Forum
June 21, 2024, 07:42:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 »
  Print  
Author Topic: Historic Cryptogenic Bullion thread - CLOSED  (Read 286590 times)
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
March 24, 2014, 05:43:45 PM
 #2381

Also, I just downloaded the new client but I'm getting an error about a missing library:

 libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

If this is a dependency (for gnu-linux), what's the relevant debian package to install?

Ok, I fixed the above with

Code:
sudo apt-get install libdb5.1++

But now I get this:

Code:
$ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

This is awkward,

Code:
$ sudo apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.

Seems like my system has libbost_system ver 1.54.  Do I really need to *downgrade* libboost in order to run this binary?

Are you on 64bit?   If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gz

I rebuilt it with the libraries statically linked, which should solve your issues.  Please let me know and I will change the links on the webpage.   


I've tried it with the new archive but I still get the same error message as tspacepilot.

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
March 24, 2014, 06:15:33 PM
 #2382

Also, I just downloaded the new client but I'm getting an error about a missing library:

 libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

If this is a dependency (for gnu-linux), what's the relevant debian package to install?

Ok, I fixed the above with

Code:
sudo apt-get install libdb5.1++

But now I get this:

Code:
$ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

This is awkward,

Code:
$ sudo apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.

Seems like my system has libbost_system ver 1.54.  Do I really need to *downgrade* libboost in order to run this binary?

Are you on 64bit?   If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gz

I rebuilt it with the libraries statically linked, which should solve your issues.  Please let me know and I will change the links on the webpage.   


Are you sure you posted the right link after rebuilding?  I tried the binary you link to above and still get the error about the missing libboost:

Code:
$ ./CryptogenicBullion-qt 
./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

artiface
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 24, 2014, 06:20:16 PM
 #2383

Also, I just downloaded the new client but I'm getting an error about a missing library:

 libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

If this is a dependency (for gnu-linux), what's the relevant debian package to install?

Ok, I fixed the above with

Code:
sudo apt-get install libdb5.1++

But now I get this:

Code:
$ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

This is awkward,

Code:
$ sudo apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.

Seems like my system has libbost_system ver 1.54.  Do I really need to *downgrade* libboost in order to run this binary?

Are you on 64bit?   If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gz

I rebuilt it with the libraries statically linked, which should solve your issues.  Please let me know and I will change the links on the webpage.   


I've tried it with the new archive but I still get the same error message as tspacepilot.



Are you sure you posted the right link after rebuilding?  I tried the binary you link to above and still get the error about the missing libboost:

Code:
$ ./CryptogenicBullion-qt 
./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory


Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning.  Not sure why it's not working then.

What Linux version are you guys using?   I guess I can build packages for the different systems, I've been building on the 12.04 LTS.  
Though I'd like to stay away from making binary releases for a bunch of different distros.

You can always build it from source.  I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245

Sorry for the issues with this.  I'll spend some time today and get it all sorted out.  
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
March 24, 2014, 07:45:22 PM
 #2384

Also, I just downloaded the new client but I'm getting an error about a missing library:

 libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

If this is a dependency (for gnu-linux), what's the relevant debian package to install?

Ok, I fixed the above with

Code:
sudo apt-get install libdb5.1++

But now I get this:

Code:
$ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

This is awkward,

Code:
$ sudo apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.

Seems like my system has libbost_system ver 1.54.  Do I really need to *downgrade* libboost in order to run this binary?

Are you on 64bit?   If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gz

I rebuilt it with the libraries statically linked, which should solve your issues.  Please let me know and I will change the links on the webpage.   


I've tried it with the new archive but I still get the same error message as tspacepilot.



Are you sure you posted the right link after rebuilding?  I tried the binary you link to above and still get the error about the missing libboost:

Code:
$ ./CryptogenicBullion-qt 
./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory


Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning.  Not sure why it's not working then.

What Linux version are you guys using?   I guess I can build packages for the different systems, I've been building on the 12.04 LTS.  
Though I'd like to stay away from making binary releases for a bunch of different distros.

You can always build it from source.  I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245

Sorry for the issues with this.  I'll spend some time today and get it all sorted out.  

I'm on Xubuntu 13.10. I guess I could build it myself but I'm not in a hurry so I'll wait to test your new builds and tell you if they work for me if that's usefull ?

elambert (OP)
Legendary
*
Offline Offline

Activity: 1696
Merit: 1008



View Profile
March 24, 2014, 09:12:38 PM
 #2385

More good news for April Smiley
https://bitcointalk.org/index.php?topic=529261.0
110110101
Legendary
*
Offline Offline

Activity: 1382
Merit: 1002



View Profile
March 24, 2014, 09:27:24 PM
 #2386

Just wanted to drop by and give a big Thanks! to the dev team and supporters who are working hard to promote and increase the awareness of CGB. Great job with the new exchanges, and the VoS looks like it has potential. All your efforts are an inspiration for the rest of us! Keep up your great work!  Cool
paulmaritz
Sr. Member
****
Offline Offline

Activity: 672
Merit: 274



View Profile
March 24, 2014, 09:36:04 PM
 #2387

Just wanted to drop by and give a big Thanks! to the dev team and supporters who are working hard to promote and increase the awareness of CGB. Great job with the new exchanges, and the VoS looks like it has potential. All your efforts are an inspiration for the rest of us! Keep up your great work!  Cool

1+
surfguy72
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
March 24, 2014, 09:36:50 PM
 #2388

Glad to see this coin being ravamped, I've been holding on to mine for quite some time.  Always thought of it as my savings coin.  Keep up the great work!

                             ▄▄▄████████▄▄▄
                         ▄▄██████████████████▄▄
                       ▄███████▄▄▄▄▄▄▄▄▄▄███████▄
                     ▄█████▄▄██████████████▄▄█████▄
        ██████  █████████▄████████████████████▄█████
        ██████  ███████▄████████▄▄▄▄▄▄▄▄████████▄████
                      ▄██████▀████████████▀██████▄████
███████   █████████████████████████████████████████████
███████   █████████████████████████████████████████████
                   ████████████████████████████████████
     ██████████████████████████████████████████████████
     ██████████████████████████████████████████████████
                     █████████████████████████████████
            ██████████▀██████▄████████████▄██████▀████
            ███████████▀████████▀▀▀▀▀▀▀▀▀▀███████▄███
                    █████▀████████████████▄▀██████▄
                     ▀█████▀▀██████████████▀██▀██████▄
                       ▀███████▀▀▀▀▀▀▀▀▀▀███████▀▀▀▀▀▀
                         ▀▀██████████████████▀▀
                             ▀▀▀████████▀▀▀
QUIFAS                     
                    ███
 █              ███ ███
 █              ███  █
███          █  ███
███         ███  █
███  █      ███  █
    ███  █  ███  █
    ███ ███  █   █
     █   █   █
     █       
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
March 24, 2014, 11:33:07 PM
 #2389

Also, I just downloaded the new client but I'm getting an error about a missing library:

 libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

If this is a dependency (for gnu-linux), what's the relevant debian package to install?

Ok, I fixed the above with

Code:
sudo apt-get install libdb5.1++

But now I get this:

Code:
$ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

This is awkward,

Code:
$ sudo apt-get install libboost-system-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.

Seems like my system has libbost_system ver 1.54.  Do I really need to *downgrade* libboost in order to run this binary?

Are you on 64bit?   If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gz

I rebuilt it with the libraries statically linked, which should solve your issues.  Please let me know and I will change the links on the webpage.   


I've tried it with the new archive but I still get the same error message as tspacepilot.



Are you sure you posted the right link after rebuilding?  I tried the binary you link to above and still get the error about the missing libboost:

Code:
$ ./CryptogenicBullion-qt 
./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory


Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning.  Not sure why it's not working then.

What Linux version are you guys using?   I guess I can build packages for the different systems, I've been building on the 12.04 LTS.  
Though I'd like to stay away from making binary releases for a bunch of different distros.

You can always build it from source.  I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245

Sorry for the issues with this.  I'll spend some time today and get it all sorted out.  

Using debian 'testing' (Jessie).  Same here, no rush, I may build it myself if I get desperate. Presumably there's some way to make your program look for libboost >= 1.46, right?  Let me know if you have another build to try later.
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
March 25, 2014, 01:21:57 AM
 #2390

fuk this scam coin.

better mine SUN!

yolo
artiface
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
March 25, 2014, 02:53:06 AM
 #2391

Ok guys, here is a hopefully fixed Linux build for x64.   User mkz pointed out in a PM that I included the old build in my new package, sorry, I was rushing this morning to get something to fix this for you and I messed it up. 

This one should work, I tested it on a fresh Ubuntu 13.10 install and it ran and synced the blockchain fine. 

If it works for you i will upload it and fix the links on the website and also build the 32 bit version, so please let me know

https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion_1.1.6.6-linux64.tar.gz

BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
March 25, 2014, 11:53:57 AM
Last edit: March 25, 2014, 12:06:57 PM by BTCat
 #2392

How about this, anyone know this exchange?

https://www.atomic-trade.com/

Voting: https://bitcointalk.org/index.php?topic=529591.msg5890221#msg5890221

and this one:

https://www.swisscex.com
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
March 25, 2014, 07:44:51 PM
Last edit: March 25, 2014, 08:04:53 PM by patmast3r
 #2393

Ok guys, here is a hopefully fixed Linux build for x64.   User mkz pointed out in a PM that I included the old build in my new package, sorry, I was rushing this morning to get something to fix this for you and I messed it up.  

This one should work, I tested it on a fresh Ubuntu 13.10 install and it ran and synced the blockchain fine.  

If it works for you i will upload it and fix the links on the website and also build the 32 bit version, so please let me know

https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion_1.1.6.6-linux64.tar.gz



As I said in my pm thanks a lot for putting so much effort into fixing things in a timely manner.

However since my pm I'm getting this, after looking at the splashscreen for a bit:

Code:
Error loading blkindex.dat

/edit: I took the obvious way out and deleted blkindex.dat. Let's download that blockchain again  Roll Eyes

paulmaritz
Sr. Member
****
Offline Offline

Activity: 672
Merit: 274



View Profile
March 25, 2014, 09:27:59 PM
 #2394

Let this go viral guys: http://cryptocoinupdates.com/bitcoin-destroys-banking-leeches-mike-maloney/ :-)
BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
March 25, 2014, 09:34:36 PM
 #2395

Almost no voting going on, come on guys if you stay logged in it takes just about 10 seconds to vote for the bull.
On Mintpal you can select 24-hour auto-logout in profile.

https://www.mintpal.com/voting
https://comkort.com/vote

BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
March 25, 2014, 11:48:19 PM
 #2396

CGB now added to Atomic-Trade.com New Coin Poll. Please Vote.

https://bitcointalk.org/index.php?topic=529591
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
March 26, 2014, 12:52:56 AM
 #2397

CGB now added to Atomic-Trade.com New Coin Poll. Please Vote.

https://bitcointalk.org/index.php?topic=529591

Voted !
rich93
Full Member
***
Offline Offline

Activity: 595
Merit: 101


Chromia - Relational Blockchain


View Profile WWW
March 26, 2014, 01:14:44 AM
 #2398

CGB now added to Atomic-Trade.com New Coin Poll. Please Vote.

https://bitcointalk.org/index.php?topic=529591

Voted !

If we all vote they will list CGB in no time!

♠️ Facebook: http://facebook.com/ChromiaStudios                 ♥️ Webpage: http://chromiastudios.com
♦️ LinkedIn:  http://linkedin.com/company/chromiastudios      ♣️ Reddit: http://reddit.com/r/ChromiaStudios                     
♥️ Twitter:    https://twitter.com/teamchromia                        ♦️  Twitter: https://twitter.com/ChromaWay
************************************************************************************************
bahamapascal
Hero Member
*****
Offline Offline

Activity: 695
Merit: 500



View Profile
March 26, 2014, 01:38:06 AM
 #2399

CGB now added to Atomic-Trade.com New Coin Poll. Please Vote.

https://bitcointalk.org/index.php?topic=529591

Voted !

If we all vote they will list CGB in no time!

Voted!

And good job BTCat finding and orgenizing all the voting!
papersheepdog
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 26, 2014, 03:38:53 AM
 #2400

CGB Core Team Weekly Update – March 25, 2014

Please also see the reddit post for further discussion.

It has been a busy week full of good news. The biggest news, of course, was the launch of our new website at http://cgb.holdings. Work has also continued on further development of the content of the new site. We have formalized and posted the marketing strategy, although it still requires further refinement, and will continue to evolve with Cryptogenic Bullion. Accompanying the new website was our launch party on Reddit and viral marketing image contest with our tipbot cannons put to heavy use for both events. 
 
We are pleased to announce that Cryptogenic Bullion can now be traded on the Bittrex and Ecoinfund exchanges! While Bittrex is based in the USA, Ecoinfund is based in China and will help to build our exposure to the Asian markets. We have even bigger news to announce this week, that we will soon be able to directly exchange between USD or CAD and CGB on the Vault of Satoshi, a Canadian crypto-currency exchange! 
 
We would also like to give a sneak preview of an upcoming project. We have been granted moderator status of the /r/cryptoeconomics subReddit and plan to use it to foster discussion and exploration of crypto-currency economic fundamentals. This includes effects of various coin specifications, discussion of what certain markets or roles require of a coin, and other more macroeconomic factors in both crypto and fiat markets. As always, we encourage everyone to post comments and suggestions. 
 
Let's keep the momentum rolling! 
 
The CGB Core Team 

Pages: « 1 ... 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!