mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
prepare: Add backwards compatibility mode for DASH wallets.
testing notes: gist.github.com/tecnovert/627f67b7d04746f79c3e9e975458139e
This commit is contained in:
14
doc/coins/dash.md
Normal file
14
doc/coins/dash.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## DASH Notes
|
||||
|
||||
### Importing wallets created with DASH version <21
|
||||
|
||||
|
||||
From version 21 DASH core can use the sethdseed rpc command.
|
||||
The old method to import a seed used the DASH specific upgradetohd rpc command.
|
||||
|
||||
|
||||
To import a wallet created on DASH v20 use basicswap-prepare with the --dashv20compatible flag.
|
||||
|
||||
Example:
|
||||
|
||||
basicswap-prepare --withcoins=dash --particl_mnemonic="..." --dashv20compatible
|
||||
Reference in New Issue
Block a user