Re: [bitcoin-dev] v3 onion services

2019-11-18 Thread Aymeric Vitte via bitcoin-dev
So I must ask the question: what is the rational for a bitcoin node to be hidden? ie to use RDV points like hidden services? For me the rational for bitcoin is to anonymize communications between nodes and/or clients, typically who sent this tx, not to hide that you are operating a bitcoin node,

Re: [bitcoin-dev] v3 onion services

2019-11-18 Thread Carl Dong via bitcoin-dev
Hi Mr. Lee Chiffre, I have been working on an implementation of addrv2 (BIP-155). Is this what you meant by I2P and Torv3 address support? My WIP pull request: https://github.com/bitcoin/bitcoin/pull/16748 Merged BIP: https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki Ongoing

Re: [bitcoin-dev] v3 onion services

2019-11-18 Thread LORD HIS EXCELLENCY JAMES HRMH via bitcoin-dev
Subject: Re: [bitcoin-dev] v3 onion services As I briefly sketched here before I think that a better long term solution would be to link the bitcoin traffic with something like node-Tor (https://github.com/Ayms/node-Tor) Much more light (the whole code not minified is only ~1MB), not using tons o

Re: [bitcoin-dev] v3 onion services

2019-11-18 Thread Aymeric Vitte via bitcoin-dev
As I briefly sketched here before I think that a better long term solution would be to link the bitcoin traffic with something like node-Tor (https://github.com/Ayms/node-Tor) Much more light (the whole code not minified is only ~1MB), not using tons of libraries prone to security/maintenance

Re: [bitcoin-dev] v3 onion services

2019-11-17 Thread Matt Corallo via bitcoin-dev
There is effort ongoing to upgrade the Bitcoin P2P protocol to support other address types, including onion v3. There are various posts on this ML under the title “addrv2”. Further review and contributions to that effort is, as always, welcome. > On Nov 17, 2019, at 00:05, Mr. Lee Chiffre via

Re: [bitcoin-dev] v3 onion services

2019-11-17 Thread Christopher Allen via bitcoin-dev
Blockchain Commons is using v3 tor authentication for remote clients controlling a full node created using our Bitcoin Standup project (currently only macOS but more platforms coming): https://github.com/BlockchainCommons/Bitcoin-Standup Docs at:

Re: [bitcoin-dev] v3 onion services

2019-11-17 Thread LORD HIS EXCELLENCY JAMES HRMH via bitcoin-dev
HRMH From: bitcoin-dev on behalf of s7r via bitcoin-dev Sent: Monday, 18 November 2019 2:35 AM To: Mr. Lee Chiffre ; Bitcoin Protocol Discussion Subject: Re: [bitcoin-dev] v3 onion services Mr. Lee Chiffre via bitcoin-dev wrote: > Right now bitcoin client c

Re: [bitcoin-dev] v3 onion services

2019-11-17 Thread s7r via bitcoin-dev
Mr. Lee Chiffre via bitcoin-dev wrote: > Right now bitcoin client core supports use of tor hidden service. It > supports v2 hidden service. I am in progress of creating a new bitcoin > node which will use v3 hidden service instead of v2. I am looking at > bitcoin core and btcd to use. Do any of

[bitcoin-dev] v3 onion services

2019-11-16 Thread Mr. Lee Chiffre via bitcoin-dev
Right now bitcoin client core supports use of tor hidden service. It supports v2 hidden service. I am in progress of creating a new bitcoin node which will use v3 hidden service instead of v2. I am looking at bitcoin core and btcd to use. Do any of these or current node software support the v3