Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - montecristo83

Pages: 1 2 3 [4]
46

build notes:

boost library & YASM required for compilation!

Code: [Select]
sudo apt-get install yasm

Oh, I should have paid more attention to details like that. Thank you very much for pointing that out!

Was able to makefile and launch the miner. Just gotta disable AVX (currently reading about how to do it).

47
Having some issues with the latest linux x64 build on any of the 3 cloud services I've tried (DC, AWS & HP). Didn't have these kind of issues a few days ago (pretty sure I was using v0.6 or lower).

I've tried Debian 7 and almost all versions of Ubuntu to no avail.

After downloading and installing the github function, I clone ptsminer from github, then cd to its directory, and when I attempt to makefile, this error occur:

Code: [Select]
ubuntu@ip-xxx-xx-x-xx:~/ptsminer/src$  make -f makefile.unix
g++ -c -O2  -fpermissive -o obj/cpuid.o cpuid.c
yasm -f elf64 -o obj/sha512_avx.o intel/sha512_avx.asm
make: yasm: Command not found
make: *** [obj/sha512_avx.o] Error 127

If anyone can link me to v0.6 / v0.5 or share a solution to this issue, that'd be highly appreciated!

48
I'm also experiencing the crashing problem on my i7 920. I'm wondering if it's cause it doesn't have AVX, but does have SSE4 and it's trying to default to AVX?

Same problem on my Q9550 (and my E6700, but it doesn't even support SSE4).

49
I know this is a newbie question, but I gotta learn it somehow. Can someone please tell me how to check if I mined something?

I read somewhere that I had to type
Code: [Select]
watch 'protoshares listtransactions & protoshares getmininginfo' and the result I got is
Code: [Select]
sh: 1: protoshares: not found
sh: 1: protoshares: not found

Does that mean the command didn't work or that no blocks has been found?

50
I signed up via your affiliate link on November 9th. I saw your post on another e-currency forum but I didn't have permission to either post in the thread or PM you.

Address is in my description.

51
Hi, I'm pretty new to this.

Have been running this for a while using 2 desktops. On the weakest one I'm getting mostly "REJECTED" shares. I suppose this is normal.

Is there a log file or similar that displays total results on the individual desktops?


Pages: 1 2 3 [4]