Skip to content

2010

Dallas Makerspace Open House

A while back I became a member of the Dallas Makerspace, which is basically the only hackerspace in the Dallas area. I met a lot of cool people and now I have access to a lot of really cool tools (Makerbot, CNC laser cutter, etc) so hopefully I'll have some new blog posts in the next few months talking about a cool project I'm working on. If you live in the Dallas area or will be here on the 20th, come by our open house, it's going to be fun.

Compiling Bitcoin on Ubuntu 10.04 (Lucid)

In case you don't know, Bitcoin is a decentralized crypto-currency or as the site says a "peer-to-peer network based digital currency". While most people have been content to use the pre-compiled binaries available, some of us prefer to compile the client from source, for various reasons. Personally, I maintain a repository on github because I like using a number of patches that various programmers have put forth in the Bitcoin community. Whatever your reason for compiling from source, you have likely run into issues with compiling the graphical client since it requires the development version of wxWidgets. After a whole lot of failed attempts to compile the Bitcoin client I finally found a working configuration.