Related Posts
Setting up Eclipse as your IDE for Bitcoin C++ development on MacOSX.
If you are a Java developer used to the productivity levels achieved by working with eclipse’s code navigation, code completion and refactoring tools, it’s worth your time staying in eclipse for any sort of C++ development. This post refers specifically to getting your eclipse environment to work with a particular C++ Open Source project, The […]
How to actually build bitcoin on Mac OSX 10.9.1
First of all, if you have Macports, do yourself a favor and get rid of it. Then make sure you have Homebrew installed and all the packages installed by it up to date. 1. Let’s install all the dependencies for Bitcoin hacking. brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf qt libtool 2. […]
BitCoin essentials and must have bookmarks
BitCoin is probably the most exciting thing to happen to money since the history of… money, as off the shelf computer harware, software, cryptographic tools, and p2p internet technology have come together to create a currency that: – Doesn’t need a bank to be secure or to validate transactions, it’s decentralized. – Can be transfered […]