Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 2031. (Read 4670562 times)

full member
Activity: 123
Merit: 100
 ./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
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
If you would like to know your balance on http://198.199.79.100/ (moneropool.org), please PM me with your Monero address.
full member
Activity: 224
Merit: 100
New Pool up...
http://extremepool.org

let me know what you think
newbie
Activity: 21
Merit: 0
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.
hero member
Activity: 482
Merit: 500
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
hero member
Activity: 505
Merit: 500
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?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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

newbie
Activity: 21
Merit: 0
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...
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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
legendary
Activity: 1904
Merit: 1003
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
newbie
Activity: 21
Merit: 0
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.
sr. member
Activity: 308
Merit: 250
surfer43

How can I see my payment statistic ?
My address 4AqWKmfKGGshBuG6qHEM5KNTmZwY3Vqn4Ev2KioFSmokNe3vjWamkxmJnYCpySpATnHQAdnxSKJ2BWm RuVjBps3R5xYhCzP
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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.
sr. member
Activity: 308
Merit: 250
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.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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.
sr. member
Activity: 308
Merit: 250
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
sr. member
Activity: 287
Merit: 250
I'd like to see a bounty raised for a block chain explorer. I don't think this is a dev issue as it doesn't really involve protocol changes. Let's leave the dev's to fixing their laundry list of more important things.

I'll put up 70 MRO toward a web-based block explorer.

I realize that we can get info from the daemon or wallet, but it will be convenient for those that do not have them open to instead be able to go to a website.

Someone (not me) created a Monero block explorer and announced it yesterday in a separate thread:

https://bitcointalksearch.org/topic/mro-monero-blockchain-explorer-monerochaininfo-611561

I didn't see any mention of it in this thread.

sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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.
newbie
Activity: 21
Merit: 0
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.

2014-May-15 22:09:03.430341 Getting next job...
2014-May-15 22:09:03.894369 READ ENDS: Success. bytes_tr: 392
2014-May-15 22:09:03.899369 -->>http_stream_filter::parse_cached_header(*)
2014-May-15 22:09:03.905369 <<--http_stream_filter::parse_cached_header(*)
2014-May-15 22:09:24.242533 Getting next job...
2014-May-15 22:09:25.245591 Timed out socket
2014-May-15 22:09:25.250593 READ ENDS: Connection err_code 1236
2014-May-15 22:09:25.255593 Problems at read: The network connection was aborted
 by the local system
2014-May-15 22:09:25.263592 Unexpected reciec fail
2014-May-15 22:09:25.268592 Returning false because of wrong state machine. stat
e: 5
2014-May-15 22:09:25.278593 Failed to invoke http request to  /
2014-May-15 22:09:25.285593 Can't get new job! Disconnect and sleep....

C:\Users\me\Downloads\bitmonero.win64>
sr. member
Activity: 294
Merit: 250
is the beta wallet working?

has the code been vetted and stuff?
Jump to: