The Frisian
Legendary
Offline
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
|
 |
November 17, 2014, 05:30:20 PM |
|
yeah, i suppose someone is trying to keep it down for some coins but market movement is up to the crowd. I see the real benefit m7m brings to the table.
Always sell high, buy low.
|
|
|
|
|
DonQuijote
Legendary
Offline
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
|
 |
November 17, 2014, 05:40:45 PM |
|
|
THE INGENIOUS GENTLEMAN DON QUIXOTE OF LA MANCHA
|
|
|
|
Arsenay
|
 |
November 17, 2014, 06:51:29 PM |
|
# The giveaway will end at 11/14 Friday, 20:00PM EST time. The rewards will be sent at that time.
I haven't received anything yet, Joe. It's 6:44 pm EST now, giveaway end was stated at 8:00 pm EST. At my place it's 15-11-2014 - 01:00 AM and what are the results ? ok ?)
|
|
|
|
lama82
|
 |
November 17, 2014, 08:15:50 PM |
|
Does Bittrex has a problem? Receive error 552! Host problem! 
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
November 17, 2014, 08:46:49 PM |
|
# The giveaway will end at 11/14 Friday, 20:00PM EST time. The rewards will be sent at that time.
I haven't received anything yet, Joe. It's 6:44 pm EST now, giveaway end was stated at 8:00 pm EST. At my place it's 15-11-2014 - 01:00 AM and what are the results ? ok ?) SuchPool did some adjustments, seems ok.
|
|
|
|
conspirosphere.tk
Legendary
Offline
Activity: 2352
Merit: 1064
Bitcoin is antisemitic
|
 |
November 17, 2014, 09:04:19 PM |
|
I am sure to have entered all my right info in Setup.bat more than once, but Setup.bat always ends telling me: "Access is denied" 4 times, like it lacks the permits to write other files. So when I get the prog hashing my stats in nonce-pool.com remain at zero. Any way to fix this? Maybe entering directly my info in some other .bat?
|
|
|
|
lama82
|
 |
November 17, 2014, 09:36:41 PM |
|
Would like to help you. Probably have to wait until Spexx is online. Or maybe there is someone else who can help with this.
|
|
|
|
Digithusiast
|
 |
November 17, 2014, 10:25:48 PM |
|
The trick is creating the corresponding worker names in your pool account and match them with the .bat config. This is tricky, because the .bat splits your worker name in 2 parts, see below. I.e. if you want to use 4 threads of your multi-core CPU, your pool worker names in your pool-account can be
name.worker1 name.worker2 name.worker3 name.worker4
an example for your myminer.bat is:
@echo off title XMG Magi Monitor start "XMG Magi Autominer" automine.bat "name" "worker" "4" "1" "workerpassword" "stratum+tcp://xmg.suprnova.cc:7128" "stratum+tcp://mine2.magi.nonce-pool.com:4090" "0" "5" exit
with the "4" in the line above, the miner creates the 4 workers itself, so you do not put the worker1, worker2, worker3 and worker4 names in the .bat, only use "worker" . and make sure to set the same password for every worker in your pool account
Does this solve your problem?
|
|
|
|
Spexx
Sr. Member
  
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
 |
November 17, 2014, 10:46:45 PM |
|
I am sure to have entered all my right info in Setup.bat more than once, but Setup.bat always ends telling me: "Access is denied" 4 times, like it lacks the permits to write other files. So when I get the prog hashing my stats in nonce-pool.com remain at zero. Any way to fix this? Maybe entering directly my info in some other .bat?
Ooo-er  This might just happen if Setup.bat is unable to write a file into the folder it is running in. It writes four lines of data to a file called Myminer.bat after it has gathered the information from you. With this in mind I copied Setup.bat to the folder Program Files (x86) and ran it from there. That reproduced the error, so I suspect you have done something similar. You will get the same result if you use a sub-folder of Program Files (x86) too. The fix is not to use a folder that requires Administrator privileges to create files in it  I suggest creating and using the folder C:/XMGminer which is the default folder suggested by the self-extracting executable version of the mining package.
|
|
|
|
BoxRoyer
Newbie
Offline
Activity: 14
Merit: 0
|
 |
November 17, 2014, 11:23:55 PM |
|
How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?
|
|
|
|
Atomicat
Legendary
Offline
Activity: 952
Merit: 1002
|
 |
November 18, 2014, 12:27:04 AM |
|
Spexx! Just wanted to possibly confirm a bit of bad news for us AMD miners. It seems that when limiting single threads to single cores, we still get a drop in speed. Basically, once you go past five instances you get that drop no matter what. 7kh/s per thread up to 5 or so, then slowly drops to 5 and a bit per. Just thought I'd mention before I start digging for ways and means.
|
|
|
|
BoxRoyer
Newbie
Offline
Activity: 14
Merit: 0
|
 |
November 18, 2014, 01:16:06 AM |
|
Can somebody give me a hand on this? I am not able to connect my miner, as it does not accept the algorithm type. It is retrieving me "minerd: unknown algorithm -- 'm7mhash'" I am implementing it this way: "./minerd -a m7mhash -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u xxx.xxx -p xxx"
|
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
November 18, 2014, 02:11:30 AM Last edit: September 29, 2015, 03:24:50 AM by joelao95 |
|
How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?
Guide of compiling minerd on mac os:1. Ensure Xcode and the command line tools are installed. 2. Download and Install MacPorts: http://www.macports.org/install.php3. Edit ~/.profile to include the following content:export CPPFLAGS="-I/opt/local/include $CPPFLAGS" export LDFLAGS="-L/opt/local/lib" export PATH="/opt/local/bin:/opt/local/sbin:$PATH" 4. Install librariesOpen up app "Terminal" sudo port selfupdate sudo port install automake autoconf git openssl gmp 5. Compile minerdgit clone https://github.com/noncepool/m7magi-cpuminer-v2 cd m7magi-cpuminer-v2 ./autogen.sh ./nomacro.pl ./configure CFLAGS="-O3" CXXFLAGS="-O3" make 6. start minerdFor example, nonce-pool: ./minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password> Suprnova pool: ./minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password> <username.worker> and <password> should be set up in a pool.
|
|
|
|
|
MrUnzO
Member

Offline
Activity: 79
Merit: 10
|
 |
November 18, 2014, 02:45:14 AM |
|
who can tell me, my wallet (magitor) is syncing for about 8xxxxxxx block and no way to complete. (both when I lock and unlock my wallet)
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
November 18, 2014, 02:49:26 AM |
|
who can tell me, my wallet (magitor) is syncing for about 8xxxxxxx block and no way to complete. (both when I lock and unlock my wallet)
Magitor has issues with nodes, will get fixed, please try it later once we announce fixed nodes.
|
|
|
|
MrUnzO
Member

Offline
Activity: 79
Merit: 10
|
 |
November 18, 2014, 03:25:25 AM |
|
who can tell me, my wallet (magitor) is syncing for about 8xxxxxxx block and no way to complete. (both when I lock and unlock my wallet)
Magitor has issues with nodes, will get fixed, please try it later once we announce fixed nodes. so, what i should use now?
|
|
|
|
|