Bitcoin Forum
April 26, 2024, 09:57:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 [207] 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375255 times)
Atomicat
Legendary
*
Offline Offline

Activity: 952
Merit: 1002



View Profile
November 19, 2014, 12:17:43 PM
 #4121

weird that intel cpus are so much better than amd: I've got an intel dual core mining at 12 Khs and an amd dual core same frequency which makes barely 2 Khs. Maybe there is a trick to improve hashing on amd cpus?

Join us here for some tips and discussion on mining.... says the guy who's FX-8350 smoked a Haswell i7-4790.


If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714168675
Hero Member
*
Offline Offline

Posts: 1714168675

View Profile Personal Message (Offline)

Ignore
1714168675
Reply with quote  #2

1714168675
Report to moderator
Atomicat
Legendary
*
Offline Offline

Activity: 952
Merit: 1002



View Profile
November 19, 2014, 12:19:32 PM
 #4122

just got my proof of mining coins ! thanks

Ditto!  Thank you so much!  The hounds thank you too, they'll be getting treats for a while.
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
November 19, 2014, 02:04:53 PM
 #4123

weird that intel cpus are so much better than amd: I've got an intel dual core mining at 12 Khs and an amd dual core same frequency which makes barely 2 Khs. Maybe there is a trick to improve hashing on amd cpus?
Spexx provided estimation of the CPU performance by looking up a specific CPU in https://www.cpubenchmark.net/cpu_list.php; then divide "Passmark CPU Mark figure" by 1000 and multiply by 3.6, which comes to a number in hash rate. 2 kh/s is a bit strange, are they running in same conditions, no other programs hanging around?...


  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 
BoxRoyer
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 19, 2014, 02:18:40 PM
 #4124

Thank you so much joelao95!!!
I'm still not able yo build the minerd as when I am getting this error when I try to configure:
./configure: line 6102: syntax error near unexpected token `,'
./configure: line 6102: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
I have seen it may be related to a libcurl4-openssl-dev library. But I cannot find the way to install this library on a mac computer.?
Any help on this will be much appreciated!

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Here is a guide I quickly tried in my mac os 10.7:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install git openssl gmp

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

5. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.

conspirosphere.tk
Legendary
*
Offline Offline

Activity: 2352
Merit: 1064


Bitcoin is antisemitic


View Profile
November 19, 2014, 02:22:14 PM
 #4125

Spexx provided estimation of the CPU performance by looking up a specific CPU in https://www.cpubenchmark.net/cpu_list.php; then divide "Passmark CPU Mark figure" by 1000 and multiply by 3.6, which comes to a number in hash rate. 2 kh/s is a bit strange, are they running in same conditions, no other programs hanging around?...

thx, it's an AMD Athlon 64 X2 Dual Core 5600+, so according the calculation it should make 5.2 Khs. But since it's my everyday puter it's always multitasking. Now it's making more like 3.3 Khs (multiplying by 2 what I get in the autominer, since it's two threads), so I guess that's fine.
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
November 19, 2014, 02:38:02 PM
 #4126

Thank you so much joelao95!!!
I'm still not able yo build the minerd as when I am getting this error when I try to configure:
./configure: line 6102: syntax error near unexpected token `,'
./configure: line 6102: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
I have seen it may be related to a libcurl4-openssl-dev library. But I cannot find the way to install this library on a mac computer.?
Any help on this will be much appreciated!

I guess you have installed macports. curl can be found from here (many others too through ports): https://www.macports.org/ports.php?by=name&substr=curl
Simply issue:
Code:
sudo port install curl

I forgot mentioning settings in order to use port libraries, basically adding the following lines into ~/.profile (relaunch Terminal once changed)

Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/local/lib
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

Let me know any further issues.


  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
November 19, 2014, 02:44:45 PM
 #4127

Spexx provided estimation of the CPU performance by looking up a specific CPU in https://www.cpubenchmark.net/cpu_list.php; then divide "Passmark CPU Mark figure" by 1000 and multiply by 3.6, which comes to a number in hash rate. 2 kh/s is a bit strange, are they running in same conditions, no other programs hanging around?...

thx, it's an AMD Athlon 64 X2 Dual Core 5600+, so according the calculation it should make 5.2 Khs. But since it's my everyday puter it's always multitasking. Now it's making more like 3.3 Khs (multiplying by 2 what I get in the autominer, since it's two threads), so I guess that's fine.

Another try is to use minerd for a specific type of CPU compiled by MarcusDe: http://graymines.net/miners/magi/v2/

This might be the one for your CPU (I am lack of exact knowledge on this, just my guess:): http://graymines.net/miners/magi/v2/cpuminer_win64_magi_byMarcusDe-athlonfx-1104.zip


  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 
BoxRoyer
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 19, 2014, 03:14:09 PM
 #4128

TY once again joelao95!!!
I am using home-brew and it seem curl was already installed on the comp, showing up inside /usr/bin/
I am installing windows now in order to make this run if I can't find the way to bypass this library issue.
jawitech
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 19, 2014, 03:48:35 PM
 #4129

Received my PoM share, too. Thanks Joe!

As I want to help Magi growing, I donated my share to the Magi marketing fund.

https://chainz.cryptoid.info/xmg/search.dws?q=0a28ad4d20a77ca092f7c638c644d674e42adab967a99250ff59d41f56e7b3e1

Feel free to donate any amount in order to help, too.

XMG:  95V9eZnrghtEriGUhBwwEuqMbDm1HBJ58u (Marketing)
BTC:  188AmugttD1jfy2xYNy6muTzVzYha1JEuq (Development)
LTC:  Lba3T9NUWcTi2VrKWxtXAT4ypnFGV5ojLC (Development)

Thanks in advance!
jawitech
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 19, 2014, 03:49:44 PM
 #4130

Just a friendly reminder: We need votes to get listed on Cryptsy. Another exchange with good volume and many trading possibilities for traders (USD, XRP,...).

Please vote here
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
November 19, 2014, 05:53:07 PM
 #4131

TY once again joelao95!!!
I am using home-brew and it seem curl was already installed on the comp, showing up inside /usr/bin/
I am installing windows now in order to make this run if I can't find the way to bypass this library issue.

I will be trying homebrew sometime; as long as the libraries are installed (I thought homebrew installs packages into /usr/local) and are in the path, compiling minerd should be straightforward.

Optionally macports installs the complete port system in a location (typically /opt/local) separated from the Mac os, so it's pretty safe. Simply delete /opt/local will remove macports, just in case you want a try. It now comes with many binary packages, installation is pretty fast than before.


  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
November 19, 2014, 05:55:56 PM
 #4132

Received my PoM share, too. Thanks Joe!

As I want to help Magi growing, I donated my share to the Magi marketing fund.

https://chainz.cryptoid.info/xmg/search.dws?q=0a28ad4d20a77ca092f7c638c644d674e42adab967a99250ff59d41f56e7b3e1

Feel free to donate any amount in order to help, too.

XMG:  95V9eZnrghtEriGUhBwwEuqMbDm1HBJ58u (Marketing)
BTC:  188AmugttD1jfy2xYNy6muTzVzYha1JEuq (Development)
LTC:  Lba3T9NUWcTi2VrKWxtXAT4ypnFGV5ojLC (Development)

Thanks in advance!

Thanks, appreciated. Smiley


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

Activity: 238
Merit: 100

Sam Mother Fuckin' Walters


View Profile WWW
November 19, 2014, 06:00:07 PM
 #4133

This is big news!

Congratulations Joe Lao, you have made it to the voting round. Official voting will occur 12/1/2014 and last until 12/28/2014.

https://bitcointalk.org/index.php?topic=855130.msg9542207#msg9542207

Keep up the great work mate, you have been doing well all around, people know this Smiley



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

Activity: 238
Merit: 100

Sam Mother Fuckin' Walters


View Profile WWW
November 19, 2014, 06:04:39 PM
 #4134

Nonce-Pool



Suprnova



Suchpool



Fellow miners, please spread the hashrate.

we could put some hashpower up for suchpool.. continue to tell more miners to increase our reward opportunities!!!

http://suchpool.pw/xmg they need some hash power

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

Activity: 238
Merit: 100


View Profile
November 19, 2014, 06:41:55 PM
 #4135

https://www.bitspark.io/coinvoting
Magi is doing great here!
More than 100 votes in 1 day.
Magi passed iocoin fast.
Next goal is Namecoin.
FYI Magi has the most unpaid votes!
The three above Magi have a lot paid votes.
Keep voting guys!

Historical
Sr. Member
****
Offline Offline

Activity: 268
Merit: 252



View Profile
November 19, 2014, 06:44:04 PM
 #4136

Also will be good to spread some hash on Magi Mining Pool...

ex33s
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
November 19, 2014, 07:21:31 PM
 #4137

Also will be good to spread some hash on Magi Mining Pool...

Already switch my most powerful miners to your pool, so i'm mining on both such pool and magipool Smiley


lama82
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
November 19, 2014, 10:15:08 PM
 #4138

Really incredible.
Just two months old and Magi (XMG) has already achieved so many good things.
If Magi goes through, it really is the new currency of the future!
Let's go for it!
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
November 20, 2014, 01:18:31 AM
 #4139


NEW SOFTWARE RELEASE
Windows 64 bit minerd
I have cast a few magic spells over my compiler and now it gives me a generic minerd.exe that is 1.3 percent faster than the previous version. You lucky people

for me is very relevant updates 32 bit version - will be a new 32-bit version?


I have been playing around with trying to improve the 32 bit miner but have not yet managed to get anything faster than the current version. I have several versions that are slower! I am sure that there are ways to get some improvement in performance, but getting 32 bit compilers to play ball is another story and has been very frustrating. I am also currently working on other stuff, but will have another go at the 32 bit miner in due course.

Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
November 20, 2014, 01:56:12 AM
 #4140

I'm still not able yo build the minerd as when I am getting this error when I try to configure:
./configure: line 6102: syntax error near unexpected token `,'
./configure: line 6102: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

I have seen this message scores of times during my compilation attempts under Windows using MSYS/Mingw compiler. Eventually I became convinced that it is a bug in the configure script generated by autogen when run under MSYS/Mingw. Bypassing the libcurl check routine in the configure script allowed the build to proceed to completion. I later discovered by accident that if I ran the autogen under the Cygwin compiler it created a configure script which worked perfectly with MSYS/Mingw (facepalm).

Installing curl into the compiler is fairly easy and did not give me any problems at all. Download the source code http://curl.haxx.se/download.html then build the configure script with ./buildconf. I found with Windows that I got better performance from the miner by installing curl as a static library thus:-

./configure --enable-static --disable-shared
make
make install

However I have no idea if this makes any difference under Mac, but would be interested to find out Wink

Pages: « 1 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 [207] 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 ... 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!