Post
Topic
Board Альтернативные криптовалюты
Re: [NXT] Nxt crypto - немного инфы, и самих NXT.
by
arbuzik
on 28/12/2015, 12:07:42 UTC
Решил еще раз проверить.
В конфигурационном файле имею:
Code:
# Host interface on which to listen for peer networking requests, default all.
# Use 0.0.0.0 to listen on all IPv4 interfaces or :: to listen on all IPv4 and
# IPv6 interfaces
nxt.peerServerHost=0.0.0.0

# Host interface on which to listen for http/json API request, default localhost
# only. Set to 0.0.0.0 to allow the API server to accept requests from all
# network interfaces.
nxt.apiServerHost=0.0.0.0


netstat дает мне ответ:
Code:
  TCP    [::]:6874              [::]:0                 LISTENING
  TCP    [::]:6876              [::]:0                 LISTENING

Получается что описание параметров неточное и требует корректировки.