2ACoin Software
The 2ACoin software consists of the following components;
- 2ACoind – daemon software to synch your machine with the network
- zedwallet – Command Line (CLI) wallet for 2ACoin
- miner – a simple CPU miner to get you up and running, mining for ARMS quickly
There are several other components in the software download but they are not necessary to get started with Mining 2ACoin.
You can download the software for Linux or Windows from our Github Release siteĀ here…
Simple Steps to Get Started
Linux
Here are just a couple of steps to get your started with 2ACoin;
cd (to a folder where you want 2acoin software)
# use screen to start two terminal sessions
screen
# in screen session 1
wget https://github.com/2acoin/2acoin/releases/download/vX.X.X.X/2ACoin-vX.X.X.X-linux.tar.gz
tar -xvzf 2ACoin-vX.X.X.X-linux.tar.gz
cd 2ACoin-vX.X.X.X
# Start the daemon and let it sync with the network
./2ACoind
# in screen session 2 - create a wallet address using zedwallet
./zedwallet
Now you have a 2ACoin wallet to mine to. Use any of the pools we have for mining to your new 2ACoin wallet.
Windows
Use the following steps to get started with 2ACoin;
- Download the windows release 2ACoin-vX.X.X.X-windows.zip file
- Unzip the downloaded file to where you want it on your machine
- cd <to_your_2acoin_directory>
- Double click 2ACoind to start the daemon in a command window
- Let the daemon sync with the network
- Double click zedwallet to start the wallet in a command window
- Follow the on-screen prompts to create your wallet
Now you have a 2ACoin wallet to mine to. Use any of the pools we have for mining to your new 2ACoin wallet.
NOTE – replace the X's in the commands above with the current release number information.
Assistance
If you have any questions or need assistance getting started we recommend you join our 2ACoin Community.
In the 2ACoin Community there is always someone available to offer assistance and answer questions.