Replies: 5 comments 6 replies
Dang. Certainly one way to bring some 'firepower' to chat etc. Keybase? Digg it but privacy orientated & long term issues exist with tying into it, given Zoom owned now? See variety of comments lamenting this and asking about what is next etc, open source? I think if any UX is simple & seamless could work. Otherwise, opens up a break point? |
|
Please note that all messages in the Bisq P2P network are signed and encrypted, so the receiver is the only one who can decrypt it and verifies the senders signature. I don't think we should extend too much in 3rd party tools like Keybase. They can shut down Bisq at any moment and I do not trust any tool which is not open source over the full tech chain (I doubt Keybase servers can be inspected/audited). |
|
What about https://twitter.com/sphinx_chat ? Chat over lightning 😅🤷♂️ |
|
Consider that not all users can install Keybase. Like @ThisMightHelp : #5102 (comment) I would also note that the Keybase chat app is quite memory hungry (as is Bisq). On my laptop (4Gb) I cannot run them both and a browser at the same time. |
|
@huey735 I made this sign/verify functionality which is comparable to Electrum. Is this what you want? Screenshot: Bisq sign/verify & Electrum sign/verify. |

Uh oh!
There was an error while loading. Please reload this page.
Sign-Verify, Encrypt-Decrypt are great functions provided by the cryptography used by bitcoin that allow users to prove custody of private keys associated with a certain public key/address.
Recently the Mutisig Payout tool was greatly improved by @JMACXX to allow for the trust-less build, verification and broadcast of transactions. This brought Sign-Verify closer to the traders. Imagine how great it could be if traders could build-verify-sign-broadcast more type of transactions, with different payout schemes. This could greatly reduce the job of Mediators.
What if traders could Sign-Verify messages? They could prove the custody of the keys to others very easily without having to resort to other software like Electrum and risk copy pasting private keys from one application to another. The same for Encrypt-Decrypt.
At present Bisq has Trader, Mediation and Arbitration chats. Despite the huge work done on it by the developers it's very bare bones. With the tools above, the traders could still open a Mediation Ticket which would notify the Mediator but the conversation could be had on encrypted-chat apps like Keybase.
There the user would have an account named after their onion address and the Mediator could simply open a three-way chat with both traders. Still leaving the possibility for each of the three to break out into two-chats if they so intended.
This would allow the institution of practices like Support Agents introducing themselves to traders with a verifiable signed message. With Schnorr it could allow for any trader to post messages with the anonymity set of of all known public keys of Bisq trades.
All reactions