Pages:
Author

Topic: Announcing bitcoin-central.net - trade USD and EUR for free! - page 2. (Read 17722 times)

full member
Activity: 238
Merit: 100
How does withdrawal of EUR work? There is only an option for an email destination. What then? Will I get instructions for submitting an IBAN number? Any fees?
legendary
Activity: 1372
Merit: 1008
1davout
i thought that when the server returns an error that the trade orders were not created
... did not pay attention until i found out that they were created and cleared Cheesy
no harm done
Yes, this is not supposed to happen, it should be completely transactional.
legendary
Activity: 1372
Merit: 1008
1davout
i was getting that even for posting trade orders
usually first there is the confirmation on the create trade order
and second the notification that the trade order was saved and filled or saved and no match found.
Usually, when you create an order, it is executed and trades are created if matches are found, the order amount is updated accordingly, and it is saved for later execution.

i was getting this troll server msg after confirming the trade order creation
without seeing the confirmation.
What do you mean ?

today the (test) orders were cleared (where i did not see the confirmation - step 2 of 2).
I still have a little regression on some trade orders execution, should be fixed tonight.

could we run a test server somewhere with monopoly bitcoins for a few hours
before installing in production, please?
Yes, that would be nice

also my buy order for eur 0.345 was matched at a lower price
is that normal? the trade was performed at 0.3 eur/bitcoin. was the seller just lazy to type or is it a bug?
thanks. not urgent. just thinking loud

Yes, that is normal.

If you post a buy order, the matching orders are :
 - sell orders,
 - with a =< price
 - with a different user id than yours
 - orders for which the seller has sufficient BTC balance

The trade happens at sellers price.
Think of the price you're inputting for a buy order as the maximum price you're willing to pay for a single BTC.







legendary
Activity: 1372
Merit: 1008
1davout
i tried to support your project by donating LRUSD to your bitcoin address
(i sold some btc by misstake for LR and i might be just testing ... anyway
when i clicked on transfer money + your bitcoin address from the "Feel free to support ..." line
 i got the following error

1 error prevented your funds from being transferred :

    * Currency is not included in the list


how can i transfer LR to another user account (yours, as donation)?
i would like to use it for balance rounding as well (give away 4th and 5th decimal places)
using the counterparty BTC address (already used with the bitcoin-exchange)
=> the key to match btc-address2bc-123 should exist

sending btc works fine. did not try to send eur to anther account
while unreasonably rate orders can be used for sending eur, they mess the statistics

anyway, great project and thanks for running the exchange
you got my +positive+ rating in the bitcoin-otc.com trust stats

Thank you !
You need to input my BC account number (BC-U313785) to transfer LRUSD to me.
Bitcoin addresses only work for bitcoin transfers, it will remain internal (not go through a bitcoin transaction) if the address is owned by a BC user.
legendary
Activity: 1372
Merit: 1008
1davout
Just came back from my week-end, also I've been able to reproduce the bug.
Seems linked to bitcoin accounts functionality.

donator
Activity: 826
Merit: 1060
They've been crossed for a few hours at least.
Sorry, I was only looking at the Euro orders.
legendary
Activity: 1288
Merit: 1080
They've been crossed for a few hours at least. Selling for 41 cents and buying at 43, but no trade goes.

Yeah there is a problem.

Right now in the LREUR book there are matching orders at 0.27 LEUR/BTC but nothing happens.

PS.  I tried to reedit my order and I got this :


legendary
Activity: 1246
Merit: 1016
Strength in numbers
Why has there not been any trading since Jan 23?

Because no-one has been willing to cross the bid-offer spread.

They've been crossed for a few hours at least. Selling for 41 cents and buying at 43, but no trade goes.
donator
Activity: 826
Merit: 1060
Why has there not been any trading since Jan 23?

Because no-one has been willing to cross the bid-offer spread.
legendary
Activity: 2100
Merit: 1000
1 question

Why has there not been any trading since Jan 23?
legendary
Activity: 1372
Merit: 1008
1davout
Bugs have been fixed.

Adding LR and withdrawing it, as well as BTC handling should work fine in full automatic mode.

You are now able to transfer money to other BC users using their account numbers (sending funds to an e-mail address does not work yet though).

All balances should be OK.

If you ever encounter a problem, or notice that your balance is not what you expect please e-mail the [email protected] address, use it instead of PMs.

Sorry for the inconvenience and happy trading.
legendary
Activity: 1372
Merit: 1008
1davout
Hey all,

well the balance update should only be manual for wired Euros, Liberty Reserve handling should be 100% automatic.

I think I've introduced a couple of bugs when deploying the last version, I'm going to fix them this morning and will update everyone here in a little bit.
newbie
Activity: 39
Merit: 0
I deposited LR into my bitcoin-central account yesterday but it doesn't show up in my balance, not even today... isn't it supposed to be automatic?
legendary
Activity: 1372
Merit: 1008
1davout
What for strong captcha has bitcoin-central.net. I tried to get her 100 times but without success.
what?
newbie
Activity: 51
Merit: 0
What for strong captcha has bitcoin-central.net. I tried to get her 100 times but without success.
legendary
Activity: 1596
Merit: 1100

I just posted an advertisement on the Marketplace forum, to add Pecunix GAU support to bitcoin central.

legendary
Activity: 1372
Merit: 1008
1davout
If you could fix this one JSON issue, I can get bitcoin-central listed on bitcoinwatch.

That bitcoin-central JSON breakage is my only blocker.

Fixed, please review the format, I removed the "pairs" semantics from both the JSON and XML data, if you use the ticker please update the parsing.

Sorry for the inconvenience but it didn't really make any sense to keep this.

https://github.com/davout/bitcoin-central/commit/3fc5d9b2933de22c81724004b5d09168a6410430
legendary
Activity: 1596
Merit: 1100
Ticker data is now available at :
 - https://bitcoin-central.net/trades/ticker.json

The JSON output is broken.  There is no comma following the "eur" data closing brace.  There may be other errors, but that's the one I'm seeing.

Most languages have some sort of JSON validation code that you could use, just as a self-check against this sort of problem.  I would run your XML through an XML validation as well.
Yea... I've been generating json by hand which was probably a bad idea, guess I should fall back to the nice Hash#to_json method Smiley
Also I'd need a DTD to validate my XML against, I guess the whole API is going to need some attention.

If you could fix this one JSON issue, I can get bitcoin-central listed on bitcoinwatch.

That bitcoin-central JSON breakage is my only blocker.
legendary
Activity: 1372
Merit: 1008
1davout
Ticker data is now available at :
 - https://bitcoin-central.net/trades/ticker.json

The JSON output is broken.  There is no comma following the "eur" data closing brace.  There may be other errors, but that's the one I'm seeing.

Most languages have some sort of JSON validation code that you could use, just as a self-check against this sort of problem.  I would run your XML through an XML validation as well.
Yea... I've been generating json by hand which was probably a bad idea, guess I should fall back to the nice Hash#to_json method Smiley
Also I'd need a DTD to validate my XML against, I guess the whole API is going to need some attention.
legendary
Activity: 1596
Merit: 1100
Ticker data is now available at :
 - https://bitcoin-central.net/trades/ticker.json

The JSON output is broken.  There is no comma following the "eur" data closing brace.  There may be other errors, but that's the one I'm seeing.

Most languages have some sort of JSON validation code that you could use, just as a self-check against this sort of problem.  I would run your XML through an XML validation as well.
Pages:
Jump to: