Bitcoin Forum
May 21, 2024, 03:01:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: Nakamoto: A new Bitcoin light-client in Rust on: January 24, 2021, 04:14:15 PM
Could you elaborate on what you mean when you say privacy could affect the idea of the client?

The main privacy problem around light clients is: how do you get the client to query the network without revealing exactly what it's interested in? Eg. how do I get transaction information without revealing which are my transactions?

This is the idea behind BIP 157*, which is implemented in Nakamoto. See https://en.bitcoin.it/wiki/BIP37_privacy_problems for issues around BIP37, which is implemented by some other light-clients (eg. bitcoinJ, Bread wallet..)

* BIP 157: https://github.com/bitcoin/bips/blob/master/bip-0157.mediawiki
2  Bitcoin / Project Development / Re: Nakamoto: A new Bitcoin light-client in Rust on: January 24, 2021, 12:53:12 PM
1. Since your client focus on privacy, do you have any plan to support proxy/Tor/VPN?
2. For python library, sometimes i see minimum required Python version to use the library, how about your own library?

1. Yeah, Tor support is something I would really like to have, but haven't had the time to look into yet. I'm also looking to integrate BIP 151 (p2p-layer encryption) as soon as it makes its way into Core.
2. The minimum rust version required is 1.47, if that's what you're asking.
3  Bitcoin / Project Development / Re: Nakamoto: A new Bitcoin light-client in Rust on: January 23, 2021, 08:02:40 PM
Good question - the main place I've been hanging out is the #rust-bitcoin channel on freenode. There are a few core devs there who are working on rust-lightning, however it's pretty quiet. I'm yet to find a place I'd call home.
4  Bitcoin / Project Development / Nakamoto: A new Bitcoin light-client in Rust on: January 23, 2021, 07:50:07 PM
Hey all, I'm new here. I thought some of you would be interested in a new Bitcoin light-client I've been developing over the last six months. It's focused on low resource utilization and privacy, and written in Rust.

More details here: https://cloudhead.io/nakamoto/, code here: https://github.com/cloudhead/nakamoto.

Happy to answer any questions.

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!