From e01683b387c9573be97e930bcd4860d5d60caca9 Mon Sep 17 00:00:00 2001 From: Gene Takavic <80261724+iWarpBTC@users.noreply.github.com> Date: Thu, 29 Dec 2022 21:50:53 +0100 Subject: [PATCH 1/2] Revert "Update BoltCard Extension README" --- lnbits/extensions/boltcards/README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/lnbits/extensions/boltcards/README.md b/lnbits/extensions/boltcards/README.md index 10740cf8..34a1c05c 100644 --- a/lnbits/extensions/boltcards/README.md +++ b/lnbits/extensions/boltcards/README.md @@ -42,23 +42,18 @@ Updated for v0.1.3 - Or you can Click the "KEYS / AUTH LINK" button to copy the auth URL to the clipboard. Then paste it into the Android app (Create Bolt Card -> PASTE AUTH URL). - Click WRITE CARD NOW and approach the NFC card to set it up. DO NOT REMOVE THE CARD PREMATURELY! -## Rewriting / Erasing the card - Boltcard NFC Card Creator +## Erasing the card - Boltcard NFC Card Creator +Updated for v0.1.3 -It is possible not only to reset the keys but also to disable the SUN function and completely erase the card so it can be used again as a static tag or set up as a new Bolt Card. - -IMPORTANT: -* It is immanent that you have access to your old keys so do not erase this card in LNbits before you copied those strings! -* If you tried to write to them and failed you will need the same amount of positive writing sessions to unlock the card. - -- in the BoltCard-Extension click the QR code button next to your old card and copy Key0 -- in the BoltApp click Advanced - Reset keys and paste the Key0 into the first field named Key0 -- repeat with Key1/Key2/Key3/Key0 -- when done pasting all 4 keys scan your card with the BoltApp -- Thats it 🥳 -- If everything was successful the card can be safely deleted from LNbits (but keep the keys backed up anyway; batter safe than brick). - -You can watch a video of this process here https://www.youtube.com/watch?time_continue=230&v=Pe0YXHawHvQ&feature=emb_logo +Since v0.1.2 of Boltcard NFC Card Creator it is possible not only reset the keys but also disable the SUN function and do the complete erase so the card can be use again as a static tag (or set as a new Bolt Card, ofc). +- Click the QR code button next to a card to view its details and select WIPE +- OR click the red cross icon on the right side to reach the same +- In the android app (Advanced -> Reset Keys) + - Click SCAN QR CODE to scan the QR + - Or click WIPE DATA in LNbits to copy and paste in to the app (PASTE KEY JSON) +- Click RESET CARD NOW and approach the NFC card to erase it. DO NOT REMOVE THE CARD PREMATURELY! +- Now if there is all success the card can be safely delete from LNbits (but keep the keys backuped anyway; batter safe than brick). ## Setting the card - computer (hard way) From 0cc6c0db79f53c53ecabfab9bd728dd69c3a662c Mon Sep 17 00:00:00 2001 From: Gene Takavic <80261724+iWarpBTC@users.noreply.github.com> Date: Thu, 29 Dec 2022 22:03:46 +0100 Subject: [PATCH 2/2] Update README.md note on non-standard states --- lnbits/extensions/boltcards/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnbits/extensions/boltcards/README.md b/lnbits/extensions/boltcards/README.md index 34a1c05c..4afa8377 100644 --- a/lnbits/extensions/boltcards/README.md +++ b/lnbits/extensions/boltcards/README.md @@ -55,6 +55,8 @@ Since v0.1.2 of Boltcard NFC Card Creator it is possible not only reset the keys - Click RESET CARD NOW and approach the NFC card to erase it. DO NOT REMOVE THE CARD PREMATURELY! - Now if there is all success the card can be safely delete from LNbits (but keep the keys backuped anyway; batter safe than brick). +If you somehow find yourself in some non-standard state (for instance only k3 and k4 remains filled after previous unsuccessful reset), then you need edit the key fields manually (for instance leave k0-k2 to zeroes and provide the right k3 and k4). + ## Setting the card - computer (hard way) Follow the guide.