Author

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

sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
According to the pool stats I'm putting out 39H/s.. but the concern is the network hash rate is huge.. 572KH/s.


Moneropool.org says 1.75 .. down from 2.x this morning..

moneropool.org is up to 2KHs, (average of 26Hs per user).  But that's still only 0.3% of the reported network rate of 575Khs. 

So either a large botnet is mining, or someone's sitting quietly on a much more efficient miner and raking in MRO.

And the pools report last block found on network "about a minute ago", yet the pools themselves find nothing for hours or days. I have 5 CPU's mining with 95 H/s. What kind of setup is making up the rest of the hashing power? Maybe someone has sorted themselves out with a working GPU miner...
moneropool.org found a block 5 minutes ago. We were just having bad luck. The more that mine with us the more the good and bad luck cancel out.

Our block wasn't orphaned. Looks like longpolling works. Smiley
sr. member
Activity: 450
Merit: 250
According to the pool stats I'm putting out 39H/s.. but the concern is the network hash rate is huge.. 572KH/s.


Moneropool.org says 1.75 .. down from 2.x this morning..

moneropool.org is up to 2KHs, (average of 26Hs per user).  But that's still only 0.3% of the reported network rate of 575Khs.  

So either a large botnet is mining, or someone's sitting quietly on a much more efficient miner and raking in MRO.

And the pools report last block found on network "about a minute ago", yet the pools themselves find nothing for hours or days. I have 5 CPU's mining with 95 H/s. What kind of setup is making up the rest of the hashing power? Maybe someone has sorted themselves out with a working GPU miner...
member
Activity: 81
Merit: 10
<3 big picture
According to the pool stats I'm putting out 39H/s.. but the concern is the network hash rate is huge.. 572KH/s.


Moneropool.org says 1.75 .. down from 2.x this morning..

moneropool.org is up to 2KHs, (average of 26Hs per user).  But that's still only 0.3% of the reported network rate of 575Khs. 

So either a large botnet is mining, or someone's sitting quietly on a much more efficient miner and raking in MRO.
newbie
Activity: 26
Merit: 0

Ah strange, I compiled from sources recently and don't seem to have this issue.

If you launch simpleminer with a script (in terminal) you can do something like:

Code:
#!/bin/bash  
#grep -c processor /proc/cpuinfo > numcores.txt

bash_suck_level=2001

while [ $bash_suck_level -ge 2000 ]; do
./simpleminer --pool-addr=198.199.79.100:5555 --login=[ADDRESS] --pass x

done;

This just puts it into an infinite loop of running simpleminer, so whenever it closes it gets launched again. Keep in mind that you still need to run 8 instances if you want 8 threads.

That did it! Thank you so much, I can actually leave the house now.  Cheesy
hero member
Activity: 658
Merit: 503
Monero Core Team
I updated the getting started page with minor improvements, mostly links and typos, plus removing some obsolete stuff.
sr. member
Activity: 450
Merit: 250
So looks like I'm averaging about 20h/s, could be higher with all 8 cores and not working simultaneously.

Should I take a shot at solo mining?

I went 4 days solo mining with maybe 70H/s and found no blocks. Difficulty up since then, so I'd say pool mining is the way forward
newbie
Activity: 26
Merit: 0

Thanks for your reply, but I only compiled it yesterday. It doesn't look like it's been updated since then.
I don't know enough to throw together a script but I'm sure it wouldn't take much - just something to automatically reconnect when the miner stops.
Maybe if someone more knowledgeable's having the same issue they'll rustle something up.  

Ah strange, I compiled from sources recently and don't seem to have this issue.

If you launch simpleminer with a script (in terminal) you can do something like:

Code:
#!/bin/bash  
#grep -c processor /proc/cpuinfo > numcores.txt

bash_suck_level=2001

while [ $bash_suck_level -ge 2000 ]; do
./simpleminer --pool-addr=198.199.79.100:5555 --login=[ADDRESS] --pass x

done;

This just puts it into an infinite loop of running simpleminer, so whenever it closes it gets launched again. Keep in mind that you still need to run 8 instances if you want 8 threads.
hero member
Activity: 616
Merit: 500
So looks like I'm averaging about 20h/s, could be higher with all 8 cores and not working simultaneously.

Should I take a shot at solo mining?

Good question - I just sorted out an ubuntu box to mine on, and then noticed the pools.  According to the pool stats I'm putting out 39H/s.. but the concern is the network hash rate is huge.. 572KH/s.

At this stage, it looks like solo mining isn't gonna work?




Moneropool.org says 1.75 .. down from 2.x this morning..
member
Activity: 81
Merit: 10
<3 big picture
So looks like I'm averaging about 20h/s, could be higher with all 8 cores and not working simultaneously.

Should I take a shot at solo mining?

Good question - I just sorted out an ubuntu box to mine on, and then noticed the pools.  According to the pool stats I'm putting out 39H/s.. but the concern is the network hash rate is huge.. 572KH/s.

At this stage, it looks like solo mining isn't gonna work?


hero member
Activity: 616
Merit: 500
How awesome would it be if you joined forces with Myriad?

Not possible, unfortunately. Remember, the Monero code shares little similarity with anything forked from Bitcoin (Myriadcoin is forked from Zetacoin which is forked from Bitcoin). The RPC APIs are incompatible, the blockchains share no similarity (Monero doesn't even use Berkley DB as a data store), and the way transactions are managed and transferred is equally different.

That having been said, there are definitely features from both coins that the devs can learn from and reimplement, and I think a spirit of cooperation and not competition is important.

Any other dev: look at this! This is how we all move forward.

But I thought so. A person can dream, nonetheless Wink
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
How awesome would it be if you joined forces with Myriad?

Not possible, unfortunately. Remember, the Monero code shares little similarity with anything forked from Bitcoin (Myriadcoin is forked from Zetacoin which is forked from Bitcoin). The RPC APIs are incompatible, the blockchains share no similarity (Monero doesn't even use Berkley DB as a data store), and the way transactions are managed and transferred is equally different.

That having been said, there are definitely features from both coins that the devs can learn from and reimplement, and I think a spirit of cooperation and not competition is important.
hero member
Activity: 616
Merit: 500
So looks like I'm averaging about 20h/s, could be higher with all 8 cores and not working simultaneously.

Should I take a shot at solo mining?
newbie
Activity: 26
Merit: 0
Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /p var="Number of threads: "

set /a "x = 1"
:while1
    if %x% leq %var% (
        start start_simpleminer.bat
        set /a "x = x + 1"
        goto :while1
    )

*********************************

To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use.
If one of the threads disconnects, it will automatically try to reconnect.


tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  Wink

Would any kind soul be able to come up with something similar for Linux? Manually restarting simpleminer every couple of minutes is driving me nuts!


If you recompile from the latest sources it fixes this issue.




Thanks for your reply, but I only compiled it yesterday. It doesn't look like it's been updated since then.
I don't know enough to throw together a script but I'm sure it wouldn't take much - just something to automatically reconnect when the miner stops.
Maybe if someone more knowledgeable's having the same issue they'll rustle something up.  
hero member
Activity: 616
Merit: 500
How awesome would it be if you joined forces with Myriad?
newbie
Activity: 26
Merit: 0
Good news, I have manually paid out everyone for the first 8 blocks of moneropool.org. Automatic payments should now work as long as no one tries to mine with an invalid address.
I received 15 monero but I was on moneropool.com so I should not have receive any yet and no one was supposed to send me any. Here is the transaction ID if that helps: 7f2f5d57026896df7714b64e669cfb0a333647ed80d85a348154a030dae9111b

Thank you.

That might have been from the Reddit giveaway?
newbie
Activity: 26
Merit: 0
how much time to sync without the blockchain? I cant realize where to put the chain in order for the wallet to use it. srsly.

long time.

are you on windows 7 or 8? If so, it goes here: C:\Users\%username%\AppData\Roaming\Bitmonero\blockchain.bin

thank you very much, it synched alright, but now when I open my wallet.bin it says it couldnt connect to daemon host:8080 w/e ....

any1 help on this?

Hi Policymaker,

Could you copy and paste the exact error you're having? Also if you're wanting to mine using a pool, you can just use this rather than mucking around with the wallet:

https://github.com/zone117x/cryptonote-easy-miner

It generates a wallet address for you and lets you manage mining with a pool all in a windows GUI.


Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /p var="Number of threads: "

set /a "x = 1"
:while1
    if %x% leq %var% (
        start start_simpleminer.bat
        set /a "x = x + 1"
        goto :while1
    )

*********************************

To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use.
If one of the threads disconnects, it will automatically try to reconnect.


tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  Wink

Would any kind soul be able to come up with something similar for Linux? Manually restarting simpleminer every couple of minutes is driving me nuts!


If you recompile from the latest sources it fixes this issue.


hero member
Activity: 658
Merit: 503
Monero Core Team
I received 10M. From Reddit giveaway I suppose  Smiley. I am giving back to the community. Just tweet: #Monero internet money, true anonymity (your MRO address)
First 3 will receive 3MRO.
Retweeted Smiley. Although the giveaway is probably over, publicity for monero is always good.
newbie
Activity: 26
Merit: 0
Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /p var="Number of threads: "

set /a "x = 1"
:while1
    if %x% leq %var% (
        start start_simpleminer.bat
        set /a "x = x + 1"
        goto :while1
    )

*********************************

To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use.
If one of the threads disconnects, it will automatically try to reconnect.


tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  Wink

Would any kind soul be able to come up with something similar for Linux? Manually restarting simpleminer every couple of minutes is driving me nuts!
hero member
Activity: 658
Merit: 503
Monero Core Team
Good news, I have manually paid out everyone for the first 8 blocks of moneropool.org. Automatic payments should now work as long as no one tries to mine with an invalid address.
I received 15 monero but I was on moneropool.com so I should not have receive any yet and no one was supposed to send me any. Here is the transaction ID if that helps: 7f2f5d57026896df7714b64e669cfb0a333647ed80d85a348154a030dae9111b

Thank you.
member
Activity: 68
Merit: 10
The nethash rise to double since last day because someone has a optimized cpu minning tool
And he said he will not share it free
I want know how many guys using the minning tool?
And when did the DevGroup launch the new minning tool?

How do you know this?

The person who discovered the poor optimisation of the code has been fair and open about the discovery. What mining they may have done with two PC, is a drop in the ocean.
Jump to: