192 Commits
Author SHA1 Message Date
Nick KlockengaandGitHub f42ffff679 Merge branch 'dev' into update-linux-docs 2026-07-16 20:51:28 -04:00
kdmukaiandGitHub 830a688937 minor edits 2025-10-22 08:47:04 -05:00
kdmukaiandGitHub 02e1ad18eb Improve clarity on BIP-39 wordlist and indexing
Clarify language and indexing details in README.
2025-10-22 08:36:49 -05:00
PROWLERx15 662693b878 changes 2025-08-11 00:47:11 +05:30
PROWLERx15 0b07b14054 follow BIP-XX format 2025-08-09 20:56:28 +05:30
KshitijandGitHub e107a82cc8 Merge branch 'SeedSigner:dev' into update-docs 2025-08-09 20:51:01 +05:30
KshitijandGitHub d088f90898 Merge branch 'dev' into update-docs 2025-07-27 19:35:54 +05:30
okaybro 36e3c5afd4 Merge branch 'dev' into fix-manual-build-restart 2025-07-26 15:59:35 +00:00
Nick KlockengaandGitHub d49a3486d7 Merge pull request #774 from alvroble/include_libraqm
[l10n] Remove libraqm workarounds and enforce libraqm dependency
2025-07-10 21:02:09 -04:00
alvroble b24ca4b130 Add libraqm in dev build instutcions 2025-06-16 19:18:42 +02:00
Chaitanya-Keyal 3d721dbe58 docs: ensure Restart=no in manual build 2025-05-22 16:23:28 +00:00
PROWLERx15 01a739afaa update docs 2025-04-13 18:49:31 +05:30
1abdelhalim f596febf5c Update Linux section in USB relay Docs 2025-04-03 01:35:33 +02:00
Krishnav BajoriaandGitHub 00bcb0fb9b Docs: Clarify that SeedQR uses English BIP39 wordlist 2025-04-01 18:33:54 +05:30
Nick KlockengaandGitHub c12ac7d809 Merge pull request #631 from steven-s-martins/dev
Additional SeedQR Templates
2024-12-21 21:15:43 -05:00
Jean Do 6c7ee5ec5e new url for libzbar; altered config for seedsigner service 2024-12-21 07:27:09 -04:00
Nick KlockengaandGitHub b0d213b141 Merge pull request #617 from gobrrrme/dev
Add Orange Pill Mini Enclosure
2024-12-07 21:40:50 -05:00
Steven MartinsandGitHub db34116f3e Add files via upload 2024-11-18 22:38:15 -07:00
Nick KlockengaandGitHub 71f95529c1 Merge branch 'dev' into resolves_issue_522 2024-10-24 09:22:07 -04:00
Go BrrrandGitHub bc2ad82b2e Add files via upload 2024-10-15 22:11:27 +02:00
fedebuyitoandGitHub 04a9a18b93 Update recovery.md
Update data for Taproot derivation path #522
2024-09-26 16:10:26 -03:00
Nick KlockengaandGitHub 20acf302f6 Merge pull request #532 from jambolo/jambolo-docs-seed_qr-readme-patch-1
Replace occurrences of "private key" with "mnemonic seed phrase" in seed_qr README.md
2024-07-11 17:03:30 -04:00
BamaHodl 46061c5d30 correcting electrum doc to match change in option name 2024-07-08 09:58:48 -05:00
BamaHodlandGitHub a28f1626af Update electrum.md
Update to clarify Electrum Segwit derivations and add link to Elecrum seed versioning documentation
2024-07-08 09:39:47 -05:00
BamaHodl 0fc3ce4762 merging main upstream repo into fork 2024-06-21 12:53:42 -05:00
Daniel Bast fd413f3a05 Remove unused dependencies from requirements.txt
This removes numpy and six from requirements.txt as there are no left
references in the code.
2024-04-15 13:05:20 +02:00
Nick KlockengaandNick Klockenga 1ff9ac0302 Update raspberry_pi_os_build_instructions.md
minor edits from Keith
2024-04-12 18:05:13 -04:00
Nick KlockengaandNick Klockenga 367d037406 fix more typos 2024-04-12 18:05:13 -04:00
Nick KlockengaandNick Klockenga 1fa3f80678 fix type 2024-04-12 18:05:13 -04:00
Nick KlockengaandNick Klockenga 2005fd62b1 Update README to point to SeedSigner OS build instructions and differentiate from the older Raspberry Pi OS build instructions. 2024-04-12 18:05:13 -04:00
BamaHodl 2355c53ce2 updating docs to elaborate on current Electrum seed support and limitations 2024-03-19 13:01:27 -05:00
kdmukai 5160418449 Docs fixup after moving CLI to its own file 2024-03-02 07:57:39 -06:00
kdmukai 9535f21a7e refactor script into tools/ 2024-03-02 07:46:35 -06:00
kdmukai 2a15925aea How to verify in iancoleman.io 2024-03-02 07:46:35 -06:00
kdmukai f696ec2fd8 Update dice_verification.md 2024-03-02 07:46:35 -06:00
kdmukai d94ffb58c8 Remove Epilogue that had already been edited out 2024-03-02 07:46:35 -06:00
kdmukai 752d5c404b Update dice_verification.md 2024-03-02 07:46:35 -06:00
kdmukai 591a1b0b9d Entropy-to-mnemonic CLI utility
* Makes our existing mnemonic_generation.oy accessible as an interactive CLI utility for converting dice rolls or coin flips into 12- or 24-word mnemonics as well as the final word calculation.
* Reduces python dependencies in mnemonic_generation.py
* Removes need to always specify `wordlist_language_code`.
* Adds constants for number of dice rolls for each mnemonic phrase length (since 99 may become 100 soon).
* Generates test dice rolls, coin flips, or word selections via its "rand12" and "rand24" option.
* Adds support for coin flips, even though the SeedSigner UI does not support coin flips yet (and might not ever).
* Updates dice_verification.md accordingly.
2024-03-02 07:46:35 -06:00
John Bolton a603ebefbb Replace occurrences of "private key" with "mnemonic seed phrase" in seed_qr/REQADME.md. 2024-02-20 11:45:08 -10:00
kdmukai 3559b4d78c Remove virtualenv 2023-11-18 19:39:44 -06:00
kdmukaiandGitHub 5175260c1d Update manual_installation.md 2023-11-18 11:01:51 -06:00
Nick KlockengaandGitHub bee850581a Merge pull request #436 from hax0rbana-adam/432-manual-install-instructions
update manual install instructions
2023-09-13 22:59:54 -04:00
Conrad DonovanandGitHub 444bae22f4 Uploading Requested Image 2023-09-13 18:03:11 -06:00
Conrad DonovanandGitHub 80eee2c109 Delete docs/img/Mini_Pill_Unassembled_And_Assembled.png
Delete image
2023-09-13 18:02:29 -06:00
Conrad Donovan 8cf40b4c09 Update Photo To Mini Pill 2023-09-07 16:56:49 +00:00
adam c6ae776e9f docs: updated documentation to indicate that only a 32-bit buster dev environment is currently supported #432 2023-08-13 20:37:03 -05:00
adam a2497d54ef docs: added section about adding swap space #432 2023-08-13 20:37:03 -05:00
Nick KlockengaandGitHub 886391bbf0 Merge pull request #420 from newtonick/larger-spidev-buffer
Update ST7789 to support writing to larger SPIDEV buffer
2023-08-04 13:28:43 -04:00
Nick KlockengaandGitHub 714d648165 Merge pull request #403 from jahangir13/dice_doc
Dice doc
2023-08-04 05:16:27 -04:00
Nick Klockenga 32eda52bb4 update manual install instructions for how to increase spidev buffer in cmdline.txt 2023-08-02 23:05:57 -04:00