Bitcoin Forum
July 22, 2026, 05:32:57 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: UmbraSet – Educational Bitcoin CoinJoin Documentation & Non-Custodial Implementa  (Read 29 times)
BogdanO (OP)
Newbie
*
Offline

Activity: 6
Merit: 7


View Profile
July 19, 2026, 11:50:57 AM
 #1

Hello everyone,

I'd like to introduce UmbraSet, a project focused on making Bitcoin CoinJoin easier to understand through both comprehensive documentation and a hands-on implementation.



Documentation

https://docs.umbraset.com

The documentation explains:
  • How CoinJoin works
  • Privacy concepts and limitations
  • The transaction flow
  • How to use the implementation



Interactive Application

https://app.umbraset.com

The application defaults to Bitcoin Testnet, allowing anyone to perform CoinJoin transactions completely free using testnet coins.

The objective is to let users understand CoinJoin by actually using it instead of only reading about it.

It can also be switched to Bitcoin Mainnet for real transactions.



Features

  • 100% non-custodial (you always control your own keys and funds)
  • Free Bitcoin Testnet environment for learning and experimentation
  • Optional Bitcoin Mainnet support
  • Small coordinator fee on Mainnet to cover operating costs
  • Comprehensive educational documentation
  • Built-in feedback and bug reporting system



Why I built UmbraSet

Many CoinJoin resources explain the theory, but relatively few let people safely experience the protocol themselves.

UmbraSet was built to bridge that gap by combining educational documentation with a working implementation that anyone can try on Testnet before deciding whether to use Mainnet.



Feedback Welcome

I'd really appreciate feedback from the Bitcointalk community, especially regarding:

  • Technical accuracy
  • Privacy and security considerations
  • User experience
  • Documentation quality
  • Ideas for future improvements

Constructive criticism is very welcome. If you find bugs, inaccuracies, or have suggestions, I'd be happy to discuss them.

Thank you for taking the time to check it out.
BogdanO (OP)
Newbie
*
Offline

Activity: 6
Merit: 7


View Profile
July 19, 2026, 05:49:31 PM
 #2

Update: the offline signer is now open source

The one component that touches your private key — the tool you use to sign your CoinJoin inputs — is now public:

https://github.com/CoinJoinHub/offlinesigner

  • Reproducible builds — rebuilt twice, independently, in CI on every push, diffing the checksum
  • Every release is signed (checksum + detached GPG signature + published key fingerprint)
  • Your key never leaves your machine — only the signed transaction (+ account id) is ever uploaded

See Verifying a release in the docs if you want to check the signature yourself before trusting a build.

Feedback and PRs welcome, as always.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!