Skip to content
Snippets Groups Projects
Commit 7fcfa23c authored by inertia's avatar inertia
Browse files

Merge branch 'arctic-eyes' into 'develop'

#90 fixed url

See merge request !119
parents a9ae135d 05c80528
No related branches found
No related tags found
1 merge request!114Restoring Master
...@@ -9,7 +9,7 @@ Full, runnable src of [Convert HIVE to HBD](https://gitlab.syncad.com/hive/devpo ...@@ -9,7 +9,7 @@ Full, runnable src of [Convert HIVE to HBD](https://gitlab.syncad.com/hive/devpo
This tutorial will take you through the process of checking a specific users' balances and then broadcasting the intended HIVE conversion to the blockchain. Demo account information has been provided to assist with the tutorial. This tutorial has been set up for the `testnet` but can be easily be changed for `production`. This tutorial will take you through the process of checking a specific users' balances and then broadcasting the intended HIVE conversion to the blockchain. Demo account information has been provided to assist with the tutorial. This tutorial has been set up for the `testnet` but can be easily be changed for `production`.
It should be noted that unlike the [opposite conversion]({{ '/_tutorials-javascript/32_convert_hbd_to_hive.html' | relative_url }}), the converted HBD *will* be available instantly, but the collateral takes 3.5 days for the transaction to be processed. It is also not possible to stop a conversion once initialized. During the 3.5 days for it to be converted and as the conversion price fluctuates you could actually be receiving less released HIVE collateral. Because of this, the method in this tutorial is NOT the preferred or most efficient way of converting HIVE to HBD. This tutorial just illustrates that it can be done in this manner. It should be noted that unlike the [opposite conversion]({{ '/_tutorials-javascript/convert_hbd_to_hive.html' | relative_url }}), the converted HBD *will* be available instantly, but the collateral takes 3.5 days for the transaction to be processed. It is also not possible to stop a conversion once initialized. During the 3.5 days for it to be converted and as the conversion price fluctuates you could actually be receiving less released HIVE collateral. Because of this, the method in this tutorial is NOT the preferred or most efficient way of converting HIVE to HBD. This tutorial just illustrates that it can be done in this manner.
There is a marketplace on Hive that allows you to "sell" your HIVE instantly. With this process you can get your HBD immediately and at the exact price that you expect. The market place is the better way to convert your HIVE. [This article](https://hive.blog/steem/@epico/convert-sbd-to-steem-and-steem-power-guide-2017625t103821622z) provides more information on using the market to exchange your HIVE to HBD. There is a marketplace on Hive that allows you to "sell" your HIVE instantly. With this process you can get your HBD immediately and at the exact price that you expect. The market place is the better way to convert your HIVE. [This article](https://hive.blog/steem/@epico/convert-sbd-to-steem-and-steem-power-guide-2017625t103821622z) provides more information on using the market to exchange your HIVE to HBD.
......
...@@ -9,7 +9,7 @@ Full, runnable src of [Convert HIVE to HBD](https://gitlab.syncad.com/hive/devpo ...@@ -9,7 +9,7 @@ Full, runnable src of [Convert HIVE to HBD](https://gitlab.syncad.com/hive/devpo
In this tutorial we will explain and show you how to convert some or all of your available HIVE balance into HBD on the **Hive** blockchain using the `commit` class found within the [beem](https://github.com/holgern/beem) library. In this tutorial we will explain and show you how to convert some or all of your available HIVE balance into HBD on the **Hive** blockchain using the `commit` class found within the [beem](https://github.com/holgern/beem) library.
It should be noted that unlike the [opposite conversion]({{ '/_tutorials-python/32_convert_hbd_to_hive.html' | relative_url }}), the converted HBD *will* be available instantly, but the collateral takes 3.5 days for the transaction to be processed. It is also not possible to stop a conversion once initialized. During the 3.5 days for it to be converted and as the conversion price fluctuates you could actually be receiving less released HIVE collateral. Because of this, the method in this tutorial is **NOT** the preferred and **often NOT** the most efficient way of converting HIVE to HBD. This tutorial just illustrates that it can be done in this manner. It should be noted that unlike the [opposite conversion]({{ '/_tutorials-python/convert_hbd_to_hive.html' | relative_url }}), the converted HBD *will* be available instantly, but the collateral takes 3.5 days for the transaction to be processed. It is also not possible to stop a conversion once initialized. During the 3.5 days for it to be converted and as the conversion price fluctuates you could actually be receiving less released HIVE collateral. Because of this, the method in this tutorial is **NOT** the preferred and **often NOT** the most efficient way of converting HIVE to HBD. This tutorial just illustrates that it can be done in this manner.
Note: **This is not a market process and will often result in unfavorable outcomes, if used bindly.** Note: **This is not a market process and will often result in unfavorable outcomes, if used bindly.**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment