Introducing AIRA 0.11
Pre-requirenments
- These packages are needed
$ sudo apt-get install qemu-kvm qemu libvirt-bin
- You need an Ethereum account in kovan testnet
- A small amount of Ether
- Air tokens
- USB-stick 16Gb and more, if you’re going to launch Aira on Raspberry Pi
It’s convenient to create an account in Metamask Chrome extension. You can ask @vourhey and @Pad1a_evil in Telegram for Ether and Air tokens.
Obtaining Aira
Go to https://github.com/airalab/aira and download the latest raw image.
Decompress
$ xz --decompress aira-nixos-x86_64.img.xz
Burn the image to the USB flash drive (optional)
$ dd if=aira-nixos-x86_64.img of=/dev/sde status=progress
Launch in emulator
$ qemu-kvm -m 2G aira-nixos-x86_64.img
Enter user name user
and password user
Wait until parity syncronization is finished. Open logs to check if it’s done
$ journalctl -u parity -f
If you see Imported...
parity is ready. Go to Dapp and buy a futures. For example B futures was bought for 3 Air below
Look to the logs
$ journalctl -u railway-market-switch -f
You can see the order was closed on the last row. Market B is RIGHT, market A is LEFT. Let’s buy a futures on market A so it would have a higher price
The train should change its direction
Look to the logs