Post
Topic
Board Announcements (Altcoins)
Re: [EDU] EDUCOIN - Learning is Earning | Swap is Live!
by
Nomadical
on 13/09/2017, 19:05:26 UTC

rpcallowip=192.168.2.138 must be 192.168.2.*
ex: my ip is: 192.168.1.10 , so it's rpcallowip=192.168.1.*
Try it.

I've updated the ANN thread, try this :

Solo Mining Details:

create file EduCoin.conf in C:\Users\%USERNAME%\AppData\Roaming\EduCoin

rpcuser=YOURUSERNAME
rpcpassword=YOURPASSWORD
rpcallowip=127.0.0.1
rpcport=17388
port=17389
daemon=1
server=1
listen=1

Configure your bat using the following:

-o http://127.0.0.1:17388 -u YOURUSERNAME -p YOURPASSWORD

Then with your wallet running, run your Miner.bat
* bat
ccminer-x64 -k keccak -o http://127.0.0.1:17389 -u aa -p bb

conf:
rpcuser=aa
rpcpassword=bb
rpcallowip=127.0.0.1
rpcport=17388
port=17389
daemon=1
server=1
listen=1


and now it show

NVML GPU monitoring enabled
NVAPI GPU monitoring enabled
1 miner thread started ,using 'auto' algorithm
auto block 1790,diff 514.82,net 50.25GH/s


and still now nothing happen .
it works?or ,

You're using the wrong port on your miner bat file.

Change the 127.0.0.1:17389 to 127.0.0.1:17388.
hi ,i am still can not do mining , can you try to help me  by teamview...

Just for clarification is your miner connecting or is your terminal spitting out any error? Or are you just not finding blocks?

If the blocks are updating and you're seeing nethash updates, you're connected and mining.
You DO have an issue though, in your mining .bat, change "-k keccak" to "-a keccak" and you'll go from "auto" algorithm to keccak and mine a lot faster.

The rest of it is correct and appears to be working.

BTW, if you're using AMD cards I've found intensity 9 to be best with keccak.

Edit*
Also, the only things needed in the conf file are:
server=1
rpcuser=un
rpcpassword=pw
rpcport=17388
rpcallowip=x.x.x.*

You do not need listen, daemon, or port.