Bitcoin Forum
May 04, 2024, 09:06:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 [340] 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375266 times)
digibob00
Member
**
Offline Offline

Activity: 176
Merit: 10


View Profile WWW
March 14, 2015, 11:24:42 PM
 #6781

I'm on Raspbian. The excute do not work. Nothing happens.

Please check out my GitHub page, https://github.com/feldenthorne/magi/tree/armv7l_official. You should be able to build the Qt wallet after entering the following:

Code:
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.1++-dev git
git clone https://github.com/feldenthorne/magi
cd magi
git checkout armv7l_official
qmake
make

I recently made some changes that should fix builds for the RPi2, so you should be good.

Edit: Just updated the binary release on GitHub, but you should probably build it yourself because it's always better to be more cautious than less.
And here's my GitHub pull request from the official repo for the wary: https://github.com/magi-project/magi/pull/5.


When I put qmake it says me that : Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets.

And when I put make it says me that : cd /home/pi/magi; /bin/sh share/genbuild.sh /home/pi/magi/build/build.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/util.h:8:0,
                 from src/qt/bitcoingui.h:7,
                 from src/qt/bitcoin.cpp:4:
src/uint256.h:14:19: fatal error: gmpxx.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:704: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

I think there is a problem. Can you help me ?


Hi erkallys,

appears libgmp needed for build.

try sudo apt-get install libgmp-dev and after try a rebuild.

Regards
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
March 15, 2015, 02:01:18 AM
 #6782

When I put qmake it says me that : Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets.

And when I put make it says me that : cd /home/pi/magi; /bin/sh share/genbuild.sh /home/pi/magi/build/build.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/util.h:8:0,
                 from src/qt/bitcoingui.h:7,
                 from src/qt/bitcoin.cpp:4:
src/uint256.h:14:19: fatal error: gmpxx.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:704: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

I think there is a problem. Can you help me ?
appears libgmp needed for build.
try sudo apt-get install libgmp-dev and after try a rebuild.

digibob00 is correct - I totally missed libgmp because I use it for high precision math in one of the programs I deal with on a regular basis... I should have built the binaries on a clean build server to make sure everything worked as expected. Sorry for leading you astray, Erkallys.

On a semi-related note, my changes have been pushed to the official GitHub repo, so you should be able to pull the official source to build your wallet now.
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 06:51:40 AM
 #6783

nice coin
Thanks and welcome in our Magical community.


bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 07:06:30 AM
 #6784

What is POM ?

Good question; no one was questioning this before, though we're talking "CPU mining | PoS-II | PoM | Unique BLK reward | [MagiPay]". PoM has more meaning (since we're advising 1st PoM) than a single campaign as done before (which was an approach to protect coin distribution): https://bitcointalk.org/index.php?topic=802681.0; some details here: http://arxiv.org/pdf/1409.7948v1.pdf

PoM - proof of mining; by it's definition, the more mining efforts being placed, the more rewards one gets. This is typically right in mining any coins, while it's particularly emphasized in Magi (on individuals' participation), because of the design of PoW block reward. A simple description of the block reward is that it decreases with increasing network hashrate, and may hit zero when network hash is significantly high. A consequence of this is big miners get frustrated. If one is familiar with the block reward (https://bitcointalk.org/index.php?topic=735170.msg9991269#msg9991269), you will see block reward could be easily hitting zero. A point here, which was also being argued among people, is who will exit if mining nothing? This is where PoM campaign will be functioning. The campaign will encourage people to keep mining by rewarding despite the amount of block reward. To understand the purpose of the PoM campaign , we can see what happens if we're on the opposite situation - what if generic miners quit first?: 1) big miners keep mining, 2) because of miners quitting, network hash getting low, block reward increasing, and big miners get rewarded more! So now you see PoM campaign is trying to protect the network and to ensure FAIR coin distribution.

To the individuals, PoM means one will receive better rewarding by long term mining. Provided that we, the generic miners, form a solid league, won't give up mining in any situation. One will receive less mining share if big miners are present since they have more hash weight over the rest of miners. It should be noted, however, that coin distribution is pretty much protected by the significantly reduced block reward, as much less coins will be mined in this case. At the time of big miners' leaving, network hash decreasing, not only one gets higher mining share, but also the block reward is high. Then you know why Magi can achieve the FAIRness in coin distribution.

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.


bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
QuantumSheep
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 15, 2015, 10:23:23 AM
 #6785

is there a list of all the available pools somewhere?
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
March 15, 2015, 10:28:28 AM
 #6786

is there a list of all the available pools somewhere?

http://poolinfo.coinmagi.org/ is probably where you want to check.
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 15, 2015, 11:20:35 AM
 #6787

Is it better to mine on a pool with a higher or a lower hash rate ?
z0n0
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006



View Profile
March 15, 2015, 01:21:41 PM
 #6788

what happened with block reward yst/today? Smiley from 5xmg earnings a day (few days ago) to 25 xmg ystday Smiley
QuantumSheep
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 15, 2015, 01:28:31 PM
 #6789

i'm hitting around 4.7 a day.

the pool stats quote higher but other variables are at work and that calculation doesn't factor those in.
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 02:37:49 PM
 #6790

what happened with block reward yst/today? Smiley from 5xmg earnings a day (few days ago) to 25 xmg ystday Smiley
Maybe Magic? Smiley

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
March 15, 2015, 03:14:33 PM
 #6791

what happened with block reward yst/today? Smiley from 5xmg earnings a day (few days ago) to 25 xmg ystday Smiley
Basically it's jumping; one may need to stick to mining so won't missing high reward blocks. Smiley


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
March 15, 2015, 03:22:38 PM
 #6792

Is it better to mine on a pool with a higher or a lower hash rate ?
Here are the posts:
https://bitcointalk.org/index.php?topic=735170.msg10746379#msg10746379
https://bitcointalk.org/index.php?topic=735170.msg10746464#msg10746464
Btw, does the qt-wallet work now?


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
March 15, 2015, 03:25:25 PM
 #6793

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.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 15, 2015, 05:11:32 PM
Last edit: March 15, 2015, 05:37:29 PM by Erkallys
 #6794

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...
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
March 15, 2015, 05:16:57 PM
 #6795

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)

I 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.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 15, 2015, 05:37:08 PM
 #6796

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 !
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 05:57:48 PM
 #6797

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.

That's nice! Think there will be another donation coming! Smiley Will let you know tonight!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 15, 2015, 06:15:03 PM
 #6798

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.

That's nice! Think there will be another donation coming! Smiley Will let you know tonight!

I won't be able participate to that campaign Sad
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 06:43:16 PM
 #6799

Erkallys why not? Are you a miner? If you are you might join the PoM.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 15, 2015, 06:44:26 PM
 #6800

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.
Pages: « 1 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 [340] 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 1310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!