Post
Topic
Board Announcements (Altcoins)
Re: [ANN - NEW COIN JUST LAUNCHED] *EarthCoin* Is Here To Make A Splash For 2014!
by
squiggie
on 27/12/2013, 22:20:13 UTC
I'd like to get a few more testers fast to see if we can find a block and test payouts. I've modified the p2pool code and am testing this. I currently have a few hashers now but would love to get more. There is perhaps a reward involved if the dev wants to team up with that as posted earlier.

If anyone is interested in throwing some hashing power my way, I'd greatly appreciate it. Please remember, this is in TEST mode only. I have no idea if payouts will work successfully or if we will successfully find blocks, but that's what I'm hoping for. I'm hoping to create p2pool nodes for EAC permanently.

If interested, point your miners to:

stratum+tcp://eac.squiggie.com:19330

Use your payout address as your username and anything as your password. For example, here is a sample cgminer connection.

cgminer -o stratum+tcp://eac.squiggie.com:19330 -u ef17LZCpsCcx6yhHH1np25R6QwiAD6fYAD -p x --scrypt

Additionally, you can append a difficulty level to the end of your username for the hashing power you have. This helps reduce the amount of stales and orphans you get. To set the difficulty for your specific hash rate multiply by 0.00000116
For example, if your miner is capable of 1440 Kh/s:

1440 * 0.00000116 = 0.0016704

Example Connection String for a miner capable of 1440 Kh/s:

cgminer -o stratum+tcp://eac.squiggie.com:19330 -u ef17LZCpsCcx6yhHH1np25R6QwiAD6fYAD+0.0016704 -p x --scrypt

The following difficulty settings can be used as a guide:

Kh/s        Difficulty
1           +0.00000116
50          +0.000058
100         +0.000116
250         +0.00029
500         +0.00058
750         +0.00087
1000        +0.00116
1500        +0.00174
1750        +0.00203
2000        +0.00232

Thanks for all the help!