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

Pages: 1 ... 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 ... 125
1576
General Discussion / Re: Predict the date of the Bitshares 1.0 release
« on: December 02, 2014, 01:23:34 pm »
Please do it on a non-holiday day, otherwise delegates may be slow to update!

1577
Meta / Please can you add a delegate projects board?
« on: December 02, 2014, 11:52:49 am »
Is it possible to get a delegate projects board added to the forum?

There could be a separate sub-board for each project so that we can share ideas and so interested parties can follow our development progress.

For example, there has been a fair amount of talk about web-wallets / mobile wallets recently, it would be great to have a place just to hash out the associated ideas/problems/requirements with the other developers, so we can share work and not re-invent each other's wheels, so to speak

1578
Any plans to support s2member? I have a blog which currently sells via paypal through s2member and I'd be happy to add bitUSD support :)

1579
Looking forward to being able to try this out myself once the difficulty bug is fixed - please can you provide windows binaries, though?

1580
General Discussion / Re: Delegate project boards?
« on: December 01, 2014, 06:49:17 pm »
Bumpy bump - board moderators, is this an acceptable proposal?

1581
General Discussion / Re: Neolithically simple alternative bitasset peg
« on: December 01, 2014, 06:48:16 pm »
There would still be a free market in the trading of bitAssets against fiat, cryptos and even BTS on external exchanges. Market prices and spreads would reflect the timing risks of going through BTS to purchase and redeem units, as well as the market's perception of collateralisation and partial redemption risks. To some extent this may self-regulate the demand for bitAssets where there is a growing chance of black-swans or other risks.

I'm not sure if that was the OPs thinking or not. I was just trying to understand how it might feasibly work.

Your interpretation of the OP is actually much nicer than what I was proposing, but along the same lines. I think the problem still lies with the fixed-price-for-any-volume that this system provides.

If a bitAsset has fixed buy/sell prices and the the price moves more than the spread, it will become possible for arbitragers to take advantage of this on an external exchange, potentially causing excessive dilution as the pool becomes under-collateralised.

1582
Many thanks :)

In lieu of a subforum for metaexchange, I'll post this here - track my progress via github: https://github.com/wildbunny/metaexchange

1583
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 03:12:13 pm »
I have fixed some bug maybe cause this problem
please update to the latest

The freezing problem, or the btc38 problem?

1584
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 01:49:51 pm »
That error shouldn't prevent the script from finishing. I've seen similar behavior but I'm not yet sure why it happens. I'll investigate further.

When I ctrl-d'ed the process it said it was stuck in a sleep() call, if that's any help?

1585
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 12:07:56 pm »
btc38 changed their API from BTSX to BTS, is your script updated for that?

Evidently not. But there are loads of instances of that particular error in the log, so not sure why it just stopped working now.

1586
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 09:33:51 am »
I can't find the version number anywhere, but the last tty output is this:

Code: [Select]
   ASSET  RATE(CNY)    CURRENT_FEED   CURRENT_PRICE    MEDIAN_PRICE    LAST_PUBLISH   CHANGE
-----------------------------------------------------------------------------------------------
    *AUD      5.227               0         0.01982         0.01983         0.01983   -0.01%
    *BTC   2316.707       4.457e-05       4.471e-05       4.473e-05       4.481e-05   -0.18%
    *CAD      5.377               0         0.01926         0.01926         0.01928   -0.07%
    *CHF      6.363               0         0.01628         0.01628         0.01629   -0.03%
    *CNY      1.000          0.1025          0.1036          0.1036          0.1036   -0.01%
    *EUR      7.646         0.01342         0.01355         0.01355         0.01355   -0.03%
    *GBP      9.605               0         0.01078         0.01079         0.01079   -0.05%
   *GOLD   7171.012       1.415e-05       1.444e-05       1.445e-05       1.445e-05   -0.02%
    *HKD      0.792               0          0.1307          0.1308          0.1308   -0.01%
    *JPY      0.052               0               2           2.003               2    0.17%
    *KRW      0.005               0           18.83           18.83           18.84   -0.01%
    *MXN      0.442               0          0.2346          0.2345          0.2344    0.02%
    *NZD      4.820               0         0.02149          0.0215         0.02149    0.04%
    *RUB      0.122               0          0.8476          0.8443           0.843    0.15%
    *SEK      0.824               0          0.1258          0.1257          0.1257    0.01%
    *SGD      4.713               0         0.02198         0.02198         0.02199   -0.03%
 *SILVER     95.169               0        0.001088        0.001089        0.001089   -0.02%
    *TRY      2.768               0         0.03743         0.03744         0.03744    0.00%
    *USD      6.144          0.0167         0.01686         0.01686         0.01686   -0.02%
===============================================================================================

and the last log output is this:

Code: [Select]
2014-11-28 20:17:59,586[INFO]: btc38: price is 0.00000, depth is 0.000, scale is 1.000
2014-11-28 20:17:59,586[INFO]: bter: price is 0.10240, depth is 71027.086, scale is 1.000
2014-11-28 20:17:59,586[INFO]: bts_cny: price is 0.10353, depth is 391458.503, scale is 1.000
2014-11-28 20:17:59,587[INFO]: bts_usd: price is 0.10396, depth is 381613.131, scale is 1.000
2014-11-28 20:17:59,587[INFO]: yunbi: price is 0.10300, depth is 69401.710, scale is 1.000
2014-11-28 20:17:59,587[INFO]: average price is 0.10358
2014-11-28 20:19:04,619[ERROR]: Error fetching results from btc38!
2014-11-28 20:19:04,620[ERROR]: Error get price from btc38!

So it clearly stopped working on the 28th, but like I say the script is still running (I've screened it, so I can see there is no command prompt)

1587
General Discussion / Re: publish feed price automatic(From BitSuperLab)
« on: December 01, 2014, 09:12:40 am »
My feeds quantity has suddenly dropped to zero on bitshareblocks.com, but the script is still running - any idea what could have happened?

1588
Hey everyone - just a reminder, if you didn't yet vote for our delegate, please do - we're only just hanging in there at position 98 in the rankings, quite close to being pushed out :)

At the request of bytemaster, I'm working on an bitcoin->bitshares on-ramp daemon which will be fully open-source and will enable other businesses to offer on and off ramps into bitshares.

1589
General Discussion / Re: Delegate project boards?
« on: November 30, 2014, 04:16:51 pm »
Any board moderators care to comment?

1590
Yes. 

Open up "telnet" and type in  "{"id":1,"method":"get_info","params":[]}"  and it should produce a result.

Is it a persistent connection? Any server-side push operations, like block notification?

Pages: 1 ... 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 ... 125