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

Pages: 1 [2] 3 4
16
General Discussion / An open letter to MetaExchange
« on: March 18, 2015, 10:49:13 pm »
Dear people of MetaExchange,
First of all, i think MetaExchange is doing a great job in helping the BitShares platform by becoming our main gateway to and from our BitShares. It feels solid and works really well.

I am working on an website where I compare different Instant Cryptocurrecy exchanges, and tried to implement your api into my project. But i found it pretty hard to use your API first off all, sometimes you have to use POST sometimes GET, it isn't REST.
Second thing that struck me is the amount of parameters that I get back when I ask for the rates :
Code: [Select]
{"symbol_pair":"bitBTC_BTC","ask":"1.006","bid":"0.994","ask_max":"1","bid_max":"0.8","ask_fee_percent":"0","bid_fee_percent":"0","up":false,"btc_volume_24h":"0","last_price":"0","asset_name":null,"realised_spread_percent":"0","price_delta":"0","flipped":false}
Code: [Select]
url: shapeshift.io/rate/<pair>
method: GET
 
 => {
        "pair" : "btc_ltc",
        "rate" : "70.1234"
    }

If you are planning to do a API update ever in the future, have a look at the shapeshift API: https://shapeshift.io/api.html
Help the people that want to build upon your API. But you ofcourse you are busy with other stuff and understand if it doesn't have much priority. If you need some help I am a programmer, so maybe could do somethings myself.

But thanks for the already amazing service!

PS: And it would really help me if it was possible in the future to send to a bishares address in stead of a username.

17
General Discussion / Re: Metaexchange want to create a faucet
« on: March 18, 2015, 08:33:36 pm »
Hey People from MetaExchange, are you still thinking of opening a faucet. This could be valuable for your company and the ecosystem!
Cheers!

18
General Discussion / Re: Reworking the wallet trading interface
« on: March 16, 2015, 07:00:36 pm »
Great work, looks already a 100 times better.

- Have you thought about flipping the sell orders book in reversed order, like how they do it on the Coinbase exchange. This gives a good perspective on the spread.
- What I also really like about Coinbase is that they don't let you scroll through all the tables, just showing the most relevant ones that fit into you screen. I often get tangled up by all the scrolling views in the Bitshares client.
- I don't know the exact consequences of this, but have you thought about the idea to integrate shorts into the sell view. Give the shorts a different color that the sell orders, don't show the intrest rate or collateral. They aren't interesting for a buyer of the asset. And show the price as the max(minimum_price, price_feed).
Only the moment someone clicks the short tab, a user is interested in the intrest rate and collateral. So I think it would be good to only show it than.

Keep up the great work!


19
I am going to give a talk next week in Amsterdam at an Ethereum meetup. I think these are the small efforts that could have impact that every community member should try to do.

20
General Discussion / Re: Some potential projects
« on: February 28, 2015, 10:18:46 am »
TeleUSd sounds cool!

21
Consider reposting your articles on Medium.com, it could help you with extra exposure! Worked for me :)

22
Great work, see a wrong tekst when I click sell bitBTC:
Quote
Once you enter your bitcoin receiving address, we will generate your deposit address and send your bitcoins to you the instant we receive your bitBTC.

Where shall we send your bitcoins?

Just used it to sell BTC -> bitBTS and and never bought BTS so cheap!

Thanks

23
Stakeholder Proposals / Re: Developer delegate: dev.bitsharesblocks
« on: February 15, 2015, 01:57:27 pm »
Quote
no data on https://bitsharesblocks.com/ right now
please fix ASAP since it is very fustrating to watch when at the same time BTER  is not working(!)...
Same problem here!

24
General Discussion / Re: SOLD ALL MY BTC for this "alt"...
« on: February 14, 2015, 02:15:29 pm »
Great moment!

25
General Discussion / Re: [ANN] Cryptofresh is now open-source!
« on: February 11, 2015, 09:57:58 am »
Testing it out, but I am stuck at setting up the RPC connection, first via the GUI but I read that it would be better to use the console version.
Where can I download the console version and which config.json do I have to edit where everyone is talking about?
Thanks in advance
Kai

26
Thanks for your feedback, I changed the explanation.
And added the current exchange rates to have a better overview.

27
Hi everyone,
I created a tool to calculate the average lost in value per currency for exchanging via Shapeshift.io,
you can find it here: http://kaibakker.github.io/shapeshiftspread/

I would like feedback on the following things:
- calculation (1 - sqrt(exchange_rate_a_to_b*exchange_rate_b_to_a))*100%
- user interface
- is spread the correct them for what i created.

What information would be useful before exchanging a via shapeshift?

Kai

30
General Discussion / Solving bitcoins volatility [BLOGPOST]
« on: February 02, 2015, 09:18:58 am »
Yesterday I wrote this blog post (2min), to teach about BitUSD. I would appreciate it if you would read it, comment on it and make suggestions. Because I think it could help us as a community to focus on our goal and understand again where its all about.

https://medium.com/p/6ebf941a4f81

Ooh, and I am dutch, so someone who would like to spell check would also be great :)

Pages: 1 [2] 3 4