Author

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

member
Activity: 70
Merit: 10

Which one? Be no vague. For example, let me tell you, the 0.6.3 version does not have it. And many alt coins are based on 0.6.3, including this one.

I have no objection if you found this fix and add to it. I am just saying that this is the same code from Litecoin.

BTW, no one has "deleted" it from the code.
Yes this is true.
hero member
Activity: 551
Merit: 500
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

This part of the code is the same for all alt coins, and it is the first time I heard the problem with this. Did you experience the same issue with your pool on LottoCoin?

There's no change at all for this code as compared to the Litecoin codebase. Maybe it's a good idea you check with Litecoin dev thread to see if this is a real issue or not.


The reason this bug exists is because the specific developer of the specific coin that you cloned was purposely deleting this section of code from the file that I modified.  I fixed this part of the code for you since you did not notice it.  YES its the same code that litecoin has. YES its the same code that MOST other coins have.  This section of code was missing from not only Lottocoins but your coin as well.

which version of Litecoin has the code you mentioned?

Almost all of them have the patched submitblock. or another method to prevent the error 500.

Which one? Be no vague. For example, let me tell you, the 0.6.3 version does not have it. And many alt coins are based on 0.6.3, including this one.

I have no objection if you found this fix and add to it. I am just saying that this is the same code from Litecoin.

BTW, no one has "deleted" it from the code.
sr. member
Activity: 294
Merit: 250
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

This part of the code is the same for all alt coins, and it is the first time I heard the problem with this. Did you experience the same issue with your pool on LottoCoin?

There's no change at all for this code as compared to the Litecoin codebase. Maybe it's a good idea you check with Litecoin dev thread to see if this is a real issue or not.


The reason this bug exists is because the specific developer of the specific coin that you cloned was purposely deleting this section of code from the file that I modified.  I fixed this part of the code for you since you did not notice it.  YES its the same code that litecoin has. YES its the same code that MOST other coins have.  This section of code was missing from not only Lottocoins but your coin as well.

which version of Litecoin has the code you mentioned?

Almost all of them have the patched submitblock. or another method to prevent the error 500.  Also on a side note. I Paid for help fixing this problem on my lottocoin pool when we noticed the issue.  A large amount at that.  My first thing I did when I downloaded the earthcoin github is check to see if the patch was in there.  It wasn't, so I patched it myself with the code that I was given by the guy that I paid.  At that time I had no clue that earthcoin actually had the issue.  After a few hours I checked all other pools and noticed it.
hero member
Activity: 551
Merit: 500
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

This part of the code is the same for all alt coins, and it is the first time I heard the problem with this. Did you experience the same issue with your pool on LottoCoin?

There's no change at all for this code as compared to the Litecoin codebase. Maybe it's a good idea you check with Litecoin dev thread to see if this is a real issue or not.


The reason this bug exists is because the specific developer of the specific coin that you cloned was purposely deleting this section of code from the file that I modified.  I fixed this part of the code for you since you did not notice it.  YES its the same code that litecoin has. YES its the same code that MOST other coins have.  This section of code was missing from not only Lottocoins but your coin as well.

which version of Litecoin has the code you mentioned?
legendary
Activity: 1311
Merit: 1000

Now I see haters coming out... no one asked you to mine this coin, if you don't like it, just ignore it. It's a free world here.


Yes, a free world to profit off ignorant noobs with a 300 million coin con game premine.

Petition Cryptsy to never let Earthcoin trade and prevent this scumbag from ever cashing out.
full member
Activity: 144
Merit: 100
give me some earth please
eUkToNUZqJAsaxe5UUFeM91ghb2EJBN6HH
hero member
Activity: 1134
Merit: 502
they only thing I see now is how a bunch of faggots are trying to sell 1 day old coin. there is a free 20k giveaway, some pricks ask $100 for it
sr. member
Activity: 294
Merit: 250
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

This part of the code is the same for all alt coins, and it is the first time I heard the problem with this. Did you experience the same issue with your pool on LottoCoin?

There's no change at all for this code as compared to the Litecoin codebase. Maybe it's a good idea you check with Litecoin dev thread to see if this is a real issue or not.


The reason this bug exists is because the specific developer of the specific coin that you cloned was purposely deleting this section of code from the file that I modified.  I fixed this part of the code for you since you did not notice it.  YES its the same code that litecoin has. YES its the same code that MOST other coins have.  This section of code was missing from not only Lottocoins but your coin as well.
full member
Activity: 210
Merit: 100
Crypto News & Tutorials - Coinramble.com
what on earth happened to http://earth.scryptmining.com?
I went to sleep mining there woke up on my backup pools and the pool has been down ever since.
Will I be able to transfer out my earnings?!
+1
member
Activity: 70
Merit: 10
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

This part of the code is the same for all alt coins, and it is the first time I heard the problem with this. Did you experience the same issue with your pool on LottoCoin?

There's no change at all for this code as compared to the Litecoin codebase. Maybe it's a good idea you check with Litecoin dev thread to see if this is a real issue or not.



This coin is so garbage. I can't believe people are mining this 
Now I see haters coming out... no one asked you to mine this coin, if you don't like it, just ignore it. It's a free world here.
full member
Activity: 182
Merit: 100
??  Your pool was pulling blocks at 6 times the rate of other pools and you go and give up your trade secret 15 minutes after I figure out you are on to something and join your pool?? Gee, if it wasn't for bad luck, I wouldn't have any luck at all...  Tongue

Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

sorry xD

This coin is so garbage. I can't believe people are mining this  
hero member
Activity: 821
Merit: 1000
Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

Kudos to you, you could have kept it to your self but you shared it. Respect.
I've moved to your pool.
sr. member
Activity: 294
Merit: 250
??  Your pool was pulling blocks at 6 times the rate of other pools and you go and give up your trade secret 15 minutes after I figure out you are on to something and join your pool?? Gee, if it wasn't for bad luck, I wouldn't have any luck at all...  Tongue

Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!

sorry xD
sr. member
Activity: 350
Merit: 250
??  Your pool was pulling blocks at 6 times the rate of other pools and you go and give up your trade secret 15 minutes after I figure out you are on to something and join your pool?? Gee, if it wasn't for bad luck, I wouldn't have any luck at all...  Tongue

Alright I have submited the request to the Ops so now I will post it here.  

POOL OWNERS PLEASE READ THE FOLLOWING MESSAGE

the Default earthcoind is broken and giving you tons of internal server error 500 errors while submiting blocks.  Don't believe me? check your stratum.log.  I have submited a pull request to the official github with a patched version of this client.  This client will resolve all error code 500's and cause your blocks per hour to SKYROCKET!  You can download the patched client @ http://github.com/Devianttwo/earthcoin  You can also see all the changes that where done compared to the main github as well.  This is for Linux building only.  I do not know how to compile a windows version. and this is not for the QT its only for the daemon.

If you would like to donate to me for helping with this patch please send any amount of Earthcoins to the following address
eh3qUAFZqWYuNSurVbT83xoS5bbeeZVgLi


Thanks everyone and please enjoy

Patch Link: http://github.com/Devianttwo/earthcoin
Official Pull link for comparison: https://github.com/earthcoinproject/earthcoin/pull/2

DON'T FORGET TO PATCH!

**EDIT** Patch has now been MERGED! Please update your earthcoind!!
hero member
Activity: 770
Merit: 500
Mining on http://eac.hackshardgaming.net since 3 hrs , much better than other pools. I wish ,  i had mined earlier on this pool and got more earthcoins .

thanks for the pool.
sr. member
Activity: 294
Merit: 250
Then no clue.

*shameless plug*

Maybe you should just mine on http://eac.hackshardgaming.net

*end shameless plug*

you might be right, but pool mining has been very inefficient for me, I have generated only 5K in 10 hours with 1.2 mh/s.

That was due to the major daemon bug.  My servers patched and I provided the patch to the Op.  Its worth it on my pool.
full member
Activity: 229
Merit: 100
Then no clue.

*shameless plug*

Maybe you should just mine on http://eac.hackshardgaming.net

*end shameless plug*

you might be right, but pool mining has been very inefficient for me, I have generated only 5K in 10 hours with 1.2 mh/s.


Yeah, solo mining wont work better, Trust me   Wink
sr. member
Activity: 276
Merit: 250
Then no clue.

*shameless plug*

Maybe you should just mine on http://eac.hackshardgaming.net

*end shameless plug*

you might be right, but pool mining has been very inefficient for me, I have generated only 5K in 10 hours with 1.2 mh/s.
sr. member
Activity: 294
Merit: 250
Then no clue.

*shameless plug*

Maybe you should just mine on http://eac.hackshardgaming.net

*end shameless plug*
sr. member
Activity: 276
Merit: 250
Hello all,

trying to setup cgminer for solo mining, I constantly get this error as soon as I run earthcoin-qt in server mode: "you must set a rpcpassword in the configuration file earthcoin.conf, it is recommended to use the following rpcuser...." and the program closes.
Although I have correctly renamed the conf file (it's actually a conf not a conf.txt), and having setup the following parameters in the conf:

Code:
listen=1
daemon=1
server=1
rpcuser=username
rpcpassword=password
rpcport=15678
rpcconnect=192.168.1.0
addnode=64.31.34.145
addnode=198.96.90.41

it still does not work.

you need to put the config for earthcoin-qt in %appdata%/earthcoin or on linux ~/.earthcoin
they are already in the same directory.
Jump to: