Files
bitcoin-tutorials/BUIDL_bootcamp_VM.txt
openoms 069595b8d3 fzf
2019-01-07 13:13:26 +00:00

26 lines
710 B
Plaintext

Ubuntu18.04.01LTS image
unzip the .vdi to use with Virtualbox
username: buidl
password: bootcamp
Installed and working:
git
cloned github.com/justinmoon/digital-cash/
pip
venv
digital-cash/requirements.txt
docker
docker-compose
VisualStudio Code
To convert to a RAW image:
in Windows with VirtualBox installed, run this in Command Prompt (cmd.exe) or PowerShell:
`"C:\Program_Files\Oracle\VirtualBox\VBoxManage.exe" clonehd --format RAW Ubuntu18.04.01LTS.vdi RAW_Image_to_disk.img`
in Linux bash:
`VBoxManage clonehd --format RAW Ubuntu18.04.01LTS.vdi RAW_Image_to_disk.img`
The .img can be written to HDD/SSD/USBDrive with http://www.hddguru.com/software/HDD-Raw-Copy-Tool/.