The Vagrantfile
in this directory contains definitions for multiple different operating systems that are useful for testing Bitcoin Core.
It is currently being used with Virtualbox 7.0. Compatibility with earlier versions is not guaranteed.
vagrant up openbsd --provider virtualbox
This provisions a OpenBSD VM (using openbsd.sh
) and installs dependencies.
You can then connect to the box using:
vagrant ssh openbsd