Bitcoin Forum
March 19, 2024, 08:28:36 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 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 ... 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210676 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
June 22, 2014, 10:40:58 AM
 #1721

Is it just me, or is the GUI not in the download package? I'm only seeing 3 files: boolbd.exe  simpleminer.exe and simplewallet.exe
Sorry, website is fixed.

1710836916
Hero Member
*
Offline Offline

Posts: 1710836916

View Profile Personal Message (Offline)

Ignore
1710836916
Reply with quote  #2

1710836916
Report to moderator
1710836916
Hero Member
*
Offline Offline

Posts: 1710836916

View Profile Personal Message (Offline)

Ignore
1710836916
Reply with quote  #2

1710836916
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710836916
Hero Member
*
Offline Offline

Posts: 1710836916

View Profile Personal Message (Offline)

Ignore
1710836916
Reply with quote  #2

1710836916
Report to moderator
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
June 22, 2014, 10:54:03 AM
 #1722

Is it possible that the newest source on github isn't buildable?
I'm not really good with c++ so if someone can helb me or point me to a git revison which is buildable?

Here is the compile error:
Code:
/tmp/ccx64VY3.ltrans7.ltrans.o: In function `handle_request_stat(boost::program_options::variables_map&, unsigned long)':
ccx64VY3.ltrans7.o:(.text+0x203f): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x2079): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
ccx64VY3.ltrans7.o:(.text+0x23f1): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x246b): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `get_private_key(crypto::secret_key&, boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0xc2): undefined reference to `crypto::crypto_ops::secret_key_to_public_key(crypto::secret_key const&, crypto::public_key&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `handle_update_maintainers_info(boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0x139f): undefined reference to `currency::get_blob_hash(std::string const&)'
ccx64VY3.ltrans24.o:(.text+0x13c0): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `generate_and_print_keys()':
ccx64VY3.ltrans28.o:(.text+0x6c5): undefined reference to `crypto::crypto_ops::generate_keys(crypto::public_key&, crypto::secret_key&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `main':
ccx64VY3.ltrans28.o:(.text.startup+0x1a4): undefined reference to `command_line::arg_help'
ccx64VY3.ltrans28.o:(.text.startup+0x490): undefined reference to `command_line::arg_help'
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Fehler 1

Thanks in advance for any help.
This is strange. It seems that connectivity tool target can't see crypto and common libs. or dependencies is broken, can't reproduse this issue on my linux, is anoyone have else have this problem ?I could ssh to server with this issue and try to fix.


hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
June 22, 2014, 12:01:33 PM
 #1723


I don´t know what i make wrong with  ./simpleminer. Before i mine some and now after update to  Boolberry v0.2.0.20(cee5798) it prints:
Code:

2014-Jun-22 01:58:42.393782 Connecting bbr.extremepool.org:5555....
2014-Jun-22 01:58:42.578138 Connected bbr.extremepool.org:5555 OK
2014-Jun-22 01:58:42.936663 Getting scratchpad...
2014-Jun-22 02:00:43.971678 Failed to invoke http request to  /json_rpc
2014-Jun-22 02:00:43.971823 Failed to get scratchpad, disconnect and retry....
 
same happen with build from dave-andersen Boolberry v0.2.0.20(ec2b726)

even with the new build v0.2.0.23 i get this "Failed to invoke http request to  /json_rpc"
of curse i run the boolbd daemon.

BBR: @hornypo
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
June 22, 2014, 12:18:47 PM
 #1724



Build updated to v0.2.0.24(1ada156) (fixed bug in wallet layout).


ntesic
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 22, 2014, 12:28:26 PM
 #1725

Is it possible that the newest source on github isn't buildable?
I'm not really good with c++ so if someone can helb me or point me to a git revison which is buildable?

Here is the compile error:
Code:
/tmp/ccx64VY3.ltrans7.ltrans.o: In function `handle_request_stat(boost::program_options::variables_map&, unsigned long)':
ccx64VY3.ltrans7.o:(.text+0x203f): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x2079): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
ccx64VY3.ltrans7.o:(.text+0x23f1): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x246b): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `get_private_key(crypto::secret_key&, boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0xc2): undefined reference to `crypto::crypto_ops::secret_key_to_public_key(crypto::secret_key const&, crypto::public_key&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `handle_update_maintainers_info(boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0x139f): undefined reference to `currency::get_blob_hash(std::string const&)'
ccx64VY3.ltrans24.o:(.text+0x13c0): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `generate_and_print_keys()':
ccx64VY3.ltrans28.o:(.text+0x6c5): undefined reference to `crypto::crypto_ops::generate_keys(crypto::public_key&, crypto::secret_key&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `main':
ccx64VY3.ltrans28.o:(.text.startup+0x1a4): undefined reference to `command_line::arg_help'
ccx64VY3.ltrans28.o:(.text.startup+0x490): undefined reference to `command_line::arg_help'
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Fehler 1

Thanks in advance for any help.
This is strange. It seems that connectivity tool target can't see crypto and common libs. or dependencies is broken, can't reproduse this issue on my linux, is anoyone have else have this problem ?I could ssh to server with this issue and try to fix.



Sent you PM
Neo.op
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 254



View Profile WWW
June 22, 2014, 01:29:03 PM
 #1726

Is it possible that the newest source on github isn't buildable?
I'm not really good with c++ so if someone can helb me or point me to a git revison which is buildable?

Here is the compile error:
Code:
/tmp/ccx64VY3.ltrans7.ltrans.o: In function `handle_request_stat(boost::program_options::variables_map&, unsigned long)':
ccx64VY3.ltrans7.o:(.text+0x203f): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x2079): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
ccx64VY3.ltrans7.o:(.text+0x23f1): undefined reference to `cn_fast_hash'
ccx64VY3.ltrans7.o:(.text+0x246b): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `get_private_key(crypto::secret_key&, boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0xc2): undefined reference to `crypto::crypto_ops::secret_key_to_public_key(crypto::secret_key const&, crypto::public_key&)'
/tmp/ccx64VY3.ltrans24.ltrans.o: In function `handle_update_maintainers_info(boost::program_options::variables_map&)':
ccx64VY3.ltrans24.o:(.text+0x139f): undefined reference to `currency::get_blob_hash(std::string const&)'
ccx64VY3.ltrans24.o:(.text+0x13c0): undefined reference to `crypto::crypto_ops::generate_signature(crypto::hash const&, crypto::public_key const&, crypto::secret_key const&, crypto::signature&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `generate_and_print_keys()':
ccx64VY3.ltrans28.o:(.text+0x6c5): undefined reference to `crypto::crypto_ops::generate_keys(crypto::public_key&, crypto::secret_key&)'
/tmp/ccx64VY3.ltrans28.ltrans.o: In function `main':
ccx64VY3.ltrans28.o:(.text.startup+0x1a4): undefined reference to `command_line::arg_help'
ccx64VY3.ltrans28.o:(.text.startup+0x490): undefined reference to `command_line::arg_help'
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Fehler 1

Thanks in advance for any help.
This is strange. It seems that connectivity tool target can't see crypto and common libs. or dependencies is broken, can't reproduse this issue on my linux, is anoyone have else have this problem ?I could ssh to server with this issue and try to fix.


After banging my head for hours, I found the issue. The default libboost on Ubuntu is 1.54 which is causing the issue. Downloaded 1.55 and it works fine.

LYR▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█████
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███████
▓▓▓▓▓▓▓▓▓▓▓▓▓▓████▓▓▓▓████
▓▓▓▓▓▓▓▓▓▓▄█████▓▓▓▓▓▓▓▓█████▄
▓▓▓▓▓▓▓▓▓▓▓▓████▓▓▓▓▓▓▓▓████
▓▓▓▓▓▓▓▓▓▓▓▄▄████▓▓▓▓████
▓▓▓▓▓▓▓▓▓▓███▄▓▓███████
▓▓▓▓▓▓▓▓▓██████▄▓▓█████
▓▓▓▓▓▓▓▓█████████▄███
▓▓▓▓▓▓▓██████▀███▄
▓▓▓▓▓▓██████▓▓▓█████
▓▓▓▓▓██████▓▓▓▓█████
▓▓▓▓██████▄▄▄▄▄██████
▓▓▓██████████████████
▓▓███████████████████
██████▓▓▓▓▓▓▓▓▓▓█████
 ██████▓▓▓▓▓▓▓▓▓▓▓█████
██████▓▓▓▓▓▓▓▓▓▓▓▓█████
LYRA  Loyalty Rewards on Blockchain
══════════════════════[ Main Features ]══════════════════════
Customizable tokens ███NFT███ DeFi███ DEX███ Revenue share
Bitcrea
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


Bitcrea.com


View Profile
June 22, 2014, 02:33:16 PM
 #1727

Hey guys!

I am joining boolberry's team!

I'm the one who worked on Boolberry's logo, but here's a bit more about me:

I'm known as Bitcrea and I'm a professional freelance graphic designer/branding specialist specializing in logo design, brand identity and full branding.
I have 6+ years of experience in a professional level. I've already worked on major projects in crypto related companies/startups.
I've been into graphic design since 2008, and I've always been passionate about creative ideas, functional design and branding.
Not to mention that I have a big passion for Bitcoin and cryptocurrency in general, so I'm really happy to join boolberry.

Overall zoidberg and mike made a good impression to me. Zoidberg is passionate and competent developer,
he's really spending a lot of time to develop this project, so I really feel safe about boolberry's future.
boolberry is the most advanced CrytoNote currency, I'm pretty sure we'll accomplish our goal to be
the best CryptoNote and one of the main cryptocurrencies overall. We are still in early stages!

I'll be responsible for design, branding, promotion.

My current goals at the moment:
  • Finish identity design and adapt it (ann page, social media, website, etc.)
  • Finalize GUI design
  • Boolberry's positioning
  • Promotion strategy

Long term goals:
  • To be announced

Here's a few screenshots of GUI design (work in progress):

Dashboard:


Wallet:
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
June 22, 2014, 02:36:31 PM
 #1728

Anyone Here love the name Boolberry as much as me?  I think it's probably one of the best names for a coin.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
June 22, 2014, 02:36:40 PM
 #1729

Hey guys!

I am joining boolberry's team!

I'm the one who worked on Boolberry's logo, but here's a bit more about me:

I'm known as Bitcrea and I'm a professional freelance graphic designer/branding specialist specializing in logo design, brand identity and full branding.
I have 6+ years of experience in a professional level. I've already worked on major projects in crypto related companies/startups.
I've been into graphic design since 2008, and I've always been passionate about creative ideas, functional design and branding.
Not to mention that I have a big passion for Bitcoin and cryptocurrency in general, so I'm really happy to join boolberry.

Overall zoidberg and mike made a good impression to me. Zoidberg is passionate and competent developer,
he's really spending a lot of time to develop this project, so I really feel safe about boolberry's future.
boolberry is the most advanced CrytoNote currency, I'm pretty sure we'll accomplish our goal to be
the best CryptoNote and one of the main cryptocurrencies overall. We are still in early stages!

I'll be responsible for design, branding, promotion.

My current goals at the moment:
  • Finish identity design and adapt it (ann page, social media, website, etc.)
  • Finalize GUI design
  • Boolberry's positioning
  • Promotion strategy

Long term goals:
  • To be announced



  Welcome Bitcrea !


Conurtrol
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
June 22, 2014, 02:39:07 PM
 #1730

Anyone Here love the name Boolberry as much as me?  I think it's probably one of the best names for a coin.

+1. And Welcome Bitcrea!
Bitcrea
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


Bitcrea.com


View Profile
June 22, 2014, 02:52:56 PM
 #1731

Anyone Here love the name Boolberry as much as me?  I think it's probably one of the best names for a coin.

+1. And Welcome Bitcrea!

I like the name as well! Thanks guys, it's exciting!
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
June 22, 2014, 02:56:44 PM
 #1732

After banging my head for hours, I found the issue. The default libboost on Ubuntu is 1.54 which is causing the issue. Downloaded 1.55 and it works fine.

First line in README.md:

Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.53(but don't use 1.54) or later.

dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
June 22, 2014, 03:09:40 PM
Last edit: June 22, 2014, 07:23:27 PM by dga
 #1733

Green lines it's a windows versions, as you could see optimzed version showed about 25% boost compared with original algo.
But, as the same code makes reverse effect in linux(blue lines) - optimized version works slower.

I guess it because ms compiler sucks Smiley gcc version is faster and doesn't need some manual optimization.  
But, as i talked with dga, he also had some linux specific optimizations, that makes 10-15% boost, he is going to contribute it also.


I've made some miner-specific changes because I know simpleminer better and didn't want to risk breaking the daemon.  It also uses double the scratchpad memory, which seems, again, like something fine short-term in the miner but a design that would need to be adjusted to be used as a permanent solution in the daemon.

This commit improves the speed of simpleminer on my test box by 57%.

I didn't expect the gains to be that large based upon my earlier calculations, but with the increasing scratchpad size, they actually helped a ton.

There are two important consequences of this:
  (a)  I *believe* this change will be more beneficial -- right now -- for machines with 4-8MB cache than for huge beasts like EC2 (10-20MB L3);  the big machines still have enough cache to hold the entire scratchpad, and my experiments suggest that they haven't seen the same kind of slowdown that my i7 has.

  (b)  It covers a pretty reasonable part of the gap to the very rough estimate of the gpu miner performance.  What happens there depends, of course, on what's happened with caching on the GPU as well.

https://github.com/dave-andersen/boolberry/
(you just need simpleminer.cpp)

Note:  I've updated it at 3:20pm eastern to fix a memory leak.  Please make sure you have the fixed version.

There's one drawback to doing it only in the miner, of course:  It promotes pooled mining instead of having lots of solo miners.  That's probably inevitable in the long run, because it's always easier to optimize a miner if you don't need to worry about the stability and portability of the daemon itself.  But we should probably think about letting people mine locally using simpleminer (or is it already possible and I'm being silly?) and/or whatever is developed on the stratum front, so that all miners are on the same footing whether they choose to pool or solo.

I consider this beta.  It's linux-only, and I *hope* I didn't break anything on other platforms.  Feedback appreciated - I really only have Linux and MacOS to test on.  If reports come back positive and this doesn't break building / running on windows or non-ubuntu Linux platforms, I'll submit it as a pull request to the boss.

If you get rich off of this one, *now* I'll point out where you can send a few berries.  grin.
BBR:  1CgXH4mgEWULe97EKW2LrcQp68MZJ7d4cffA6umkHa5ZK12Rt8M4nCyHYBzjx2ZXkuV7GPh8iFwrJat s4x4sTkByCZZqL1F

Happy mining!

(btw:  I've got some high-priority day job stuff to take care of for a bit.  I'll watch for huge bugs, but adding async/longpoll was delayed a bit by getting these optimizations done.  Might be next week or weekend.)

BITCOINDENMARK
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
June 22, 2014, 04:07:08 PM
 #1734

Is it correct, no windows 32bit wallet ?
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
June 22, 2014, 04:18:55 PM
 #1735

Is it correct, no windows 32bit wallet ?

Correct
zechiel
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 22, 2014, 04:29:59 PM
 #1736

I have a problem compiling from the github repository version on Linux.
gcc 4.8.1, cmake 2.8.7 and libboost-all-dev 1.55

Code:
Linking CXX executable connectivity_tool
`.text._ZN5boost16exception_detail19error_info_injectorINS_9gregorian9bad_monthEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_9gregorian9bad_monthEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_9gregorian9bad_monthEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_date_time.a(greg_month.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_9gregorian9bad_monthEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_9gregorian9bad_monthEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_date_time.a(greg_month.o)
`.text._ZN5boost16exception_detail10bad_alloc_D2Ev' referenced in section `.text._ZN5boost16exception_detail10bad_alloc_D1Ev[_ZN5boost16exception_detail10bad_alloc_D1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o): defined in discarded section `.text._ZN5boost16exception_detail10bad_alloc_D2Ev[_ZN5boost16exception_detail10bad_alloc_D5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o)
`.text._ZN5boost16exception_detail14bad_exception_D2Ev' referenced in section `.text._ZN5boost16exception_detail14bad_exception_D1Ev[_ZN5boost16exception_detail14bad_exception_D1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o): defined in discarded section `.text._ZN5boost16exception_detail14bad_exception_D2Ev[_ZN5boost16exception_detail14bad_exception_D5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o)
`.text._ZN5boost16exception_detail19error_info_injectorINS_21thread_resource_errorEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_21thread_resource_errorEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_21thread_resource_errorEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_21thread_resource_errorEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_21thread_resource_errorEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o)
`.text._ZN5boost16exception_detail19error_info_injectorINS_10lock_errorEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_10lock_errorEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_10lock_errorEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_10lock_errorEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_10lock_errorEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o)
`.text._ZN5boost16exception_detail19error_info_injectorINS_15condition_errorEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_15condition_errorEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_15condition_errorEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_15condition_errorEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_15condition_errorEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_thread.a(thread.o)
`.text._ZN5boost16exception_detail19error_info_injectorINS_17bad_function_callEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_17bad_function_callEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_17bad_function_callEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_program_options.a(cmdline.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_17bad_function_callEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_17bad_function_callEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_program_options.a(cmdline.o)
`.text._ZN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEED1Ev[_ZN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_program_options.a(value_semantic.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_program_options.a(value_semantic.o)
`.text._ZN5boost16exception_detail19error_info_injectorISt13runtime_errorED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorISt13runtime_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt13runtime_errorED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_regex.a(instances.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorISt13runtime_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt13runtime_errorED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_regex.a(instances.o)
`.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_regex.a(instances.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED5Ev]' of /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_regex.a(instances.o)
collect2: error: ld returned 1 exit status

Can anyone help?
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
June 22, 2014, 04:34:04 PM
 #1737

I have a problem compiling from the github repository version on Linux.
gcc 4.8.1, cmake 2.8.7 and libboost-all-dev 1.55

..

Can anyone help?

What linux? 64 bit? What command for compile?
zechiel
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 22, 2014, 04:39:17 PM
 #1738

I have a problem compiling from the github repository version on Linux.
gcc 4.8.1, cmake 2.8.7 and libboost-all-dev 1.55

..

Can anyone help?

What linux? 64 bit? What command for compile?

Ubuntu 12.04.4 LTS 64 bit.
I removed the directory for tests from CMakeLists.txt and just invoked 'make'.
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
June 22, 2014, 04:41:47 PM
 #1739

I have a problem compiling from the github repository version on Linux.
gcc 4.8.1, cmake 2.8.7 and libboost-all-dev 1.55

..

Can anyone help?

What linux? 64 bit? What command for compile?

Ubuntu 12.04.4 LTS 64 bit.
I removed the directory for tests from CMakeLists.txt and just invoked 'make'.

Try this:
https://bitcointalk.org/index.php?topic=577267.msg7383561#msg7383561
eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
June 22, 2014, 05:16:54 PM
 #1740

Hey guys!

I am joining boolberry's team!

I'm the one who worked on Boolberry's logo, but here's a bit more about me:

I'm known as Bitcrea and I'm a professional freelance graphic designer/branding specialist specializing in logo design, brand identity and full branding.
I have 6+ years of experience in a professional level. I've already worked on major projects in crypto related companies/startups.
I've been into graphic design since 2008, and I've always been passionate about creative ideas, functional design and branding.
Not to mention that I have a big passion for Bitcoin and cryptocurrency in general, so I'm really happy to join boolberry.

Overall zoidberg and mike made a good impression to me. Zoidberg is passionate and competent developer,
he's really spending a lot of time to develop this project, so I really feel safe about boolberry's future.
boolberry is the most advanced CrytoNote currency, I'm pretty sure we'll accomplish our goal to be
the best CryptoNote and one of the main cryptocurrencies overall. We are still in early stages!

I'll be responsible for design, branding, promotion.

My current goals at the moment:
  • Finish identity design and adapt it (ann page, social media, website, etc.)
  • Finalize GUI design
  • Boolberry's positioning
  • Promotion strategy

Long term goals:
  • To be announced

Here's a few screenshots of GUI design (work in progress):

Dashboard:


Wallet:


I am very glad to hear it,So the boolberry will be stronger

Boolberry : @eddywise                                                                                                                                                                                                                       DRK:XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F                                                                                                                                                                                   BTC:1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ  Once desperately want, now desperate to forget
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 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 ... 486 »
  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!