AGR mining

Aigar
2 min readNov 17, 2019

--

It’s time for mining! You can configure a node for mining both on your computer and on a rented server.
You will need any Linux-based operating system.

Technical data:
Aigar will start with 1,000,000 supply
Max. supply 21,000,000 AGR
Average block time: 15 sec
Coins per block: 1 AGR
Programming language — Golang
Ticker — AGR

GitHub: https://github.com/AigarNetwork

First, you must create account on https://aigar.net. Your wallet will be generated automatically. Ckeck “Wallet” or https://aigar.net/wallets. Save wallet adress in Replenish section — at this address you will receive new coins.

Commands for server:

1) sudo apt update
2) apt list — upgradable
3) sudo apt-get -f install
4) sudo apt full-upgrade
5) cd
6) mkdir agrnode
7) cd agrnode
8) nano password.txt //put your password for mining account
CTRL+O
CTRL+X
9) wget https://aigar.net/geth
10) cd
11) chmod -R 777 /root/agrnode/
12) cd agrnode
13) ./geth account new //create your password for new mining acount
14) ./geth — datadir agrnode/chain/ — cache=4096 — port 30301 — ipcdisable — rpc — rpcaddr 0.0.0.0 — rpccorsdomain “*” — rpcport 8546 — syncmode full — allow-insecure-unlock — password agrnode/password.txt — mine — minerthreads=2 — etherbase your_wallet — keystore agrnode/keystore — syncmode full console

***your_wallet — put your wallet for receive coins
***minerthreads — CPU threads
***cache — RAM size

More information you can find in telegram chat for miners https://t.me/aigar_node (multilang).

We plan that the network will work exceptionally on community nodes. Let’s start decentralizing the project!

Website: https://aigar.net

Our telegram chats:
https://t.me/aigarnet — Official chat
https://t.me/aigarnetru — Russian local chat
https://t.me/aigarturkey — Turkey local chat

Social:
Twitter: https://twitter.com/BitWhite
Facebook: https://www.facebook.com/aigarofficial
Medium: https://medium.com/@aigarofficial
Bitcointalk: https://bitcointalk.org/index.php?topic=5181783

--

--