Is it possible to statically link the c++ library? If it is possible, is it something that is an acceptable practice or does it cause problems? Maybe just include the library with the program? When I said static I was only referring to openssl 🙂 We don’t even specify linking […]
Read moreCategory: Bitcoin Talk
Re: [Bitcoin 0.3.0] Runtime error
Installed Bitcoin 0.3.0 on disk “D”. When I try to start it i get these errors: What am I doing wrong? More directly, this: http://bitcointalk.org/index.php?topic=246.0 I will be posting release candidate of 0.3.1 with this fix shortly. Please try that and let me know if it fixes the problem. Related […]
Read moreRe: Runaway CPU usage for 64bit BitCoin (Linux Client)
Could you make it possible to reenable that feature with a startup switch or even compile flag? I like it a lot, and I don’t have this issue. OK, the undocumented switch “-minimizetotray” which re-enables the option. I uploaded the change to SVN. Related posts: Re: Runaway CPU usage for […]
Read moreRe: Scalability
I think a lightweight client would need to trust the fast node it talks to that sees every transaction. The design outlines a lightweight client that does not need the full block chain. In the design PDF it’s called Simplified Payment Verification. The lightweight client can send and receive transactions, […]
Read moreRe: Hash/sec Throttling for Democracy
Quote from: knightmb on July 14, 2010, 19:17:43 So if your computer was only 1% towards solving block 68000 This is a common point of confusion. There’s no such thing as being 1% towards solving a block. You don’t make progress towards solving it. After working on it for 24 […]
Read moreRe: Warning this block was not received by any other nodes
Just got started with bitcoin. I followed the directions. Forwarded the port. Had quite a few connections up to 40 at one time. I wake up this morning and I see I have 12 connections. ANd five errors saying this bitcoin was generated but not received by any other […]
Read moreRe: Runaway CPU usage for 64bit BitCoin (Linux Client)
I did a forum search, didn’t see this mentioned by anyone yet. I have 5 Bit Coin clients, some running Windows Bit Coin, others running Linux Bit Coin. I only have one 64 bit Linux system, but when I run Bit Coin, after about 10 minutes, the CPU usage runs […]
Read moreRe: Error on Ubuntu 10.04
Hi, Tried bitcoind 0.3 on Ubuntu 10.04 and I get the following error when I run bincoind 05:23:02 IST: Debug: ../src/common/intl.cpp(2554): assert “!m_strShort.empty()” failed in AddCatalog(): must initialize catalog first [Debug] Generating a stack trace… please wait../src/common/intl.cpp(2554): assert “!m_strShort.empty()” failed in AddCatalog(): must initialize catalog first Call stack: [00] 0x80ed73b […]
Read moreRe: Stuck on 513 blocks
When I started bitcoin (windows) It started adding blocks, everything was going well. Then i went and port forwarded (I don’t knwo if that’s related) and around then, probably a bit after, it stuck at 513 blocks. I left it on overnight, and generated 11 more (to be precise, the […]
Read moreRe: bitcoin auto-renice-ing
Hi, I run bitcoin at a nice level of 20 so as not to interfere with other tasks. Every now and then, however, it seems to auto-adjust itself to nice level 2, or even 0. It this by design? Frankly, such a thing should be illegal for a linux application… […]
Read more