Felix
Felix
Same problem on Fedora 39
Ok, thanks for answering. Yes orbot is the default but umpractical way to connect to tor via android because you always need to start orbot in the background. What i...
fixed with new dashboard in UmbrelOS 1
I currently use verify_tx in an onchain trading pipeline concept to verify bond transactions that are signed but not published (except cheating occurs). While it may is possible to use...
There are some qr readers having problems with inverted qr codes see this issue for example https://qrcode.meetheed.com/question2.php https://github.com/mebjas/html5-qrcode/issues/94
Just for clarification: the article/controversy linked by @moneyball was about aopp which is a protocol to automatically sign the message without the user actively interacting. This needs bip322 I guess...
https://hackmd.io/KR5ALrSSQO6eyrnUBJreeA Found a well researched list of BIP322 use cases, TLDR: Use Case 1: AML/KYC/PII Verification Use Case 2: Liquidity Advertisements for Lightning Channels Use Case 3: Decentralized Social Identity...
It's implemented in python-bitcoinlib iiuc https://github.com/petertodd/python-bitcoinlib/blob/master/examples/sign-message.py
I think only the linked example is 6 years old, tried it with segwit key and it worked but idk if its bip322 conform (can't find any reference to it)....
I think you can write a filter like this to fetch the specific event id you have: `filters = Filters([Filter(event_ids=["YOUREVENTIDSTRING"])])` Once you receive your requested event with code like this...