🔥 ¡SeedSigner en español está aquí! 🔥
This is a Release Candidate (RC) version of SeedSigner. It is meant for TESTING to help us discover bugs, identify translations that can be improved, UI problems, performance issues, etc.
import time | |
from embit.util import secp256k1 | |
import hashlib | |
from binascii import hexlify | |
def secp256k1_example(): | |
"""Usage example for secp256k1 usermodule""" | |
# randomize context from time to time | |
# - it helps against sidechannel attacks |
""" | |
Utility to brute force calculate target QR code densities for given QR formats and output | |
display resolutions. | |
""" | |
""" | |
density | qr size | char capacity | px per module | |
10 | 33x33 | 114 | 7.15 # L | |
26 | 33x33 | 154 | 7.15 |
On Rabbit Hole Recap #320, ODELL said:
"If you are using a SeedSigner in single sig you have to make sure that that device never leaves your sight. If someone gets access to it, they can put malicious firmware on it. [...] And this idea that you're going to share it among communities in single sig is batshit crazy. That is not a good trust model."
This was a few weeks back. Things have gotten spicier since.
My goal here is to LOWER the temperature.
Rather than set up even more infrastructure, I run Proxmox Backup Server on the same machine that's running a Proxmox VE host.
Open a shell on your Proxmox VE host. We'll be installing PBS alongside Proxmox VE at the OS level. We will NOT run PBS inside a container.