Paul M
Paul M
Yes, the listen_addresses parameter in sys.config allows ip4 and ip6 address. I did test to confirm it will listen on ip6 address. I never did try peer connect however.
@madninja if one want to working on ip6 support, thoughts on where to start?
> > @PaulVMo does the listen address thing allow ipv4 addresses to be specified? > > `lsof -i tcp` shows an IPv6 LISTEN on 44158 Did you set the listen_addresses...
Unless you have enabled ipv6 support in docker and updated the listen_addresses in the sys.config file in the miner (inside the container) is not actually listening on ipv6. What you...
I opened a PR for some fixes for ipv6 support that resolve the `miner peer connect /ip6/....` errors. However, ipv6 probably still needs more work before . For example, NAT...
Current status of the hotspot in this transaction doesn't matter - if someone were to try to sync the full blockchain, they would still need to be able to validate...
Additional thoughts on optimizing POC receipts. First, tagged_witnesses is checking both that the witness frequency is valid for the source region AND that the witness frequency matches the beacon frequency....
Very interesting project. A couple quick questions to help review: 1. To clarify, the data that will be carried over the Helium network is images of the sky? What amount...