Virtual machine configuration for development environment for Bitcoin Core.
Provisioning a bitcoin development environment by grabbing all the dependencies, then building bitcoin from source.
- Make sure that vagrant is installed.
- git clone this repository and git clone https://github.com/bitcoin/bitcoin (or a fork) into the same directory. The bitcoin directory will sync into the VM.
- Make sure that Virtualbox is installed.
- Run
vagrant upto start the machine.
- log into your VM using
vagrant ssh - run bitcoind, run bitcoin tests, etc
- fix bugs, write code, open pull request