Re: [Bitcoin-development] Announcement: libcoin

2012-02-23 Thread Michael Grønager
Hi Martinx, I am looking into it now - I just tried on my Ubuntu 11.10 - I got by Script.cpp with no problems. I have Boost 1.48.1, but I can't see that causing the issue - I will retry with a cleaner machine... /M On 23/02/2012, at 18:31, Martinx - ジェームズ wrote: Hi Michael! Thank you

Re: [Bitcoin-development] Announcement: libcoin

2012-02-23 Thread Michael Grønager
I tried on another 11.10 machine with the normal boost 1.42 and things also worked as they should. However, I noticed a difference between your cmake output and mine: -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so -- Found OpenSSL:

Re: [Bitcoin-development] BitcoinQt eating 100% CPU

2012-02-23 Thread Gavin Andresen
Bitcoin-Qt is now running nicely using around 0.9% CPU. So it seems like the culprit was indeed line 31: if(mq-timed_receive(strBuf, sizeof(strBuf), nSize, nPriority, d)) Others, who have seen similar issues ? I can definitely reproduce the issue on my mac. If I recall correctly, the Mac

Re: [Bitcoin-development] Announcement: libcoin

2012-02-23 Thread Michael Grønager
Hi Martinx, Another note: boost 1.42 and openssl 1.0 has a conflict (you will see it when you try to compile coinHTTP with that specific combination: sslv2 has been removed from openssl, but boost still references it.) You should do a : sudo apt-get upgrade libboost-dev-all to get the

Re: [Bitcoin-development] Announcement: libcoin

2012-02-23 Thread Martinx - ジェームズ
Hi Michael! I just run bitcoind, from libcoin (sudo make install) sources, with empty ~/.bitcoin directory and: Terminal 1: bitcoind # apparently okay Terminal 2: $ bitcoind getinfo # okay { version : 40001, blocks : 57733, connections : 8, difficulty : 11.84622815,