Aeon Mining with aeon-stak-cpu on Centos 7

Written by CC Freak on October 20, 2017
  • 4
  •  
  •  
  •  
  •  
  •  
  •  
  •  
    4
    Shares

Aeon-stak-cpu allows you to mine Aeon via your CPU. This article will show you how to setup aeon-stak-cpu on Centos 7.

yum -y install epel-release
yum -y install centos-release-scl cmake3 hwloc-devel libmicrohttpd-devel openssl-devel git screen nano
yum -y install devtoolset-4-gcc*
scl enable devtoolset-4 bash
git clone https://github.com/shyba/aeon-stak-cpu.git
cd aeon-stak-cpu
cmake3 .
make install

After make install runs you will need to change directories:

cd bin/

Then you will run aeon-stak-cpu for the first time

chmod +x aeon-stak-cpu
./aeon-stak-cpu

You will see that after the first run you are given a notice to edit your config.txt. Follow the instructions provided and also make sure to edit the following lines in bin/config.txt with your information. Please see this post regarding Aeon-Pool.com.

"pool_address" : "pool.aeon.hashvault.pro:5555",
"wallet_address" : "WmrzosejkPA1vbx18hh9x3fCKsvLMUvbgX4bQwaS7Zds4VDq4kRchT25V1owsbnx8LDZ1xWg48DQnfjFFwGS3z6j2FX9H59F6",
"pool_password" : "x",

After you have the config.txt edited correctly simply run aeon-stak-cpu.

If you run into issues related to mmap this means you need to enable hugepages. To do this type the following commands:

sysctl -w vm.nr_hugepages=128
nano /etc/sysctl.conf

At the end of the sysctl.conf file add:

vm.nr_hugepages=128

If you found this helpful, consider a donation!


  • 4
  •  
  •  
  •  
  •  
  •  
  •  
  •  
    4
    Shares

Topic tags:

Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments