meeperson
Newbie
Offline
Activity: 30
Merit: 0
|
 |
September 15, 2014, 08:22:07 PM |
|
[CPU miner and windows how-to]The latest version of cpuminer is here:https://github.com/magi-project/magi-minerdThe following guide is for compiling though cygwin in windows. testz did the standalone windows compilation before, I will ask him again for help. 1) Compile cpuminer in cygwin Download setup-x86_64.exe (or setup-x86_32.exe) from the first page of https://www.cygwin.com, and then install it; installation asks for installing packages, be sure following are checked: devel/git devel/gcc-g++ devel/gcc-fortran libs/libcurl-devel devel/automake devel/make net/openssl-devel math/libgmp-devel editors/nano 2) Open up Cygwin64 Terminal, issue following commands git clone https://github.com/magi-project/magi-minerd cd magi-minerd ./autogen.sh CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure make 3) Mining The compiled minerd lies in C:\cygwin64\home\USER\magi-minerd; Cygwin is a unix environment, so you have run the miner through console. Under magi-minerd folder: nano magi-minerd.sh Edit and save it; magi-minerd.sh is a file coming with the git source. Issue ./magi-minerd.sh If you cannot run it, chmod 755 magi-minerd.sh That's it! I'm running this on Mac OS, I get this with the ./configure: ./configure: line 5937: syntax error near unexpected token `,' ./configure: line 5937: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,' make: make: *** No targets specified and no makefile found. Stop.
|
|
|
|
|
|
|
|
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
September 15, 2014, 08:23:39 PM |
|
Dev, this thread has become extremely difficult to follow for those not savvy with this tech and all the tests everyone has been running.
Would really appreciate clear instructions on what to download and how to mine when this is ready to launch!
Looks like the launch is scheduled to go off in about 45 minutes, when will be the swap for our old coins? I think I heard it would not be for some time so I assume we just hold our separate wallet for the old MagiCoins we have until the swap day?
Thanks!
I will compile info and put at the top of the OP. We now postpone the swap, will give details after this launch.
|
|
|
|
lama82
|
 |
September 15, 2014, 08:24:27 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG! 
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
September 15, 2014, 08:25:15 PM |
|
I'm running this on Mac OS, I get this with the ./configure: ./configure: line 5937: syntax error near unexpected token `,' ./configure: line 5937: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
make: make: *** No targets specified and no makefile found. Stop.
Srry, I have no idea of Mac at this time, maybe you can have virtualbox. And don't worry mining right now, block rewarding is very low at the beginning.
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
 |
September 15, 2014, 08:25:46 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  very nice, we are going towards launch.
|
|
|
|
bigc1984
|
 |
September 15, 2014, 08:25:50 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  how many threads should i use? 1 thread ony uses 10% of cpu
|
|
|
|
bbr
|
 |
September 15, 2014, 08:27:55 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  how many threads should i use? 1 thread ony uses 10% of cpu I'm using 4 and it's using about 95% using cygwin
|
|
|
|
Digithusiast
|
 |
September 15, 2014, 08:28:59 PM |
|
make sure to mointor your CPU temperature with a prog like Core Temp 1.0 if you run max cores, cpu gets really hot very fast and that could lead to defects easily
|
|
|
|
Bojcha
|
 |
September 15, 2014, 08:31:10 PM |
|
i am minig faster from wallet then from miner
|
|
|
|
jamo4000
|
 |
September 15, 2014, 08:32:02 PM |
|
i am minig faster from wallet then from miner
What is the cmd for wallet mining??
|
|
|
|
meeperson
Newbie
Offline
Activity: 30
Merit: 0
|
 |
September 15, 2014, 08:32:17 PM |
|
I'm running this on Mac OS, I get this with the ./configure: ./configure: line 5937: syntax error near unexpected token `,' ./configure: line 5937: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
make: make: *** No targets specified and no makefile found. Stop.
Srry, I have no idea of Mac at this time, maybe you can have virtualbox. And don't worry mining right now, block rewarding is very low at the beginning. Seriously? I have to install Windows to use Unix even though it's already on my Mac?  we need more Mac users
|
|
|
|
Zlush1337
Newbie
Offline
Activity: 56
Merit: 0
|
 |
September 15, 2014, 08:32:33 PM |
|
don't get above 75°C^^
|
|
|
|
bigc1984
|
 |
September 15, 2014, 08:34:50 PM |
|
i am minig faster from wallet then from miner
oh yea me too.. now im using 99% cpu not finding any blocks tho
|
|
|
|
The Frisian
Legendary
Offline
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
|
 |
September 15, 2014, 08:35:52 PM |
|
what's the difference using the wallet to mine, or minerd.exe? When i start the wallet with gen=1 cpu is used almost 100 %. Why should i then use minerd.exe? Do I need to set gen=0 when using minerd.exe? Or is minerd.exe to use with a pool? (what i normally do!) Thanks for all the answers.
|
|
|
|
lama82
|
 |
September 15, 2014, 08:36:25 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  how many threads should i use? 1 thread ony uses 10% of cpu Wait a second i have to take a look. Iám also very busy in the IRC and on Twitter!  "hashespersec" : 7339, "networkhashps" : 1216,
|
|
|
|
fartbags
Legendary
Offline
Activity: 1190
Merit: 1004
|
 |
September 15, 2014, 08:36:49 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  how many threads should i use? 1 thread ony uses 10% of cpu I'm using 4 and it's using about 95% using cygwin It depends on how many threads/cores your CPU has.
|
|
|
|
bigc1984
|
 |
September 15, 2014, 08:38:37 PM |
|
Joe, Iám using windows and mining solo in testnet! Its works fine. Just received 5 XMG!  how many threads should i use? 1 thread ony uses 10% of cpu I'm using 4 and it's using about 95% using cygwin It depends on how many threads/cores your CPU has. i have an i7 water cooled
|
|
|
|
Bojcha
|
 |
September 15, 2014, 08:39:22 PM |
|
i am minig faster from wallet then from miner
oh yea me too.. now im using 99% cpu not finding any blocks tho i found 2 in 2 minutes. with miner 1 block in 5 minutes. I have this one with 100 value. so its working. miner (v3) says 8.5kH/s and wallet says 19kH/s https://i.imgur.com/744oWza.png
|
|
|
|
ed_teech
|
 |
September 15, 2014, 08:42:36 PM |
|
Ok, Windows wallet and miner are working just fine on the testnet.
What Kh/s do you guys get ? I get 3.5 Kh/s on each thread with 8 threads on an Intel Core i7
|
|
|
|
unsoindovo
Legendary
Offline
Activity: 1918
Merit: 1042
https://locktrip.com/?refId=40964
|
 |
September 15, 2014, 08:42:54 PM |
|
i am minig faster from wallet then from miner
oh yea me too.. now im using 99% cpu not finding any blocks tho i found 2 in 2 minutes. with miner 1 block in 5 minutes. I have this one with 100 value. so its working. miner (v3) says 8.5kH/s and wallet says 19kH/s https://i.imgur.com/744oWza.pngok but 8.5 * 8 thread = 68khash? and wallet just 19Khash?
|
|
|
|
|