Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - qun

Pages: [1]
1
Technical Support / Re: about UIA issuing shares
« on: September 16, 2017, 08:41:17 am »
Thank you! It gives me some clues, but I need to figure out what the correct bitasset options I should set...

None. Bitassets are market-issued assets, but you want a user-issued asset.

Just write "null" instead of "{}".

Wow. This works! Thanks a lot.

2
Technical Support / Re: about UIA issuing shares
« on: September 15, 2017, 03:44:23 pm »

You have specified empty bitasset options instead of null. The presence of bitasset options implies that you want to create a market issued asset.

Thank you! It gives me some clues, but I need to figure out what the correct bitasset options I should set...

3
Technical Support / Re: about UIA issuing shares
« on: September 15, 2017, 03:41:43 pm »
It is complicated to do these things well, if Bitshares wants to compete with new platforms like Waves (bitshares is the best, but is not very user friendly) there should be at least one video showing the creation of an UIA. How can I create a UIA MPA? Where can it be used? in the DEX? It would be interesting to see a clear example developed. It is not always good to let the user have fun.

Totally agree, I just recently started to look at BTS, I can see it has lots of potentials, but to be honest, it lacks a lot of serious documentations, it's hard to figure out the details easily.

4
Technical Support / about UIA issuing shares
« on: September 14, 2017, 11:45:59 am »
I created an asset in my local testnet by using cli_wallet, something like this:

Code: [Select]
create_asset nathan HELLO 3 {"max_supply": "1000000000000000","market_fee_percent": 0.1,"max_market_fee": "1000000000000000","issuer_permissions": 79,"flags": 0,"core_exchange_rate    ": { "base": { "amount": 1, "asset_id": "1.3.0" }, "quote": { "amount": 1, "asset_id": "1.3.1" } }, "whitelist_authorities": [], "blacklist_authorities": [], "whitelist_markets"    : [], "blacklist_markets": [], "description": "", "extensions": [] } {} true

Code: [Select]
issue_asset nathan 10000.0 HELLO memo true

But when I'm trying to issue shares, it says it's a maket issued asset?

Code: [Select]
Assert Exception: !a.is_market_issued(): Cannot manually issue a market-issued asset.

What's wrong here? Totally no idea...

Thanks,

5
General Discussion / Re: market fees
« on: September 12, 2017, 06:48:04 am »
don't miss the detail at bottom of http://cryptofresh.com/fees

Unfilled orders, when canceled, receive a 100% refund on fees.

Claim refund on vesting page.

Thank you. does cyrptofresh work on your side? Lately it's always showing "Chain reload in progress"...

6
General Discussion / Re: market fees
« on: September 12, 2017, 01:57:09 am »
Yes, you will pay not only fees for creating/cancelling limit order but also fee specific for given asset (0 for all committee-owned assets and BTS but 0.2% for OPEN.BTC).

There is no maker/taker distinction in fees but they could be assymetric, e.g. in OPEN.BTC:USD market (0 when buying USD but 0.2% when buying OPEN.BTC).

Thank you, the info is useful, but where can I get this 0.2% info for other assets?
It's interesting to hear about the asymetric fees, more documentation about this?

I think I figure out the percent info from the explorer: https://bitshares.org/wallet/#/asset/OPEN.BTC :)

7
General Discussion / Re: market fees
« on: September 12, 2017, 01:32:49 am »
Yes, you will pay not only fees for creating/cancelling limit order but also fee specific for given asset (0 for all committee-owned assets and BTS but 0.2% for OPEN.BTC).

There is no maker/taker distinction in fees but they could be assymetric, e.g. in OPEN.BTC:USD market (0 when buying USD but 0.2% when buying OPEN.BTC).

Thank you, the info is useful, but where can I get this 0.2% info for other assets?
It's interesting to hear about the asymetric fees, more documentation about this?

8
General Discussion / Re: market fees
« on: September 12, 2017, 01:31:31 am »

you can view all fees here https://bitshares.org/wallet/#/explorer/fees

I understand the each transaction needs some fees, I'd like to know more about market specific fees.

9
General Discussion / market fees
« on: September 11, 2017, 05:08:50 pm »
Hi all,

This is probably a silly question, but I can't find detailed documentation about this. e.g. I want to trade on BTS:USD, aside from transaction fee, will I be charged with some extra fees on this market? And will we have the distinction of maker fee and taker fee as in other centralized exchanges?

Thanks,

Pages: [1]