Aevo is a decentralized PoW/PoS cryptocurrency with support for private transactions and high-reward masternodes.
Aevo implements the guidelines of the MIT License.
Specification | Value |
---|---|
Max Coins | 425M AEVO |
Block Time | 120 seconds |
Main Port | 13371 |
RPC Port | 13370 |
Masternode Collateral | 42,500 AEVO |
Algorithm | Scrypt |
PoS Maturity | 12 hours |
Add the following dependencies and repositories using APT:
sudo apt-get install build-essential libssl-dev libboost-all-dev libqrencode-dev pkg-config libminiupnpc-dev qt5-default qttools5-dev-tools libgmp3-dev autoconf automake libtool
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
Clone this github repository and change directory:
git clone https://github.com/aevocoin/aevocoin
cd aevocoin
For compiling the headless aevod daemon, enter the following commands:
cd src
make -f makefile.unix
strip aevod
For compiling the graphical QT wallet, enter the following commands:
qmake
make
strip Aevo-qt
To install the daemon and QT wallet globally, copy the files to /usr/local/bin
or whatever path your distro uses.
sudo cp aevod /usr/local/bin
sudo cp Aevo-qt /usr/local/bin
Compiliation steps are currently unavailable for Windows operating systems. Compiled wallet downloads are available at https://aevo.cf
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.