Thomas Winget 155475d971
Add IPv6 support
new cli options (RPC ones also apply to wallet):
  --p2p-bind-ipv6-address (default = "::")
  --p2p-bind-port-ipv6    (default same as ipv4 port for given nettype)
  --rpc-bind-ipv6-address (default = "::1")

  --p2p-use-ipv6          (default false)
  --rpc-use-ipv6          (default false)

  --p2p-require-ipv4      (default true, if ipv4 bind fails and this is
                           true, will not continue even if ipv6 bind
                           successful)
  --rpc-require-ipv4      (default true, description as above)

ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except
in the cases of the cli args for bind address.  For those the square
braces can be omitted.
2019-07-31 20:04:57 -04:00
..
2019-07-24 14:04:16 -05:00
2019-07-17 22:25:53 +02:00
2019-06-14 16:16:52 +02:00
2019-07-24 14:39:40 -05:00
2019-07-24 14:43:00 -05:00
2019-07-31 20:04:57 -04:00
2019-07-24 14:24:40 -05:00
2019-03-05 22:05:34 +01:00
2019-03-05 22:05:34 +01:00
2019-07-31 20:04:57 -04:00
2019-07-31 20:04:57 -04:00
2019-03-05 22:05:34 +01:00
2019-07-24 13:57:06 -05:00
2019-07-31 20:04:57 -04:00
2019-07-24 14:25:51 -05:00
2019-07-24 14:33:36 -05:00
2019-07-31 20:04:57 -04:00
2019-07-18 16:57:30 +02:00