Official Astron Core Cryptocurrency Repository.
💬Telegram: https://t.me/astron_dev
💬Twitter: https://twitter.com/Astron_DEV
💬BTCTalk: ...
✉️E-mail: contato@astron.dev
🌎Website: https://astron.dev
🌎Block Explorer: http://explorer.astron.services
- Nome: Astron
- Simbolo: DEV
- Algoritimo: Quark
- Block type: PoS/PoW/MN
- Reward (PoW): 2% - end time block: 45.002
- Reward (PoS): 5% - reward up hailvings
- Reward Superblock: 3%
- Reward Masternode: 98% - reward down hailvings
- Masternode amount: 25000 DEV's
- Confirmações de Masternode: 21 blocos
- Maturidade de Masternode: 16
- BlockTime: 1 minute
- Resete Dificuldade: 3 minutes
- Confirmações de Transação: 5 blocos
Use the following instructions to compile a daemon and GUI wallet for Ubuntu Server 18.04.
Update your Ubuntu machine.
sudo apt-get update
sudo apt-get upgrade
Install the required dependencies.
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl1.0-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev -y
sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev unzip libgmp3-dev -y
Install Berkeley DB.
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
Create a directory for the source code.
cd ~/
mkdir source_code
Download the source code from Github.
sudo apt-get install git -y
git clone https://github.com/Astron-Developer/Astron-Core.git source_code
cd source_code
./autogen.sh
./configure --with-incompatible-bdb
make
the astrond astron-cli and astron-tx files are in source_code/src
the astron-qt file will be in source_code/src/qt
move files to usr/bin
rpcuser=rpc_exampleuser
rpcpassword=rpc_exemplepass
rpcallowip=0.0.0.0/0
listen=1
server=1
txindex=1
daemon=1
addnode=node1.astron.dev
addnode=node2.astron.dev
addnode=node3.astron.dev
addnode=node4.astron.dev