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 - arubi

Pages: 1 ... 7 8 9 10 11 12 13 [14]
196
BitShares PTS / Re: Mining Pool?
« on: November 08, 2013, 11:57:54 am »
So in two hours of blocks, you only got one pts?

Probably should have been a bit more specific..sorry! :-) I started mining at about 8.30am GMT this morning and it took about 90 minutes to receive my first payment of just over 1PTS. Since then(another 20 minutes) I have received one more payment of 1PTS. I'm not running a lot of mining power against the pool, so I'm not expecting big payments but at least they will be more regular that waiting to find a full block whilst solo mining.

Hope that helps!

F.

Are you seeing your earning here? : http://54.238.185.113/wallet
the date should be entered in yyyy-mm-dd

I've been mining for an hour and a half or so on 5.5 h/pm and still "no earnings".  What's your hash rate?

197
BitShares PTS / Re: cpuminer for momentum proof-of-work
« on: November 08, 2013, 11:53:51 am »
Does this miner work?

No blocks yet so I can't be sure, but I get this as output :

...
[2013-11-08 12:52:09] Found share 23edb94c: above target
[2013-11-08 12:52:13] Found share e55c8e04: above target
[2013-11-08 12:52:17] Found share 51c10f77: above target
[2013-11-08 12:52:17] Found share 072ea41b: above target
[2013-11-08 12:52:17] Found share 8c3a4c2d: above target
[2013-11-08 12:52:24] Found share a49c046d: above target
[2013-11-08 12:52:25] Found share 5871615b: above target
[2013-11-08 12:52:25] Found share 067a11c1: above target
[2013-11-08 12:52:25] Found share 01fb1c6a: above target
[2013-11-08 12:52:27] Found share 144a06c9: above target
[2013-11-08 12:52:30] Found share cae2303f: above target
[2013-11-08 12:52:30] Found share 66a183b9: above target
[2013-11-08 12:52:33] Found share 7a2cba52: above target
[2013-11-08 12:52:37] Found share 6f3b90d7: above target
[2013-11-08 12:52:41] Found share 011e72b8: above target
[2013-11-08 12:52:41] Found share d7556fbe: above target
[2013-11-08 12:52:41] Found share 329cf95f: above target
...

btw, I pmed you, hibitcoin

198
BitShares PTS / Re: Mining Pool?
« on: November 08, 2013, 10:30:14 am »
So in two hours of blocks, you only got one pts?

199
BitShares PTS / Re: Mining Pool?
« on: November 08, 2013, 09:47:36 am »
Also, is there a linux client?

200
BitShares PTS / Re: cpuminer for momentum proof-of-work
« on: November 08, 2013, 08:47:04 am »
On linux :

checking for yasm... /usr/bin/yasm
checking if yasm version is greater than 1.0.1... yes
./configure: line 5372: syntax error near unexpected token `LIBCURL_CHECK_CONFIG'
./configure: line 5372: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'

I'd appreciate your help

edit:

This fixes autogen.sh and ./configure,
https://bitcointalk.org/index.php?topic=4823.0

but now make fails here :

/usr/bin/ld: minerd-momentum.o: undefined reference to symbol 'SHA512@@OPENSSL_1.0.0'
/usr/bin/ld: note: 'SHA512@@OPENSSL_1.0.0' is defined in DSO /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 so try adding it to the linker command line
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [minerd] Error 1
make[2]: Leaving directory `/root/software/cpuminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/software/cpuminer'
make: *** [all] Error 2


Let me know if you need the full log


Last edit :

I managed to compile under linux. Here's what I did

clone the git repository
1) clone the git repo
git clone https://github.com/wangchun/cpuminer.git
cd cpuminer

2) install dependencies
sudo apt-get install libcurl3 libcurl4-openssl-dev automake autoconf libcrypto++-dev

3) find your copy of "libcurl.m4"
find / -name libcurl.m4

4) copy libcurl.m4 into a directory named m4 inside the cpuminer directory
mkdir m4
cp <a directory>/libcurl.m4 m4                     (example :     cp /usr/share/aclocal/libcurl.m4 m4 )
echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am

5) edit the autogen.sh file, replace "aclocal" with "aclocal -I <your cpuminer directory>/m4"
example :
the line before :
aclocal

the line after :
aclocal -I /root/software/cpuminer/m4

6) edit Makefile (not Makefile.am)

change this line (line 276):
minerd_LDADD = -L/usr/lib/x86_64-linux-gnu -lcurl compat/jansson/libjansson.a -lpthread

to this :
minerd_LDADD = -L/usr/lib/x86_64-linux-gnu -lcurl compat/jansson/libjansson.a -lpthread -lssl -lcrypto

7) build:

./autogen.sh
CFLAGS="-O3 -Wall -msse2" ./configure
make

After it's done, run ./minerd

I'm getting a share accepted about every two seconds.. cant see if I'm getting blocks yet as I'm running protosharesd

Can I use this to connect to a pool?

201
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 08:08:02 pm »
Any recommendation for good VPS? :)


Sent from my iPhone using Tapatalk

Don't use a vps to mine. They'll shut you down almost straight away for clogging up their cpu's.
Rather, get a dedicated hosted server (a physical computer) and mine with that, if that's what you're planning on doing.

A good service for dedicated servers? I wouldn't know, sorry.

202
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 07:39:35 pm »
You will need to pull one last time prior to launch because the genesis block is not checked in yet.

Alright.
If you're planning to open a new thread announcing the mining, please also post a reply here. I bet some of us subscribed to this thread.

203
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 07:06:04 pm »
Yea that's what I tried doing, still getting a segfault though.
How far in the future did you set it?

Tomorrow

Yep, tomorrow works.

So will we still need to pull a newer commit from github and recompile or is this find like that?

204
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 06:58:24 pm »
How did you get the clock trick to work?

You have to say to your system clock that we are in the future now  :D

Yea that's what I tried doing, still getting a segfault though.
How far in the future did you set it?

205
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 06:35:18 pm »
OK, with the clock trick now does work.

Connected to just one node in Bangkok after 5 minutes.

What should I do with ~/.protoshares files at launch?

How did you get the clock trick to work?
Also good question about the files in ~/.protoshares . I'm interested in this as well

206
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 03:41:38 pm »
Ah, so I just git pull at launch and recomplie.
Will do.

Thanks!

207
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 03:37:13 pm »
Thanks for the reply bytemaster,

... Do an update at launch ...

Can you explain what you mean by that please?

208
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 02:42:51 pm »
Same segfault here (linux, x86-64)

Thanks yago. So it does seem like the "bug" in question :)

209
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 04, 2013, 02:02:42 pm »
@bytemaster :

I've compiled the Protoshares git on linux. It used to run without a problem but now I'm getting :

Segmentation fault      (core dumped) ./bitcoind

And that's on two machines. Is that the bug you are referring or am I seeing something else here?

Thanks.

Pages: 1 ... 7 8 9 10 11 12 13 [14]