Skip to content

camenlx/aevocoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/aevocommunity/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.

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.

About

Aevocoin's official GitHub repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.4%
  • C 10.5%
  • Shell 6.3%
  • Makefile 3.9%
  • Python 1.3%
  • HTML 0.8%
  • Other 0.8%