You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
I have two instances of cardano on AWS.
I want to run them as a core node and the other as a relay node.
However, I am getting an error:
on core:
[ip-172-3:cardano.node.IpSubscription:Info:55] [2020-07-10 13:52:08.78 UTC] [String "Restarting Subscription after 1.001259791s desired valency 1 current valency 0",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Info:55] [2020-07-10 13:52:17.78 UTC] [String "Skipping peer 18.132.248.11:3006",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Error:55] [2020-07-10 13:52:17.78 UTC] [String "Failed to start all required subscriptions",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
on Relay:
[ip-172-3:cardano.node.IpSubscription:Info:53] [2020-07-10 13:52:20.46 UTC] [String "Skipping peer 3.9.190.151:3005",String "[3.9.190.151:3005]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Error:53] [2020-07-10 13:52:20.46 UTC] [String "Failed to start all required subscriptions",String "[3.9.190.151:3005]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
Core settings:
cardano-node run --topology ~/cardano-node/relay/shelley_testnet-topology.json --database-path ~/cardano-node/relay/db --socket-path ~/cardano-node/relay/node.socket --host-addr 3.9.190.151 --port 3005 --config ~/cardano-node/relay/shelley_testnet-config.json
Relay settings:
cardano-node run --topology ~/cardano-node/relay/shelley_testnet-topology.json --database-path ~/cardano-node/relay/db --socket-path ~/cardano-node/relay/node.socket --host-addr 18.132.248.11 --port 3006 --config ~/cardano-node/relay/shelley_testnet-config.json
AWS settings
The text was updated successfully, but these errors were encountered: