dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
and compile again...
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
dd: ouverture de (open of in English) « /var/swap.img »: Permission non accordée (Access denied in English)
It will never work ...
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
I hope. Linux is definitely tricky !
Hi erkallys,
this night i'm building a guide for you and also precompiled binary.
You can mine with Pi2 following this guide http://raspi2miner.is-great.org/xmg-magi-coin-rpi2-optimized/ or this one with overclock http://raspi2miner.is-great.org/xmg-with-rpi2-new-mine-speed-record/
Regards
Hi erkallys,
as promised here the guide http://raspi2miner.is-great.org/build-magi-xmg-wallet-on-raspberry-pi-2/
Tomorrow the same for Qt wallet version (it compile but i've to sleep now :-) )
Regards
Thank you ! I'll look !
Edit :
pi@raspberrypi ~ $ sudo apt-get libgmp-dev libcurl4-openssl-dev libjansson-dev
E: L'opération libgmp-dev n'est pas valable (The libgmp-dev operation is not valid in English) it put me this for libcurl4-openssl-dev and libjansson-dev.
Hi erkallys,
check that you use raspbian image from http://www.raspberrypi.org/downloads/ and
- sudo apt-get update
- sudo apt-get upgrade
After you can install gmplibrary with sudo apt-get install libgmp-dev
Regards
pi@raspberrypi ~ $ sudo apt-get install libminiupnpc-dev libminiupnpc
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libminiupnpc (Impossible to find the libminiupnpc package in English)