Bitcoin Forum
April 28, 2024, 06:16:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375257 times)
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
October 06, 2014, 12:45:45 AM
 #2561

Am I correct in my thought that this can all be ran with a single batch file?

Here is my startup batch file on four cores for your guidance:-

@echo off
start /min /low /affinity 0x7 minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx2 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xb minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx3 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xd minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xe minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx1 --pass stratocaster --threads 1 --quiet
exit

... well this is the simple version anyways. I am working on another version which incorporates automatic fail-over in the event of a pool going off the air. It's a mess at the moment and not fit for human consumption Cheesy

btw Spexx, how about affinity when there is 4 cores but 8 threads? How to assign?
Also how you find this 0x7 0xb.. etc.. I am using bin to hex converter to determine that but i am not getting those..
For example what affinity on your 4 cores is 0x7 ?
1714328216
Hero Member
*
Offline Offline

Posts: 1714328216

View Profile Personal Message (Offline)

Ignore
1714328216
Reply with quote  #2

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

Posts: 1714328216

View Profile Personal Message (Offline)

Ignore
1714328216
Reply with quote  #2

1714328216
Report to moderator
1714328216
Hero Member
*
Offline Offline

Posts: 1714328216

View Profile Personal Message (Offline)

Ignore
1714328216
Reply with quote  #2

1714328216
Report to moderator
idol
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 06, 2014, 12:54:44 AM
 #2562

i have a simple question...

besides all this attention for mining

what is the next feature that will be added to give this coin real value?

IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
October 06, 2014, 01:08:05 AM
 #2563

Am I correct in my thought that this can all be ran with a single batch file?

Here is my startup batch file on four cores for your guidance:-

@echo off
start /min /low /affinity 0x7 minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx2 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xb minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx3 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xd minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xe minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx1 --pass stratocaster --threads 1 --quiet
exit

... well this is the simple version anyways. I am working on another version which incorporates automatic fail-over in the event of a pool going off the air. It's a mess at the moment and not fit for human consumption Cheesy

Thanks man, this last post was especially helpful and got me up and running.  A bit surprised at how difficult this coin is to mine, was mining a different coin that appears to be much more profitable looking at the numbers so i may have to switch back but will let this run for a couple days or so and see how she goes.  I've also got a decent amount of Magi coming back to me after the swap too as I mined it for some time before the change over.

I seem to be hashing at around 55-65 kh/s so that looks pretty good.

Setup 8 different workers as you suggested but curious why this squeezes a bit more out of it?  Would this be true for any coin one is mining with multiple miners?  I assume it has to do with difficulty being set for each worker is a bit less on average doing it this way?

Anyways bud, many thanks for your help today and I hope you got some good rest!
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
October 06, 2014, 01:15:06 AM
 #2564

@IMJim
Try this, i am curios..
Code:
start /min /belownormal /affinity 1 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 2 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 4 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 8 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 10 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 20 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 40 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 80 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
October 06, 2014, 01:19:44 AM
 #2565

Will do bud, will let you know in a few.......thanks!
IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
October 06, 2014, 02:07:58 AM
 #2566

@IMJim
Try this, i am curios..
Code:
start /min /belownormal /affinity 1 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 2 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 4 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 8 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 10 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 20 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 40 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1
start /min /belownormal /affinity 80 minerd.exe -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u user -p xxx -t 1

Had this running for about 50 minutes now.  Seems everything is pretty much the same as far as CPU temp and hashrate, currently showing 54 in my dashboard.
SamWalters
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Sam Mother Fuckin' Walters


View Profile WWW
October 06, 2014, 02:29:15 AM
 #2567

major mining progress being made... RESISTANCE!!!

I support Magi the first anti-botnet mining network to give regular miners the fair chance of mining. Talk to #Magi on IRC: https://kiwiirc.com/client/irc.freenode.net/#magi or on BitcoinTalk: https://bitcointalk.org/index.php?topic=735170.0
Arakhne
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
October 06, 2014, 02:31:25 AM
 #2568

I am mining this coin. It is the first ever altcoin that I mine (I do not count LTC). I think and hope it will succeed, so stashing all I get.
SamWalters
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Sam Mother Fuckin' Walters


View Profile WWW
October 06, 2014, 03:12:15 AM
 #2569

I am mining this coin. It is the first ever altcoin that I mine (I do not count LTC). I think and hope it will succeed, so stashing all I get.

This is exactly the right concept behind Magi.

Are we to forget that majority of the industry didn't really mine bitcoin or litecoin to earn bitcoins. They need coins like Magi to get started since its more cost effective.

Magi was ranging 0.0009 - 0.00001 XMG/BTC as it still is finding its floor but it seems it has found it at some degree.

I support Magi the first anti-botnet mining network to give regular miners the fair chance of mining. Talk to #Magi on IRC: https://kiwiirc.com/client/irc.freenode.net/#magi or on BitcoinTalk: https://bitcointalk.org/index.php?topic=735170.0
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
October 06, 2014, 03:26:09 AM
Last edit: October 06, 2014, 03:51:24 AM by joelao95
 #2570

Has any MAGI been converted to XMG yet?
We have had the fist set of coins swapped (5%) since last week; observing price dropping, we will be pausing/reducing swapping amount (no swap done for the 2nd set so far); we may continue to pause the swap if price is not showing any good (swap may not be the only reason of dropping, BTC dropped a lot too, but we will carefully handle the swap anyway).


  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
October 06, 2014, 03:27:57 AM
 #2571

AS PROMISED, i had spend some free time in the weekend to help a bit to community Smiley

Translation to LITHUANIAN language Smiley
any tips appreciated

My XMG : 96v3H8THvaibBrMezgoZJSNUacxXin1LD1


Thanks a lot kl8847; will you be able to post this in your forum, and send me a link?

here we go:
https://bitcointalk.org/index.php?topic=812317.0

still not sure if i placed that thread in the right place..

And here is a tread on lithaunian forum. it's dead a bit, but hope it will expand in the future Smiley no traffic there, but anyway all new comers can read about Coin of Magi Smiley

http://bitcoinlt.org/diskusijos/viewtopic.php?f=2&t=53

Looks like the bitcointalk link is broken.


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

Activity: 79
Merit: 10


View Profile
October 06, 2014, 03:28:24 AM
 #2572

major mining progress being made... RESISTANCE!!!
source please, it coming too quickly!
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
October 06, 2014, 03:45:05 AM
 #2573

i have a simple question...

besides all this attention for mining

what is the next feature that will be added to give this coin real value?

We have primarily focused on the CPU mining so far and will continue this direction. Making XMG CPU minable will differentiate us significantly from many other coins, which should give XMG values. We still have a few important tasks to be done in order to consolidate the CPU mining before we emphasize the real next.

Speaking of the next, we will have PoS-II coming soon, a Tor feature, and may get the anonymous features in the near future. There are a few people from this community working on Android apps and games. A roadmap will be announced once we have clear ideas about these.


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

Activity: 263
Merit: 100



View Profile
October 06, 2014, 04:07:59 AM
 #2574

AS PROMISED, i had spend some free time in the weekend to help a bit to community Smiley

Translation to LITHUANIAN language Smiley
any tips appreciated

My XMG : 96v3H8THvaibBrMezgoZJSNUacxXin1LD1


Thanks a lot kl8847; will you be able to post this in your forum, and send me a link?

here we go:
https://bitcointalk.org/index.php?topic=812317.0

still not sure if i placed that thread in the right place..

And here is a tread on lithaunian forum. it's dead a bit, but hope it will expand in the future Smiley no traffic there, but anyway all new comers can read about Coin of Magi Smiley

http://bitcoinlt.org/diskusijos/viewtopic.php?f=2&t=53

Looks like the bitcointalk link is broken.

I am not sure why moderotors deleting my tread, they did that 3 times.
where i should place it to survive?
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
October 06, 2014, 04:10:21 AM
Last edit: October 06, 2014, 04:55:54 AM by joelao95
 #2575

AS PROMISED, i had spend some free time in the weekend to help a bit to community Smiley

Translation to LITHUANIAN language Smiley
any tips appreciated

My XMG : 96v3H8THvaibBrMezgoZJSNUacxXin1LD1


Thanks a lot kl8847; will you be able to post this in your forum, and send me a link?

here we go:
https://bitcointalk.org/index.php?topic=812317.0

still not sure if i placed that thread in the right place..

And here is a tread on lithaunian forum. it's dead a bit, but hope it will expand in the future Smiley no traffic there, but anyway all new comers can read about Coin of Magi Smiley

http://bitcoinlt.org/diskusijos/viewtopic.php?f=2&t=53

Looks like the bitcointalk link is broken.

I am not sure why moderotors deleting my tread, they did that 3 times.
where i should place it to survive?

Maybe somewhere of your local forum other than bitcointalk


  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
October 06, 2014, 05:09:43 AM
 #2576

Please use our subreddit to post mining guide and other relevant info, some of them will be collected and placed into wiki so that people can easily find the information.

http://www.reddit.com/r/coinmagi/

I opened up a giveaway thread: http://www.reddit.com/r/coinmagi/comments/2if7g2/200_xmg_giveaway/; post your XMG address to receive free coins.


  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 
Digithusiast
Hero Member
*****
Offline Offline

Activity: 886
Merit: 504



View Profile
October 06, 2014, 08:03:10 AM
 #2577

Strange to see miners(are they?) sell XMG at bottom prices of even 2100sat. Seen the time and energy it takes to mine a XMG, they must be selling at a loss.
Anybody got a clue?
24core
Sr. Member
****
Offline Offline

Activity: 582
Merit: 250


An Impressive Purely Anonymous Currency.


View Profile WWW
October 06, 2014, 08:21:46 AM
 #2578

Strange to see miners(are they?) sell XMG at bottom prices of even 2100sat. Seen the time and energy it takes to mine a XMG, they must be selling at a loss.
Anybody got a clue?

People have access to free CPU in work, so it is all profit!

Sy
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Bounty Detective


View Profile
October 06, 2014, 08:24:52 AM
 #2579

Strange to see miners(are they?) sell XMG at bottom prices of even 2100sat. Seen the time and energy it takes to mine a XMG, they must be selling at a loss.
Anybody got a clue?

People have access to free CPU in work, so it is all profit!

Exactly, probably some of the big guys with datacenters that idle.

BOUNTY DETECTIVE


















Powered by,
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
October 06, 2014, 08:26:55 AM
 #2580

Strange to see miners(are they?) sell XMG at bottom prices of even 2100sat. Seen the time and energy it takes to mine a XMG, they must be selling at a loss.
Anybody got a clue?

People have access to free CPU in work, so it is all profit!

Exactly, probably some of the big guys with datacenters that idle.
Yeah I guess so, but why sell so cheap while XMG is worth more.
Is just plain stupid. On the other hand for new people buying  XMG is it the right time.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 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!