Author Topic: BitGLD has 49 valid feeds. Here we go!  (Read 7123 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

Looks like there are a few grams of BitGLD circulating...
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Where's the bug? Kill it, Kill it!!!

It has probably already been fixed with the hard fork scheduled for 18 hours from now.
Awesome +5%

Offline bluebit

  • Sr. Member
  • ****
  • Posts: 271
    • View Profile
BTSX TipMe: bluebit

Offline bytemaster

Where's the bug? Kill it, Kill it!!!

It has probably already been fixed with the hard fork scheduled for 18 hours from now.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline edilliam


Offline bluebit

  • Sr. Member
  • ****
  • Posts: 271
    • View Profile
Where's the bug? Kill it, Kill it!!!
BTSX TipMe: bluebit

Offline CoinHoarder

  • Hero Member
  • *****
  • Posts: 660
  • In Cryptocoins I Trust
    • View Profile
Ima get a bitGLD grill



Obama approves
https://www.decentralized.tech/ -> Market Data, Portfolios, Information, Links, Reviews, Forums, Blogs, Etc.
https://www.cryptohun.ch/ -> Tradable Blockchain Asset PvP Card Game

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Who will buy the first bitGLD ?

Who will short the first BitGLD?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Oh:

Code: [Select]
blockchain_market_order_book USD GLD

gives the USD/BTSX market instead :(

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile

Offline Mysto

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
I'll buy it.... FOR 1 MILLION BITUSD!


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
My point is Bytemaster could easily implement synthetic Asset <-> Asset trading without necessity of feeds, which will REALLY leverage everything built so far.
you can already open up orders for USD<->GLD:
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": null
}
de

oh .. I am mistaken:

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
        }
      }
    ]
  }
}
« Last Edit: September 28, 2014, 09:40:18 pm by xeroc »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Yeah we already have that man. Type in BitUSD:BitBTC and now we've also got BitUSD:BitGLD...

This us huge!