Bitcoin Forum
June 14, 2026, 05:30:38 AM *
News: Latest Bitcoin Core release: 31.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 ... 2132 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4676611 times)
surfer43
Sr. Member
****
Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


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

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

Activity: 308
Merit: 250


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

surfer43

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

mrpopgun
Newbie
*
Offline

Activity: 21
Merit: 0


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

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


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

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

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:33:36 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.
Code:
./minerd -a cryptonight -o http://198.199.79.100:5555 -u MROaddress -p x
mrpopgun
Newbie
*
Offline

Activity: 21
Merit: 0


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

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

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 16, 2014, 05:41:50 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

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

Activity: 505
Merit: 500


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

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

Activity: 482
Merit: 500


View Profile WWW
May 16, 2014, 06:02:54 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

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

Activity: 21
Merit: 0


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

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

Activity: 224
Merit: 100


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

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

Activity: 560
Merit: 250


"Trading Platform of The Future!"


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

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

Activity: 123
Merit: 100


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

 ./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: 2982
Merit: 1203



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

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

Activity: 450
Merit: 250


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

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

Activity: 737
Merit: 511


View Profile WWW
May 16, 2014, 07:19:49 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.



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

Activity: 182
Merit: 100


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

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

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

Activity: 224
Merit: 100


View Profile WWW
May 16, 2014, 07:52:50 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?
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)
smooth
Legendary
*
Offline

Activity: 2982
Merit: 1203



View Profile
May 16, 2014, 07:57:55 PM
 #1919

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?

Of course. No calculations required even. If you get no blocks, that is always below expectation. If you get some blocks, then you need to look at actual numbers to figure out luck. If you don't want to be patient, use a pool. I recommend that small scale miners just be patient though, and avoid possible issues with pool integrity and efficiency. If you expect to get 2 coins per day, that around $1. Whether you get that dollar or not (or get more) is unlikely to make or break you. Large scale miners can solo mine. It's the guys in the middle who really need pools.


 

BoscoMurray
Sr. Member
****
Offline

Activity: 450
Merit: 250


View Profile
May 16, 2014, 07:58:06 PM
 #1920

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

let me know what you think

has potential! I get the following error after a couple minutes:

2014-May-16 20:55:35.570200 READ ENDS: Success. bytes_tr: 216
2014-May-16 20:55:35.583201 -->>http_stream_filter::parse_cached_header(*)
2014-May-16 20:55:35.596201 <<--http_stream_filter::parse_cached_header(*)
2014-May-16 20:55:35.606202 Job didn't change
2014-May-16 20:55:36.066228 Share found: nonce=ad000000 for job=758519820077344, submitting...
2014-May-16 20:55:37.075286 Timed out socket
2014-May-16 20:55:37.087287 READ ENDS: Connection err_code 1236
2014-May-16 20:55:37.101287 Problems at read: The network connection was aborted by the local system
2014-May-16 20:55:37.111288 Unexpected reciec fail
2014-May-16 20:55:37.118288 Returning false because of wrong state machine. state: 5
2014-May-16 20:55:37.128289 Failed to invoke http request to  /
2014-May-16 20:55:37.133289 Failed to submit share! disconnect and sleep....
2014-May-16 20:55:38.140347 Getting next job...
2014-May-16 20:55:38.150347 Reconnecting...
2014-May-16 20:55:38.902391 READ ENDS: Success. bytes_tr: 206
2014-May-16 20:55:38.915391 -->>http_stream_filter::parse_cached_header(*)
2014-May-16 20:55:38.928392 <<--http_stream_filter::parse_cached_header(*)
2014-May-16 20:55:38.936392 ERROR C:\Temp\bytecoin\git\bitmonero-master\contrib\epee\include\storages/http_abstract_invoke.h:112 RPC call of "getjob" returned error: -1, message: Unauthenticated
2014-May-16 20:55:38.955394 Can't get new job! Disconnect and sleep....
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 ... 2132 »
  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!