Post
Topic
Board Announcements (Altcoins)
Re: Funakoshi equihash cuda miner is now available
by
funakoshi
on 27/09/2018, 12:53:12 UTC
Hi Funakoshi,
I've a problem with your miner 4.10
I'm mining snowgem on my private pool server..
with ewbf it's okay..your miner quit at start with this log..

[2018-Sep-27 13:11:36] [MINER] Using pool: 54.37.xx.30
[2018-Sep-27 13:11:36] [MINER] Invalid host

ewbf .bat

miner --algo 144_5 --pers sngemPoW --server 54.37.xx.30 --port 3032 --user s1X415FzrMKwDxZC4133MH11CYD4sgJoXFB.chicco

funakoshi .bat

funakoshiMiner.exe --server 54.37.xx.30 --port 3032 --user s1X415FzrMKwDxZC4133MH11CYD4sgJoXFB.chicco -144 -pers sngemPoW -f log.txt

what's wrong?

Thanks
Alex


The miner expect a valid domain name as value of the --server argument
and you specified an IP address instead.

To overcome this you can map any valid domain name that you choose to your IP in the file:

    C:\Windows\System32\drivers\etc\hosts

For example Add the following line to the hosts file:

   54.37.xx.30  kukukukukuku.com

and than specify --server kukukukukuku.com
in the command-line.