- Toshendra Kumar Sharma
- October 03, 2023
If you are building some projects around bitcoin then you might have realized that you have to compile the bitcoin source code to create the bitcoind for your own machine. This is necessary because sometimes the pre-compiled binary do not work as expected and your whole project might become erroneous. It is far better to compile bitcoin by your own and then use it.
In this post, I will explain how to compile bitcoin source code on Ubuntu 16.04 LTS. I will be running my Ubuntu instance on AWS though you can follow the same instructions anywhere on Ubuntu 16.04 LTS.
Please make sure your server has at least 4 GB of RAM. I am assuming the username is “ubuntu” (without double quotes) but if your username is something else like root, mark, etc. then please replace ubuntu accordingly.
If you have any questions or any bug to report please comment below.