Author

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

newbie
Activity: 13
Merit: 0
The monerominers.com mining pool has just been updated to the latest version of the pool software. Mining is now supported on ports 3333 for slow CPU's, port 5555 for mid-range CPU's and port 7777 for fast CPU's.

I also have a nice announcement to make: 100 MRO will be divided among the miners that contribute to finding the first block! So fire up your miners and start mining!

For easy mining you can use BitKoot's GUI wallet to start pool mining.
legendary
Activity: 1092
Merit: 1000
If MRO is a new kind of coin it could end up being huge like darkcoin and x11. Selling now would be dumb unless you think the price is going to drop in half and you will buy back twice as many coins as you sold.

Everyone does know if no one sells their coins the price can only go up.

Coin is too different from the current crypto, dump while you can.
legendary
Activity: 1190
Merit: 1004
If MRO is a new kind of coin it could end up being huge like darkcoin and x11. Selling now would be dumb unless you think the price is going to drop in half and you will buy back twice as many coins as you sold.

Everyone does know if no one sells their coins the price can only go up.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
You are getting me confused with the other guy, I am using cpu miner, but you gave me that for my question about using muliple threads in CPUminer, just need to know if its

simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

or

./minerd -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS
Sorry, it's
./minerd -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS
member
Activity: 196
Merit: 10
If http://moneropool.org has stopped working for you, you must temporarily use http://www.moneropool.org

Mining on port 80 is now available. Use mine.moneropool.org:80 or pool.moneropool.org:80

The web server is now separate from the mining server, and apache is no longer installed on 198.199.79.100

You may know this, The CPUMiner -Multi with Cryptonote will not load all threads, is there a command that I have to use to make all 8 threads?
use
Code:
simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

please explain this as it is unusual command for simpleminer.
is the above actually for simple miner or for cpuminer.

the command for simple miner that I have been using is: simpleminer.exe --pool-addr=mine.moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123

I still dont know if i should change pass to x

hero member
Activity: 994
Merit: 500
You're using simpleminer, which doesn't support multithreading. You should use cpuminer-multi instead of lazyminer IMO.  Wink

simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

simpleminer or ./minerd
None of those options work with simpleminer. You must use this with simpleminer:
Code:
simpleminer --pool-addr=mine.moneropool.org:80 --login=address --pass x 

You are getting me confused with the other guy, I am using cpu miner, but you gave me that for my question about using muliple threads in CPUminer, just need to know if its

simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

or

./minerd -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS
sr. member
Activity: 294
Merit: 250
sorry for the stupid question guys but witch is the difference between bytecoin and monero (except price) and why monero is having more success? Huh

Because more people have not missed out on it for the past 2 years. Its only like 2 months old


bytecoin was 80% premined and has shady devs and bad intentions

monero is what the people made when they found out about the premine.

Bytecoin will be dead pretty soon, monero is the kyrptoknight coin which everyone likes.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
You're using simpleminer, which doesn't support multithreading. You should use cpuminer-multi instead of lazyminer IMO.  Wink

simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

simpleminer or ./minerd
None of those options work with simpleminer. You must use this with simpleminer:
Code:
simpleminer --pool-addr=mine.moneropool.org:80 --login=address --pass x 
And create as many instances of simpleminer as threads you want to run.
sr. member
Activity: 308
Merit: 250
Failed to parse arguments: unrecognised option '-t'
Allowed options:
  --help                Produce help message
  --pool-addr arg
  --login arg
  --pass arg

You're using simpleminer, which doesn't support multithreading. You should use cpuminer-multi instead of lazyminer IMO.  Wink


with your pool and cpuminer

Code:
[2014-05-19 22:08:40] Auth id: 427408035611733
[2014-05-19 22:08:41] Failed to call rpc command after 2 tries
[2014-05-19 22:08:41] Authenticating and retrying..
[2014-05-19 22:08:42] Auth id: 381379595119506
[2014-05-19 22:08:43] Authenticating and retrying..
[2014-05-19 22:08:43] Auth id: 918381087738089
[2014-05-19 22:08:44] Failed to call rpc command after 2 tries
[2014-05-19 22:08:44] getwork failed, retry after 10 seconds

sr. member
Activity: 294
Merit: 250
hey guys I just want to let everyone know I have filled out 2 tickets from cryptonote and both were responded to in like 45 minutes, whoever is running that exchange i doing a great job!

Not to fud, but i have not been able to withdraw from poloniex...not sure how to follow those vague directions they give. Anyway, happy trading!
hero member
Activity: 994
Merit: 500
You're using simpleminer, which doesn't support multithreading. You should use cpuminer-multi instead of lazyminer IMO.  Wink

simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

simpleminer or ./minerd
hero member
Activity: 560
Merit: 500
sorry for the stupid question guys but witch is the difference between bytecoin and monero (except price) and why monero is having more success? Huh

Monero had a preannounced launch on this forum. Bytecoin was launched in the deepweb and mined out 80% before it was revealed on the clearweb. Besides that, Monero mines out slower than Bytecoin by a factor of 2 and also has more optimized hashing (though the latter is continuously merged in by Bytecoin devs).
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Failed to parse arguments: unrecognised option '-t'
Allowed options:
  --help                Produce help message
  --pool-addr arg
  --login arg
  --pass arg

You're using simpleminer, which doesn't support multithreading. You should use cpuminer-multi instead of lazyminer IMO.  Wink
sr. member
Activity: 308
Merit: 250
If http://moneropool.org has stopped working for you, you must temporarily use http://www.moneropool.org

Mining on port 80 is now available. Use mine.moneropool.org:80 or pool.moneropool.org:80

The web server is now separate from the mining server, and apache is no longer installed on 198.199.79.100

You may know this, The CPUMiner -Multi with Cryptonote will not load all threads, is there a command that I have to use to make all 8 threads?
use
Code:
simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

If http://moneropool.org has stopped working for you, you must temporarily use http://www.moneropool.org

Mining on port 80 is now available. Use mine.moneropool.org:80 or pool.moneropool.org:80

The web server is now separate from the mining server, and apache is no longer installed on 198.199.79.100

You may know this, The CPUMiner -Multi with Cryptonote will not load all threads, is there a command that I have to use to make all 8 threads?
use
Code:
simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

Failed to parse arguments: unrecognised option '-t'
Allowed options:
  --help                Produce help message
  --pool-addr arg
  --login arg
  --pass arg
hero member
Activity: 994
Merit: 500
If http://moneropool.org has stopped working for you, you must temporarily use http://www.moneropool.org

Mining on port 80 is now available. Use mine.moneropool.org:80 or pool.moneropool.org:80

The web server is now separate from the mining server, and apache is no longer installed on 198.199.79.100

You may know this, The CPUMiner -Multi with Cryptonote will not load all threads, is there a command that I have to use to make all 8 threads?
use
Code:
simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS

Simpleminer? or ./minerd
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
If http://moneropool.org has stopped working for you, you must temporarily use http://www.moneropool.org

Mining on port 80 is now available. Use mine.moneropool.org:80 or pool.moneropool.org:80

The web server is now separate from the mining server, and apache is no longer installed on 198.199.79.100

You may know this, The CPUMiner -Multi with Cryptonote will not load all threads, is there a command that I have to use to make all 8 threads?
use
Code:
simpleminer -a cryptonight -o mine.moneropool.org:80 -u address -p x -t THREADS
hero member
Activity: 588
Merit: 504
MRO will be on Mintpal within 2 days i think. The guys at Mintpal understand how MRO differs from those alt clones they're listing.

No it won't.
hero member
Activity: 728
Merit: 500
How do I solomine?  Is it better to use a pool?  Can I mine from the Beta GUI wallet?
newbie
Activity: 14
Merit: 0
http://extremepool.org has been updated with latest pool code.
please update your miner https://github.com/LucasJones/cpuminer-multi


I'm getting these messages last 15-20 minutes

Code:
2014-May-19 21:22:38.301769 Unexpected reciec fail
2014-May-19 21:22:38.301992 Returning false because of wrong state machine. state: 5
2014-May-19 21:22:38.302255 Failed to invoke http request to  /
2014-May-19 21:22:38.302491 Can't get new job! Disconnect and sleep....


or
Code:
2014-May-19 21:31:16.850665 ERROR /root/bitmonero/contrib/epee/include/storages/http_abstract_invoke.h:112 RPC call of "getjob" returned error: -1, message: Unauthenticated
2014-May-19 21:31:16.850686 Can't get new job! Disconnect and sleep....



Code:
2014-May-20 02:45:25.529464 Share found: nonce=6f000000 for job=720375240757130, submitting...
2014-May-20 02:45:45.532608 Timed out socket
2014-May-20 02:45:45.535609 READ ENDS: Connection err_code 995
2014-May-20 02:45:45.539609 Problems at read: The I/O operation has been aborted because of either a thread exit or an application request

Getting the same thing here. If it does get connected and found a share it will read fail to send share. Tried connecting to all 3 ports (3333,5555,7777) with similar results. Noticed the pool's hashrate is going down fast. I guess we are not alone.


Edit:  Seems to be able to connect and submit shares now. I guess its back to normal.
member
Activity: 75
Merit: 10
Anyone with enough skillz to compile this miner for windows - https://github.com/LucasJones/cpuminer-multi and leave it somewhere to be downloaded?

And anyone from extremepool.org can say what's happening? The miner does not get new job, connection issues are showing up... CPU utilization is lower than usual...
Jump to: