Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_change_a_name

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

how_to_change_a_name [02/22/2023 15:11] – created gfactorhow_to_change_a_name [02/22/2023 15:13] (current) gfactor
Line 2: Line 2:
 {{:qortal_official_logo.png?400|}} {{:qortal_official_logo.png?400|}}
  
-1) Make sure this is added to your settings.json file: "apiRestricted": false +  - Make sure this is added to your settings.json file: "apiRestricted": false 
-2) Open http://localhost:12391/api-documentation/#/Names/updateName +  Open http://localhost:12391/api-documentation/#/Names/updateName 
-3) Click "Try it out" +  Click "Try it out" 
-4) Remove "txGroupId": 0, as it is not needed.  +  Remove "txGroupId": 0, as it is not needed.  
-5) Place 0.001 in place of 0 after "fee": +  Place 0.001 in place of 0 after "fee": 
-6) Replace "ownerPublicKey" example with Public Key of Account of Name to Change. You can find it clicking the settings wheel upper right of the UI. +  Replace "ownerPublicKey" example with Public Key of Account of Name to Change. You can find it clicking the settings wheel upper right of the UI. 
-7) Copy Account address +  Copy Account address 
-8) Open http://localhost:12391/api-documentation/#/Addresses/getLastReference +  Open http://localhost:12391/api-documentation/#/Addresses/getLastReference 
-9) Click "Try it out" +  Click "Try it out" 
-10) Place Address in address box and Hit Execute +  Place Address in address box and Hit Execute 
-11) Copy code in Response body +  Copy code in Response body 
-12) Place that code in place of example for "reference": +  Place that code in place of example for "reference": 
-13) Make sure you have atleast 0.001 in Account Wallet (for transaction fee) +  Make sure you have atleast 0.001 in Account Wallet (for transaction fee) 
-14) Replace "my-name" with existing Name to change and replace "my-new-name" with new Name. +  Replace "my-name" with existing Name to change and replace "my-new-name" with new Name. 
-15) Once all data is filled and ready, copy refreshed 13 digit timestamp from https://currentmillis.com/   +  Once all data is filled and ready, copy refreshed 13 digit timestamp from https://currentmillis.com/   
-16) Replace timestamp example with latest timestamp and click Execute immediately. +  Replace timestamp example with latest timestamp and click Execute 
-17) Copy response body code  +  Copy response body code  
-18) Open http://localhost:12391/api-documentation/#/Transactions/signTransaction and Click "Try it out" +  Open http://localhost:12391/api-documentation/#/Transactions/signTransaction and Click "Try it out" 
-19) Replace example of body code above after "transactionBytes":  +  Replace example of body code above after "transactionBytes":  
-20) To get private key open http://localhost:12388/app on Firefox  +  To get private key open http://localhost:12388/app on Firefox  
-21) Log in and ignore APIkey request +  - Login and ignore APIkey request 
-22) Open Firefox Web Development Tools Firefox menu > Web Developer > Browser Console (Might need to add Chrome/Brave info too)  +  Open Firefox Web Development Tools Firefox menu > Web Developer > Browser Console (Might need to add Chrome/Brave info too)  
-23) Paste "Base58.encode(reduxStore.getState().app.selectedAddress.seed)" in console and Hit Enter to get private key +  Paste "Base58.encode(reduxStore.getState().app.selectedAddress.seed)" in console and Hit Enter to get private key 
-24) Copy Private Key and Paste it in place of example on  +  Copy Private Key and Paste it in place of example onhttp://localhost:12391/api-documentation/#/Transactions/signTransaction and Hit Execute 
-    http://localhost:12391/api-documentation/#/Transactions/signTransaction and Hit Execute +  Copy Response body  
-25) Copy Response body  +  Open http://localhost:12391/api-documentation/#/Transactions/processTransaction and Click "Try it out" 
-26) Open http://localhost:12391/api-documentation/#/Transactions/processTransaction and Click "Try it out" +  Past Responce code in place of "raw transaction base58" and Click Execute. You will get true if accepted.
-27) Past Responce code in place of "raw transaction base58" and Click Execute. You will get true if accepted.+
how_to_change_a_name.1677096697.txt.gz · Last modified: 02/22/2023 15:11 by gfactor