I started miner, not sure how to verify when it finds a block...
getting lots of:
[2014-07-02 17:56:43] accepted: 46/46 (100.00%), 426548.82 H/s at diff 860025 (yay!!!)
this is it! Keep running!
here you can check if block already found:
http://162.243.210.156/thank you!
I added another server, but it is not working so well...
[2014-07-02 19:28:03] < {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"Job expired"}}
[2014-07-02 19:28:03] thread 14: 416788 hashes, 14.86 KH/s
[2014-07-02 19:28:03] Thread 14 is going to scan with start nonce=95619a4e, end_nonce=956f3602
[2014-07-02 19:28:03] > {"method": "submit", "params": {"id": "436082244664430", "job_id": "582138899597339", "nonce": "4d9a619500000000", "result": "4a2bcce3bf9ebc724692fc2ab819728bc81757029a57752e46cd5974aa000000"}, "id":1}
The only difference between servers is the one that works is Ubuntu 14, while the one that doesnt work is Ubuntu 13
I tried to install on another Ubuntu 14, but it gets link error:
/usr/bin/ld: minerd-heavy.o: undefined reference to symbol 'SHA256_Init@@OPENSSL_1.0.0'
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
James