Quote from: jgarzik on August 03, 2010, 18:09:08 bitcoin requires the Content-Length header, but several JSON-RPC libraries do not provide it. When the Content-Length header is absent, bitcoin returns 500 Internal Server Error. Quote from: gavinandresen on August 03, 2010, 18:56:44 Can you be more specific about which JSON libraries […]
Read moreCategory: Bitcoin Talk
Re: Bitcoind x86 binary for CentOS
Quote from: sgtstein on August 03, 2010, 17:30:37 I have successfully built it with 4.8, 4.7 never would but with 4.8 bitcoind locks up whenever it dumps the initial block download to disk. 🙁 I urge you not to use BDB 4.8. The database/log0000* files will be incompatible if anyone […]
Read moreRe: Builds for Ubuntu?
Quote from: nimnul on August 03, 2010, 17:51:15 Is satoshi noWx patch in 0.3.7 already? Before that bitcoind required wx, and I never seen Satoshi announcing that it’s in trunk Yes, 0.3.7 has it. It was in rev 112. Related posts: Re: Automated nightly builds I finally managed to get […]
Read moreRe: Protocol Buffers for Bitcoin
There has been a discussion going on elsewhere about using protocol buffers for bitcoin. To summarise the advantages: -> Small encoding -> Very fast -> Implementations in loads of languages (So writing new clients become a lot simpler) -> Forwards compatible (indeed, this is most of the point of protocol […]
Read moreRe: 4 hashes parallel on SSE2 CPUs for 0.3.6
Is it 2x fast on AMD and 1/2 fast on Intel? Quote from: tcatm on July 31, 2010, 10:12:38 Btw. Why are you using this alignup<16> function when __attribute__ ((aligned (16))) will tell the compiler to align at compiletime? Tried that, but it doesn’t work for things on the stack. […]
Read moreRe: Mac Client Problems Outlined…
Hardware MacBook Pro 2.4 GHz Intel Core 2 Duo (Model 4,1) 2 GB 667 MHz DDR2 SDRAM Software Mac OS X 10.6.4 Snow Leopard Bitcoin 0.3.7 (according to Bitcoin >> About) Problems Preferences: the preferences I have tried all have zero effect as far as I can tell. “Minimize to […]
Read moreRe: Linux version => No GUI after upgrade. WTF?
Hey guys, My linux machine (debian 5 stable, 32 bit) was running bitcoin 0.20 for months now. I upgraded it to 0.36 today and the GUI won’t appear, however bitcoin is running and seems to use the CPU. Where is the GUI? It won’t appear, but there are no errors […]
Read moreRe: Linux distribution download
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 moreWebpage 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 more