Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 971. (Read 2375939 times)

legendary
Activity: 1120
Merit: 1004
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
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 Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

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 Wink ! 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
No, I don't use the Raspbian image, I took NOOBS (because I'm a noob on Linux, it's well-name Wink). There is no problem if I took this ? Also I get :
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)
member
Activity: 176
Merit: 10
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
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 Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

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 Wink ! 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
legendary
Activity: 1120
Merit: 1004
Woohoo, I have voted for Magi just seconds ago Cheesy
Now Magi have 41 votes (that's 6.1%, let's targeting 10%) Cool

Voted XMG has has 45 votes now  6.6%
Its good,but we can do better than that Wink


Maybe ocminer could add a link on his pools to this topic. So more people could vote !
sr. member
Activity: 1063
Merit: 253
Sovryn - Brings DeFi to Bitcoin
Woohoo, I have voted for Magi just seconds ago Cheesy
Now Magi have 41 votes (that's 6.1%, let's targeting 10%) Cool

Voted XMG has has 45 votes now  6.6%
Its good,but we can do better than that Wink
legendary
Activity: 1120
Merit: 1004
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.

I think that you do not have gmp, curl and jansson libraries installed on your compiler Sad

It is normal that you don't have libgmp-dev - it is pre-build for amd64 and i386 architectures http://packages.ubuntu.com/trusty/libgmp-dev

You should build it for RPi from source - https://gmplib.org/

How to build it ?
sr. member
Activity: 312
Merit: 250
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.

I think that you do not have gmp, curl and jansson libraries installed on your compiler Sad

It is normal that you don't have libgmp-dev - it is pre-build for amd64 and i386 architectures http://packages.ubuntu.com/trusty/libgmp-dev

You should build it for RPi from source - https://gmplib.org/
sr. member
Activity: 350
Merit: 250
Mining Co-operative
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.

I think that you do not have gmp, curl and jansson libraries installed on your compiler Sad
legendary
Activity: 1120
Merit: 1004
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
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 Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

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 Wink ! 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.
legendary
Activity: 1750
Merit: 1005
Erkallys why not? Are you a miner? If you are you might join the PoM.

Yes I am but I couldn't let my computer mine for months.

How one can join the PoM?
Sorry Hefty team has not finished the plan (rules and rewards). Hope team can present it soon.
legendary
Activity: 1750
Merit: 1005
Some good news for the community: Smiley
We can start a new PoM soon.
Always good to recieve more donations   (99TPno3sPeUfDh9tq4To7xkLAYNQV1Qri1)
but for starting the new PoM we achieved more than minimum required fund. Thanks for that.
Team is working now on solid and fair plan.

Thanks for update. Funds so far are about 23K XMG or so.

23K XMG? I saw on the blockchain that address (99TPno3sPeUfDh9tq4To7xkLAYNQV1Qri1) still on 13088 XMG, is there another address else that?
There is another donation of 10k XMG. Joe can you add that one?
full member
Activity: 168
Merit: 100
Erkallys why not? Are you a miner? If you are you might join the PoM.

Yes I am but I couldn't let my computer mine for months.

How one can join the PoM?
full member
Activity: 224
Merit: 100
Some good news for the community: Smiley
We can start a new PoM soon.
Always good to recieve more donations   (99TPno3sPeUfDh9tq4To7xkLAYNQV1Qri1)
but for starting the new PoM we achieved more than minimum required fund. Thanks for that.
Team is working now on solid and fair plan.

Thanks for update. Funds so far are about 23K XMG or so.

23K XMG? I saw on the blockchain that address (99TPno3sPeUfDh9tq4To7xkLAYNQV1Qri1) still on 13088 XMG, is there another address else that?
sr. member
Activity: 350
Merit: 250
Mining Co-operative
... its a lot more eco-friendly than letting my desktop slave away at mining.

Yeah, that's the ticket. That, plus the initial capital outlay. 6 Kh/s is actually pretty decent and the more of them, the merrier it gets Smiley
full member
Activity: 206
Merit: 100
Hi feldenthorne,

actually i'm using 1gb swap, but before and after build the wallet it's completely free.

Maybe with wallet running all day, but i've to check.

Raspberry Pi 2 have 1Gb of ram and is a lot!! :-)

I've built your release, but i've to try it ( tomorrow )

Regards

Glad you got it compiled. If it ends up failing for some reason, please open an issue on GitHub or email me the command-line output (email can be found here: http://starflakenights.net/crypto/wallets.html#why).

Also, if you plan on building the headless binary along with the Qt wallet, make sure to strip it afterward unless you need to poke around with debug stuff.

Edit to prevent double-post:
Why not buy another one purely for mining Wink

The hashrate is pretty low, ~6 kH/s, on most of the quad core ARM boards that I've tinkered with. If I could figure out how to properly interface it with my FPGA board (Stratix 4), though I could see using RPi2+FPGA arrays. At ~(800-1000)kH/s depending on the ambient temperature (and it's probably not optimized very well), its a lot more eco-friendly than letting my desktop slave away at mining.
sr. member
Activity: 350
Merit: 250
Mining Co-operative
Erkallys why not? Are you a miner? If you are you might join the PoM.

Yes I am but I couldn't let my computer mine for months.

That need not be a problem. You do not need to mine continously for the time of the campaign. When you enter, you state the hash rate that you expect to generate over the time. Simply enter an average hash rate that you are comfortable with.

BTW I am really impressed by the progress with Rpi support. I am considering buying a small fleet of them, since I can pick them up very cheaply at this time. Why not buy another one purely for mining Wink
member
Activity: 176
Merit: 10
Digibob00, you can probably pull a lot of the info you need off of the GitHub release page: https://github.com/feldenthorne/magi/releases (or the Readme in the binary packages). I'd write a guide myself, but I don't know how to make it any simpler than that description already is. But I suppose the introduction of a swap partition in the instructions will probably help compilation on the RPi2 - I use a 4GB swap, but I also have 2GB RAM on my board. A cursory glance at my resources during a wallet compile (Bitcoin, not Magi) says that you'll probably need about 1.5GB of combined swap-file/RAM.

Hi feldenthorne,

actually i'm using 1gb swap, but before and after build the wallet it's completely free.

Maybe with wallet running all day, but i've to check.

Raspberry Pi 2 have 1Gb of ram and is a lot!! :-)

I've built your release, but i've to try it ( tomorrow )

Regards
member
Activity: 176
Merit: 10
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
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 Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

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
full member
Activity: 206
Merit: 100
Digibob00, you can probably pull a lot of the info you need off of the GitHub release page: https://github.com/feldenthorne/magi/releases (or the Readme in the binary packages). I'd write a guide myself, but I don't know how to make it any simpler than that description already is. But I suppose the introduction of a swap partition in the instructions will probably help compilation on the RPi2 - I use a 4GB swap, but I also have 2GB RAM on my board. A cursory glance at my resources during a wallet compile (Bitcoin, not Magi) says that you'll probably need about 1.5GB of combined swap-file/RAM.
member
Activity: 176
Merit: 10
You havent enought RAM Wink Create a big Swap File (1GB):

Quote
free
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 Sad...
should be:
Code:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
add "sudo" for other commands too.

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
legendary
Activity: 1750
Merit: 1005
This poll ...

https://bitcointalksearch.org/topic/what-cryptocurrency-do-you-have-the-most-faith-in-the-long-term-915569

... is putting us right up there with the most well-known names. Gotta be good.

We are already famous. It is just that not enough people know it yet.

Onwards and upwards Smiley
https://bitcointalksearch.org/topic/what-cryptocurrency-do-you-have-the-most-faith-in-the-long-term-915569

11 more votes and Magi is on same spot as Darkcoin.
 Wink
Jump to: