Pages:
Author

Topic: [ANN] Hey, BitMe! (#bitme) (Read 9448 times)

420
hero member
Activity: 756
Merit: 500
April 01, 2013, 11:15:08 AM
#86
now there's no aurum withdrawl at all.

give me a $95 USD gox or stamp code for my $98 and i'll be happy

just give it to me
newbie
Activity: 18
Merit: 0
March 29, 2013, 10:35:59 PM
#85
Yea, their goddamned withdrawl limit locked up my bitoins
420
hero member
Activity: 756
Merit: 500
March 29, 2013, 12:55:53 PM
#84
they're holding my $98 hostage
420
hero member
Activity: 756
Merit: 500
March 28, 2013, 07:41:00 PM
#82
can't withdraw vouchX

There was a problem communicating with VouchX system
legendary
Activity: 3038
Merit: 1032
RIP Mommy
420
hero member
Activity: 756
Merit: 500
March 01, 2013, 03:32:10 PM
#80
It's relevant.

"You are unable to deposit the minimum required amount at this time" as well, also 1 day limit period for deposits and withdrawals now, used to be 7. Although 1 is better, I'm not sure it's not just a bug.

uh is that for bitme to deposit into VouchX/aurumxchange?
legendary
Activity: 3038
Merit: 1032
RIP Mommy
March 01, 2013, 03:17:54 PM
#79
It's relevant.

"You are unable to deposit the minimum required amount at this time" as well, also 1 day limit period for deposits and withdrawals now, used to be 7. Although 1 is better, I'm not sure it's not just a bug.
420
hero member
Activity: 756
Merit: 500
March 01, 2013, 02:39:49 PM
#78
VouchX reserves are low, please check back in a day or two

how often does bitme reload?
hero member
Activity: 560
Merit: 500
I am the one who knocks
June 12, 2012, 05:01:13 PM
#77
Is this still open?

I assume not as I had trouble signing up, but if it is:

  • When signing up it is not made clear that you must verify your email before you can login (you just get an invalid user/pass msg)
  • After verifying your email and logging in you get the header navbar, but a 403 body.

legendary
Activity: 2506
Merit: 1010
June 12, 2012, 02:07:47 PM
#76
There's no method to recover password.  At a minimum, there should be a link that explains what a user should do ... e.g., send an e-mail to support or whatever.
legendary
Activity: 1092
Merit: 1016
760930
June 07, 2012, 04:54:11 AM
#75
Hi Sean,

any news on when you expect to be able to send the pending rewards?

Thanks!
legendary
Activity: 1092
Merit: 1016
760930
May 25, 2012, 06:13:42 AM
#74
some more trivial details:

1/ inconsistent spelling:

"order book" at https://test.bitme.com/fees
"orderbook"  at https://test.bitme.com/dashboard


2/ capitalization

at https://test.bitme.com/dashboard

The info in the order creation column, such as "18 Hours Ago", should be all lowercase - currently it's capitalized
the way a title would.

3/ word(s) missing / incomplete sentence:

at https://test.bitme.com/security

Quote
BitMe takes the security of its [missing word(s)] and its customers' data very seriously.
legendary
Activity: 1092
Merit: 1016
760930
May 25, 2012, 03:49:27 AM
#73
Not a serious thing, but if one happens to double-click on "Logout", a "403/Forbidden" error message is shown.
(Doesn't happen for Login, Join, and Demo buttons)
member
Activity: 92
Merit: 10
May 24, 2012, 12:29:37 PM
#72
6) Enter Ask order for less than lowest Bid and it will fail.
   If I wanted to sell 1000 btc and the best Bid was 900@10, next 90@5 and next 20@2 and I enter my order at 1000@2, I was expecting it to be filled as 900@10, 90@5 and 10@2)


Thank you: 1HnBaKFLrbgQ1GreZ6SQ3vYQa4QBzg4KUt  

This was actually a bug with the display of the orderbook, rather than order execution. It was showing quantities for partially-executed orders that had already been executed. This has been fixed, I consider this major and owe you 20 BTC, which I will send out soon.
member
Activity: 92
Merit: 10
May 22, 2012, 09:32:40 AM
#71
I think the Transactions page needs more work Smiley

I personally like to see something like this:

Code:
Date (GMT)          | Trade  | Currency | Exc Rate | Amount | Sub Total | Fee        | Total          |
2012.12.31 21:15:18 | Buy    | BTC/EUR  | 4.00     | 1 000  | 4 000.00  |    0.5000  | 4 000.0500 EUR |
2012.12.31 21:12:18 | Sell   | BTC/USD  | 5.00     |   100  |   500.00  |    0.5000  |   500.0500 USD |
2012.12.31 21:12:18 | Sell   | LTC/BTC  | 1.00     |   100  |   100.00  |    0.0600  |   100.0060 USD |

As you can see, now you can have one endless list of pairs and use only one transaction list. You can split it up to currency pairs, if needed and add total balances

Code:
Date (GMT)          | Trade  | Currency |  Exc Rate |  Amount   | Sub Total   | Fee    | Total EUR   |
2012.12.31 21:15:18 | Buy    | BTC/EUR  |  4.00     |  1 000.00 | -4 000.000  | 0.000  | -4 000.000  |
2012.12.31 21:14:18 | Sell   | BTC/EUR  |  4.00     |  1 000.00 |  4 000.000  | 0.000  |  4 000.000  |
2012.12.31 21:12:18 | Buy    | BTC/EUR  |  3.00     |  1 000.00 | -3 000.000  | 0.500  | -3 000.050  |
2012.12.31 21:12:18 | Dep    |     EUR  |     1     |  3 000.05 |  3 000.050  | 0.000  |  3 000.050  |
=======================================================================================================
Balance (BTC):                                      |  1 000.00 |             | 1.500  |      0.000

Current position market value: 1 000 BTC @ 5.11 = 5 011.00 EUR


10) If client transfers BTC or LTC to his account, ask for average price in (USD or EUR etc) so you can do Gain/Loss calculations from trades.


Yes, gain/loss calculation is something I have on my feature todo list. Thanks for the suggestions, I will revisit this post when it's time to rework the transactions page.

member
Activity: 92
Merit: 10
May 22, 2012, 09:30:11 AM
#70
Parts of the email can be used as password (password: example123 can be used for the account [email protected]), this makes passwords easy to guess if you have the email.

Weak passwords from common password lists are not blocked.

You should add a CAPTCHA after too many failed password attempts, not locking users out for 30 minutes. This is annoying if you have many passwords and are trying to get the right one.

The entire top banner is ugly. At least find a nice font and make a logo with the text tool in MSpaint. And use the regular Bitcoin graphics, your coins have blurry edges.

Thanks for your suggestions, and yes I could use some help with those blurry edges!
member
Activity: 92
Merit: 10
May 22, 2012, 09:29:00 AM
#69
1) Placing a order will not refresh order book ( I had to hit F5) -  (Firefox 12)
2) After login, you display a temp username that can be used  to log in later. There is no way to see this information after I leaves the page.
3)  I can see a pair BTC / USD but it is unclear, what currency I am actually using.
3a) Rate for what? Per "btc" or for the whole trade?
4) Please add "Total" for a trade
5) Please add option to enter "market orders"
6) Enter Ask order for less than lowest Bid and it will fail.
   If I wanted to sell 1000 btc and the best Bid was 900@10, next 90@5 and next 20@2 and I enter my order at 1000@2, I was expecting it to be filled as 900@10, 90@5 and 10@2)

7) please add additional order entry form to the top of the page, above the Orderbook (less scrolling)
Cool make it user configurable, how many bid/ask rows user can see in Orderbook. (imagine, if you had 100+ rows there)  

Thank you: 1HnBaKFLrbgQ1GreZ6SQ3vYQa4QBzg4KUt  

Thanks for all the feedback, most of these issues will be addressed over time. I'm focused mostly just on bugs for the time being.

As far as 6) I will look into this sometime this week when I have time.
member
Activity: 92
Merit: 10
May 22, 2012, 09:25:12 AM
#68
Hey,
Just a idea/suggestion,
in bootstrap (which I think your using), you can make navigation with the tabs, possible without changing the page,


Like now when I click, Deposit, another page opens and then I get the deposit address, but, you could use this js function and make the tabs really good and allow navigation without changing the page or moving the user to another page.

The main benefit of this would be that the whole profile would load up at once, after which navigating around will be smooth and this would lower the server's load / network usage also as everythings done at once.

You could see the demo / code here :
http://twitter.github.com/bootstrap/javascript.html#tabs


Thanks !

and lol, if accepted / considered : 1HR26mWBjiraHEz1qVPQP5g3LiSjcRpZNy

Hey great suggestion, thanks!
member
Activity: 92
Merit: 10
May 22, 2012, 09:23:46 AM
#67
Just a small thing: in the terms of use, it seems there's a word missing in the below sentence:

Quote
We will collect and use of personal information solely with the objective of fulfilling those purposes
specified by us and for other compatible purposes, unless we obtain the consent of the individual
concerned or as required by law.

->

Quote
We will collect and make use of personal information solely with the objective of fulfilling those purposes
specified by us and for other compatible purposes, unless we obtain the consent of the individual
concerned or as required by law.

Yup, this looks like another typo, 5 BTC.
Pages:
Jump to: