Pages:
Author

Topic: [CLOSED] 2000 YAC bounty for adapting minerd for YAC (Read 13058 times)

sr. member
Activity: 439
Merit: 250
Can anyone walk me through getting this working on Linux like I'm 5 years old?

Getting this after ./configure CFLAGS="-O3"

Code:
./configure: line 5506: 'LIBCURL_CHECK_CONFIG(, 7.10.1, ,'

what this means?

this one got me stuck up for few mins earlier.

Basically install the libcurl dev libraries. on ubuntu :-
sudo apt-get install libcurl-ocaml-dev

and then run ./autogen.sh again to generate fresh configure script.

I think there is something in autogen which writes a bad configure script if libcurl development headers were missing.

Well, Ive tried this and now I have officially tried everything. I cant get scrypt-jane to work/install. Ive been trying for months
hero member
Activity: 637
Merit: 500
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'

See my fix:

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

EDIT: I have managed to compile it! Here is a link for all you windows users Cheesy
cpuminer-scrypt-jane-win32.zip

If this helped you and you want to donate, please send to any in my sig or YMKPwfHMR72cjw21aBJjLvq3LDfRb7AZ1b Smiley. I really appreciate it.

What did you do to solve the has_cpuid@0 error after changing the assembly line ?
I am stuck with it trying to compile the official client.
full member
Activity: 168
Merit: 100
how do you do the config fiile>?/?/ it keeps trying to connect to 127.0.0.1
create a batch pointing to the executable.
member
Activity: 84
Merit: 10
MEC - MFLtNSHN6GSxxP3VL8jmL786tVa9yfRS4p
how do you do the config fiile>?/?/ it keeps trying to connect to 127.0.0.1
member
Activity: 112
Merit: 10
Why would you use such a retarded upload site..  everytime i click download i get spam and get redirected
full member
Activity: 196
Merit: 100
PM me your YAC address for a tip!

Y8ckhnhQYz1HHKJoccwJYj6SHHVXaz7uh9

It would be my first crypto-tip ever! Cheesy

BTW if you want u can send the tip to author : https://github.com/ali1234/cpuminer/wiki for quick turn-around.

you don't need tips looking at what you are pulling out at the moment LOL
full member
Activity: 196
Merit: 100
Thanks Ali Cheesy
legendary
Activity: 1232
Merit: 1001
Nice work!
newbie
Activity: 35
Merit: 0
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'

See my fix:

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

EDIT: I have managed to compile it! Here is a link for all you windows users Cheesy
cpuminer-scrypt-jane-win32.zip[/ur

If this helped you and you want to donate, please send to any in my sig or YMKPwfHMR72cjw21aBJjLvq3LDfRb7AZ1b Smiley. I really appreciate it.

Cool, thanks. What would be the cmd/bat file command for this version? Where and how to put your wallet address, or does it run as a server etc?
Ps: any news on the 64-bit version?

Thanks!

That's awesome that you got it to compile - but what did you change in the source code?

Thanks!
newbie
Activity: 70
Merit: 0
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'

See my fix:

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

EDIT: I have managed to compile it! Here is a link for all you windows users Cheesy
cpuminer-scrypt-jane-win32.zip[/ur

If this helped you and you want to donate, please send to any in my sig or YMKPwfHMR72cjw21aBJjLvq3LDfRb7AZ1b Smiley. I really appreciate it.

Cool, thanks. What would be the cmd/bat file command for this version? Where and how to put your wallet address, or does it run as a server etc?
Ps: any news on the 64-bit version?

Thanks!
member
Activity: 112
Merit: 10
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\USERUSER\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'

See my fix:

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

EDIT: I have managed to compile it! Here is a link for all you windows users Cheesy
cpuminer-scrypt-jane-win32.zip

If this helped you and you want to donate, please send to any in my sig or YMKPwfHMR72cjw21aBJjLvq3LDfRb7AZ1b Smiley. I really appreciate it.

https://www.virustotal.com/en/file/2b7e630cfb2d173eb14e4dd88a7879527f5c52cbc77ace0c0742942aad46faec/analysis/1368106358/

Shows it is a bitcoin miner! Watch out!
you're kidding, right?

Yes. It's really hard to sound sarcastic in writing  Smiley
sr. member
Activity: 322
Merit: 250
Supersonic
PM me your YAC address for a tip!

Y8ckhnhQYz1HHKJoccwJYj6SHHVXaz7uh9

It would be my first crypto-tip ever! Cheesy

BTW if you want u can send the tip to author : https://github.com/ali1234/cpuminer/wiki for quick turn-around.
member
Activity: 112
Merit: 10
Can anyone walk me through getting this working on Linux like I'm 5 years old?

Getting this after ./configure CFLAGS="-O3"

Code:
./configure: line 5506: 'LIBCURL_CHECK_CONFIG(, 7.10.1, ,'

what this means?

this one got me stuck up for few mins earlier.

Basically install the libcurl dev libraries. on ubuntu :-
sudo apt-get install libcurl-ocaml-dev

and then run ./autogen.sh again to generate fresh configure script.

I think there is something in autogen which writes a bad configure script if libcurl development headers were missing.

PM me your YAC address for a tip!
hero member
Activity: 768
Merit: 1000
i think we need also a minerd x64, that's why we are getting few hashrate on windows... maybe that's why.
sr. member
Activity: 322
Merit: 250
Supersonic
Can anyone walk me through getting this working on Linux like I'm 5 years old?

Getting this after ./configure CFLAGS="-O3"

Code:
./configure: line 5506: 'LIBCURL_CHECK_CONFIG(, 7.10.1, ,'

what this means?

this one got me stuck up for few mins earlier.

Basically install the libcurl dev libraries. on ubuntu :-
sudo apt-get install libcurl-ocaml-dev

and then run ./autogen.sh again to generate fresh configure script.

I think there is something in autogen which writes a bad configure script if libcurl development headers were missing.
member
Activity: 112
Merit: 10
Can anyone walk me through getting this working on Linux like I'm 5 years old?

Getting this after ./configure CFLAGS="-O3"

Code:
./configure: line 5506: 'LIBCURL_CHECK_CONFIG(, 7.10.1, ,'

what this means?
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
It's working, but I'm getting less than half of what's produced by the linux version. 25kh/s vs. 60kh/s per thread on a 2500K. And I'm actually running the linux version with VirtualBox, so it might be even faster when run natively.

EDIT: This post might be relevant to the speed difference: https://bitcointalksearch.org/topic/m.2082435

Hopefully may be solved in the Win64 binary msm595 is working on.. (see https://bitcointalksearch.org/topic/m.2087030)
sr. member
Activity: 301
Merit: 260
FLO dev
EDIT: I have managed to compile it! Here is a link for all you windows users Cheesy
cpuminer-scrypt-jane-win32.zip

If this helped you and you want to donate, please send to any in my sig or YMKPwfHMR72cjw21aBJjLvq3LDfRb7AZ1b Smiley. I really appreciate it.

Thanks. Tiny tip sent.
member
Activity: 112
Merit: 10
Can anyone walk me through getting this working on Linux like I'm 5 years old?
sr. member
Activity: 657
Merit: 250
It's working, but I'm getting less than half of what's produced by the linux version. 25kh/s vs. 60kh/s per thread on a 2500K. And I'm actually running the linux version with VirtualBox, so it might be even faster when run natively.

EDIT: This post might be relevant to the speed difference: https://bitcointalksearch.org/topic/m.2082435
Pages:
Jump to: