Author

Topic: [ANN][EAC] EarthCoin *SEEKING NEW EXCHANGES - HUGE VOLUMES BEING MISSED! - page 152. (Read 840344 times)

full member
Activity: 168
Merit: 100
Is the earthcoin.conf in the right place? Windows key + R --> type: %appdata% --> earthcoin --> earthcoin.conf

I once misspelled earthcoin.conf (earthcoin.config).

There is somewhere a mistake you are overlooking, probably a spelling mistake.

example of mine:
Quote
cgminer.exe --scrypt -o localhost:15678 -u user -p password -I 13 --thread-concurrency 8192 --gpu-fan 30-85 --gpu-engine 1125 --gpu-memclock 1500 --no-submit-stale

Maybe a mistake with your earthcoin.conf?
Check     rpcallowip=192.168.1.*
             rpcconnect=192.168.1.*

Adjust these IP ranges to your router IP.

Maybe a mistake with your username/password you defined in earthcoin.conf.

Also, if the wallet (server) is on the same computer as the miner, use localhost:15678 - if it's on a different computer, use local IP of wallet computer on your mining computer.
e.g. http://192.168.1.126:15678

I tried your .bat, checked pass and pw and checked router-ip, my ip trough dhcp... everything fits. this is strange!
sr. member
Activity: 360
Merit: 250
example of mine:
Quote
cgminer.exe --scrypt -o localhost:15678 -u user -p password -I 13 --thread-concurrency 8192 --gpu-fan 30-85 --gpu-engine 1125 --gpu-memclock 1500 --no-submit-stale

Maybe a mistake with your earthcoin.conf?
Check     rpcallowip=192.168.1.*
             rpcconnect=192.168.1.*

Adjust these IP ranges to your router IP.

Maybe a mistake with your username/password you defined in earthcoin.conf.

Also, if the wallet (server) is on the same computer as the miner, use localhost:15678 - if it's on a different computer, use local IP of wallet computer on your mining computer.
e.g. http://192.168.1.126:15678

I tried your .bat, checked pass and pw and checked router-ip, my ip trough dhcp... everything fits. this is strange!
full member
Activity: 168
Merit: 100
example of mine:
Quote
cgminer.exe --scrypt -o localhost:15678 -u user -p password -I 13 --thread-concurrency 8192 --gpu-fan 30-85 --gpu-engine 1125 --gpu-memclock 1500 --no-submit-stale

Maybe a mistake with your earthcoin.conf?
Check     rpcallowip=192.168.1.*
             rpcconnect=192.168.1.*

Adjust these IP ranges to your router IP.

Maybe a mistake with your username/password you defined in earthcoin.conf.

Also, if the wallet (server) is on the same computer as the miner, use localhost:15678 - if it's on a different computer, use local IP of wallet computer on your mining computer.
e.g. http://192.168.1.126:15678
sr. member
Activity: 360
Merit: 250
Why is solomining not working wit cgminer 3.7.2?

cgminer.exe -o http://127.0.0.1:15678 -u USER -p PW --scrypt

--intensity 11 --worksize 256 -g 2 --thread-concurrency 11328 --auto-fan

--auto-gpu



Have you added and adjusted earthcoin.conf to AppData Roaming Earthcoin folder?

You can also try http://localhost:15678 or 192.168.1.x:15678.

Quote
earthcoin.conf

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=15678
rpcallowip=192.168.1.*
rpcconnect=192.168.1.*
addnode=77.244.7.167
addnode=188.194.13.44
addnode=75.70.192.211
addnode=135.0.165.152
addnode=188.194.13.44
addnode=24.151.4.241

Did you leave your earthcoin wallet open and fully synched?

thanks for all answeres!

It says "Pool 0 slow/down or URL or credentials invalid!

the .conf was ok from the beginning and also the wallet full synced, but I dont get it to mine solo... poolerino works fine. o0
full member
Activity: 168
Merit: 100
That's what is written on page 1 of the Earthcoin thread under solo mining...
But it will also synch without any nodes added. Just like you don't need the .conf file for the earthcoin wallet. I guess though a few added nodes more won't do any harm...

Quote
How to Start
Using the following nodes to join the network:

addnode=75.70.192.211
addnode=135.0.165.152
addnode=77.244.7.167
addnode=188.194.13.44
addnode=24.151.4.241

Sample .conf File: earthcoin.conf
listen=1
daemon=1
server=1
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcport=15678
rpcconnect=127.0.0.1
addnode=77.244.7.167
addnode=188.194.13.44


By the way I also tried the .bat file with and without --expiry 2  --scan-time 2   --queue 0. But I am not sure I saw an improvement with the added commands. How about you? Are you using just the regular commands?
member
Activity: 84
Merit: 10
Why is solomining not working wit cgminer 3.7.2?

cgminer.exe -o http://127.0.0.1:15678 -u USER -p PW --scrypt

--intensity 11 --worksize 256 -g 2 --thread-concurrency 11328 --auto-fan

--auto-gpu



Have you added and adjusted earthcoin.conf to AppData Roaming Earthcoin folder?

You can also try http://localhost:15678 or 192.168.1.x:15678.

Quote
earthcoin.conf

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=15678
rpcallowip=192.168.1.*
rpcconnect=192.168.1.*
addnode=77.244.7.167
addnode=188.194.13.44
addnode=75.70.192.211
addnode=135.0.165.152
addnode=188.194.13.44
addnode=24.151.4.241

You beat me to it, but why so many nodes?  The Earthcoin main page only specifies two nodes:

addnode=64.31.34.145
addnode=198.96.90.41

**Edit:  Ignore me, I somehow missed the list that clearly says "Use the following nodes".  Silly me.
full member
Activity: 168
Merit: 100
Why is solomining not working wit cgminer 3.7.2?

cgminer.exe -o http://127.0.0.1:15678 -u USER -p PW --scrypt

--intensity 11 --worksize 256 -g 2 --thread-concurrency 11328 --auto-fan

--auto-gpu



Have you added and adjusted earthcoin.conf to AppData Roaming Earthcoin folder?

You can also try http://localhost:15678 or 192.168.1.x:15678.

Quote
earthcoin.conf

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=15678
rpcallowip=192.168.1.*
rpcconnect=192.168.1.*
addnode=77.244.7.167
addnode=188.194.13.44
addnode=75.70.192.211
addnode=135.0.165.152
addnode=188.194.13.44
addnode=24.151.4.241

Did you leave your earthcoin wallet open and fully synched?
sr. member
Activity: 360
Merit: 250
Why is solomining not working wit cgminer 3.7.2?

cgminer.exe -o http://127.0.0.1:15678 -u USER -p PW --scrypt

--intensity 11 --worksize 256 -g 2 --thread-concurrency 11328 --auto-fan

--auto-gpu

member
Activity: 98
Merit: 10
Earthcoin now have their own floor in Bitscraper.
See it here: http://www.bitscraper.pw/p/blog-page.html

Congratulation  Cheesy

yeah, on the 13th floor. That's a sign  Cheesy

LoL... Dont be superstitious    Cheesy
hero member
Activity: 644
Merit: 500
Found 0 blocks in the pool and got 22k EAC  Grin
newbie
Activity: 31
Merit: 0
from 12th 10pm and 24hrs forward i got 33.6k, well in line with projections. did u talk with Mike even about it to see if something is not working as it should? Can only say that it works fine here.

If you look in the dashboard under Finder, you see how many blocks your workers found and how many coins got generated. Then look under transactions and check the total you ever made in that pool. Mine is about 40% off. I am not just talking 1 or 2 days but the whole period mined in that pool.

ok i generated 665 000 coins, and got credited 538 666 coins. seeing as the pool life time percentage of found blocks is 120% of expected i divide 665 000 by 1.2 and i get 554 000 coins so it seems pretty close to what i should be getting. Perhaps i would be luckier with finding blocks on my own then in the pool but i would need a couple of days / weeks to find out but so far i have gotten what i should expect to get. unless im totally mistaken on the math  Cheesy
full member
Activity: 168
Merit: 100
from 12th 10pm and 24hrs forward i got 33.6k, well in line with projections. did u talk with Mike even about it to see if something is not working as it should? Can only say that it works fine here.

If you look in the dashboard under Finder, you see how many blocks your workers found and how many coins got generated. Then look under transactions and check the total you ever made in that pool. Mine is about 40% off. I am not just talking 1 or 2 days but the whole period mined in that pool.
newbie
Activity: 31
Merit: 0
@mrchisholm
I was estimating the 26,000 per 24 hours per last few days mined in that pool. Fact is I am making 3x more solo mining than at that pool.
Another way you can check if you are getting more going solo is looking at how many coins you generated at the pool when your workers found blocks. I found x number of blocks on that pool, but got payed out 40% less than what my blocks found generated.

With that hashrate of yours, why don't you try for yourself if you get more coins going solo.



 Smiley Not saying ur wrong hehe just saying i'm getting around what it tells me i should but i might do that to see if there is any difference, but you can't base your findings on 1 or 2 days ... one day i can find 5 blocks the next i find one, it all evens out in the long run.
full member
Activity: 168
Merit: 100
So, solo mining, the odds of hitting a block are greatly reduced, and the odds of that block getting orphaned are also large.

What sort of hashing power do you guys have to even hit blocks solo?  



Hey guys, found out that I make about 40% more doing solo mining than pool mining with Poolerino.

If I calculate all blocks found by my workers versus the actual amount made on that pool, I have a loss of 40%!!!!! Will be switching to solo mining for a while.

Hey all, so I decided to give this a shot myself.   I've always had my suspicions, as my 24-hour estimated calculations never came anywhere CLOSE to my actuals, but I never committed to solo mining to find out.  It turns out that there's some weight to what bumblebee said.

I've been solo mining on my rigs for the past 22 hours, and although today may have been a lucky day, I've seen over a 100% increase than my normal average.  I've literally earned over 2 days worth of what I would've earned being on a pool.

But I would suggest to even try with a one card setup, as I run one computer with a 7970 (hashrate 580 KH/s) and get about 1 block a day.

I am now insanely suspicious of pools blatantly skimming off the top.  The last pool I was on was poolerino, and quite frankly, I want some answers.

I did not want to be that direct, but I was suspicious too. I too by the way earned 3x more mining solo than with Poolerino.
5.5 MH/s - I got about 8 accepted blocks in 24 hours solo mining, which is about +92,000 EAC - and pool mining in Poolerino about 26,000 ... You do the calculation  Undecided

I would think you can even try solo mining with a one card setup, as I have one computer that has a 7970 card with 580 KH/s hashrate. I am on average getting one block in 24 hours with that hashrate.



I have a 3.5Mhz rig and i got 70k coins from poolerino the last 48 hours, so it seems unlikely that u got 26k in 1 day with 5.5Mh.


bumblebee isn't kidding.  I've been throwing 5.8 MH/s at poolerino, and I would average around 30k in a 24 hour period, I RARELY hit 40k despite projected calculations telling me I should hit 60k+.  I started solo mining on Feb. 12th at 10pm, and 24 hours later I've got an extra 100k EAC sitting in my wallet after hitting 9 blocks.

Now like I said, I know that averages when solo mining are a function of time, there might be good days and bad days.  But pools are only supposed to evenly distribute payouts through combined effort, and there's no reason why my actual payouts should be so ridiculously far off from what's projected.

With our hashrate, even hitting 3 blocks in 24 hours is more payout than on the pool. And we are actually talking 8 - 9 blocks in 24 hours.
newbie
Activity: 31
Merit: 0
from 12th 10pm and 24hrs forward i got 33.6k, well in line with projections. did u talk with Mike even about it to see if something is not working as it should? Can only say that it works fine here.
full member
Activity: 168
Merit: 100
@mrchisholm
I was estimating the 26,000 per 24 hours per last few days mined in that pool. Fact is I am making 3x more solo mining than at that pool.
Another way you can check if you are getting more going solo is looking at how many coins you generated at the pool when your workers found blocks. I found x number of blocks on that pool, but got payed out 40% less than what my blocks found generated.

With that hashrate of yours, why don't you try for yourself if you get more coins going solo.

member
Activity: 84
Merit: 10
So, solo mining, the odds of hitting a block are greatly reduced, and the odds of that block getting orphaned are also large.

What sort of hashing power do you guys have to even hit blocks solo?  



Hey guys, found out that I make about 40% more doing solo mining than pool mining with Poolerino.

If I calculate all blocks found by my workers versus the actual amount made on that pool, I have a loss of 40%!!!!! Will be switching to solo mining for a while.

Hey all, so I decided to give this a shot myself.   I've always had my suspicions, as my 24-hour estimated calculations never came anywhere CLOSE to my actuals, but I never committed to solo mining to find out.  It turns out that there's some weight to what bumblebee said.

I've been solo mining on my rigs for the past 22 hours, and although today may have been a lucky day, I've seen over a 100% increase than my normal average.  I've literally earned over 2 days worth of what I would've earned being on a pool.

But I would suggest to even try with a one card setup, as I run one computer with a 7970 (hashrate 580 KH/s) and get about 1 block a day.

I am now insanely suspicious of pools blatantly skimming off the top.  The last pool I was on was poolerino, and quite frankly, I want some answers.

I did not want to be that direct, but I was suspicious too. I too by the way earned 3x more mining solo than with Poolerino.
5.5 MH/s - I got about 8 accepted blocks in 24 hours solo mining, which is about +92,000 EAC - and pool mining in Poolerino about 26,000 ... You do the calculation  Undecided

I would think you can even try solo mining with a one card setup, as I have one computer that has a 7970 card with 580 KH/s hashrate. I am on average getting one block in 24 hours with that hashrate.



I have a 3.5Mhz rig and i got 70k coins from poolerino the last 48 hours, so it seems unlikely that u got 26k in 1 day with 5.5Mh.


bumblebee isn't kidding.  I've been throwing 5.8 MH/s at poolerino, and I would average around 30k in a 24 hour period, I RARELY hit 40k despite projected calculations telling me I should hit 60k+.  I started solo mining on Feb. 12th at 10pm, and 24 hours later I've got an extra 100k EAC sitting in my wallet after hitting 9 blocks.

Now like I said, I know that averages when solo mining are a function of time, there might be good days and bad days.  But pools are only supposed to evenly distribute payouts through combined effort, and there's no reason why my actual payouts should be so ridiculously far off from what's projected.
newbie
Activity: 31
Merit: 0
So, solo mining, the odds of hitting a block are greatly reduced, and the odds of that block getting orphaned are also large.

What sort of hashing power do you guys have to even hit blocks solo?   



Hey guys, found out that I make about 40% more doing solo mining than pool mining with Poolerino.

If I calculate all blocks found by my workers versus the actual amount made on that pool, I have a loss of 40%!!!!! Will be switching to solo mining for a while.

Hey all, so I decided to give this a shot myself.   I've always had my suspicions, as my 24-hour estimated calculations never came anywhere CLOSE to my actuals, but I never committed to solo mining to find out.  It turns out that there's some weight to what bumblebee said.

I've been solo mining on my rigs for the past 22 hours, and although today may have been a lucky day, I've seen over a 100% increase than my normal average.  I've literally earned over 2 days worth of what I would've earned being on a pool.

But I would suggest to even try with a one card setup, as I run one computer with a 7970 (hashrate 580 KH/s) and get about 1 block a day.

I am now insanely suspicious of pools blatantly skimming off the top.  The last pool I was on was poolerino, and quite frankly, I want some answers.

I did not want to be that direct, but I was suspicious too. I too by the way earned 3x more mining solo than with Poolerino.
5.5 MH/s - I got about 8 accepted blocks in 24 hours solo mining, which is about +92,000 EAC - and pool mining in Poolerino about 26,000 ... You do the calculation  Undecided

I would think you can even try solo mining with a one card setup, as I have one computer that has a 7970 card with 580 KH/s hashrate. I am on average getting one block in 24 hours with that hashrate.



I have a 3.5Mhz rig and i got 70k coins from poolerino the last 48 hours, so it seems unlikely that u got 26k in 1 day with 5.5Mh.
full member
Activity: 168
Merit: 100
So, solo mining, the odds of hitting a block are greatly reduced, and the odds of that block getting orphaned are also large.

What sort of hashing power do you guys have to even hit blocks solo?   



Hey guys, found out that I make about 40% more doing solo mining than pool mining with Poolerino.

If I calculate all blocks found by my workers versus the actual amount made on that pool, I have a loss of 40%!!!!! Will be switching to solo mining for a while.

Hey all, so I decided to give this a shot myself.   I've always had my suspicions, as my 24-hour estimated calculations never came anywhere CLOSE to my actuals, but I never committed to solo mining to find out.  It turns out that there's some weight to what bumblebee said.

I've been solo mining on my rigs for the past 22 hours, and although today may have been a lucky day, I've seen over a 100% increase than my normal average.  I've literally earned over 2 days worth of what I would've earned being on a pool.

But I would suggest to even try with a one card setup, as I run one computer with a 7970 (hashrate 580 KH/s) and get about 1 block a day.

I am now insanely suspicious of pools blatantly skimming off the top.  The last pool I was on was poolerino, and quite frankly, I want some answers.

I did not want to be that direct, but I was suspicious too. I too by the way earned 3x more mining solo than with Poolerino.
5.5 MH/s - I got about 8 accepted blocks in 24 hours solo mining, which is about +92,000 EAC - and pool mining in Poolerino about 26,000 ... You do the calculation  Undecided

I would think you can even try solo mining with a one card setup, as I have one computer that has a 7970 card with 580 KH/s hashrate. I am on average getting one block in 24 hours with that hashrate.

sr. member
Activity: 248
Merit: 250
So, solo mining, the odds of hitting a block are greatly reduced, and the odds of that block getting orphaned are also large.

What sort of hashing power do you guys have to even hit blocks solo?   



Hey guys, found out that I make about 40% more doing solo mining than pool mining with Poolerino.

If I calculate all blocks found by my workers versus the actual amount made on that pool, I have a loss of 40%!!!!! Will be switching to solo mining for a while.

Hey all, so I decided to give this a shot myself.   I've always had my suspicions, as my 24-hour estimated calculations never came anywhere CLOSE to my actuals, but I never committed to solo mining to find out.  It turns out that there's some weight to what bumblebee said.

I've been solo mining on my rigs for the past 22 hours, and although today may have been a lucky day, I've seen over a 100% increase than my normal average.  I've literally earned over 2 days worth of what I would've earned being on a pool.

I am now insanely suspicious of pools blatantly skimming off the top.  The last pool I was on was poolerino, and quite frankly, I want some answers.

I did not want to be that direct, but I was suspicious too. I too by the way earned 3x more mining solo than with Poolerino.
Jump to: