0.13.0 doesn't work on private network #68

Closed
opened 2025-12-28 18:12:20 +00:00 by sami · 2 comments
Owner

Originally created by @532910 on GitHub (Mar 26, 2025).

Originally assigned to: @smallhive on GitHub.

while all four (mainnet, testnet, mainnet fschain, testnet fschain) work fine, private network does not:

can't initialize netmap monitor: can't create side chain neo-go client: init Neo RPC client: failed to get network magic: HTTP 415/Unsupported Media Type

config.yaml:

chain:
  fschain: true
  rpc:
    dial_timeout: 15s
    endpoint:
    - https://a1.tld
    - https://a2.tld
    - https://a3.tld
    - https://a4.tld
    - https://a5.tld
    - https://a6.tld
    - https://a7.tld
logger:
  level: info
metrics:
  endpoint: 127.0.0.1:16516
  interval: 15s
Originally created by @532910 on GitHub (Mar 26, 2025). Originally assigned to: @smallhive on GitHub. while all four (mainnet, testnet, mainnet fschain, testnet fschain) work fine, private network does not: ``` can't initialize netmap monitor: can't create side chain neo-go client: init Neo RPC client: failed to get network magic: HTTP 415/Unsupported Media Type ``` config.yaml: ``` chain: fschain: true rpc: dial_timeout: 15s endpoint: - https://a1.tld - https://a2.tld - https://a3.tld - https://a4.tld - https://a5.tld - https://a6.tld - https://a7.tld logger: level: info metrics: endpoint: 127.0.0.1:16516 interval: 15s ```
sami 2025-12-28 18:12:20 +00:00
Author
Owner

@roman-khimov commented on GitHub (Mar 26, 2025):

Highly likely it's a misconfiguration. Like a wrong port.

@roman-khimov commented on GitHub (Mar 26, 2025): Highly likely it's a misconfiguration. Like a wrong port.
Author
Owner

@532910 commented on GitHub (Mar 26, 2025):

my fault

@532910 commented on GitHub (Mar 26, 2025): my fault
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-exporter#68
No description provided.