Bitcoin Forum
May 04, 2024, 11:00:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 391 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375266 times)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
March 15, 2015, 06:47:38 PM
 #6801

when does start the POM campaign ?

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
1714863634
Hero Member
*
Offline Offline

Posts: 1714863634

View Profile Personal Message (Offline)

Ignore
1714863634
Reply with quote  #2

1714863634
Report to moderator
1714863634
Hero Member
*
Offline Offline

Posts: 1714863634

View Profile Personal Message (Offline)

Ignore
1714863634
Reply with quote  #2

1714863634
Report to moderator
1714863634
Hero Member
*
Offline Offline

Posts: 1714863634

View Profile Personal Message (Offline)

Ignore
1714863634
Reply with quote  #2

1714863634
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 07:43:55 PM
 #6802

when does start the POM campaign ?
We are working on solid and fair plan.
If we know the date team will inform the community asap.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 15, 2015, 08:20:02 PM
 #6803

This poll ...

https://bitcointalk.org/index.php?topic=915569.0

... 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://bitcointalk.org/index.php?topic=915569.0

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

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
digibob00
Member
**
Offline Offline

Activity: 176
Merit: 10


View Profile WWW
March 15, 2015, 09:08:35 PM
 #6804

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
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
March 15, 2015, 11:25:29 PM
 #6805

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.
digibob00
Member
**
Offline Offline

Activity: 176
Merit: 10


View Profile WWW
March 15, 2015, 11:54:11 PM
 #6806

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
digibob00
Member
**
Offline Offline

Activity: 176
Merit: 10


View Profile WWW
March 15, 2015, 11:58:25 PM
 #6807

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
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
March 16, 2015, 12:40:23 AM
 #6808

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

feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
March 16, 2015, 12:49:48 AM
Last edit: March 16, 2015, 01:02:52 AM by feldenthorne
 #6809

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.
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
March 16, 2015, 01:12:11 AM
 #6810

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

dsyahputera
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 16, 2015, 09:53:56 AM
 #6811

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?
hefty
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 16, 2015, 10:23:56 AM
 #6812

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?

111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 16, 2015, 11:18:21 AM
 #6813

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?

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
March 16, 2015, 11:21:17 AM
 #6814

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.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 16, 2015, 11:51:42 AM
Last edit: March 16, 2015, 12:11:46 PM by Erkallys
 #6815

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.
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
March 16, 2015, 12:39:49 PM
 #6816

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

th3.r00t
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250



View Profile WWW
March 16, 2015, 03:01:46 PM
 #6817

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/

BitSend ◢◤Clients | Source
www.bitsend.info
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












Your Digital Network | 10MB Blocks
Algo: XEVAN | DK3 | Masternodes
Bitcore - BTX/BTC -Project












BSD -USDT | Bittrex | C.Gather | S.Exchange
Cryptopia | NovaExchange | Livecoin
CoinPayments | Faucet | Bitsend Airdrop













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 16, 2015, 03:39:07 PM
 #6818

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 ?
torrantz
Sr. Member
****
Offline Offline

Activity: 1063
Merit: 253


Sovryn - Brings DeFi to Bitcoin


View Profile
March 16, 2015, 03:42:27 PM
 #6819

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

.#1 DeFi for Bitcoin Platform.            ███   ███
           ███   ███
          ███   ███
         ███   ███
        ███   ███
       ███   ███
      ███   ███
     ███   ███
    ███   ███
   ███   ███
  ███   ███
 ███   ███
███   ███
▄  ▄██████████████████████▄  ▄
 ▀▄ ▀████████████████████▀ ▄▀
  ▀█ ▀████▀ ▄▄            █▀
   ▀█▄ ▀█ ████████████▀ ▄█▀
     ██▄ ▀▀▀▀▀▀▀▀▀███  ██
      ███      ▀█▄ ▀ ▄██
       ███▄ ▀█████ ▄███
        ████ ▀██▀ ▄███
         ▀███▄  ▄███▀
          ▀███▄ ▀██▀
            ████▄ ▀
             ████▀
              ▀█▀
SOVRYN███   ███
 ███   ███
  ███   ███
   ███   ███
    ███   ███
     ███   ███
      ███   ███
       ███   ███
        ███   ███
         ███   ███
          ███   ███
           ███   ███
            ███   ███
.Join Origin Pre-Sale.
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
March 16, 2015, 03:50:35 PM
 #6820

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 !
Pages: « 1 ... 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 391 ... 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!