Difference between revisions of "Private key read out of the app"

From DeFiChain-Wiki
m
(added BTC wallet command)
Line 1: Line 1:
 
Description of how the private key can be read out of the app.
 
Description of how the private key can be read out of the app.
 
[[File:Bildschirmfoto 2021-03-13 um 23.39.18.png|center|thumb|900x900px|Copy the DFI address to which you want to read the private key]]
 
[[File:Bildschirmfoto 2021-03-13 um 23.39.18.png|center|thumb|900x900px|Copy the DFI address to which you want to read the private key]]
 +
Copy the DFI address to which you want to read the private key.
 +
 
Go to [https://dex.defichain.com/ dex.defichain.com] and search for this address.  
 
Go to [https://dex.defichain.com/ dex.defichain.com] and search for this address.  
  
 
Note: The website operator can theoretically link your IP address with this DFI address. It may be useful to use a VPN or a TOR browser.  
 
Note: The website operator can theoretically link your IP address with this DFI address. It may be useful to use a VPN or a TOR browser.  
[[File:Bildschirmfoto 2021-03-13 um 23.40.59.png|center|thumb|900x900px|Check if this address really contains all coins!]]
+
[[File:Bildschirmfoto 2021-03-13 um 23.40.59.png|center|thumb|900x900px|Check if this address really contains all coins!]]Check if this address really contains all coins![[File:Bildschirmfoto 2021-03-13 um 23.49.001.png|center|thumb|900x900px|Go to the console]]Go to the console.
[[File:Bildschirmfoto 2021-03-13 um 23.49.001.png|center|thumb|900x900px|Go to the console]]Enter the following command: <code>dumpprivkey ''"your address"''</code>.
+
 
 +
Enter the following command: <code>dumpprivkey ''"your address"''</code>.
  
 
Confirm with Enter ⏎
 
Confirm with Enter ⏎
  
 
(Should I explain here where the Enter key is located?)
 
(Should I explain here where the Enter key is located?)
[[File:Bildschirmfoto 2021-03-13 um 23.56.36.png|center|thumb|900x900px|The private key is displayed.  L4d4AisBuCcQxyB6Be2BRh2fbuBZ6F9v6oos9uzvTWDovNvaw6rr]][[Privatkey auslesen|This text in German]]
+
[[File:Bildschirmfoto 2021-03-13 um 23.56.36.png|center|thumb|900x900px|The private key is displayed.  L4d4AisBuCcQxyB6Be2BRh2fbuBZ6F9v6oos9uzvTWDovNvaw6rr]]
 +
 
 +
 
 +
Hint: For reading the native BTC private key, use command <code>spv_dumpprivkey</code> instead. Warning: native BTC is still in beta! Try out first if you can really do what you plan to do (receiving, swapping, sending ...).
 +
<span class="react-console-prompt-label"></span>
 +
[[Privatkey auslesen|This text in German]]

Revision as of 12:15, 5 December 2021

Description of how the private key can be read out of the app.

Copy the DFI address to which you want to read the private key

Copy the DFI address to which you want to read the private key.

Go to dex.defichain.com and search for this address.

Note: The website operator can theoretically link your IP address with this DFI address. It may be useful to use a VPN or a TOR browser.

Check if this address really contains all coins!

Check if this address really contains all coins!

Go to the console

Go to the console.

Enter the following command: dumpprivkey "your address".

Confirm with Enter ⏎

(Should I explain here where the Enter key is located?)

The private key is displayed. L4d4AisBuCcQxyB6Be2BRh2fbuBZ6F9v6oos9uzvTWDovNvaw6rr


Hint: For reading the native BTC private key, use command spv_dumpprivkey instead. Warning: native BTC is still in beta! Try out first if you can really do what you plan to do (receiving, swapping, sending ...). This text in German