Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 835. (Read 2375972 times)

sr. member
Activity: 312
Merit: 250

I was going to ask why the PoM pool ( https://pom.m-hash.com ) is not present on that nice page?

It's gonna be added today, I'll keep you updated on this when it's added.

PoM Pool has been added to http://poolinfo.coinmagi.org/

Awesome! Thanks!
sr. member
Activity: 476
Merit: 250

I was going to ask why the PoM pool ( https://pom.m-hash.com ) is not present on that nice page?

It's gonna be added today, I'll keep you updated on this when it's added.

PoM Pool has been added to http://poolinfo.coinmagi.org/
sr. member
Activity: 350
Merit: 250
Mining Co-operative
You should not have to analyze the batch scripts (although you are very welcome to do so) and I have already done all the work required. You only need to answer the questions it presents with the appropriate answers. I know that it is not documented adequately and this is being addressed for the next version.

Let me know the machine hardware and I will give you a complete walk-through of the questions/answers if you need it. Send me a private message if you would prefer to keep those details off the open forum.

The new Mining Mage software under development makes it even easier by using a single form input instead of a sequence of questions/answers. This is in Beta test at the moment.
Look, soft formed for me command line in myminer.bat
"start /max automine.bat "myname" "myworker" "4" "0" "1234" "" "" "splat" "2""
But what is worker's number during setup? I have username "myname", workername "myworker", and I have not any "worker number", what should I do? Zero after "4" is that worker's number, I've set it to 0 because didn't understand what should I input.

The "multiple worker" part is confusing the issue. Two things.

1) Stop attempting to edit batch files yourself - let the software do it for you.

2) Do not choose "Multiple workers" during setup and it will not ask for worker number. Choose "Single worker" which is the default.

Using "multiple workers" means setting up your account(s) on the mining pool(s) in a particular way. You do not need to do that. If a single worker name is used, the fourth parameter passed to automine.bat is a space i.e.

start /max automine.bat "username" "workername" "4" " " etc

Note: this is a space, not an empty string. If you check the code for automine.bat you will see this is documented in the file header.
member
Activity: 98
Merit: 10
Hello Spexx thanks for replying. I am wondering if you might be able to post a quick step by step instruction of how to get this working for me. I am fairly new to the bitcoin scene and fairly green also to the majority of coding so it would be greatly appreciated if you could help me, and it would also be useful for future mac users wishing to get into mining and need a guide.

I can't speak entirely for Spexx, but I think he's more of a Windows guy than a Mac/Linux guy.

That being said, the GitHub suggests the you probably need to do the following after installing your dependencies:
Code:
./nomacro.pl
./autogen.sh
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

A cursory check of MacPorts suggests that this will get the dependencies:
Code:
sudo port -t install gmp curl jansson openssl

But I honestly have no idea if that will work because I don't have a Mac.

So if I follow the front page instructions of:

git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

But change it to clone: https://github.com/magi-project/wolf-m7m-cpuminer-V2

It will most likely attain the same outcome?

Edit: I am just wondering if I also have to worry about the dependencies of the github package?

I have some Linux miner online. May you can post your error message here?
newbie
Activity: 40
Merit: 0
You should not have to analyze the batch scripts (although you are very welcome to do so) and I have already done all the work required. You only need to answer the questions it presents with the appropriate answers. I know that it is not documented adequately and this is being addressed for the next version.

Let me know the machine hardware and I will give you a complete walk-through of the questions/answers if you need it. Send me a private message if you would prefer to keep those details off the open forum.

The new Mining Mage software under development makes it even easier by using a single form input instead of a sequence of questions/answers. This is in Beta test at the moment.
Look, soft formed for me command line in myminer.bat
"start /max automine.bat "myname" "myworker" "4" "0" "1234" "" "" "splat" "2""
But what is worker's number during setup? I have username "myname", workername "myworker", and I have not any "worker number", what should I do? Zero after "4" is that worker's number, I've set it to 0 because didn't understand what should I input.
full member
Activity: 206
Merit: 100
So if I follow the front page instructions of:

git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

But change it to clone: https://github.com/magi-project/wolf-m7m-cpuminer-V2

It will most likely attain the same outcome?

Edit: I am just wondering if I also have to worry about the dependencies of the github package?

Ah, I didn't realize that was the proper order to run autogen/nomacro in. But, yes. That should be correct.

And, yes, you do need the dependencies.
newbie
Activity: 22
Merit: 0
Hello Spexx thanks for replying. I am wondering if you might be able to post a quick step by step instruction of how to get this working for me. I am fairly new to the bitcoin scene and fairly green also to the majority of coding so it would be greatly appreciated if you could help me, and it would also be useful for future mac users wishing to get into mining and need a guide.

I can't speak entirely for Spexx, but I think he's more of a Windows guy than a Mac/Linux guy.

That being said, the GitHub suggests the you probably need to do the following after installing your dependencies:
Code:
./nomacro.pl
./autogen.sh
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

A cursory check of MacPorts suggests that this will get the dependencies:
Code:
sudo port -t install gmp curl jansson openssl

But I honestly have no idea if that will work because I don't have a Mac.

So if I follow the front page instructions of:

git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

But change it to clone: https://github.com/magi-project/wolf-m7m-cpuminer-V2

It will most likely attain the same outcome?

Edit: I am just wondering if I also have to worry about the dependencies of the github package?
full member
Activity: 206
Merit: 100
Hello Spexx thanks for replying. I am wondering if you might be able to post a quick step by step instruction of how to get this working for me. I am fairly new to the bitcoin scene and fairly green also to the majority of coding so it would be greatly appreciated if you could help me, and it would also be useful for future mac users wishing to get into mining and need a guide.

I can't speak entirely for Spexx, but I think he's more of a Windows guy than a Mac/Linux guy.

That being said, the GitHub suggests the you probably need to do the following after installing your dependencies:
Code:
./nomacro.pl
./autogen.sh
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

A cursory check of MacPorts suggests that this will get the dependencies:
Code:
sudo port -t install gmp curl jansson openssl

But I honestly have no idea if that will work because I don't have a Mac.

Edit: It might be sudo perl nomacro.pl. I don't know if OSX will run perl scripts like shell scripts.
newbie
Activity: 22
Merit: 0
I used the tutorial on the first post here: https://bitcointalksearch.org/topic/m.9576881

Which uses: https://github.com/noncepool/m7magi-cpuminer-v2

I remember it saying something about a part may not have been downloaded so that might be it. I'm not sure, I simply followed the exact steps listed in the post and assumed that it was how it should work.

Edit: took a screenshot of the attempt with the github part just now: https://i.imgur.com/Vlq27aW.png

1) The minerd will run perfectly well without specifying the algo, but if you must it should be "m7mhash".

2) The source you are using is very out of date. You want:-

https://github.com/magi-project/wolf-m7m-cpuminer-V2

which should run a lot faster.

3) The compile is bombing out because the GMP library has not been installed. Check the dependencies list on the github.

Hello Spexx thanks for replying. I am wondering if you might be able to post a quick step by step instruction of how to get this working for me. I am fairly new to the bitcoin scene and fairly green also to the majority of coding so it would be greatly appreciated if you could help me, and it would also be useful for future mac users wishing to get into mining and need a guide.
hero member
Activity: 575
Merit: 502
The pool is closed (what kind of gameserver)
The winner is Counter Strike Source then Counter strike Go and 3rd is Team Fortress. Wink
I've been coming across some posts lately saying that people are trying or willing to start their own server for the magi community. Are those plans for real? If so, we wouldn't need to spend our time on it ourselves.

If i'am correct this one received the most votes?

That's nice!
I will join teamspeak this week again amigo!

Oeps sry, i didnt saw that post or did see it and dont remember it (getting old here Grin)
Yes your right (or left) its CSS Counterstrike Source.

For those who want to join our Teamspeak, you dont need to great a account on our website, just putt this ip 85.214.157.196 in teamspeak fill in a username no need for a pasword and your done Wink

Thanks Goldlabel.
I will join teamspeak soon. Think the day after tomorrow i will be online there!!
Oke we will be there (like always) just call my name and ill be there Cheesy
For those who play arma2 dayz mod, we also have a server for that just started to day.
you need the Dayz Launcher and putt The fruits in the server menu.
legendary
Activity: 1750
Merit: 1005
The pool is closed (what kind of gameserver)
The winner is Counter Strike Source then Counter strike Go and 3rd is Team Fortress. Wink
I've been coming across some posts lately saying that people are trying or willing to start their own server for the magi community. Are those plans for real? If so, we wouldn't need to spend our time on it ourselves.

If i'am correct this one received the most votes?

That's nice!
I will join teamspeak this week again amigo!

Oeps sry, i didnt saw that post or did see it and dont remember it (getting old here Grin)
Yes your right (or left) its CSS Counterstrike Source.

For those who want to join our Teamspeak, you dont need to great a account on our website, just putt this ip 85.214.157.196 in teamspeak fill in a username no need for a pasword and your done Wink

Thanks Goldlabel.
I will join teamspeak soon. Think the day after tomorrow i will be online there!!
hero member
Activity: 575
Merit: 502
The pool is closed (what kind of gameserver)
The winner is Counter Strike Source then Counter strike Go and 3rd is Team Fortress. Wink
I've been coming across some posts lately saying that people are trying or willing to start their own server for the magi community. Are those plans for real? If so, we wouldn't need to spend our time on it ourselves.

If i'am correct this one received the most votes?

That's nice!
I will join teamspeak this week again amigo!

Oeps sry, i didnt saw that post or did see it and dont remember it (getting old here Grin)
Yes your right (or left) its CSS Counterstrike Source.

For those who want to join our Teamspeak, you dont need to great a account on our website, just putt this ip 85.214.157.196 in teamspeak fill in a username no need for a pasword and your done Wink
legendary
Activity: 1750
Merit: 1005
You are right! Can you make one in Dutch?? Grin Grin

ow i thought your going to say french Wink

haha also good!!
Merci Grin Grin
hero member
Activity: 575
Merit: 502
You are right! Can you make one in Dutch?? Grin Grin

ow i thought your going to say french Wink
xms
full member
Activity: 223
Merit: 100
http://www.presstab.pw/phpexplorer/NOBL/index.php

Does our Magi community like to have this for Magi?


hey,

I think it is looking very nice these kind of things made a coin (magicoin) very solid and serius

gr xms
legendary
Activity: 1750
Merit: 1005
You are right! Can you make one in Dutch?? Grin Grin
hero member
Activity: 575
Merit: 502
Nice Bitcoingarden added Magi banner on their homepage!! Grin

And Magi Standalone payment gateway info in Spanish!

Very nice.
1 thing i dont understand is, why sitebuilders dont build there websites with multi language, you get more people that way.
legendary
Activity: 1401
Merit: 1008
northern exposure
http://www.presstab.pw/phpexplorer/NOBL/index.php

Does our Magi community like to have this for Magi?


i think that this is a great idea, all info&tools are welcome and since Magi is one of the best ALT coins out there, Magi should have the best Wink

so if i have to vote about it, i will vote yes to do that for our coin.
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Looking vary nice. It will be a awesome asset for us Smiley
legendary
Activity: 1750
Merit: 1005
http://www.presstab.pw/phpexplorer/NOBL/index.php

Does our Magi community like to have this for Magi?
Jump to: