|
1 year ago | |
---|---|---|
coordinator | 1 year ago | |
miner | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago |
git clone https://git.factoid.org/TFA/pegnet-mining.git
cd pegnet-mining/miner
Copy the tfapegnet-miner.ini
from discord. It has some private keys.
# Change this to something unique PER NET MINER
IdentityChain=HEYBUDDY_CHANGEME
# Change this if you want to get paid
CoinbaseAddress=HEYBUDDY_CHANGEME
Add your key into it.
Move it to this repo:
mv tfapegnet.ini config/pegnet.ini
Create docker volume for miner:
docker volume create pegnet_miner
Run the miner (MINERS
is the number of cores to use)
MINERS=4 docker-compose up -d
Initialization will take ~11min. Then booting will be quick. Done!