Please cite exactly which library is using which feature of very recent glibc version (or any library for that matter) ? (just so we can all understand the problem in the way you state). From what I can see wxWidgets and boost are linked statically. I guess this is due […]
Read moreMonth: July 2010
Webpage idea: Next predicted difficulty change
It would be neat if someone had a page (like that handy calculator at http://www.alloscomp.com/bitcoin/calculator.php) that projects what the next difficulty adjustment will be. projected difficulty adjustment multiplier = blocks_since_last_adjustment / 2016 ———————————— time_since_last_adjustment / 14_days For instance, if it already got half way to the next adjustment in only […]
Read moreRe: 4 hashes parallel on SSE2 CPUs for 0.3.6
This patch will calculate four hashes on one core using vector instructions. There’s a test programm included that validates the new hash function against the old one so it should be correct. The patch is against 0.3.6. Improves khash/s by roughly 115%. http://pastebin.com/XN1JDb53 That’s amazing… So are you saying you […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
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 moreRe: *** 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 more[bitcoin-list] Alert: upgrade to bitcoin 0.3.6
Please upgrade to 0.3.6 ASAP to get an important bugfix. See the bitcoin.org homepage for download links. Related posts: [bitcoin-list] ALERT – we are investigating a problem *** WARNING *** We are investigating a problem. DO NOT… [bitcoin-list] Bitcoin v0.1.2 now available Bitcoin v0.1.2 is now available for download. See […]
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 more