Coder Social home page Coder Social logo

combatidy / aevo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bardonme/aevo

0.0 0.0 0.0 3.02 MB

This is a copy of the original repo for the Aevo Cryptocurrency. It has been re-uploaded after a community takeover occurred.

Shell 6.26% C++ 76.34% Python 1.35% C 10.45% Objective-C 0.01% Java 0.03% CSS 0.02% Objective-C++ 0.09% Makefile 3.91% HTML 0.81% QMake 0.34% NSIS 0.09% M4 0.29%

aevo's Introduction

Aevo

Aevo is a decentralized PoW/PoS cryptocurrency with support for private transactions and high-reward masternodes.

License

Aevo implements the guidelines of the MIT License.

Coin Specificatons

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

Installation

Linux

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

Windows

Compiliation steps are currently unavailable for Windows operating systems. Compiled wallet downloads are available at https://aevo.cf

Important

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.

aevo's People

Contributors

bardonme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.