How encouraging…you’ve just told the poor fellow that even if he does everything right he could still go to jail–you’re making him feel like an ethnic minority! In most cases though, if a lawyer tells you you won’t go to jail, you probably will not go to jail. Newlibertstandard uses […]
Read moreRe: New icon/logo
When you use SVG or another vector-format, you don’t have the problems you discribed when scaling the logo. Perhaps I’ll give it a go in Illustrator. We have the standard icon sizes, and the full size scales nicely to anything else. I added the full size to the first post. […]
Read moreRe: wxWidgets 2.9.0
Quote from: Cdecker on February 27, 2010, 17:09:59 Looking through the source of 2.8.10 it appears that unicode is possible with that version too. In the Windows world, “unicode” means UTF-16 (wchar). 2.8 has two build variations, ANSI and UTF-16 (unicode). The UTF-16 version is the “unicode” version provided in […]
Read moreRe: New icon/logo
Quote from: Cdecker on February 27, 2010, 03:24:07 How about an SVG version? That way we could automatically generate smaller and larger versions as needed. I don’t know how to do SVG, but I did the original very large, over 500 pixels across, so it can be scaled down. I’ll […]
Read moreRe: Command Line and JSON-RPC
Using DB-4.7.25 fixed that problem. I’m now getting this error, though: g++ -O0 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -D__WXGTK__ -DNOPCH -I”/usr/include” -I”/opt/tdep/include” -o bitcoind -L”/usr/lib” -L”/usr/local/lib” -L”/opt/tdep/lib” obj/nogui/util.o obj/nogui/script.o obj/nogui/db.o obj/nogui/net.o obj/nogui/irc.o obj/nogui/main.o obj/nogui/rpc.o obj/nogui/init.o obj/sha.o -l wx_baseu-2.9 -Wl,-Bstatic -l boost_system -l boost_filesystem -l db_cxx -Wl,-Bdynamic -l crypto -l gthread-2.0 obj/nogui/init.o: […]
Read moreRe: New icon/logo
Excellent. This would be a good resource for those participating in the banner contest. Why unequal dimensions? My only suggestion would be to make the coin’s text stand out more. At tiny resolutions outlines tend to be come unworkable, so a better option may be to experiment with contrast. Making […]
Read moreRe: Command Line and JSON-RPC
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 moreRe: 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 more