Post
Topic
Board Announcements (Altcoins)
Re: [EDU] EDUCOIN - Learning is Earning | Swap is Live!
by
edouardh
on 15/09/2017, 23:38:15 UTC
Ok guys, I set up a pool dedicated for EduCoin. It's quite stable for now. I would love you to try and use it, so that I can improve the setup if anything can be improved :

Url : 217.182.193.203
Port : 3333

I've set the diff between 128 and 1024 for now. It may be subject to some changes later.

Just adapt it to your mining software and/or your bat config.

No need for password, but if your software asks for it, just write anything (like "123"), it will work.

And, to check the pool stats : http://217.182.193.203 (don't expect to see 10 people there yet haha !)

EDIT : NEW IP

Code:
Url : 34.240.163.65
Port : 3333

I will add a var diff later. The actual default diff is 32768 for test purposes. You can divide this diff with the options of your miner :

Example, for ccminer, to set a 16 diff (for old graphic cards like mine Cheesy), you need to divide by 2048 (32768 / 2048 = 16) :

Code:
ccminer.exe -o stratum+tcp://34.240.163.65:3333 -u YOUR_EDUCOIN_WALLET_ADDRESS -f 2048

Note : For nice / recent GC, I would advise something around 256 (so a diff divided by 128).