Skip to content

Latest commit

 

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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