Bitcoin Forum
July 10, 2024, 12:30:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: December 24, 2017, 04:50:54 AM
Any news on the cluster mining JSON err? I am also getting this error, which is preventing me from mining consistently. The wallet solo miner is hard on my CPU (all threads maxed, even though only one is specified) while using the cluster miner seems to spread the load on my CPU more evenly/efficiently. I really would like to get back to cluster mining as soon as possible.

Also, I've almost fully compiled hodlminer-optiminer for OSX if anyone else was looking for it. I've finally got the makefile to compile (goddang OSX not complying to POSIX optional standards took me a while to address) and my next step is to run the binary through a debugger to figure out what's causing an "Illegal instruction: 4" runtime error.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: December 14, 2017, 07:29:08 PM
Too fully take advantage of optiminer's improvements you need a modern cpu that supports aes and avx2. For me on a E3-1240 i managed to double the hashrate with it. ( using 4 cores , on ubuntu 14.04 )
In your case using 2 cores yields more hash, the higher the combined hashrate the better. ( i assume you have an old  dual core cpu )


Do I need both (AES and AVX2) instruction extensions for hodlminer? I'm mostly confused as to how my hash rate drops when using hodlminer on one thread. My computer supports AES but not AVX2 (only AVX1.1), is this part of it?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: December 14, 2017, 01:39:57 AM
Has anyone else compiled optiminer on a mac?

Running configure returns

Code:
./configure: line 5624: syntax error near unexpected token `,'
./configure: line 5624: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

I have seen this issue (https://github.com/OhGodAPet/hodlminer-wolf/issues/1), and followed the steps listed but it still did not produced the same error.

Curl and openssl are installed, running curl -V produces

Code:
curl 7.54.0 (x86_64-apple-darwin16.0) libcurl/7.54.0 SecureTransport zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets

Sorry if this is a dumb question. I have spent many hours trying to get this package to compile, cross-compiling, modifying the script, etc. Perhaps I am missing the obvious solution.

If more information is needed, I would be more than happy to provide it. Any help is greatly appreciated.

MAC is a tricky critter.  Your error is definitely a library issue.  Have you checked all dependencies as well as have the SDKs on your local? Also, what version of Ubuntu are you using?  We have found that Ubuntu 14.04 is most favorable as the MAC versions have very strict gcc / libc dependencies.

If you are not on Ubuntu 14.04.  Get Oracle VMBox to build, much easier...  Keep us posted.

That error is from when I tried to compile it from Mac OSX 10.11 and 10.12 directly. For cross-compiling, I am trying from Ubuntu 16.04, but I know for sure that the OSX CURL libraries are configured incorrectly and will work on cross-compiling the next few days.

Also, on my Ubuntu Machine I find that with optiminer's hodlminer the hash rate is much lower than what I get from the wallet directly through optimineaes enabled. Normally I get 80 H/s, but with optiminer I get 55 H/s on one thread and 40 H/s and 30 H/s on two threads. Does anyone have any tips for improving optiminer's hash rate? Also, is it better to run the miner on multiple threads if the sum hash rate is higher than the single thread hash rate (say 30 and 40 H/s on two threads vs 55 H/s on one thread)?

Also yes, I know 80 h/s is low but it's just a casual laptop that I mine on in the night when my house is cold enough to cool the laptop (partially) and the global hashrate dips. I've actually found a block in on this machine in just two nights!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: December 13, 2017, 05:59:45 AM
Has anyone else compiled optiminer on a mac?

Running configure returns

Code:
./configure: line 5624: syntax error near unexpected token `,'
./configure: line 5624: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

I have seen this issue (https://github.com/OhGodAPet/hodlminer-wolf/issues/1), and followed the steps listed but it still did not produced the same error.

Curl and openssl are installed, running curl -V produces

Code:
curl 7.54.0 (x86_64-apple-darwin16.0) libcurl/7.54.0 SecureTransport zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets

Sorry if this is a dumb question. I have spent many hours trying to get this package to compile, cross-compiling, modifying the script, etc. Perhaps I am missing the obvious solution.

If more information is needed, I would be more than happy to provide it. Any help is greatly appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!