You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wallet.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
Clementine CLI provides comprehensive wallet management capabilities with strong security features. All wallet operations can be performed offline for maximum security.
4
4
5
5
> [!CAUTION]
6
-
> Don't forget to specify `--network` flag, if you plan to use a different Bitcoin
7
-
> network, other than the mainnet: Mainnet is selected implicitly for every
6
+
> Don't forget to specify the `--network` flag if you plan to use a different Bitcoin
7
+
> network other than mainnet. Mainnet is selected implicitly for every
8
8
> command.
9
9
10
10
## About Clementine Wallets
@@ -26,14 +26,16 @@ Clementine wallets are specialized Bitcoin key managers designed for secure brid
26
26
**These are not ordinary Bitcoin addresses** - they are specialized bridge addresses with different spending conditions specifically generated for Clementine bridge operations.
27
27
28
28
**Why prefixes matter:**
29
+
29
30
-**Prevent accidental copy-paste errors** that could result in permanent fund loss
30
31
-**Ensure proper address derivation** with bridge-specific cryptographic schemes
31
32
-**Distinguish between different signature algorithms** required by deposit vs withdrawal operations
32
33
-**Provide validation layer** to catch user errors before interacting with Clementine protocol
33
34
-**Enable operation-specific security** tailored to each bridge function
34
35
35
-
> [!CAUTION]
36
+
> [!CAUTION]
36
37
> Never manually remove or modify address prefixes, as this can lead to:
38
+
>
37
39
> - Failed Clementine interactions
38
40
> - Permanent loss of funds due to misinterpretation or confusion
39
41
> - Inability to recover funds from bridge operations
0 commit comments