pull down to refresh

Tech team is on fire πŸ”₯

Firmware info

The Satcohip v0.14-0.2 with Schnorr support for Taproot & Nostr is out.
πŸ”Š Compared to v0.12, v0.14 adds the following functionalities:
  • Schnorr signature support for Taproot (to be used with @SparrowWallet);
  • Schnorr signature support for Nostr (no key tweaking).

Join the beta test

Want to try? Join the beta testers by ordering a DIY compatible smartcard and enjoy a -25% discount!
The smartcard will come with the pre-loaded Satochip v0.14-0.2 applet with Taproot & Nostr support - AND - the default loading keys.
Perfect to build your next Nostr signing device.

Info

Order here: https://satochip.io/product/card-for-diy-project/ Coupon code: Nostr-25%
Some basic commands are:
  • Import a private key on slot #0:
python3 satochip_cli.py --verbose satochip-import-privkey --keyslot 0 --privkey aabbccddeeff00112233445566778899aabbccddeeff00112233445566778899
  • Get the corresponding public key:
python3 satochip_cli.py --verbose satochip-get-pubkey-from-keyslot --keyslot 0
  • Sign Nostr event:
python3 satochip_cli.py --verbose satochip-sign-nostr-event --keyslot 0 --message "Hello, world" --kind 1 --broadcast
Submit your feedbacks on Telegram: https://t.me/Satochip
πŸ™ Thank you πŸ™
Amazing! My best wishes to the project.
reply
Hey guys! Hugo from nunchuk.io here. Congrats on this!
Do you support two-round signing / MuSig2 protocol?
We have added support for Schnorr + MuSig2 recently to Nunchuk (https://nunchuk.io/blog/taproot-multisig). Would be cool to have Satochip integrated in Nunchuk and get MuSig2 working with a hardware signing device.
If you're interested, shoot me an email hugo@nunchuk.io !
reply
Sorry, missed your reply. As said earlier today, yes, that something we will def have a look at πŸ‘€
Let's make it a reality!
reply
The beauty of Nostr!
Anyone can host notes. With X, only musk can host notes.
Thank you for sharing
reply
Looks like all you need is a reader.
reply
Sounds great but don’t app need to have the ability to read from NFC?
reply
ability to read from NFC? Modern mobile have NFC reader. Satochip's smartcards have dual-interfaces: contact (with a chipcard reader) and contactless via NFC.
reply
The point of this is to keep your nostr key safe offline?
reply
It does multisig, which is the point, IMHO. It's more secure that a hot wallet, and less secure than a Ledger etc ....
reply
Explain me like I'm 10. From today I can use nostr without sroring private key inside explorer extension, innit?
reply
Currently, all Nostr clients store private keys within their apps, whether as a web extension or mobile app.
With Satochip, we provide a secure element to store private keys externally, enhancing security.
This beta version is CLI-only for now, but with positive feedback, we may develop software integration.
For example, you could use Amethyst (or similar apps) with a Satochip NFC smartcard, keeping private keys outside the appβ€”boosting security without sacrificing convenience.
On desktop, Satochip works with a conventional smartcard reader, and with proper integration, a single card could be used across multiple Nostr clients.
reply
Wow, it's mind-blowing
For me this was odd why does nostr use not so secure model to store keys
Your invention should amend this issue, I believe
reply