-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Wallet to use V3 Onion Addresses #30
Comments
Can now use new v3 addresses { "version": 5009900, "subversion": "/Ion Core:5.0.99/", "protocolversion": 96003, "localservices": "0000000000000405", "localrelay": true, "timeoffset": 0, "networkactive": true, "connections": 0, "socketevents": "epoll", "networks": [ { "name": "ipv4", "limited": false, "reachable": true, "proxy": "", "proxy_randomize_credentials": false }, { "name": "ipv6", "limited": false, "reachable": true, "proxy": "", "proxy_randomize_credentials": false }, { "name": "onion", "limited": false, "reachable": true, "proxy": "127.0.0.1:9050", "proxy_randomize_credentials": true } ], "relayfee": 0.00010000, "incrementalfee": 0.00001000, "localaddresses": [ { "address": "63nct6lroup3but74m4c6zn7gxzyyiamu7vloz2pwlsatdopemmbcnqd.onion", "port": 12702, "score": 4 } ], "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications" } |
Unable to sync with existing network, getting the following error of Local Services being 0x00000001
|
Tor nodes under V3 are seen as well
|
Found where the version is decrypted so now have the correct version being received but there is a stop on the blockchain in block 1760267 and onion nodes are all coming back with v3 addresses when they should be v2 addresses |
Got it to recognize the difference between V2 and V3 Onion addresses now but have lost the User Agent again |
i keep stalling out on block 1760267 and found |
Migration from v2 onion to v3 onion is necessary for Tor integration to continue to work This is a backward incompatible change: v2 onion services will not be reachable after September 2021.
You can read more in the Tor Project's blog post Onion Service version 2 deprecation timeline
The text was updated successfully, but these errors were encountered: