Cryptotux is a Linux image preconfigured with tools for crypto development and education.
Cryptotux is currently supplied as .ova images that can be directly imported into Virtualbox (6.X+). It is particularly suited for workshops. Username is bobby, password is bricodeur.
Download -> http://cryptotux.org/
On a debian system
sudo apt install vagrant
To build and run the server version vagrant up
To build and run the desktop version (still experimental) vagrant up cryptotux-desktop
- added brave browser
- removed npm
- lighter image
- added emacs
- updated go
- cosmos sdk
- docker tooling
- added rust & vim
- better update script
- Visual code added
- updates
- fortune, tldr added
- bitcoin binaries & config
- tutorials
- Added bleachit
- Custom update scripts
- bookmarks
- Added parity
- Branding
- upload optimization
- Ligher image and OS
- added IPFS
- Installed
- Ganache-cli
- Chainpoint-cli
- Significantely lighter image
- Solidity addon for Visual Code
- curl
- metamask for firefox
- node with user domain global folder (.npm-global)
- Ethereum ppa and libraries
- libssl1.0-dev
- Utilities build-essential libtool autotools-dev automake pkg-config libssl1.0-dev libevent-dev bsdmainutils python3 software-properties-common libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
- Bitcoin libraries libdb4.8-dev libdb4.8++-dev
- Virtualbox addons
Xavier Lavayssiere (@xavierlava)