Merge branch 'master' into sending_to_subaddress

pull/74/head
moneroexamples 6 years ago committed by GitHub
commit 695497b18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,10 +36,11 @@ to MyMonero. They include:
## Stagenet version (Currently offline)
- [http://139.162.32.245:81](http://139.162.32.245:81)
- [http://139.162.32.245:81](http://139.162.32.245:81) - DOWN due to VPN problems at the moment :-(
This is Open Monero running on testnet network. You can use it to play around with it.
Since this is testnet version, frequent changes and database resets are expected. Also,
This is Open Monero running on stagenet network. You can use it to play around with it.
Since this is stagenet version, frequent changes and database resets are expected. Also,
it is running on cheap vps, which may result in some lag.
If you want some testnet or stagenet monero, please make issue with your stagenet address that you can
@ -81,7 +82,6 @@ Open Monero is not as fast as MyMonero.
in back, because viewkey is unknown.
## Example compilation on Ubuntu 16.04
Below are example and basic instructions on how to setup up and run Open Monero on Ubuntu 16.04.
@ -96,7 +96,8 @@ Download and compile recent Monero into your home folder:
# first install monero dependecines
sudo apt update
sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev
sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev
sudo wget -O /usr/local/include/zmq.hpp https://raw.githubusercontent.com/zeromq/cppzmq/master/zmq.hpp
# go to home folder
cd ~

Loading…
Cancel
Save