{"id":548,"date":"2023-07-13T17:20:21","date_gmt":"2023-07-13T09:20:21","guid":{"rendered":"https:\/\/www.paralism.com\/info\/docs\/guidelines-for-paralism-node-cli-operation\/wallet-account\/"},"modified":"2023-07-13T17:47:37","modified_gmt":"2023-07-13T09:47:37","slug":"wallet-account","status":"publish","type":"docs","link":"https:\/\/www.paralism.com\/info\/docs\/guidelines-for-paralism-node-cli-operation\/wallet-account\/","title":{"rendered":"Wallet account"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Account Address Query<\/h2>\n\n\n\n<p>When the node starts mining, the system will automatically generate a wallet account address for storing Paracoin for the node user. Enter coin addr at the hc $prompt in the program terminal to query the account address that the node has created. The node provides command Syntactic sugar. The Coin command can be abbreviated to the c command for easy operation. The command execution result is shown in the following figure.<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>Tip:<\/strong> If the terminal displays &#8220;\u2026 internal busy\u2026&#8221; when entering a command without executing the command, it indicates that the host system resources are being occupied, which affects the execution of the node mining process. This problem is generally temporary.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/coin-addr\u547d\u4ee4.png\" alt=\"\" class=\"wp-image-189\" width=\"841\" height=\"228\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/coin-addr\u547d\u4ee4.png 805w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/coin-addr\u547d\u4ee4-300x81.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/coin-addr\u547d\u4ee4-768x208.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/coin-addr\u547d\u4ee4-150x41.png 150w\" sizes=\"auto, (max-width: 841px) 100vw, 841px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Account address mnemonic<\/h2>\n\n\n\n<p>Users can name their account addresses to help them remember, and the command for naming addresses is &#8220;coin sacc&#8221;. For example, coin sacc 1NDHv8DJDHuK9ScicBEGNurzVUa6GLzJdD Lucky names the address Luky.<\/p>\n\n\n\n<p>After the coin sacc command is successfully executed, you can use the command &#8220;coin addr&#8221; to query the account address corresponding to the account name.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1.png\" alt=\"\" class=\"wp-image-190\" width=\"837\" height=\"122\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1.png 806w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-300x44.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-768x111.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-150x22.png 150w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Account Balance Query<\/h2>\n\n\n\n<p>Enter the command &#8220;c acc&#8221; after the hc $prompt on the program terminal to obtain all account balances of the mining node, as shown in the following figure.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-1.png\" alt=\"\" class=\"wp-image-191\" width=\"207\" height=\"272\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-1.png 207w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-1-114x150.png 114w\" sizes=\"auto, (max-width: 207px) 100vw, 207px\" \/><\/figure>\n<\/div>\n\n\n<p>&#8220;&#8221;: represents the total balance of all unnamed accounts.<\/p>\n\n\n\n<p>&#8216;acc *&#8217;: is the balance of the named account.<\/p>\n\n\n\n<p>The account balance is divided into two parts, as shown in the figure<\/p>\n\n\n\n<p>31869.99950000 represents the total amount of PARA coins received in the account<\/p>\n\n\n\n<p>30261.99950000 represents the total amount of PARA coins in the account that have been solidified by the blockchain network. Commonly known as &#8220;mature currency&#8221;<\/p>\n\n\n\n<p>The immature portion of the account balance is determined by the operational characteristics of blockchain. After the transaction is packaged into blocks, the blocks generated by mining need to be broadcasted to all nodes, and after receiving verification and acceptance from more than 51% of nodes, the blocks may be retained by the entire network as the basic data for the next block generation. After a period of time, as the computational difficulty and number of blocks accumulated after this block increase, if the block is still retained by more than 51% of nodes and used for subsequent mining, the probability of it being abandoned by the network will become extremely low. When this probability reaches a certain level, the node will independently determine that the transactions contained in the block have been permanently fixed by the blockchain, and can be used with confidence. The balance obtained from the node&#8217;s statistics of solidified transaction data is the mature currency balance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Backup account<\/h2>\n\n\n\n<p>The account key is the only way for users to operate the account address, and once the key is lost, there is no feasible way to retrieve it. Therefore, exporting and storing account key data in a secure location is an operation that node users must carefully consider and execute. It is recommended to store key data in multiple reliable storage devices without internet connection, regularly check data files, and ensure that backup data is complete and usable.<\/p>\n\n\n\n<p>Enter the command &#8220;coin ekpf&#8221; at the hc $prompt of the program terminal, for example: coin ekpf wn.txt. The exported key data will be stored as a plain text file. As shown in the following figure, after successful command execution, 107 account addresses and corresponding key data are stored in wn.txt.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2.png\" alt=\"\" class=\"wp-image-192\" width=\"839\" height=\"216\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2.png 738w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-300x77.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-150x39.png 150w\" sizes=\"auto, (max-width: 839px) 100vw, 839px\" \/><\/figure>\n\n\n\n<p>If no storage directory path is specified, the default data storage path is &#8220;Paralism program installation directory bin &#8220;. Enter this directory to obtain the exported Keyfile wn.txt file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-2.png\" alt=\"\" class=\"wp-image-193\" width=\"835\" height=\"23\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-2.png 650w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-2-300x8.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-2-150x4.png 150w\" sizes=\"auto, (max-width: 835px) 100vw, 835px\" \/><\/figure>\n\n\n\n<p><a href=\"javascript:void(0);\"><\/a>The Keyfile contains the address, private key and public key of each exported account.\u00a0Enter the type command under Windows to view the results as shown in the following figure<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3.png\" alt=\"\" class=\"wp-image-195\" width=\"840\" height=\"243\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3.png 687w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-300x87.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-150x43.png 150w\" sizes=\"auto, (max-width: 840px) 100vw, 840px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/fanyi.baidu.com\/?channel=pcHeader###\"><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Import Account<\/h2>\n\n\n\n<p>When you need to import the account key to the node wallet, you can use the &#8220;coin ikpfcommand&#8221;, for example: coin ikpf wn.txt. If no storage path for the Keyfile is specified, the default path is &#8220;Paralism program installation directory bin &#8220;. You need to store wn.txt in this directory for the node import command to read. As shown in the following figure, the import command successfully imported 204 accounts and keys.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/4.png\" alt=\"\" class=\"wp-image-196\" width=\"839\" height=\"263\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/4.png 662w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/4-300x94.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/4-150x47.png 150w\" sizes=\"auto, (max-width: 839px) 100vw, 839px\" \/><\/figure>\n\n\n\n<p>Continue to enter c addr or coin addr to check the account address in the wallet.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/5.png\" alt=\"\" class=\"wp-image-197\" width=\"838\" height=\"331\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/5.png 643w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/5-300x119.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/5-150x59.png 150w\" sizes=\"auto, (max-width: 838px) 100vw, 838px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Account transfer<\/h2>\n\n\n\n<p>To complete an account transfer, there are generally four steps to ensure smooth execution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Confirm that the balance is sufficient<\/h2>\n\n\n\n<p>Use the &#8220;c acc&#8221; command to obtain the balance of the node wallet, and the mature balance in currency is the amount that can be transferred.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Set transfer fees<\/h2>\n\n\n\n<p>Transfer transactions require payment of transaction fees to the miners. Miner nodes will prioritize selecting transactions with high transaction fees and packaging them into blocks for mining and extraction, in order to maximize their own profits. The transaction fee will fluctuate with the competition between mining nodes. When the transaction capacity of the blockchain network is relatively idle, transactions with a transaction fee of 0 also have the opportunity to be packaged and executed. It is generally recommended to set the transaction fee to 0.0001. When network transactions are busy, it is recommended to refer to the recent transaction fee situation in the block to set the transaction fee to ensure that the sent transaction is confirmed by the network in a timely manner.<\/p>\n\n\n\n<p>The transaction fee setting uses the &#8220;c sfee&#8221; setting, such as c sfee 0.0001.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Send transaction transfer<\/h2>\n\n\n\n<p>After setting the transaction fee, enter c sendloadr, as shown in the following figure. The red box selects the recipient address and the pink box selects the transfer quantity.<\/p>\n\n\n\n<p>When the transfer transaction command is sent, the transaction&#8217;s txid will be returned to the terminal program for display, as shown in the yellow box.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/6.png\" alt=\"\" class=\"wp-image-198\" width=\"837\" height=\"396\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/6.png 793w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/6-300x142.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/6-768x363.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/6-150x71.png 150w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Confirm successful transaction sending<\/h2>\n\n\n\n<p>Enter the command &#8220;c acc&#8221; at the hc $prompt on the program terminal to query the account balance. Once the balance decreases as expected, confirm.<\/p>\n\n\n\n<p>Enter the command &#8220;c tx&#8221; to query transfer transaction data, such as transaction quantity, handling fee and receiving address, number of confirmed blocks, transaction timestamp, etc.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"454\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/7.png\" alt=\"\" class=\"wp-image-199\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/7.png 828w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/7-300x164.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/7-768x421.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/7-150x82.png 150w\" sizes=\"auto, (max-width: 828px) 100vw, 828px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Receive transfer<\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Query the balance before transfer<\/h2>\n\n\n\n<p>Use the command &#8216;c acc&#8217; to obtain the account address balance, which can be recorded for comparison before and after the transfer. For example: account name Lucky, mature balance 921.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color has-medium-font-size\">Query the balance after transfer<\/h2>\n\n\n\n<p>After the counterparty sends the transaction completion, will our party use the command &#8220;c acc&#8221; to determine if there is a corresponding change in the balance. Similarly, entering the command &#8220;c tx&#8221; can query transfer transaction data. The node will determine whether the received Para currency is mature based on the number of confirmed blocks in the transaction. Generally, if there are more than 1500 blocks, it will take approximately 1 hour to confirm the account&#8217;s mature balance. For example, the mature balance of account Lucky has changed from 921 to 966, and the increase in balance is consistent with expectations, indicating a successful transfer.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/8.png\" alt=\"\" class=\"wp-image-200\" width=\"839\" height=\"507\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/8.png 790w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/8-300x181.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/8-768x464.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/8-150x91.png 150w\" sizes=\"auto, (max-width: 839px) 100vw, 839px\" \/><\/figure>\n\n\n\n<p>When multiple transactions occur, use the command &#8220;c txs&#8221; to query the latest 10 transaction information of the node account. More transaction information queries need to be obtained by calling the Restful API of the node through the program.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-1.png\" alt=\"\" class=\"wp-image-203\" width=\"840\" height=\"498\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-1.png 808w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-1-300x178.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-1-768x455.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/2-1-150x89.png 150w\" sizes=\"auto, (max-width: 840px) 100vw, 840px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Wallet access control<\/h2>\n\n\n\n<p>Blockchain nodes are devices that are online 24 hours a day. In addition to setting various necessary security measures on the node host to prevent network attacks and data theft, it is also necessary to control access to the node&#8217;s wallet account and provide data protection to prevent theft. The Paralism node provides commands to set access passwords for wallets, which are used to control wallet access permissions and encrypt wallet data.<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>Note:<\/strong> After setting the password, please make sure to save the password you have set or export the node wallet account key to a secure and reliable offline storage device. Once lost, no one can help you retrieve it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-cyan-blue-color has-text-color\">Wallet password settings<\/h2>\n\n\n\n<p>At the hc $prompt on the program terminal, enter &#8220;c encw&#8221; to set the password, such as c enew Lucky. The password input supports numbers, English, and Chinese characters. Returning &#8220;ok!&#8221; after the command carriage return indicates successful setup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-1.png\" alt=\"\" class=\"wp-image-204\" width=\"838\" height=\"127\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-1.png 790w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-1-300x46.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-1-768x117.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/1-1-150x23.png 150w\" sizes=\"auto, (max-width: 838px) 100vw, 838px\" \/><\/figure>\n\n\n\n<p>After setting the password, the wallet will enter a locked state, and any operation to access the wallet will be required to enter the password first before execution. Users can use &#8220;c wpass&#8221; to set a period of time for password free operation, in seconds. For example, c wpass Lucky 10 sets the password free operation time to 10 seconds. After successful setup, operating the wallet again within 10 seconds after each operation will not require entering a password.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-1.png\" alt=\"\" class=\"wp-image-205\" width=\"837\" height=\"190\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-1.png 791w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-1-300x68.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-1-768x175.png 768w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/3-1-150x34.png 150w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><\/figure>\n\n\n\n<p>Change the password and use &#8220;c chwpass&#8221;, such as c chwpass Lucky Lucky.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-4.png\" alt=\"\" class=\"wp-image-206\" width=\"839\" height=\"194\" srcset=\"https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-4.png 650w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-4-300x69.png 300w, https:\/\/www.paralism.com\/info\/wp-content\/uploads\/2021\/06\/image-4-150x35.png 150w\" sizes=\"auto, (max-width: 839px) 100vw, 839px\" \/><\/figure>\n","protected":false},"featured_media":0,"parent":534,"menu_order":4,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-548","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/comments?post=548"}],"version-history":[{"count":1,"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/548\/revisions"}],"predecessor-version":[{"id":550,"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/548\/revisions\/550"}],"up":[{"embeddable":true,"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/534"}],"next":[{"title":"Appendix","link":"https:\/\/www.paralism.com\/info\/docs\/guidelines-for-paralism-node-cli-operation\/appendix\/","href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/551"}],"prev":[{"title":"Mining","link":"https:\/\/www.paralism.com\/info\/docs\/guidelines-for-paralism-node-cli-operation\/mining\/","href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/docs\/545"}],"wp:attachment":[{"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/media?parent=548"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.paralism.com\/info\/wp-json\/wp\/v2\/doc_tag?post=548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}