Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 528 Bytes

Vagrant

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.

Usage:

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