Skip to content

Repositório Oficial da Criptomoeda Astron (DEV), A Criptomoeda que impulsiona o SpaceChat.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING
Notifications You must be signed in to change notification settings

Astron-Developer/Astron-Core

Repository files navigation

Astron-Core

Version: 1.0.0.1

Official Astron Core Cryptocurrency Repository.

Contact:

💬Telegram: https://t.me/astron_dev

💬Facebook: https://www.facebook.com/groups/153710193172790

💬Twitter: https://twitter.com/Astron_DEV

💬BTCTalk: ...

✉️E-mail: contato@astron.dev

🌎Website: https://astron.dev

🌎Block Explorer: http://explorer.astron.services

ESPECIFICAÇÕES:

  • 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

astron.conf

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