<oembed><type>rich</type><version>1.0</version><author_name>npub1uzdadrhmrd57ntj3l2ulutewh0jhs45twn68aryyuw55vc44qcrsufm359</author_name><author_url>https://nostr.ae/npub1uzdadrhmrd57ntj3l2ulutewh0jhs45twn68aryyuw55vc44qcrsufm359</author_url><provider_name>njump</provider_name><provider_url>https://nostr.ae</provider_url><html>📅 Original date posted:2012-02-27&#xA;📝 Original message:AWESOME!! Thank you!!&#xA;&#xA;Anyway, I found a new problem... lol&#xA;&#xA;/usr/local/bin/bitcoind getinfo #okay&#xA;{&#xA;    &#34;version&#34; : 40001,&#xA;    &#34;blocks&#34; : 168753,&#xA;    &#34;connections&#34; : 8,&#xA;    &#34;difficulty&#34; : 1376302.26788638,&#xA;    &#34;testnet&#34; : false&#xA;}&#xA;&#xA;/usr/local/bin/bitcoind getaccountaddress &#34;&#34;  # okay...&#xA;1J4vNcvEdeCuLH4yvyoC2gxFEF4zquoJ87&#xA;&#xA;/usr/local/bin/bitcoind listaccounts # NOT okay...&#xA;{&#xA;}&#xA;&#xA;/usr/local/bin/bitcoind getaccountaddress &#34;teste&#34; # okay&#xA;1E6pGh6AAtuJdFXheZMp1zdYmvdqAQn9QT&#xA;&#xA;/usr/local/bin/bitcoind listaccounts # NOT okay...&#xA;{&#xA;    &#34;teste&#34; : 0.00000000&#xA;}&#xA;&#xA;Where is my default account listed at &#34;listaccounts&#34; output?!&#xA;&#xA;Best,&#xA;Thiago&#xA;&#xA;2012/2/26 Michael Grønager &lt;gronager at ceptacle.com&gt;&#xA;&#xA;&gt; And if you do an update now &#34;help&#34; is there too ;)&#xA;&gt;&#xA;&gt; /M&#xA;&gt;&#xA;&gt; On 25/02/2012, at 03:11, Martinx - ジェームズ wrote:&#xA;&gt;&#xA;&gt; &gt; Thank you!!!&#xA;&gt; &gt;&#xA;&gt; &gt; It is all working now! Except &#34;help&#34;...&#xA;&gt; &gt;&#xA;&gt; &gt; Nice work Michael!!&#xA;&gt; &gt;&#xA;&gt; &gt; Best,&#xA;&gt; &gt; Thiago&#xA;&gt; &gt;&#xA;&gt; &gt; 2012/2/24 Michael Grønager &lt;gronager at ceptacle.com&gt;&#xA;&gt; &gt; OK - didn&#39;t took the weekend:&#xA;&gt; &gt;&#xA;&gt; &gt; support for &#34;port&#34; is on github now :)&#xA;&gt; &gt;&#xA;&gt; &gt; Only took two lines:&#xA;&gt; &gt;&#xA;&gt; &gt;           (&#34;port&#34;, value&lt;unsigned short&gt;(&amp;port)-&gt;default_value(8333),&#xA;&gt; &#34;Listen on specified port for the p2p protocol&#34;)&#xA;&gt; &gt;&#xA;&gt; &gt; and using the port option in the Node constructor (was there already):&#xA;&gt; &gt;&#xA;&gt; &gt;       Node node(chain, data_dir, args.count(&#34;nolisten&#34;) ? &#34;&#34; :&#xA;&gt; &#34;0.0.0.0&#34;, lexical_cast&lt;string&gt;(port)); // it is also here we specify the&#xA;&gt; use of a proxy!&#xA;&gt; &gt;&#xA;&gt; &gt; /M&#xA;&gt; &gt;&#xA;&gt; &gt;&#xA;&gt; &gt;&#xA;&gt; &gt; On 24/02/2012, at 19:49, Martinx - ジェームズ wrote:&#xA;&gt; &gt;&#xA;&gt; &gt;&gt; Hi Michael,&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Thank you for your attention!&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Now, I&#39;m trying to start libcoin&#39;s bitcoind using high ports but, it&#xA;&gt; always try to listen at 8332, no matter what I &#34;say&#34;...&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Look:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; $ cat .bitcoin/bitcoin.conf&#xA;&gt; &gt;&gt; server=1&#xA;&gt; &gt;&gt; daemon=1&#xA;&gt; &gt;&gt; rpcuser=libcoin&#xA;&gt; &gt;&gt; rpcpassword=LibCoin13&#xA;&gt; &gt;&gt; rpcport=10332&#xA;&gt; &gt;&gt; port=10333&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; But:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; /usr/local/bin/bitcoind&#xA;&gt; &gt;&gt; Error: Address already in use&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; terminate called after throwing an instance of &#39;DbException&#39;&#xA;&gt; &gt;&gt;  what():  DbEnv::close: Invalid argument&#xA;&gt; &gt;&gt; Aborted&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; When I &#34;strace it&#34;, I can see:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; ...&#xA;&gt; &gt;&gt; bind(12, {sa_family=AF_INET, sin_port=htons(8333),&#xA;&gt; sin_addr=inet_addr(&#34;0.0.0.0&#34;)}, 16) = -1 EADDRINUSE (Address already in use)&#xA;&gt; &gt;&gt; ...&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; I already tried:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; /usr/local/bin/bitcoind --rpcport 10332&#xA;&gt; &gt;&gt; /usr/local/bin/bitcoind --rpcport=10332&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Without success...&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Thanks again!&#xA;&gt; &gt;&gt; Thiago&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; 2012/2/24 Michael Grønager &lt;gronager at ceptacle.com&gt;&#xA;&gt; &gt;&gt; Hi Thiago,&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Forgot to comment on the two latter:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;&gt; $ bitcoind getaccountaddress &#34;&#34;&#xA;&gt; &gt;&gt;&gt; HTTP error code: 401&#xA;&gt; &gt;&gt;&gt; Error: couldn&#39;t parse reply from server&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; $ bitcoind listaccounts&#xA;&gt; &gt;&gt;&gt; HTTP error code: 401&#xA;&gt; &gt;&gt;&gt; Error: couldn&#39;t parse reply from server&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; 401 = permission denied - you need to setup username / password either&#xA;&gt; on the commandline or in the bicoin.conf file to access those commands...&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; See in the bitcoind.cpp file for commands that you can use with and&#xA;&gt; without auth...&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; Those that contains an &#34;auth&#34; requires auth:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;      server.registerMethod(method_ptr(new GetBalance(wallet)), auth);&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; As opposed to:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;      server.registerMethod(method_ptr(new GetInfo(node)));&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; auth is defined by:&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;      Auth auth(rpc_user, rpc_pass); // if rpc_user and rpc_pass are not&#xA;&gt; set, all authenticated methods becomes disallowed.&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; so you just experience the case explained in the comment ;) I admit&#xA;&gt; that the output could be more readable, though!&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt; /M&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; Any tips?! lol&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; Thanks!&#xA;&gt; &gt;&gt;&gt; Thiago&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; 2012/2/23 Martinx - ジェームズ &lt;thiagocmartinsc at gmail.com&gt;&#xA;&gt; &gt;&gt;&gt; AWESOME!!!&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; I can compile libcoin at my Ubuntu 11.10... I just need to install:&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; sudo aptitude install libboost1.46-all-dev&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; ...alongside with another already installed dependencies, and now it&#xA;&gt; works!!&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; Thank you!&#xA;&gt; &gt;&gt;&gt; Thiago&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; 2012/2/23 Michael Grønager &lt;gronager at ceptacle.com&gt;&#xA;&gt; &gt;&gt;&gt; Hi Martinx,&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; Another note:&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; boost 1.42 and openssl 1.0 has a conflict (you will see it when you&#xA;&gt; try to compile coinHTTP with that specific combination: sslv2 has been&#xA;&gt; removed from openssl, but boost still references it.)&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; You should do a :&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; sudo apt-get upgrade libboost-dev-all&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; to get the 1.46.1 library&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; /M&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; On 23/02/2012, at 18:31, Martinx - ジェームズ wrote:&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Hi Michael!&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Thank you for libcoin! It is a awesome evolution for Bitcoin and for&#xA;&gt; the CryptoCurrencies as a hole... Thanks!!!&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Anyway, I am unable to compile libcoin under my Ubuntu 11.04. At this&#xA;&gt; machine, I have compiled and running Bitcoin (from sources), Namecoin,&#xA;&gt; Devcoin, Litecoin, IXcoin and I0coin, all from sources but, when I try to&#xA;&gt; compile libcoin, I got:&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; ----&#xA;&gt; &gt;&gt;&gt;&gt; user at desk:~/libcoin$ ./configure&#xA;&gt; &gt;&gt;&gt;&gt; -- The C compiler identification is GNU&#xA;&gt; &gt;&gt;&gt;&gt; -- The CXX compiler identification is GNU&#xA;&gt; &gt;&gt;&gt;&gt; -- Check for working C compiler: /usr/bin/gcc&#xA;&gt; &gt;&gt;&gt;&gt; -- Check for working C compiler: /usr/bin/gcc -- works&#xA;&gt; &gt;&gt;&gt;&gt; -- Detecting C compiler ABI info&#xA;&gt; &gt;&gt;&gt;&gt; -- Detecting C compiler ABI info - done&#xA;&gt; &gt;&gt;&gt;&gt; -- Check for working CXX compiler: /usr/bin/c++&#xA;&gt; &gt;&gt;&gt;&gt; -- Check for working CXX compiler: /usr/bin/c++ -- works&#xA;&gt; &gt;&gt;&gt;&gt; -- Detecting CXX compiler ABI info&#xA;&gt; &gt;&gt;&gt;&gt; -- Detecting CXX compiler ABI info - done&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for include files CMAKE_HAVE_PTHREAD_H&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for include files CMAKE_HAVE_PTHREAD_H - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for pthread_create in pthreads&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for pthread_create in pthreads - not found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for pthread_create in pthread&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for pthread_create in pthread - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Found Threads: TRUE&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for XOpenDisplay in&#xA;&gt; /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for XOpenDisplay in&#xA;&gt; /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for gethostbyname&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for gethostbyname - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for connect&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for connect - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for remove&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for remove - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for shmat&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for shmat - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for IceConnectionNumber in ICE&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for IceConnectionNumber in ICE - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Found X11: /usr/lib/i386-linux-gnu/libX11.so&#xA;&gt; &gt;&gt;&gt;&gt; -- Boost version: 1.42.0&#xA;&gt; &gt;&gt;&gt;&gt; -- Found the following Boost libraries:&#xA;&gt; &gt;&gt;&gt;&gt; --   date_time&#xA;&gt; &gt;&gt;&gt;&gt; --   regex&#xA;&gt; &gt;&gt;&gt;&gt; --   filesystem&#xA;&gt; &gt;&gt;&gt;&gt; --   system&#xA;&gt; &gt;&gt;&gt;&gt; --   program_options&#xA;&gt; &gt;&gt;&gt;&gt; --   thread&#xA;&gt; &gt;&gt;&gt;&gt; -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_X11&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_X11 - found&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_WIN&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_WIN - not found.&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_QWS&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_QWS - not found.&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_MAC&#xA;&gt; &gt;&gt;&gt;&gt; -- Looking for Q_WS_MAC - not found.&#xA;&gt; &gt;&gt;&gt;&gt; -- Found Qt-Version 4.7.2 (using /usr/bin/qmake)&#xA;&gt; &gt;&gt;&gt;&gt; -- Found wxWidgets: TRUE&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; The build system is configured to install libraries to /usr/local/lib&#xA;&gt; &gt;&gt;&gt;&gt; Your applications may not be able to find your installed libraries&#xA;&gt; unless you:&#xA;&gt; &gt;&gt;&gt;&gt;   set your LD_LIBRARY_PATH (user specific) or&#xA;&gt; &gt;&gt;&gt;&gt;   update your ld.so configuration (system wide)&#xA;&gt; &gt;&gt;&gt;&gt; You have an ld.so.conf.d directory on your system, so if you wish to&#xA;&gt; ensure that&#xA;&gt; &gt;&gt;&gt;&gt; applications find the installed libcoin libraries, system wide, you&#xA;&gt; could install an&#xA;&gt; &gt;&gt;&gt;&gt; libcoin specific ld.so configuration with:&#xA;&gt; &gt;&gt;&gt;&gt;   sudo make install_ld_conf&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; -- Configuring done&#xA;&gt; &gt;&gt;&gt;&gt; -- Generating done&#xA;&gt; &gt;&gt;&gt;&gt; -- Build files have been written to: /home/user/libcoin&#xA;&gt; &gt;&gt;&gt;&gt; ----&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Now I tried make, without success:&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; ----&#xA;&gt; &gt;&gt;&gt;&gt; .....&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const&amp;)]+0xf):&#xA;&gt; undefined reference to `BN_init&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const&amp;)]+0x1e):&#xA;&gt; undefined reference to `BN_copy&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const&amp;)]+0x38):&#xA;&gt; undefined reference to `BN_set_negative&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const&amp;)]+0x4f):&#xA;&gt; undefined reference to `BN_clear_free&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const&amp;)]+0xd3):&#xA;&gt; undefined reference to `BN_clear_free&#39;&#xA;&gt; &gt;&gt;&gt;&gt; ../../lib/libcoin.a(Script.o): In function `operator&lt;&lt;(CBigNum&#xA;&gt; const&amp;, unsigned int)&#39;:&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZlsRK7CBigNumj[operator&lt;&lt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0x16): undefined reference to `BN_init&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZlsRK7CBigNumj[operator&lt;&lt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0x2c): undefined reference to `BN_lshift&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZlsRK7CBigNumj[operator&lt;&lt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0xad): undefined reference to `BN_clear_free&#39;&#xA;&gt; &gt;&gt;&gt;&gt; ../../lib/libcoin.a(Script.o): In function `operator&gt;&gt;(CBigNum&#xA;&gt; const&amp;, unsigned int)&#39;:&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZrsRK7CBigNumj[operator&gt;&gt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0xf): undefined reference to `BN_init&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZrsRK7CBigNumj[operator&gt;&gt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0x1e): undefined reference to `BN_copy&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZrsRK7CBigNumj[operator&gt;&gt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0x47): undefined reference to `BN_clear_free&#39;&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZrsRK7CBigNumj[operator&gt;&gt;(CBigNum const&amp;, unsigned&#xA;&gt; int)]+0xcb): undefined reference to `BN_clear_free&#39;&#xA;&gt; &gt;&gt;&gt;&gt; ../../lib/libcoin.a(Script.o): In function `operator!=(CBigNum&#xA;&gt; const&amp;, CBigNum const&amp;)&#39;:&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZneRK7CBigNumS1_[operator!=(CBigNum const&amp;,&#xA;&gt; CBigNum const&amp;)]+0x14): undefined reference to `BN_cmp&#39;&#xA;&gt; &gt;&gt;&gt;&gt; ../../lib/libcoin.a(Script.o): In function `operator&gt;(CBigNum const&amp;,&#xA;&gt; CBigNum const&amp;)&#39;:&#xA;&gt; &gt;&gt;&gt;&gt; Script.cpp:(.text._ZgtRK7CBigNumS1_[operator&gt;(CBigNum const&amp;, CBigNum&#xA;&gt; const&amp;)]+0x14): undefined reference to `BN_cmp&#39;&#xA;&gt; &gt;&gt;&gt;&gt; ../../lib/libcoin.a(Script.o): In function `uint256&#xA;&gt; Hash&lt;__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned&#xA;&gt; char, std::allocator&lt;unsigned char&gt; &gt; &gt;&#xA;&gt; &gt;(__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned char,&#xA;&gt; std::allocator&lt;unsigned char&gt; &gt; &gt;, __gnu_cxx::__normal_iterator&lt;unsigned&#xA;&gt; char*, std::vector&lt;unsigned char, std::allocator&lt;unsigned char&gt; &gt; &gt;)&#39;:&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; Script.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256&#xA;&gt; Hash&lt;__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned&#xA;&gt; char, std::allocator&lt;unsigned char&gt; &gt; &gt;&#xA;&gt; &gt;(__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned char,&#xA;&gt; std::allocator&lt;unsigned char&gt; &gt; &gt;, __gnu_cxx::__normal_iterator&lt;unsigned&#xA;&gt; char*, std::vector&lt;unsigned char, std::allocator&lt;unsigned char&gt; &gt;&#xA;&gt; &gt;)]+0x6d): undefined reference to `SHA256&#39;&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; Script.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256&#xA;&gt; Hash&lt;__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned&#xA;&gt; char, std::allocator&lt;unsigned char&gt; &gt; &gt;&#xA;&gt; &gt;(__gnu_cxx::__normal_iterator&lt;unsigned char*, std::vector&lt;unsigned char,&#xA;&gt; std::allocator&lt;unsigned char&gt; &gt; &gt;, __gnu_cxx::__normal_iterator&lt;unsigned&#xA;&gt; char*, std::vector&lt;unsigned char, std::allocator&lt;unsigned char&gt; &gt;&#xA;&gt; &gt;)]+0xb8): undefined reference to `SHA256&#39;&#xA;&gt; &gt;&gt;&gt;&gt; collect2: ld returned 1 exit status&#xA;&gt; &gt;&gt;&gt;&gt; make[2]: *** [bin/bitcoind] Error 1&#xA;&gt; &gt;&gt;&gt;&gt; make[1]: *** [applications/bitcoind/CMakeFiles/app_bitcoind.dir/all]&#xA;&gt; Error 2&#xA;&gt; &gt;&gt;&gt;&gt; make: *** [all] Error 2&#xA;&gt; &gt;&gt;&gt;&gt; -----&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; What can I do?!&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Best,&#xA;&gt; &gt;&gt;&gt;&gt; Thiago&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; On 1 February 2012 12:18, Michael Grønager &lt;gronager at ceptacle.com&gt;&#xA;&gt; wrote:&#xA;&gt; &gt;&gt;&gt;&gt; Dear Bitcoiners,&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; libcoin is now in a state ready for its first release, which I would&#xA;&gt; like to share with you!&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; === libcoin is a crypto currency library based on the bitcoin/bitcoin&#xA;&gt; &#34;Satoshi&#34; client. ===&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Copenhagen, Denmark - 1st February 2012 Ceptacle announces the&#xA;&gt; release of the first version of the crypto currency library &#34;libcoin&#34; based&#xA;&gt; on the bitcoin/bitcoin &#34;Satoshi&#34; client.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; libcoin also maintains a version of bitcoind that is a 100%&#xA;&gt; compatible drop-in replacement of the bitcoin/bitcoind client: You can use&#xA;&gt; it on the same computer on the same files and you can call it with the same&#xA;&gt; scripts. And you can easily extend it without touching the basic bitcoin&#xA;&gt; source files.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; The libcoin/bitcoind client downloads the entire block chain 3.5&#xA;&gt; times faster than the bitcoin/bitcoind client. This is less than 90 minutes&#xA;&gt; on a modern laptop!&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; In libcoin, the Satoshi client code has been completely refactored,&#xA;&gt; properly encapsulating classes, removing all globals, moving from threads&#xA;&gt; and mutexes to a pure asynchronous approach. Functionalities have been&#xA;&gt; divided into logical units and libraries, minimizing dependencies for e.g.&#xA;&gt; thin clients.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; libcoin is chain agnostic, all chain (bitcoin, testnet, namecoin,&#xA;&gt; litecoin, ...) specific settings are maintained from a single class (Chain)&#xA;&gt; and hence experiments with chain settings, mining, security and digital&#xA;&gt; currencies for research and educational purposes are easily accessible. See&#xA;&gt; the ponzicoin example for how you define your own chain.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; The build system of libcoin is based on CMake and supports builds of&#xA;&gt; static and dynamic libraries on Linux, Mac OS X, and Windows.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; The libcoin license is LGPL v. 3. This mean that you can use it in&#xA;&gt; open source as well as in commercial projects, but improvements should go&#xA;&gt; back into the libcoin library.&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; ======&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Read more on libcoin on: http://github.com/ceptacle/libcoin/wiki&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Join libcoin on twitter: http://twitter.com/libcoin&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Download &#34;libcoin Satoshi release&#34;:&#xA;&gt; http://github.com/ceptacle/libcoin/zipball/v0.4.0.1&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Best regards,&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt; Michael Gronager, PhD&#xA;&gt; &gt;&gt;&gt;&gt; Director, Ceptacle&#xA;&gt; &gt;&gt;&gt;&gt; Jens Juels Gade 33&#xA;&gt; &gt;&gt;&gt;&gt; 2100 Copenhagen E&#xA;&gt; &gt;&gt;&gt;&gt; Mobile: +45 31 45 14 01&#xA;&gt; &gt;&gt;&gt;&gt; E-mail: gronager at ceptacle.com&#xA;&gt; &gt;&gt;&gt;&gt; Web: http://www.ceptacle.com/&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; ------------------------------------------------------------------------------&#xA;&gt; &gt;&gt;&gt;&gt; Keep Your Developer Skills Current with LearnDevNow!&#xA;&gt; &gt;&gt;&gt;&gt; The most comprehensive online learning library for Microsoft&#xA;&gt; developers&#xA;&gt; &gt;&gt;&gt;&gt; is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3,&#xA;&gt; MVC3,&#xA;&gt; &gt;&gt;&gt;&gt; Metro Style Apps, more. Free future releases when you subscribe now!&#xA;&gt; &gt;&gt;&gt;&gt; http://p.sf.net/sfu/learndevnow-d2d&#xA;&gt; &gt;&gt;&gt;&gt; _______________________________________________&#xA;&gt; &gt;&gt;&gt;&gt; Bitcoin-development mailing list&#xA;&gt; &gt;&gt;&gt;&gt; Bitcoin-development at lists.sourceforge.net&#xA;&gt; &gt;&gt;&gt;&gt; https://lists.sourceforge.net/lists/listinfo/bitcoin-development&#xA;&gt; &gt;&gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt; Michael Gronager, PhD&#xA;&gt; &gt;&gt;&gt; Director, Ceptacle&#xA;&gt; &gt;&gt;&gt; Jens Juels Gade 33&#xA;&gt; &gt;&gt;&gt; 2100 Copenhagen E&#xA;&gt; &gt;&gt;&gt; Mobile: +45 31 45 14 01&#xA;&gt; &gt;&gt;&gt; E-mail: gronager at ceptacle.com&#xA;&gt; &gt;&gt;&gt; Web: http://www.ceptacle.com/&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&gt;&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&gt;&#xA;&gt; &gt;&#xA;&gt; &gt; Michael Gronager, PhD&#xA;&gt; &gt; Director, Ceptacle&#xA;&gt; &gt; Jens Juels Gade 33&#xA;&gt; &gt; 2100 Copenhagen E&#xA;&gt; &gt; Mobile: +45 31 45 14 01&#xA;&gt; &gt; E-mail: gronager at ceptacle.com&#xA;&gt; &gt; Web: http://www.ceptacle.com/&#xA;&gt; &gt;&#xA;&gt; &gt;&#xA;&gt;&#xA;&gt; Michael Gronager, PhD&#xA;&gt; Director, Ceptacle&#xA;&gt; Jens Juels Gade 33&#xA;&gt; 2100 Copenhagen E&#xA;&gt; Mobile: +45 31 45 14 01&#xA;&gt; E-mail: gronager at ceptacle.com&#xA;&gt; Web: http://www.ceptacle.com/&#xA;&gt;&#xA;&gt;&#xA;-------------- next part --------------&#xA;An HTML attachment was scrubbed...&#xA;URL: &lt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20120227/f256a79d/attachment.html&gt;</html></oembed>