surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 16, 2014, 05:09:27 PM |
|
I keep getting the following when running against the monerpool.org pool. Any ideas why? I get this on my home machine as well as my VPS (Windows at home, Ubuntu on the VPS). They run for awhile the disconnect and the process ends. I run one on simpleminer for each core.
I would use cpuminer-multi. It doesn't have that bug, doesn't crash when you are disconnected, and can use multiple cores with one process. If you continue using simpleminer the only option is to restart the process or have some program automatically restart the process when it crashes. Cpuminer finds shares only few minutes after start and then it finds nothing. Tested on Ubuntu 13.10 and Debian 6,7 Share difficulty automatically adjusts to try to find a share every 2.5 minutes. It may initially adjust it too high. Just wait, it will find more shares.
|
|
|
|
cubydu
|
|
May 16, 2014, 05:13:53 PM |
|
I keep getting the following when running against the monerpool.org pool. Any ideas why? I get this on my home machine as well as my VPS (Windows at home, Ubuntu on the VPS). They run for awhile the disconnect and the process ends. I run one on simpleminer for each core.
I would use cpuminer-multi. It doesn't have that bug, doesn't crash when you are disconnected, and can use multiple cores with one process. If you continue using simpleminer the only option is to restart the process or have some program automatically restart the process when it crashes. Cpuminer finds shares only few minutes after start and then it finds nothing. Tested on Ubuntu 13.10 and Debian 6,7 Share difficulty automatically adjusts to try to find a share every 2.5 minutes. It may initially adjust it too high. Just wait, it will find more shares. I waited 10 minutes. On one machine cpuminer still runs. And I see 1 share for 5-7 minutes.
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 16, 2014, 05:19:39 PM |
|
I waited 10 minutes. On one machine cpuminer still runs. And I see 1 share for 5-7 minutes.
That is share variance. On average you should find a share every 2.5 minutes. If not, you're still getting credit for the work you're doing because harder shares give more credit.
|
|
|
|
cubydu
|
|
May 16, 2014, 05:21:17 PM |
|
surfer43
How can I see my payment statistic ? My address 4AqWKmfKGGshBuG6qHEM5KNTmZwY3Vqn4Ev2KioFSmokNe3vjWamkxmJnYCpySpATnHQAdnxSKJ2BWm RuVjBps3R5xYhCzP
|
|
|
|
mrpopgun
Newbie
Offline
Activity: 21
Merit: 0
|
|
May 16, 2014, 05:28:48 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
|
|
|
|
sammy007
Legendary
Offline
Activity: 1904
Merit: 1003
|
|
May 16, 2014, 05:33:28 PM |
|
If you can't run OSX binaries, create a file bundle.sh in the same dir where bitmonerod and friends and run it.
#!/bin/bash
bins=( bitmonerod connectivity_tool simpleminer simplewallet ) for i in "${binsdo install_name_tool -id @executable_path/lib/libboost_system-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_filesystem-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_thread-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_date_time-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_chrono-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_regex-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_serialization-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_atomic-mt.dylib $i install_name_tool -id @executable_path/lib/libboost_program_options-mt.dylib $i
install_name_tool -change /usr/local/lib/libboost_system-mt.dylib @executable_path/lib/libboost_system-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_filesystem-mt.dylib @executable_path/lib/libboost_filesystem-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_thread-mt.dylib @executable_path/lib/libboost_thread-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_date_time-mt.dylib @executable_path/lib/libboost_date_time-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_chrono-mt.dylib @executable_path/lib/libboost_chrono-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_regex-mt.dylib @executable_path/lib/libboost_regex-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_serialization-mt.dylib @executable_path/lib/libboost_serialization-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_atomic-mt.dylib @executable_path/lib/libboost_atomic-mt.dylib $i install_name_tool -change /usr/local/lib/libboost_program_options-mt.dylib @executable_path/lib/libboost_program_options-mt.dylib $i done
PS: you can make me happy if you like it: 48F3XyUdmpg57Gm4aQ3NMf5neYkFSS5QCUURiPg7xXqKJuvxGPrv6vHTKHvFpG5mar3XwbBNS7bUUSz A6btNWggYQUetFe3
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 16, 2014, 05:33:36 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x
|
|
|
|
mrpopgun
Newbie
Offline
Activity: 21
Merit: 0
|
|
May 16, 2014, 05:38:24 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x Thanks. I am now getting "unknown algorithm == 'cryptonight'. Do I need to do the config/make again with a different flag or maybe get a different version all together? My first time using this miner...
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 16, 2014, 05:41:50 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x Thanks. I am now getting "unknown algorithm == 'cryptonight'. Do I need to do the config/make again with a different flag or maybe get a different version all together? My first time using this miner... Are you using this version of cpuminer?
|
|
|
|
juve4v
|
|
May 16, 2014, 05:50:49 PM |
|
While pool mining simpleminer stops :
2014-May-16 <<--http_stream_filter::parse_cached_header(*) 2014-May-16 Getting next job... 2014-May-16 Timed out socket 2014-May-16 READ ENDS: Connection err_code 1236 2014-May-16 Problems at read: The network connection was aborted by the local system 2014-May- Unexpected reciec fail 2014-May- Returning false because of wrong state machine. stat e: 5 2014-May- Failed to invoke http request to / 2014-May- Can't get new job! Disconnect and sleep...
Any suggestions?
|
|
|
|
trogdorjw73
|
|
May 16, 2014, 06:02:54 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x Thanks. I am now getting "unknown algorithm == 'cryptonight'. Do I need to do the config/make again with a different flag or maybe get a different version all together? My first time using this miner... Are you using this version of cpuminer? Anyone successfully using these miners on Windows? I get an immediate "minerd.exe has stopped working" when I try to run it. This is on a 64-bit Windows 8.1 system if that helps. Edit: Just tested on Win7 64-bit as well; no error message but minerd.exe doesn't ever start running -- there's about a 3-4 second delay where I can see minerd.exe in Task Manager, and then it disappears and the command prompt returns. I'm using the following, if that helps (and I've tried without "http://" on the address as well, with no effect): minerd.exe -a cryptonight -o http://198.199.79.100:5555 -u 48JM22E3ZfPSoFCukcizpSR2hCsBnAExT4ACvrpYx5czFgEyR12LWwK9JpgYRZKjsRHp8ynDcQegbhCspvjHd7gaL8qbzYy -p x
|
|
|
|
mrpopgun
Newbie
Offline
Activity: 21
Merit: 0
|
|
May 16, 2014, 06:04:58 PM |
|
what do your minerd connection parameters look like? I keep getting could not resolve host =198.199.79.100. Obviously I've got my parms hosed.
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x Thanks. I am now getting "unknown algorithm == 'cryptonight'. Do I need to do the config/make again with a different flag or maybe get a different version all together? My first time using this miner... Are you using this version of cpuminer? Crap. I now remember seeing that post. Thanks for your help. Working now.
|
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 16, 2014, 06:41:27 PM |
|
If you would like to know your balance on http://198.199.79.100/ (moneropool.org), please PM me with your Monero address.
|
|
|
|
amsat
|
|
May 16, 2014, 06:42:33 PM |
|
./minerd -a cryptonight -o extremepool.org:8117
[2014-05-16 18:40:34] HTTP request failed: The requested URL returned error: 404 Not Found [2014-05-16 18:40:34] ...retry after 10 seconds
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 16, 2014, 06:53:50 PM |
|
i'm also waitting for a optimized cpu minning tool, it seems that somebody has that version, now it's unfair for vs whice use the old tool~~
Why would you do that when mining with the existing miner is still very profitable? (And I would add does not risk wasting your time mining unspendable coins or other problems, as happened to people using another too-hastily-released mining tool.) Testing is good. Be patient.
|
|
|
|
BoscoMurray
|
|
May 16, 2014, 07:13:08 PM |
|
i'm also waitting for a optimized cpu minning tool, it seems that somebody has that version, now it's unfair for vs whice use the old tool~~
Why would you do that when mining with the existing miner is still very profitable? (And I would add does not risk wasting your time mining unspendable coins or other problems, as happened to people using another too-hastily-released mining tool.) Testing is good. Be patient. I mined with 4x Core i7 3770 for four days straight and didn't find a block. doesn't seem profitable to me. was I just unlucky?
|
|
|
|
dga
|
|
May 16, 2014, 07:19:49 PM |
|
i'm also waitting for a optimized cpu minning tool, it seems that somebody has that version, now it's unfair for vs whice use the old tool~~
Why would you do that when mining with the existing miner is still very profitable? (And I would add does not risk wasting your time mining unspendable coins or other problems, as happened to people using another too-hastily-released mining tool.) Testing is good. Be patient. I mined with 4x Core i7 3770 for four days straight and didn't find a block. doesn't seem profitable to me. was I just unlucky? What was your hash rate? Here's the computation for my i7-4770, which gets roughly 25 hashes/sec (I'm not at it now): blocks/day = (86400*hashes/sec) / diff Diff *now* is really high, but yesterday it was around 16,000,000, so: 86400*25/16000000 = 0.135 Which means that it should find a block every 1/0.135 = 7.4 days. Your 3770s are probably similar, so with 4 of them, you should find a block every 2 days or so. You could have been unlucky or maybe I over-estimated the hash rate you were getting. With diff at 35m, you'll get a block every 4 days. I'd probably move to a pool, because while you should be getting 4-5 MRO per day from your setup, it'll be very bursty.
|
|
|
|
cryptodruti
|
|
May 16, 2014, 07:47:40 PM |
|
do you guys have a website, logo? I cant seem to find it anywhere.. edit: nvm found the site
|
|
|
|
33zer0w0lf
|
|
May 16, 2014, 07:52:50 PM |
|
i'm also waitting for a optimized cpu minning tool, it seems that somebody has that version, now it's unfair for vs whice use the old tool~~
Why would you do that when mining with the existing miner is still very profitable? (And I would add does not risk wasting your time mining unspendable coins or other problems, as happened to people using another too-hastily-released mining tool.) Testing is good. Be patient. I mined with 4x Core i7 3770 for four days straight and didn't find a block. doesn't seem profitable to me. was I just unlucky? probably just unlucky, that's why the pools are nice http://extremepool.org
|
|
|
|
|