BitShares Forum

Main => General Discussion => Topic started by: emski on September 28, 2014, 09:44:58 pm

Title: bitGLD is LIVE!
Post by: emski on September 28, 2014, 09:44:58 pm
You should be able to trade GLD on BitsharesX blockchain.
Title: Re: bitGLD is LIVE!
Post by: xeroc on September 28, 2014, 09:49:40 pm
summary:

BTSX <-> GLD is open
Code: [Select]
default (unlocked) >>> blockchain_market_status GLD BTSX
{
  "quote_id": 7,
  "base_id": 0,
  "bid_depth": 761063215,
  "ask_depth": 16886704998,
  "center_price": 2.6268e-05,
  "last_error": null
}


market: GLD <-> USD seems to have a bug
Code: [Select]
default (unlocked) >>> blockchain_market_status USD GLD
{
  "quote_id": 22,
  "base_id": 7,
  "bid_depth": 0,
  "ask_depth": 0,
  "center_price": 0.032038999999999998,
  "last_error": {
    "code": 37006,
    "name": "insufficient_feeds",
    "message": "insufficient feeds",
    "stack": [{
        "context": {
          "level": "error",
          "file": "market_engine.cpp",
          "line": 89,
          "method": "execute",
          "hostname": "",
          "thread_name": "th_a",
          "timestamp": "20140928T213850.769337"
        },
        "format": "",
        "data": {
          "quote_id": 22
        }
      }
    ]
  }
}
Not sure how feeds would even look like ... I am almost 100% certain this is just a bug
Title: Re: bitGLD is LIVE!
Post by: bitcoinerS on September 28, 2014, 11:30:34 pm
Seems GLD/BTSX market is not working. I could not make a trade.
Title: Re: bitGLD is LIVE!
Post by: theoretical on September 29, 2014, 01:19:48 am
Here's what I'm seeing:

Code: [Select]
>>> blockchain_market_order_book GLD BTSX
                  BIDS (* Short)                                        |                                   ASKS                                 
TOTAL                     QUANTITY                                     PRICE | PRICE                                        QUANTITY                     TOTAL   COLLATERAL
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0.332047 GLD              12,820.34749 BTSX               0.000025900000 GLD*| 0.000025899355 GLD                     965.27500 BTSX              0.024999 GLD
                                                                             | 0.000025966903 GLD                   3,851.05605 BTSX              0.099999 GLD
                                                                             | 0.000025969500 GLD                   1,155.20130 BTSX              0.029999 GLD
                                                                             | 0.000026072220 GLD                     464.09549 BTSX              0.012099 GLD
                                                                             | 0.000026097390 GLD                   3,831.80077 BTSX              0.099999 GLD
                                                                             | 0.000026100000 GLD                     114.94252 BTSX              0.002999 GLD
                                                                             | 0.000033178535 GLD                     968.99999 BTSX              0.032149 GLD
                                                                             | 0.000033333333 GLD                  30,000.00000 BTSX              0.999999 GLD
                                                                             | 0.000040000000 GLD                  50,000.00000 BTSX              2.000000 GLD
                                                                             | 0.000050000000 GLD                  80,000.00000 BTSX              4.000000 GLD
                                                                             | 0.000780640000 GLD                   1,281.00000 BTSX              0.999999 GLD
                                                                             | 0.000815294933 GLD                   3,679.64999 BTSX              2.999999 GLD
                                                                             | 0.990099009901 GLD                   2,828.00000 BTSX          2,799.999999 GLD
                                                                             | 1.000000000000 GLD                     100.00000 BTSX            100.000000 GLD
                                                                             | 1000.000000000000 GLD                    1.00000 BTSX          1,000.000000 GLD
                                                                             |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                             SHORT WALL                                      |                                   MARGIN                                 
TOTAL                     QUANTITY                          COLLATERAL RATIO | CALL PRICE                                   QUANTITY                     TOTAL   COLLATERAL
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0.032149 GLD              1,241.27413 BTSX                         100001.00 | 0.000017857143 GLD                       6.30000 BTSX              0.000100 GLD   8.40000 BTSX
0.100000 GLD              3,861.00386 BTSX                          80000.00 |
0.099999 GLD              3,860.96525 BTSX                          70000.00 |
0.099899 GLD              3,857.10424 BTSX                          44000.00 |
Center Price: 0.0000259 GLD / BTSX     Maximum Short Price: 0.0000259 GLD / BTSX     Bid Depth: 22,610.63215 BTSX     Ask Depth: 179,249.42111 BTSX     
>>> blockchain_market_status GLD BTSX
{
  "quote_id": 7,
  "base_id": 0,
  "bid_depth": 2261063215,
  "ask_depth": 17924942111,
  "center_price": 2.5899999999999999e-05,
  "last_error": null
}

Top bid isn't executing.  Looks buggy to me!  (Current block is #607787.)
Title: Re: bitGLD is LIVE!
Post by: Ggozzo on September 29, 2014, 08:34:59 pm
I tried multiple orders and nothing would execute last night. I left them open and still nothing. I even bid above the ask order that was visible.
Title: Re: bitGLD is LIVE!
Post by: xeroc on September 29, 2014, 08:40:34 pm
Known rounding infinity loop issue
Title: Re: bitGLD is LIVE!
Post by: cass on September 29, 2014, 09:23:58 pm
Known rounding infinity loop issue

yup same on my side
Title: Re: bitGLD is LIVE!
Post by: tonyk on September 29, 2014, 10:01:20 pm
Known rounding infinity loop issue

yup same on my side

So no need to try myself? Just wait for the next version?
Title: Re: bitGLD is LIVE!
Post by: xeroc on September 29, 2014, 10:01:54 pm
Yup .. afaik only GLD affected
Title: Re: bitGLD is LIVE!
Post by: mf-tzo on September 29, 2014, 10:06:13 pm
I don't think so that only GLD is affected unless I am doing something really wrong when shorting bitusd...I 've trying for 3 days to short bitusd with no success...
Title: Re: bitGLD is LIVE!
Post by: tonyk on September 29, 2014, 10:09:23 pm
Yup .. afaik only GLD affected

so, too much conductivity closes the circuit... :) I am fine with  BTC/USD/BTSX... plus fuzzy* is saying Gold is volatile, so I am staying out... :)
Title: Re: bitGLD is LIVE!
Post by: tonyk on September 29, 2014, 10:12:42 pm
I don't think so that only GLD is affected unless I am doing something really wrong when shorting bitusd...I 've trying for 3 days to short bitusd with no success...

Yes, I think your issues are primarily related to not knowing/not following the improved market rules. That is why asked for confirmation that there is some 'general problem(s)' with the market. (We can take your issues to the stupid questions thread or some separate thread here, btw.)
Title: Re: bitGLD is LIVE!
Post by: mf-tzo on September 29, 2014, 10:29:22 pm
Quote
Yes, I think your issues are primarily related to not knowing/not following the improved market rules. That is why asked for confirmation that there is some 'general problem(s)' with the market. (We can take your issues to the stupid questions thread or some separate thread here, btw.)

I am asking the same question here if I am doing something wrong and I have been advised that it is due to a known rounding bug.
https://bitsharestalk.org/index.php?topic=9361.0