Looking forward to playing with these #frostsnap hardware wallets. I got to play with a few in Australia in July and it’s a clever system…and I need to dig deeper…
These devices have two different business ends and they can be daisy chained to function over a single port for convenience (like on a phone) and come in different colors…I got three so it will be fun to test!
sudo nano /etc/udev/rules.d/99-frostsnap.rules
ACTION==“add”, ATTRS{idVendor}==“303a”, ATTR{idProduct}==“1001”, MODE==“0666”, SYMLINK+=“frostsnap”
sudo udevadm control —reload-rules && sudo udevadm trigger
Necessary for connecting hardware wallet on Ubuntu 24
Had to figure out the above on my own…the start page and GitHub readme didn’t mention it.
Yeah I saw in the bushbash chat, we'll be adding it to the website and probably doing something similar to Sparrow wallet with a button in the coordinator app with the command so you can copy paste it to terminal
As far as feature requests, time locks are the next big feature to integrate into the wallet. Being taproot, you’re obviously already heading down that track. One can put time between attacker and funds via scavenger hunt, but timelock enforcing non-spendability of funds works better…