Author Topic: Dry Run 12: Call Me Maybe  (Read 13187 times)

0 Members and 1 Guest are viewing this topic.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
vikram says it's ok now

probably not enough depth to trade bitassets... anyone got 4m btsx?
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Whoops, current develop won't work b/c our changes are a hard fork far in the future.
I will fix after dinner, wait up.
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline Riverhead

Haha, best intro to a dry run ever.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
https://www.youtube.com/watch?v=fWNaR-rxAic

Hey, I just shorted
and I am lazy
but here's my margin
so call me maybe


Examples:

Code: [Select]
default (unlocked) >>>  wallet_market_submit_ask bytemaster 20 XTS 1.1 USD        // selling 20 XTS @ 1.1 USD per XTS
default (unlocked) >>> wallet_market_submit_bid bytemaster 20 XTS 1.1 USD        // buying 20 XTS @ 1.1 USD per XTS
default (unlocked) >>> wallet_market_submit_short bytemaster 20 1.1 USD            // selling 20 USD @ 1.1 USD per XTS
default (unlocked) >>> wallet_market_order_list USD XTS
TYPE        QUANTITY            PRICE                         BALANCE             COST                COLLATERAL          ID
================================================================================================================================
ask_order   0.00006 XTS         0.74 USD / XTS                0.00006 XTS         0.0000 USD          N/A                 XTSPpSx4FEbjmMZe66JSYz3qbdiCSi2zVkde
ask_order   20.00000 XTS        0.9 USD / XTS                 20.00000 XTS        18.0000 USD         N/A                 XTSHwdSwKKe8ot5dPUrfAQmvY7HhwoHB8DrJ
cover_order 7.99999 XTS         0.49998812498515623 USD / XTS 3.9999 USD          3.9998 USD          10.66666 XTS        XTS9wijezuMgNbQtKb6sbqV1m5adjQuj7fty
cover_order 9.00000 XTS         0.55555555555555555 USD / XTS 5.0000 USD          4.9999 USD          12.00000 XTS        XTSF6ArKNCbMLoTg8dG11Z27dbcnnTgyVX2a
cover_order 7.50000 XTS         0.66666666666666666 USD / XTS 5.0000 USD          4.9999 USD          10.00000 XTS        XTSMsF41gy1skiMXsDny5KTzTRsjEULtJ3MR

default (unlocked) >>> wallet_market_cover bytemaster 1 USD XTSF6ArKNCbMLoTg8dG11Z27dbcnnTgyVX2a              // pay off 1 USD on your order



Code: [Select]
default2 (unlocked) >>> blockchain_market_order_book USD XTS
                  BIDS (* Short Order)                                       |                                   ASKS
TOTAL                     QUANTITY                                     PRICE | PRICE                                        QUANTITY                     TOTAL   COLLATERAL
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8.2000 USD                                                      MARKET PRICE | 0.74 USD / XTS                            0.00006 XTS                0.0000 USD
                                                                             | 0.75 USD / XTS                           89.33334 XTS               67.0000 USD
                                                                             | 0.9 USD / XTS                            20.00000 XTS               18.0000 USD
                                                                             | 1.1 USD / XTS                            20.00000 XTS               22.0000 USD
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                             |                                   MARGIN
                                                                             | CALL PRICE                                   QUANTITY                     TOTAL   COLLATERAL
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                             | 0.99999549999774999 USD / XTS            19.99999 XTS               19.9999 USD   26.66666 XTS
                                                                             | 0.66666666666666666 USD / XTS             7.50000 XTS                5.0000 USD   10.00000 XTS
                                                                             | 0.55555555555555555 USD / XTS             9.00000 XTS                5.0000 USD   12.00000 XTS
                                                                             | 0.49998812498515623 USD / XTS             7.99999 XTS                3.9999 USD   10.66666 XTS

Median Feed Price: 1. USD / XTS     Maximum Short Price: 1.5 USD / XTS     Minimum Cover Price: 0.66666666666666666 USD / XTS
Bid Depth: 29.66666 XTS     Ask Depth: 171.00000 XTS

Delegates can adjust their price feed via:
Code: [Select]
wallet_publish_price_feed delegate_name 1.1 USD  // set the price to 1.1 USD per XTS

The median price feed is used to restrict market operations for creating new shorts or executing margin calls.   This is used for bootstrapping the network.

Code: [Select]
git clone https://github.com/BitShares/bitshares_toolkit
git checkout develop

Dry Run Snapshot
This dry run uses a new genesis block using a snapshot of the AGS and PTS chains from July 18th which was the last day of AGS donations. We need to verify this genesis snapshot. Everyone please check your genesis balances and see if they are the expected amount.
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.