Bitcoin Forum
May 02, 2024, 01:31:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375264 times)
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 11, 2015, 08:12:32 PM
 #8641

NCommander
So, I'm looking at cryptocurrencies again, and setup a miner for Magi, and thinking, "hey, this is a CPU coin thats supposed to be fair", I decided to take it to its logicial extreme, and see if I could get the miner to run under android (specifically my Nexus 5).

The answer?

Yup:

Code:
[2015-03-21 11:00:41] 4 miner threads started, using 'm7mhash' algorithm.
[2015-03-21 11:00:41] Binding thread 2 to cpu 2
[2015-03-21 11:00:41] Starting Stratum on stratum+tcp://128.199.42.144:3334
[2015-03-21 11:00:41] Binding thread 0 to cpu 0
[2015-03-21 11:00:41] Binding thread 3 to cpu 3
[2015-03-21 11:00:41] Binding thread 1 to cpu 1
[2015-03-21 11:00:42] Stratum requested work restart
[2015-03-21 11:00:57] thread 2: 48604 hashes, 3.40 khash/s
[2015-03-21 11:00:57] accepted: 1/1 (100.00%), 3.40 khash/s (yay!!!)
[2015-03-21 11:00:58] thread 2: 4060 hashes, 3.45 khash/s
[2015-03-21 11:00:58] accepted: 2/2 (100.00%), 3.45 khash/s (yay!!!)
[2015-03-21 11:01:07] thread 2: 30826 hashes, 3.41 khash/s
[2015-03-21 11:01:07] accepted: 3/3 (100.00%), 3.41 khash/s (yay!!!)
[2015-03-21 11:01:18] Stratum requested work restart

With some pain, I got the miner to compile against bionic and run non-rooted (currently you have to use adb to start the daemon, but writing a frontend shouldn't be hard).

Here's the device specs on CPU power:

/proc/cpuinfo info:

Code:
Processor	: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 38.40

processor : 1
BogoMIPS : 38.40

processor : 2
BogoMIPS : 38.40

processor : 3
BogoMIPS : 38.40

Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 0

Hardware : Qualcomm MSM 8974 HAMMERHEAD (Flattened Device Tree)
Revision : 000b
Serial : 0000000000000000

I'm honestly not sure if this would be superuseful, but I won't mind building this into an actual APK. Figure tons of us have old Android phones that aren't in use anymore ...


If somebody would like to test this a little go ahead!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
1714613497
Hero Member
*
Offline Offline

Posts: 1714613497

View Profile Personal Message (Offline)

Ignore
1714613497
Reply with quote  #2

1714613497
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714613497
Hero Member
*
Offline Offline

Posts: 1714613497

View Profile Personal Message (Offline)

Ignore
1714613497
Reply with quote  #2

1714613497
Report to moderator
1714613497
Hero Member
*
Offline Offline

Posts: 1714613497

View Profile Personal Message (Offline)

Ignore
1714613497
Reply with quote  #2

1714613497
Report to moderator
1714613497
Hero Member
*
Offline Offline

Posts: 1714613497

View Profile Personal Message (Offline)

Ignore
1714613497
Reply with quote  #2

1714613497
Report to moderator
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 11, 2015, 08:56:16 PM
 #8642

NCommander
So, I'm looking at cryptocurrencies again, and setup a miner for Magi, and thinking, "hey, this is a CPU coin thats supposed to be fair", I decided to take it to its logicial extreme, and see if I could get the miner to run under android (specifically my Nexus 5).

The answer?

Yup:

Code:
[2015-03-21 11:00:41] 4 miner threads started, using 'm7mhash' algorithm.
[2015-03-21 11:00:41] Binding thread 2 to cpu 2
[2015-03-21 11:00:41] Starting Stratum on stratum+tcp://128.199.42.144:3334
[2015-03-21 11:00:41] Binding thread 0 to cpu 0
[2015-03-21 11:00:41] Binding thread 3 to cpu 3
[2015-03-21 11:00:41] Binding thread 1 to cpu 1
[2015-03-21 11:00:42] Stratum requested work restart
[2015-03-21 11:00:57] thread 2: 48604 hashes, 3.40 khash/s
[2015-03-21 11:00:57] accepted: 1/1 (100.00%), 3.40 khash/s (yay!!!)
[2015-03-21 11:00:58] thread 2: 4060 hashes, 3.45 khash/s
[2015-03-21 11:00:58] accepted: 2/2 (100.00%), 3.45 khash/s (yay!!!)
[2015-03-21 11:01:07] thread 2: 30826 hashes, 3.41 khash/s
[2015-03-21 11:01:07] accepted: 3/3 (100.00%), 3.41 khash/s (yay!!!)
[2015-03-21 11:01:18] Stratum requested work restart

With some pain, I got the miner to compile against bionic and run non-rooted (currently you have to use adb to start the daemon, but writing a frontend shouldn't be hard).

Here's the device specs on CPU power:

/proc/cpuinfo info:

Code:
Processor	: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 38.40

processor : 1
BogoMIPS : 38.40

processor : 2
BogoMIPS : 38.40

processor : 3
BogoMIPS : 38.40

Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 0

Hardware : Qualcomm MSM 8974 HAMMERHEAD (Flattened Device Tree)
Revision : 000b
Serial : 0000000000000000

I'm honestly not sure if this would be superuseful, but I won't mind building this into an actual APK. Figure tons of us have old Android phones that aren't in use anymore ...


If somebody would like to test this a little go ahead!

Yes!  I've been waiting for this moment for weeks!  I have at least three different phones waiting to be abused Wink

What do we need to do?  Have you created an .APK? Do you have the full code, if it's possible for me to create the .apk in Android Studio?  I have adb installed as well, but have never really messed around with it
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 11, 2015, 09:03:43 PM
 #8643

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
May 11, 2015, 09:05:17 PM
 #8644

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

Hahaha You acting like kondiomir , my friend Smiley
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
May 11, 2015, 09:10:34 PM
 #8645

Hmm.
Who summoned me  ?? Smiley
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 11, 2015, 09:11:36 PM
 #8646

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

Hahaha You acting like kondiomir , my friend Smiley

haha you make him awake!! ohoh! Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
May 11, 2015, 09:19:31 PM
 #8647

Hmm.
Who summoned me  ?? Smiley
4 more posts to grow , my friend Smiley
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 11, 2015, 09:24:11 PM
 #8648

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

wow, you're such a noob man... Cheesy
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 11, 2015, 09:29:26 PM
 #8649

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

wow, you're such a noob man... Cheesy

Yea sorry!  Shocked

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 11, 2015, 09:52:38 PM
 #8650

I would like to give some more info but at the moment iám banned from the irc!! lol
I asked question on the admins and copy - paste something 6 times by accident.
They saw that as spam so i need to wait a little while before joining again.
 Roll Eyes Roll Eyes Roll Eyes

Join the club. Today I managed to lock myself out of one of the exchanges for 24 hours because I typed my password wrong three times. Oops.

111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 11, 2015, 10:04:02 PM
 #8651

Haha what a day!!!
3381 Votes already for Magi on Cryptsy!! Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
May 11, 2015, 10:23:05 PM
 #8652

Hmm.
Who summoned me  ?? Smiley
4 more posts to grow , my friend Smiley

You are mistaken again my fellow Smiley
elpsycongro
Full Member
***
Offline Offline

Activity: 307
Merit: 102



View Profile
May 12, 2015, 03:10:23 AM
 #8653

NCommander
So, I'm looking at cryptocurrencies again, and setup a miner for Magi, and thinking, "hey, this is a CPU coin thats supposed to be fair", I decided to take it to its logicial extreme, and see if I could get the miner to run under android (specifically my Nexus 5).

The answer?

Yup:

Code:
[2015-03-21 11:00:41] 4 miner threads started, using 'm7mhash' algorithm.
[2015-03-21 11:00:41] Binding thread 2 to cpu 2
[2015-03-21 11:00:41] Starting Stratum on stratum+tcp://128.199.42.144:3334
[2015-03-21 11:00:41] Binding thread 0 to cpu 0
[2015-03-21 11:00:41] Binding thread 3 to cpu 3
[2015-03-21 11:00:41] Binding thread 1 to cpu 1
[2015-03-21 11:00:42] Stratum requested work restart
[2015-03-21 11:00:57] thread 2: 48604 hashes, 3.40 khash/s
[2015-03-21 11:00:57] accepted: 1/1 (100.00%), 3.40 khash/s (yay!!!)
[2015-03-21 11:00:58] thread 2: 4060 hashes, 3.45 khash/s
[2015-03-21 11:00:58] accepted: 2/2 (100.00%), 3.45 khash/s (yay!!!)
[2015-03-21 11:01:07] thread 2: 30826 hashes, 3.41 khash/s
[2015-03-21 11:01:07] accepted: 3/3 (100.00%), 3.41 khash/s (yay!!!)
[2015-03-21 11:01:18] Stratum requested work restart

With some pain, I got the miner to compile against bionic and run non-rooted (currently you have to use adb to start the daemon, but writing a frontend shouldn't be hard).

Here's the device specs on CPU power:

/proc/cpuinfo info:

Code:
Processor	: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 38.40

processor : 1
BogoMIPS : 38.40

processor : 2
BogoMIPS : 38.40

processor : 3
BogoMIPS : 38.40

Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 0

Hardware : Qualcomm MSM 8974 HAMMERHEAD (Flattened Device Tree)
Revision : 000b
Serial : 0000000000000000

I'm honestly not sure if this would be superuseful, but I won't mind building this into an actual APK. Figure tons of us have old Android phones that aren't in use anymore ...


If somebody would like to test this a little go ahead!

Yes!  I've been waiting for this moment for weeks!  I have at least three different phones waiting to be abused Wink

What do we need to do?  Have you created an .APK? Do you have the full code, if it's possible for me to create the .apk in Android Studio?  I have adb installed as well, but have never really messed around with it

^ this ,   have several old phones , but together they can do something i figure , would like to see if something comes out of this

111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 12, 2015, 06:44:05 AM
 #8654

Thanks guys for trying.
Android miner is still in development.
More info will follow.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
ElMacho20000
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 12, 2015, 07:07:18 AM
 #8655

Unfortunately can't help with that.

I can ask to a korean friend but I don't think she will be very happy to hear something from me again... I'll let you know something


You achieved the 'stage 5 clinger' position?


Nope, probably I'm more near the point at which she would like to slice my throat (mmm, more probably not my throat...  Shocked  Shocked Shocked)
When the android code will be available for trying? Sounds fun

Proud and humble member of MAGI community.
95Pyk32MRzSaMsv2hmzxu9NSxnydUQDgxG
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 12, 2015, 07:11:25 AM
 #8656

haha i will not ask what you did to her!!  Wink
No release date yet. We are still working on this.
Magi only wants to release it when its working fine!! Smiley

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
thdim
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
May 12, 2015, 08:39:32 AM
 #8657

this is MAGIcal!

anyone can make the math and let us know how much can be the consumption of a smartphone plugged and running for 24/7? i guess it will super low so no matter how small is the reward it will be still profitable, just imagine what 100 million smartphones around the globe could do.


NCommander
So, I'm looking at cryptocurrencies again, and setup a miner for Magi, and thinking, "hey, this is a CPU coin thats supposed to be fair", I decided to take it to its logicial extreme, and see if I could get the miner to run under android (specifically my Nexus 5).

The answer?

Yup:

Code:
[2015-03-21 11:00:41] 4 miner threads started, using 'm7mhash' algorithm.
[2015-03-21 11:00:41] Binding thread 2 to cpu 2
[2015-03-21 11:00:41] Starting Stratum on stratum+tcp://128.199.42.144:3334
[2015-03-21 11:00:41] Binding thread 0 to cpu 0
[2015-03-21 11:00:41] Binding thread 3 to cpu 3
[2015-03-21 11:00:41] Binding thread 1 to cpu 1
[2015-03-21 11:00:42] Stratum requested work restart
[2015-03-21 11:00:57] thread 2: 48604 hashes, 3.40 khash/s
[2015-03-21 11:00:57] accepted: 1/1 (100.00%), 3.40 khash/s (yay!!!)
[2015-03-21 11:00:58] thread 2: 4060 hashes, 3.45 khash/s
[2015-03-21 11:00:58] accepted: 2/2 (100.00%), 3.45 khash/s (yay!!!)
[2015-03-21 11:01:07] thread 2: 30826 hashes, 3.41 khash/s
[2015-03-21 11:01:07] accepted: 3/3 (100.00%), 3.41 khash/s (yay!!!)
[2015-03-21 11:01:18] Stratum requested work restart

With some pain, I got the miner to compile against bionic and run non-rooted (currently you have to use adb to start the daemon, but writing a frontend shouldn't be hard).

Here's the device specs on CPU power:

/proc/cpuinfo info:

Code:
Processor	: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 38.40

processor : 1
BogoMIPS : 38.40

processor : 2
BogoMIPS : 38.40

processor : 3
BogoMIPS : 38.40

Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 0

Hardware : Qualcomm MSM 8974 HAMMERHEAD (Flattened Device Tree)
Revision : 000b
Serial : 0000000000000000

I'm honestly not sure if this would be superuseful, but I won't mind building this into an actual APK. Figure tons of us have old Android phones that aren't in use anymore ...


If somebody would like to test this a little go ahead!

Yes!  I've been waiting for this moment for weeks!  I have at least three different phones waiting to be abused Wink

What do we need to do?  Have you created an .APK? Do you have the full code, if it's possible for me to create the .apk in Android Studio?  I have adb installed as well, but have never really messed around with it
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 12, 2015, 09:17:26 AM
 #8658

Quote


Magi the unique coin of the future welcomes the Japanese community.
Check the japanese thread here
Magi coin for all people!

「マギ」は、将来のユニークなコインは、日本のコミュニティを歓迎します。
ここにチェックを入れてください
「マギ」将来のユニークなコインの日本語スレッド
すべての人のための「マギ」のコイン!


Magi has now his own Japanese Magi thread!
Lets continue with the grow of the Coin of the Magi
Special thanks to layer1gfx! Smiley

FYI the new translated threads will be shorter than the original thread.
That way it is a lot better to keep them up to date also!
 Smiley

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 12, 2015, 05:24:50 PM
 #8659

Yet another superb image from Goldlabel. I thought it was missing something, so with a bit of PaintShop I got me another background for the Benchmark utility. Still plenty of slots available folks so keep them coming please.


111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 12, 2015, 06:32:54 PM
 #8660

After dark there will be light! Nice Spexx! Cool picture! Cool

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Pages: « 1 ... 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 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 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!