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 - twitter

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19
196
General Discussion / Re: the market is broken and can not cancel my order
« on: November 05, 2015, 07:05:26 pm »
You placed a wrong order

197
General Discussion / Re: BitShares 2.0.151101 released
« on: November 04, 2015, 03:16:05 pm »
bue "1.6.25" updated . thanks for having chance to serve  our community  :) :) :) +5% +5%

198
Muse/SoundDAC / Re: MUSE 1.0.151101 released
« on: November 04, 2015, 02:48:34 pm »
mtv  "1.6.19" updated  +5% +5% +5% :)

199
General Discussion / Re: [ANN] BTS returns to metaexchange - finally!
« on: October 31, 2015, 11:43:28 am »
nice

200
Muse/SoundDAC / Re: MUSE Witness Thread
« on: October 27, 2015, 03:07:32 pm »
mtv (1.6.19) need your vote .....


it has been waiting since last night



get_witness mtv
{
  "id": "1.6.19",
  "witness_account": "1.2.631",
  "last_aslot": 0,
  "signing_key": "MUSE5zwvxTg4xWgA839UBUQTkic18WQ7sUP9SRJuobs5vGH2CHXZdH",
  "vote_id": "1:29",
  "total_votes": "616515749385",
  "url": "http://bue.com",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}

201
Muse/SoundDAC / Re: MUSE Witnesses
« on: October 27, 2015, 04:37:27 am »
@cob @bytemaster

mtv ("id": "1.6.19",)  is up and would appreciate any votes

Code: [Select]

get_witness  mtv
{
  "id": "1.6.19",
  "witness_account": "1.2.631",
  "last_aslot": 0,
  "signing_key": "MUSE5zwvxTg4xWgA839UBUQTkic18WQ7sUP9SRJuobs5vGH2CHXZdH",
  "vote_id": "1:29",
  "total_votes": 9800424,
  "url": "http://bue.com",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}

202
Muse/SoundDAC / cob, are you ready for tomorrow's go live?????:'( :'(
« on: October 25, 2015, 02:28:55 pm »
Cob,  I did not see any  test run information for MUSE . Would you like to post go-live run book here  for anyone who like to join MUSE tomorrow? As been told ,MUSE need witness ,you need to give community at least 24 hours in advance to prepare for the witness-node client ......
 :) :) :) :) :) :'( :'( :'( :'( :'( :'( :'( :'(

203
Muse/SoundDAC / Re: MUSE blockchain information site
« on: October 24, 2015, 04:35:33 am »
sounds good Cob. you have been very kind/generous to BTS community.  +5%

204
General Discussion / Re: BitShares 2 Release Coordination Thread
« on: October 24, 2015, 03:36:20 am »
agree. Do not post witness detail hosting information and vps location here?please use our telegram

205
Technical Support / Re: [Python] Price Feed Script for BitShares 2.0
« on: October 23, 2015, 03:57:52 pm »
any idea why i got following error form running the latest price feed script .


Code: [Select]

Fetching data from wallet...
[Starting Threads]: (yunbi)(btcavg)(yahoo)(poloniex)(btc38).Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py", line 135, in _new_conn
    (self.host, self.port), self.timeout, **extra_kw)
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/util/connection.py", line 90, in create_connection
    raise err
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/util/connection.py", line 80, in create_connection
    sock.connect(sa)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
    body=body, headers=headers)
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 345, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 782, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py", line 215, in connect
    conn = self._new_conn()
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py", line 140, in _new_conn
    (self.host, self.timeout))
requests.packages.urllib3.exceptions.ConnectTimeoutError: (<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f01ee367fd0>, 'Connection to api.bitcoinaverage.com timed out. (connect timeout=3)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/requests/adapters.py", line 369, in send
    timeout=timeout
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 609, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/util/retry.py", line 271, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.bitcoinaverage.com', port=443): Max retries exceeded with url: /ticker/EUR (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f01ee367fd0>, 'Connection to api.bitcoinaverage.com timed out. (connect timeout=3)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "pricefeeds.py", line 249, in fetch_bitcoinaverage
    response = requests.get(url=url+coin, headers=_request_headers, timeout=3)
  File "/usr/local/lib/python3.4/dist-packages/requests/api.py", line 69, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/local/lib/python3.4/dist-packages/requests/api.py", line 50, in request
    response = session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.4/dist-packages/requests/sessions.py", line 471, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.4/dist-packages/requests/sessions.py", line 579, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.4/dist-packages/requests/adapters.py", line 415, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='api.bitcoinaverage.com', port=443): Max retries exceeded with url: /ticker/EUR (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f01ee367fd0>, 'Connection to api.bitcoinaverage.com timed out. (connect timeout=3)'))

....Error in asset EUR: no median for empty data

+-------+----------------+----------------+------------------+-------------------+---------------+-----------------------+--------------------+
| asset |       BTS/base |        my mean | median exchanges | blockchain median | % change (my) | % change (blockchain) |        last update |
+-------+----------------+----------------+------------------+-------------------+---------------+-----------------------+--------------------+
|   BTC | 69498.06949807 | 64811.95713623 |   69150.57915058 |    68535.15625000 |      -0.00191 |              -1.38553 | 0:05:23.343019 ago |
|   CNY |    38.87355179 |    36.05850485 |      38.67918403 |       38.24285714 |       0.20771 |              -1.62243 | 0:05:23.346144 ago |
|   USD |   249.51735719 |   231.62213537 |     248.26977040 |      246.37083333 |      -0.86347 |              -1.26104 | 0:05:20.349681 ago |
+-------+----------------+----------------+------------------+-------------------+---------------+-----------------------+--------------------+
Traceback (most recent call last):
  File "pricefeeds.py", line 572, in <module>
    if publish_rule() :
  File "pricefeeds.py", line 68, in publish_rule
    realPrice = statistics.median( price["BTS"][asset] )
  File "/usr/lib/python3.4/statistics.py", line 313, in median
    raise StatisticsError("no median for empty data")
statistics.StatisticsError: no median for empty data

206
General Discussion / Re: Witness Alerts and Status
« on: October 22, 2015, 05:47:34 pm »
bue ( "id": "1.6.25") has been  updated to v2.15.294.

It was required --resync-blockchain  .... replay does not work... :) and missed lots of blockes

207
General Discussion / Re: BitShares 2 Release Coordination Thread
« on: October 22, 2015, 05:17:33 pm »
bue has been  updated to v2.15.294.

It was required --resync-blockchain  .... replay does not work... :)

208
I met both of you in conferences  and following is my impression

BM --- Great thinker and doer ... kind of stubborn。

Charles ---  Excellent educator and great seller  ...  easy to  adjust



Quote from: IOHKCharles link=topic=19294.msg247917#in msg247917 date=1445376354
I'll consider it if you guys make one of those cool boxing match posters.

209
it is easy for  BM to get pay over 1000usd /day at states job market..... kind of fair

210
It requires vetting because first the model is unique and interesting and could benefit from brilliant minds iterating and refining. You get this for free after the bootstrap. Second, the system is experimental and thus cannot be safely used by legacy systems and actors sensitive to risk.

The more peer review the model gets, the more adoption and respect your system gets. Notice how the bitcoin core developers grudgingly accept ethereum's contributions? The entire valley is rushing to have a smart contract solution? But they do not acknowledge that bitshares has a value stable currency? They never discuss DPoS. This isn't a conspiracy it's a lack of respect for the project because the rules keep changing and the technology never is properly explained or vetted. You can ignore this or say I'm wrong but it doesn't change the reality of the matter.

Quote
It.. does ?

Yes notice the only PhD on the project left? Dr. Charles Evans
Chaeles, i am one of your fans but i do agree with dan that to get the code done first. Vitalik never explained his idea well in the first place as well. Dan does much better job than V-boy [emoji12]

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19