Files
bitcoin-tutorials/BUIDLbootcamp/BUIDL_bootcamp_VM.txt
openoms e2c5bd9e08 reorg
2019-01-16 14:17:37 +00:00

29 lines
788 B
Plaintext

Download the working Ubuntu18.04.01LTS image:
https://mega.nz/#F!JQ1S1KqT!nDiX3p9aCY-8DUvvmf-_mw
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/.