Haystack needs your help to support a free Internet in Iran!

Occupy San Francisco Gallery

Americans protesting corporate greed and inequality faced down authorities in parks and plazas across the country ahead of what organizers describe as 24 hours of public action planned for Saturday in cities around the world.


Thanks to everyone on #OccupySF for their contributions and hard work!

Update: many more pictures added.

Tags   Comments



Were you always better?

This is the last time
I’m gonna write this down
I must admit I’ve gotten used to you
not being around
You were always better
In the pages of my letters

I don’t talk to God
the way that I used to
No hard feelings
He’s just got more important things to do
Then hear my broken records
And read it in the pages of my letters

  Comments

Compiling Namecoin on CentOS

I wasted way too much time getting the latest trunk version of Namecoin to compile on CentOS without throwing endless errors. Here’s instructions to hopefully make your life easier:

  1. Grab the latest Namecoin trunk from vinced’s github.
  2. Follow all the instructions to build Bitcoin on CentOS, up until the part about the makefile.
  3. Grab makefile.centos and drop this in the folder you checked out the trunk to.
  4. Change the DEPSDIR directive at the top.
  5. Then issue `make -f makefile.centos namecoind`.
  6. Enjoy.

Update 1:

If you’re getting errors about…

forming reference to reference type ‘const CTxIndex&’
or
In instantiation of ‘std::pair’:
or
warning: converting to non-pointer type ‘unsigned int’ from NULL

…you’re using the wrong version of g++. Make sure you have 4.4 of g++ installed.

Also: Download Namecoin for Windows or Download Namecoin for Mac

Tags   Comments
Page 1 of 102