short feedback - newly installed ubuntu 15.04 VM:
-
had to use the options listed on the rust-website
curl -sSf https://static.rust-lang.org/rustup.sh | sudo sh -s – --channel=nightly
(i think the additional S is necessary at least because of the su-rights and you have to enter the password) -
cargo run —example crust_node >>> cargo run —example crust_peer
oh there was some activity while i was busy … sorry didn’t want to report it a second time -
works perfect without a problem
ps: when i stop the first started node before the others the “slave nodes” don’t realize that and the master node doesn’t really stop (it says it would have stoppen and then the terminal still isn’t usable)