An interesting tidbit for anyone wishing to compile this for mac
received this pm earlier, just noticed it.
Hello.
I changed this:
( 3461, uint("0xe3c1a28ce9d537f5b9a5458d517661a4b4e22fda47fcac4d8d5f33b99ce0de70"))
to this:
( 3461, uint256("0xe3c1a28ce9d537f5b9a5458d517661a4b4e22fda47fcac4d8d5f33b99ce0de70"))
in checkpoints.cpp to compile it on a Mac running 10.8.4.
I made this change to the file from a fresh "git clone" of the source on Github.