Bitcoin Forum
May 02, 2024, 12:37:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 [420] 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375264 times)
nrg_wolf
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
May 01, 2015, 08:36:49 AM
 #8381

difficulty is on the rise......
1714610231
Hero Member
*
Offline Offline

Posts: 1714610231

View Profile Personal Message (Offline)

Ignore
1714610231
Reply with quote  #2

1714610231
Report to moderator
1714610231
Hero Member
*
Offline Offline

Posts: 1714610231

View Profile Personal Message (Offline)

Ignore
1714610231
Reply with quote  #2

1714610231
Report to moderator
1714610231
Hero Member
*
Offline Offline

Posts: 1714610231

View Profile Personal Message (Offline)

Ignore
1714610231
Reply with quote  #2

1714610231
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714610231
Hero Member
*
Offline Offline

Posts: 1714610231

View Profile Personal Message (Offline)

Ignore
1714610231
Reply with quote  #2

1714610231
Report to moderator
1714610231
Hero Member
*
Offline Offline

Posts: 1714610231

View Profile Personal Message (Offline)

Ignore
1714610231
Reply with quote  #2

1714610231
Report to moderator
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 11:49:34 AM
 #8382

There was few requests to provide the skyscraper banner image from Magi XMG - Proof of Interest campaign site.

Here you go guys!  Cool



Link for direct embed or download: https://i.imgur.com/OcE0MNJ.png

NOTE: Higher resolution PDF available on request, too.

Feel free to use this one! Let me know if you add it somewhere or post the link here.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
barnacle
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 01, 2015, 12:24:34 PM
 #8383

Hi

My first post here

Just posting some setup instructions for anyone new to Magi mining. This is what I usually do to get miners up and running on Linux (Tested on Ubuntu 14.10)

1. Install prerequisites

Code:
sudo apt-get -qy install build-essential tmux git
sudo apt-get -qy install libgmp-dev autotools-dev automake
sudo apt-get -qy install pkg-config libcurl4-openssl-dev
sudo apt-get -qy install libcurl4-gnutls-dev

2. Clone the miner repository

Code:
git clone https://github.com/noncepool/m7m-cpuminer.git
#You can also try https://github.com/wolf9466/wolf-m7m-cpuminer

3. Build the miner

Code:
cd m7m-cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make

4. Run the miner

Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4

The number after -t should be the number of cores of the processor that you have.

Additional Info

If make was successful and you can not run ./minerd, do
Code:
chmod a+x  minerd

If you are running this on another computer, for eg: a cloud VM or a VPS, you can use tmux to run ./minerd in a separate session so that it won't close when you close SSH session

Type tmux into a Terminal
Type
Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4
and press ENTER

Press
Code:
Ctrl+b
and then type
Code:
:detach
to come out of tmux

Code:
tmux ls
lists out your tmux sessions
Code:
tmux attach
connects to your default session

barnacle

 
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 01:18:06 PM
 #8384

Remember guys: If you are registered in the Special Proof of Mining pool keep your hashrate below 250 khs. Thank you in advance!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 03:57:43 PM
 #8385

Hi

My first post here

Just posting some setup instructions for anyone new to Magi mining. This is what I usually do to get miners up and running on Linux (Tested on Ubuntu 14.10)

1. Install prerequisites

Code:
sudo apt-get -qy install build-essential tmux git
sudo apt-get -qy install libgmp-dev autotools-dev automake
sudo apt-get -qy install pkg-config libcurl4-openssl-dev
sudo apt-get -qy install libcurl4-gnutls-dev

2. Clone the miner repository

Code:
git clone https://github.com/noncepool/m7m-cpuminer.git
#You can also try https://github.com/wolf9466/wolf-m7m-cpuminer

3. Build the miner

Code:
cd m7m-cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make

4. Run the miner

Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4

The number after -t should be the number of cores of the processor that you have.

Additional Info

If make was successful and you can not run ./minerd, do
Code:
chmod a+x  minerd

If you are running this on another computer, for eg: a cloud VM or a VPS, you can use tmux to run ./minerd in a separate session so that it won't close when you close SSH session

Type tmux into a Terminal
Type
Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4
and press ENTER

Press
Code:
Ctrl+b
and then type
Code:
:detach
to come out of tmux

Code:
tmux ls
lists out your tmux sessions
Code:
tmux attach
connects to your default session

barnacle

 

Thanks Barnacle and welcome in our Magical Magi community!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Redrover
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
May 01, 2015, 06:10:46 PM
 #8386

Thanks for bringing the rain in IRC magic
th3.r00t
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250



View Profile WWW
May 01, 2015, 06:41:04 PM
 #8387

Hi

My first post here

Just posting some setup instructions for anyone new to Magi mining. This is what I usually do to get miners up and running on Linux (Tested on Ubuntu 14.10)

Quote
...

barnacle

 

It's a nice refresh of the guide, but I have some things to add that are easier in the long run.

1. Dependencies - these are enough if you going to compile miner from git

Code:
sudo apt-get install git screen automake build-essential autotools-dev automake m4 libcurl4-openssl-dev libgmp-dev libssl-dev

2. Use screen instead tmux - It is more easy to send miner to background and foreground.
It can be use in launcing script so that the miner goes to background from the start like this:

Code:
screen -dmS miner ~/minerd -c config.json

Detach screen:
Code:
CTRL+A+D
and Reaatach:
Code:
screen -r miner

3. Use Wolf's miner - it is fastest under linux (atleast 50% more hashrate than Nonce-Pool's) - https://github.com/wolf9466/wolf-m7m-cpuminer.git
Make sure your read the README on github page in regard compiling.

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













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

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 07:49:31 PM
 #8388

https://cryptospout.com/deluge/hourly_magi_deluge.html

New Magi faucet!!!

Check it out! Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
May 01, 2015, 08:30:04 PM
 #8389

Really nice faucet! Just won 3 XMGs Smiley Thanks!
Klaasje
Legendary
*
Offline Offline

Activity: 1080
Merit: 1000

BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm


View Profile
May 01, 2015, 08:36:06 PM
 #8390

Ladies and Gentle people

https://twitter.com/MRcryptoPIMP/status/594238203068030976

Also join the IRC @ https://kiwiirc.com/client/irc.freenode.net/#magi

Bitcoin - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
Lightsplasher
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250


View Profile
May 01, 2015, 09:02:33 PM
 #8391

Thanks community for placing value in Magi and thanks specifically people for placing value in my Magi tip jar!  I appreciate it - nice magical rain.  Smiley
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 09:27:02 PM
Last edit: May 01, 2015, 10:24:10 PM by 111magic
 #8392

Thanks community for placing value in Magi and thanks specifically people for placing value in my Magi tip jar!  I appreciate it - nice magical rain.  Smiley

You are very welcome Lightsplasher!  Wink

https://www.cryptsy.com/coinvotes

Still going upwards!!  Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 01, 2015, 10:33:13 PM
 #8393

Hi

My first post here

Just posting some setup instructions for anyone new to Magi mining. This is what I usually do to get miners up and running on Linux (Tested on Ubuntu 14.10)

1. Install prerequisites

Code:
sudo apt-get -qy install build-essential tmux git
sudo apt-get -qy install libgmp-dev autotools-dev automake
sudo apt-get -qy install pkg-config libcurl4-openssl-dev
sudo apt-get -qy install libcurl4-gnutls-dev

2. Clone the miner repository

Code:
git clone https://github.com/noncepool/m7m-cpuminer.git
#You can also try https://github.com/wolf9466/wolf-m7m-cpuminer

3. Build the miner

Code:
cd m7m-cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make

4. Run the miner

Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4

The number after -t should be the number of cores of the processor that you have.

Additional Info

If make was successful and you can not run ./minerd, do
Code:
chmod a+x  minerd

If you are running this on another computer, for eg: a cloud VM or a VPS, you can use tmux to run ./minerd in a separate session so that it won't close when you close SSH session

Type tmux into a Terminal
Type
Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4
and press ENTER

Press
Code:
Ctrl+b
and then type
Code:
:detach
to come out of tmux

Code:
tmux ls
lists out your tmux sessions
Code:
tmux attach
connects to your default session

barnacle

 

Thanks for this!  I have an old Debian laptop lying around, I'll have to try this out tonight and see how (if) it works!
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 01, 2015, 10:38:06 PM
 #8394

Thanks community for placing value in Magi and thanks specifically people for placing value in my Magi tip jar!  I appreciate it - nice magical rain.  Smiley

You are very welcome Lightsplasher!  Wink

https://www.cryptsy.com/coinvotes

Still going upwards!!  Grin

Ugh...went to vote, but didn't realize I need to give my personal info to verify my registration...I mean I'll probably end up doing so, but hell I didn't need my driver's license to buy BTC in the first place! A bank account, yeah...so I guess it's the same really...I'll see myself out... Embarrassed
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 01, 2015, 10:47:20 PM
 #8395

Thanks community for placing value in Magi and thanks specifically people for placing value in my Magi tip jar!  I appreciate it - nice magical rain.  Smiley

You are very welcome Lightsplasher!  Wink

https://www.cryptsy.com/coinvotes

Still going upwards!!  Grin

Ugh...went to vote, but didn't realize I need to give my personal info to verify my registration...I mean I'll probably end up doing so, but hell I didn't need my driver's license to buy BTC in the first place! A bank account, yeah...so I guess it's the same really...I'll see myself out... Embarrassed

I have an account but never verify it! And it works!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 02, 2015, 01:07:18 AM
 #8396

I have an account but never verify it! And it works!



By golly, you're right!  Another vote for Magi, CHA-CHING!!!

On an unrelated note, what's everyone up to?  I'm trying to wrap my head around arbitrage right now - it simply does not compute   Angry I should have studied harder in math class  Cry Such is life with ADD...I'll hop on wikipedia to read a 'Sinbad the Sailor' page; suddenly its six hours later, my Internet history has 1,000 wikipedia entries and I realize I'm reading about T-62 tanks...

Brain, why can't you focus that energy towards number crunching?  Last I checked, Jeopardy DID NOT INVITE US TO BE GUESTS, NO ONE CARES ABOUT THE OCEANIC POLE OF INACCESSIBILITY.

So, about arbitrage...anyone offer a simple explanation?  With examples, possibly...?  I'm trying to wrap my head around the benefits of three-way arbitrage, specifically.  A kind member here walked me through a 3-way order last night, but I still can't figure out what the hell I did!  Besides break even Wink

 Kiss

barnacle
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 02, 2015, 01:32:29 AM
 #8397

Remember guys: If you are registered in the Special Proof of Mining pool keep your hashrate below 250 khs. Thank you in advance!


Am I too late to the party? I am mining in http://pom.m-hash.com currently. Can I join now?

barnacle
barnacle
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 02, 2015, 01:41:55 AM
 #8398

Hi

My first post here

Just posting some setup instructions for anyone new to Magi mining. This is what I usually do to get miners up and running on Linux (Tested on Ubuntu 14.10)

1. Install prerequisites

Code:
sudo apt-get -qy install build-essential tmux git
sudo apt-get -qy install libgmp-dev autotools-dev automake
sudo apt-get -qy install pkg-config libcurl4-openssl-dev
sudo apt-get -qy install libcurl4-gnutls-dev

2. Clone the miner repository

Code:
git clone https://github.com/noncepool/m7m-cpuminer.git
#You can also try https://github.com/wolf9466/wolf-m7m-cpuminer

3. Build the miner

Code:
cd m7m-cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make

4. Run the miner

Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4

The number after -t should be the number of cores of the processor that you have.

Additional Info

If make was successful and you can not run ./minerd, do
Code:
chmod a+x  minerd

If you are running this on another computer, for eg: a cloud VM or a VPS, you can use tmux to run ./minerd in a separate session so that it won't close when you close SSH session

Type tmux into a Terminal
Type
Code:
./minerd -a m7mhash -o stratum+tcp://"yourpool" -u "username".2 -p "password" -t 4
and press ENTER

Press
Code:
Ctrl+b
and then type
Code:
:detach
to come out of tmux

Code:
tmux ls
lists out your tmux sessions
Code:
tmux attach
connects to your default session

barnacle

 

Thanks Barnacle and welcome in our Magical Magi community!

Thanks 111magic Smiley Happy to be part of this excellent community!
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 02, 2015, 02:15:14 AM
 #8399

Remember guys: If you are registered in the Special Proof of Mining pool keep your hashrate below 250 khs. Thank you in advance!


Am I too late to the party? I am mining in http://pom.m-hash.com currently. Can I join now?

barnacle

I thought the 'pom' in 'http://pom.m-hash.com' meant proof of mining...so you're saying there's an even MORE special pool out there?!
barnacle
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 02, 2015, 02:32:06 AM
 #8400

Remember guys: If you are registered in the Special Proof of Mining pool keep your hashrate below 250 khs. Thank you in advance!


Am I too late to the party? I am mining in http://pom.m-hash.com currently. Can I join now?

barnacle

I thought the 'pom' in 'http://pom.m-hash.com' meant proof of mining...so you're saying there's an even MORE special pool out there?!

I was referring to this https://bitcointalk.org/index.php?topic=1028548.0
Please see Participation & Rules

barnacle
Pages: « 1 ... 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 [420] 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 ... 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!