I’m getting errors when trying to compile with just wxBase. g++ -c -O0 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -D__WXGTK__ -DNOPCH -I”/opt/tdep/include” -I”/usr/include” -DwxUSE_GUI=0 -o obj/nogui/util.o util.cpp In file included from util.cpp:5: headers.h:22:24: error: wx/clipbrd.h: No such file or directory In file included from headers.h:100, from util.cpp:5: db.h: In member function ‘bool […]
Read moreCategory: Bitcoin Talk
Re: Proof-of-work difficulty increasing
Quote from: NewLibertyStandard on February 21, 2010, 18:52:43 Not only that, but I think that Bitcoin will not accept blocks generated at a different difficulty, so if a modified Bitcoin client tried to send out more easily generated blocks, all the authentic clients would reject the fake blocks. We need […]
Read moreRe: Command Line and JSON-RPC
OK, I made a build target bitcoind that only links wxBase and does not link GTK. Version 0.2.7 on SVN. I split out the init and shutdown stuff from ui.cpp into init.cpp, so now ui.cpp is pure UI. ui.h provides inline stubs if wxUSE_GUI=0. We only have four functions that […]
Read moreRe: New icon/logo
Quote from: Sabunir on February 25, 2010, 01:47:56 I like them. Do they come in higher resolutions? Yes, the original is 546×531 pixels. It looks good at larger size too, but since the small icons are what you mostly always see, I wanted to judge it on those first. I’ll […]
Read moreRe: Proof-of-work difficulty increasing
The automatic adjustment happened earlier today. 24/02/2010 0000000043b3e500000000000000000000000000000000000000000000000000 24/02/2010 3.78 +49% I updated the first post. Related posts: Proof-of-work difficulty increasing We had our first automatic adjustment of the proof-of-work difficulty… Re: Proof-of-work difficulty increasing We had our first automatic adjustment of the proof-of-work difficulty… Re: Proof-of-work difficulty increasing New […]
Read moreRe: Command Line and JSON-RPC
This is strange… When I start Bitcoin as a daemon on my 64 bit Linux server, it eats up all the 250MB of remaining RAM, 700MB of swap and eventually crashes. On my 32 bit Ubuntu desktop, it works fine and stays at 15MB of memory usage. The server is […]
Read moreRe: Make your “we accept Bitcoin” logo
wow ! Yeah looking really good 🙂 As well as GNU GPL why not attach a Creative Commons License http://creativecommons.org/ to them. You can reference the project address and request a Bitcoin donation for their reproduction. 🙂 If you GPL stuff, I have to avoid using it. Nothing against GPL per-se, but […]
Read moreNew icon/logo
New icons, what do you think? Better than the old one? Full size 530×529 image for scaling down to custom sizes: http://www.bitcoin.org/download/bitcoin530.png The perspective shadow was too thick on the larger sizes. I updated 32, 48 and the full size. I release these images into the public domain (copyright-free). I […]
Read moreRe: Command Line and JSON-RPC
Quote from: theymos on February 24, 2010, 03:07:37 Quote from: satoshi on February 23, 2010, 22:15:41 On Linux it needs libgtk2.0-0 installed Will this requirement be removed sometime? I’d rather not have to deal with GTK. How much “dealing with” does GTK actually require? Is it just a matter of […]
Read moreRe: URI-scheme for bitcoin
Hi, intrigued by the bitcoin-system, I have an idea: The bitcoin addresses could be improved by implementing an URI-scheme like e.g. torrent magnet links. So instead of 1Nu6wZC7JSuh6h8nfKkSTZ4kp9U4f83hhZ, we could more unambiguous say bitcoin:?addr=1Nu6wZC7JSuh6h8nfKkSTZ4kp9U4f83hhZ, and even configure browsers to redirect clicks on such links to a bitcoin client. This would […]
Read more