Quote from: knightmb on July 30, 2010, 20:04:19 So that last command should simply be sudo apt-get install libboost1.37-dev Except that wouldn’t work for boost 1.40+ (on Ubuntu 10.04), where you need to get libboost-all-dev. Seems they changed everything around in Boost recently, “-mt” and all that, makes it hard. […]
Read moreCategory: Bitcoin Talk
Re: *** ALERT *** Upgrade to 0.3.6 ASAP!
Quote from: knightmb on July 30, 2010, 19:24:07 I can only imagine the pain you went through to get these builds because I’m trying to build the program on a Ubuntu 9.04 box and so far I can’t seem to find all the dependencies to compile no matter how much […]
Read moreRe: [PATCH] implement ‘listtransactions’
Here is ‘listtransaction’ version 7: http://gtf.org/garzik/bitcoin/patch.bitcoin-listtransactions This adds the suggested txn_id field — very nice suggestion, gavin! I wanted a unique transaction id, and now I have one 🙂 What are you needing to use listtransactions for? The reason I didn’t implement listtransactions is I want to make sure web […]
Read moreRe: Bug: “Immature” coins lost in wallet.dat during transaction
Howdy, I am running R119 on a Linux box, and last night was fortunate enough to solve a block and get 50 BTC. Hooray, right? Well, I tried to send 30 BTC before they were “mature” (i.e. before the 100+ block mark had passed), and so of course bitcoind reported […]
Read moreRe: Linux distribution download
Hi, I am a software developer and while I am well versed with building things on Linux I thought I might provide some pointers to making like easier for others. There is one aspect with distributing a single download package for Linux that is dynamically linked, “You should use the […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
Quote from: lachesis on July 29, 2010, 22:14:36 On Debian testing 32-bit, I get a few build errors, all resembling: Code: script.cpp:114: error: ‘OP_NOP1’ was not declared in this scope I got these when attempting to “make bitcoind” without “make clean” or “make” first. It looks like the bitcoind build […]
Read moreRe: Transaction disappeared in the void…
I did a transaction about 2 hours ago and it is staying at 0/unconfirmed, the recipient has no credit showing or even an unconfirmed line… The coins seems to disapeared in the void… Should I wait is this just a transaction that is going to take exceptionally long? If the […]
Read moreRe: Implementation bug prior to 0.3.6
BTW, an important feature of these mailing lists is that anyone can post… but only the “vendor security” group can read the posts. Thus, it is easy for an outsider with a real security issue to provide detailed information to vendor-sec@myopensourceproject.org, while preventing unscrupulous people from reading the sensitive information. […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
I’m getting this too on 32-bit Ubuntu 9.10. It works fine on 32-bit and 64-bit Ubuntu 10.04. “./bitcoin: /lib64/libc.so.6: version `GLIBC_2.11′ not found (required by ./bitcoin)” isn’t a new problem that started with 0.3.6 is it? This was built on the same OS installations as 0.3.0. Unfortunately I upgraded to […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
Tested the Windows build across XP, 2003, Vista, 7 (both 32 and 64bit builds), no issues installing or running client. So far so good, looking forward to the Linux client. 😉 0.3.6 Linux build is back to the old makefile.unix. It static links libjpeg so that shouldn’t be a problem. […]
Read more