Bitcoin Forum
April 19, 2024, 10:09:29 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 2122 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4666941 times)
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:09:27 PM
 #1901

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.

There's a CPUMiner fork that supports MRO that I was asked to compile. The github is here: https://github.com/Lucasjones/cpuminer-multi

Here are the binaries, statically linked so there's no DLLs to carry around with the executable, and signed with my OTC GPG key, just like my win64 sgminer binaries.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip.sig


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.
1713521369
Hero Member
*
Offline Offline

Posts: 1713521369

View Profile Personal Message (Offline)

Ignore
1713521369
Reply with quote  #2

1713521369
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713521369
Hero Member
*
Offline Offline

Posts: 1713521369

View Profile Personal Message (Offline)

Ignore
1713521369
Reply with quote  #2

1713521369
Report to moderator
cubydu
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile WWW
May 16, 2014, 05:13:53 PM
 #1902

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.

There's a CPUMiner fork that supports MRO that I was asked to compile. The github is here: https://github.com/Lucasjones/cpuminer-multi

Here are the binaries, statically linked so there's no DLLs to carry around with the executable, and signed with my OTC GPG key, just like my win64 sgminer binaries.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip.sig


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 Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:19:39 PM
 #1903

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
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile WWW
May 16, 2014, 05:21:17 PM
 #1904

surfer43

How can I see my payment statistic ?
My address 4AqWKmfKGGshBuG6qHEM5KNTmZwY3Vqn4Ev2KioFSmokNe3vjWamkxmJnYCpySpATnHQAdnxSKJ2BWm RuVjBps3R5xYhCzP

mrpopgun
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 16, 2014, 05:28:48 PM
 #1905

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 Offline

Activity: 1904
Merit: 1003


View Profile
May 16, 2014, 05:33:28 PM
 #1906

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 "${bins
  • }"
do
  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 Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:33:36 PM
 #1907

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.
Code:
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x
mrpopgun
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 16, 2014, 05:38:24 PM
 #1908

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.
Code:
./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 Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:41:50 PM
 #1909

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.
Code:
./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?
There's a CPUMiner fork that supports MRO that I was asked to compile. The github is here: https://github.com/Lucasjones/cpuminer-multi

Here are the binaries, statically linked so there's no DLLs to carry around with the executable, and signed with my OTC GPG key, just like my win64 sgminer binaries.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip.sig

juve4v
Hero Member
*****
Offline Offline

Activity: 505
Merit: 500


View Profile
May 16, 2014, 05:50:49 PM
 #1910

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
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
May 16, 2014, 06:02:54 PM
 #1911

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.
Code:
./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?
There's a CPUMiner fork that supports MRO that I was asked to compile. The github is here: https://github.com/Lucasjones/cpuminer-multi

Here are the binaries, statically linked so there's no DLLs to carry around with the executable, and signed with my OTC GPG key, just like my win64 sgminer binaries.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip.sig

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):

Code:
minerd.exe -a cryptonight -o http://198.199.79.100:5555 -u 48JM22E3ZfPSoFCukcizpSR2hCsBnAExT4ACvrpYx5czFgEyR12LWwK9JpgYRZKjsRHp8ynDcQegbhCspvjHd7gaL8qbzYy -p x

mrpopgun
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 16, 2014, 06:04:58 PM
 #1912

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.
Code:
./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?
There's a CPUMiner fork that supports MRO that I was asked to compile. The github is here: https://github.com/Lucasjones/cpuminer-multi

Here are the binaries, statically linked so there's no DLLs to carry around with the executable, and signed with my OTC GPG key, just like my win64 sgminer binaries.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-win64-05-15-2014-git.zip.sig


Crap.  I now remember seeing that post.  Thanks for your help.  Working now.
33zer0w0lf
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile WWW
May 16, 2014, 06:24:04 PM
 #1913

New Pool up...
http://extremepool.org

let me know what you think

http://www.extremepool.org (BCN) (MRO) (QCN) (XDN) (BBR) (AEON) (ORION) (DSH) (CRR) (INF8)
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 06:41:27 PM
 #1914

If you would like to know your balance on http://198.199.79.100/ (moneropool.org), please PM me with your Monero address.
amsat
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
May 16, 2014, 06:42:33 PM
 #1915

 ./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 Offline

Activity: 2968
Merit: 1198



View Profile
May 16, 2014, 06:53:50 PM
 #1916

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
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
May 16, 2014, 07:13:08 PM
 #1917

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
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
May 16, 2014, 07:19:49 PM
 #1918

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
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
May 16, 2014, 07:47:40 PM
 #1919

do you guys have a website, logo? I cant seem to find it anywhere..

edit: nvm found the site  Grin
33zer0w0lf
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile WWW
May 16, 2014, 07:52:50 PM
 #1920

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

http://www.extremepool.org (BCN) (MRO) (QCN) (XDN) (BBR) (AEON) (ORION) (DSH) (CRR) (INF8)
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 ... 2122 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!