Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Magnolia DAO - New POW System / Metamask compatible coin
by
Raphael Mag
on 02/03/2022, 09:07:34 UTC
Quote
git clone https://github.com/magnoliaproject/miner
cd miner
python3 miner.py YOUR_ADDRESS THREADS

Error:

root@python-20220302-074935:/home/jupyter# apt-get install python3 python3-pip git
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

Use sudo command. But if you are using a recent distro, python3 and pip3 should be installed by default:

sudo apt-get install python3 python3-pip git
pip3 install colored requests

git clone https://github.com/magnoliaproject/miner
cd miner
python3 miner.py YOUR_ADDRESS THREADS