Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable]
by
Kgonla
on 27/11/2018, 00:36:29 UTC
Wallet 1.3.1_qtfix2 & 3.0.0 not working for me:

Yeah, hardcoded seednodes are outdated. This is being worked on. For now you can just add the following to your yenten.conf:

Code:
addnode=193.70.33.8
addnode=185.185.69.156
addnode=153.121.74.170
addnode=116.91.89.16
addnode=213.168.40.114
addnode=91.69.247.135
addnode=119.245.50.48
addnode=114.163.222.47

Having said that

2018-11-26 22:01:10 ERROR: GetMyExternalIP() : connection to 216.146.38.70:80 failed

looks like there is a problem with your internet connection. That connection really should not fail. Can you reach http://216.146.38.70:80/ using your browser?

Tested in V3.0.0
I created a yenten.conf file with the addnodes but it is not working, I also set addnode to qt.conf but I get same error loading nodes.
I can reach 216... with browser & it returns my IP address.


I fixed it, problem is in peers.dat
I replaced actual peers.dat with old one from v2 & now it is working, also I get my IP from 216....


Strange. I thought the addnodes should take care of the missing peers. Maybe i should have added port numbers to the IPs? Sorry, didn't really test it. Glad you still got it to work. In any case this is going to be investigated.

Edit: Out of curiousity, where did you create the yenten.conf file? In the directory also containing peers.dat? If not that might be the reason why it was ignored.

I created yenten.conf in the main directory where I have yenten-qt, peers.dat, etc.
I think the program does not read file yenten.conf.