Files
bitcoin-tutorials/BUIDL_bootcamp_VM.md
openoms b9c32801a2 more
2019-01-03 00:27:39 +00:00

26 lines
710 B
Markdown

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/.