Pages:
Author

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

legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
May 20, 2012, 06:30:43 AM
#66
in transactions table last column is called Balance. This is true for deposits (and probably Withdraws) however for category Order I think a better label would be State/Status. And a filter like in excel would be useful.

on deposit display the QR code near the adress

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.
full member
Activity: 140
Merit: 100
May 20, 2012, 02:59:34 AM
#65
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.
full member
Activity: 134
Merit: 100
May 19, 2012, 02:13:51 PM
#64
in transactions table last column is called Balance. This is true for deposits (and probably Withdraws) however for category Order I think a better label would be State/Status. And a filter like in excel would be useful.

on deposit display the QR code near the adress
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
May 19, 2012, 01:40:04 PM
#63
9) after order entry fails, do not close/clean the order entry form, let user fix the numbers and resubmit it (not really a bug but more like usability issue)
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
May 19, 2012, 01:25:01 PM
#62
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)
8) make it user configurable, how many bid/ask rows user can see in Orderbook. (imagine, if you had 100+ rows there)  

Thank you: 1HnBaKFLrbgQ1GreZ6SQ3vYQa4QBzg4KUt  

sr. member
Activity: 467
Merit: 250
May 19, 2012, 12:22:25 PM
#61
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
legendary
Activity: 1092
Merit: 1016
760930
May 19, 2012, 03:03:46 AM
#60
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.
legendary
Activity: 1092
Merit: 1016
760930
May 17, 2012, 09:28:34 PM
#59
Anyway, I can understand that it's not a priority for you at this time, but please don't underestimate this issue,
as any script kiddie could potentially DoS (or DDOS) the site through that way - heck, a script isn't even necessarily needed to do it.

Thanks a lot for this one flatly. I noticed a problem with how I was caching the js building, so it was actually being done on every request before! I've gone ahead and fixed this and the site should be noticeably more responsive. I've run out of BTC, but I owe you 20 for this one.

Great! I'm glad I could help, and I like how you really are a man of your word.
member
Activity: 92
Merit: 10
May 17, 2012, 06:30:59 PM
#58
Anyway, I can understand that it's not a priority for you at this time, but please don't underestimate this issue,
as any script kiddie could potentially DoS (or DDOS) the site through that way - heck, a script isn't even necessarily needed to do it.

Thanks a lot for this one flatly. I noticed a problem with how I was caching the js building, so it was actually being done on every request before! I've gone ahead and fixed this and the site should be noticeably more responsive. I've run out of BTC, but I owe you 20 for this one.
legendary
Activity: 1092
Merit: 1016
760930
May 17, 2012, 06:42:20 AM
#57
Looks like the current site is vulnerable to a DoS attack through the 'withdraw' method:

In the withdraw form, enter a 34-digit address and any amount of BTC (doesn't matter if you
have them or not), and quickly hit 'Enter' 30 times or more, in rapid succession. The whole site
appears to become unresponsive for at least 10 seconds.
.


Hi Sean, have you had a chance to take a look at this one? I just want to make sure you didn't miss that post due to the high activity in the thread yesterday.

Hey, sorry, I started to reply before but must have gotten distracted. I'll keep this in mind but I'm not going to worry about this too much. What this does is not really that expensive of an operation. It makes me wonder if I happened to have restarted the web server at the same time you were trying to do this. Currently, all my javascript is bundled and built the first time a user visits the site upon restart, so this could appear as a long 10second delay to that lucky user.

Actually, I did think it could be related to some JIT process or you restarting the server, but I was able to rule this out - I tried at different times of the day, and I can still reproduce the effect right now.

Anyway, I can understand that it's not a priority for you at this time, but please don't underestimate this issue,
as any script kiddie could potentially DoS (or DDOS) the site through that way - heck, a script isn't even necessarily needed to do it.
member
Activity: 92
Merit: 10
May 17, 2012, 05:04:44 AM
#56
Looks like the current site is vulnerable to a DoS attack through the 'withdraw' method:

In the withdraw form, enter a 34-digit address and any amount of BTC (doesn't matter if you
have them or not), and quickly hit 'Enter' 30 times or more, in rapid succession. The whole site
appears to become unresponsive for at least 10 seconds.
.


Hi Sean, have you had a chance to take a look at this one? I just want to make sure you didn't miss that post due to the high activity in the thread yesterday.

Hey, sorry, I started to reply before but must have gotten distracted. I'll keep this in mind but I'm not going to worry about this too much. What this does is not really that expensive of an operation. It makes me wonder if I happened to have restarted the web server at the same time you were trying to do this. Currently, all my javascript is bundled and built the first time a user visits the site upon restart, so this could appear as a long 10second delay to that lucky user.
legendary
Activity: 1092
Merit: 1016
760930
May 17, 2012, 01:00:25 AM
#55
Looks like the current site is vulnerable to a DoS attack through the 'withdraw' method:

In the withdraw form, enter a 34-digit address and any amount of BTC (doesn't matter if you
have them or not), and quickly hit 'Enter' 30 times or more, in rapid succession. The whole site
appears to become unresponsive for at least 10 seconds.
.


Hi Sean, have you had a chance to take a look at this one? I just want to make sure you didn't miss that post due to the high activity in the thread yesterday.
member
Activity: 92
Merit: 10
May 16, 2012, 11:13:13 PM
#54
I'm not going to support older than IE8. I think the amount of IE users in the Bitcoin community is probably significantly lower than the general population.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
May 16, 2012, 08:41:30 PM
#53
I don't think support for

Wasn't it 10% of web browsers are _STILL_ IE6! And think how much IE7 or IE8 there are..

Edit: Fordy, you're right that
Even Microsoft itself hates IE6 and has launched a campaign to get rid of it: http://www.ie6countdown.com/
legendary
Activity: 1511
Merit: 1072
quack
May 16, 2012, 10:04:35 AM
#52
I don't think support for

Wasn't it 10% of web browsers are _STILL_ IE6! And think how much IE7 or IE8 there are..

Edit: Fordy, you're right that
member
Activity: 92
Merit: 10
May 16, 2012, 09:51:44 AM
#51
Trying IE7 now, many cosmetic problems. "Logout"-bar, header, Green/red info boxes bugging weirdly, deposit-page table (and tables overall (except orderbook page) are scaling to window width), footer info at wrong place (like in IE8), transaction-page bugging overall. Also can't, for example, place orders with IE7 (maybe applies to IE8 too) even with javascript turned on. Also can't see USA-flag at all with IE7.

Also, thanks! Smiley

EDIT: Can place orders but no notify or site changes if order placed. But if error occurs, the message will show.

Yeah, looks like IE needs some work, I hadn't tested it at all in IE before.
member
Activity: 92
Merit: 10
May 16, 2012, 09:51:01 AM
#50
When I visit https://test.bitme.com/dashboard/transactions/USD I get a message in Chrome stating that the page is in Vietnamese.. Any idea what might be causing this?

When I click translate, commas get added to certain values. 10840 becomes 10,840

Chrome's autotranslate feature seems to be have some issues, I even just tried to explicitly set the language as english via a "Content-Language" header. Google Chrome still seems to want to offer to translate the page for some reason.

https://groups.google.com/forum/#!msg/google-translate-general/IGYJ6ODH5s4/T2Jx7Dh6JbMJ
legendary
Activity: 1511
Merit: 1072
quack
May 16, 2012, 09:36:27 AM
#49
Trying IE7 now, many cosmetic problems. "Logout"-bar, header, Green/red info boxes bugging weirdly, deposit-page table (and tables overall (except orderbook page) are scaling to window width), footer info at wrong place (like in IE8), transaction-page bugging overall. Also can't, for example, place orders with IE7 (maybe applies to IE8 too) even with javascript turned on. Also can't see USA-flag at all with IE7.

Also, thanks! Smiley

EDIT: Can place orders but no notify or site changes if order placed. But if error occurs, the message will show.
member
Activity: 92
Merit: 10
May 16, 2012, 09:25:00 AM
#48
In IE8,
"© 2012 BitMe, LLC
Terms of Use
#bitme on FreeNode" isn't where it's supposed to be when logged in. Also header looks different.

Confirmed, 5 BTC

"Last Execution BTC / USD 0.5x @ 15" is there supposed to be 0.5x something?

This is the intended display, the 0.5x is the quantity and 15 is the rate. This means there was an execution of 0.5 BTC at a rate of 15 USD, (0.5 BTC was traded for 7.5 USD)

Also, cosmetically site doesn't work in mobile platforms. Tested with Nokia N9, functionality was good except i couldn't deposit USD another try and it worked!

Yup, mobile platforms is on my known issues list
legendary
Activity: 1511
Merit: 1072
quack
May 16, 2012, 09:04:25 AM
#47
In IE8,
"© 2012 BitMe, LLC
Terms of Use
#bitme on FreeNode" isn't where it's supposed to be when logged in. Also header looks different.

"Last Execution BTC / USD 0.5x @ 15" is there supposed to be 0.5x something?

Also, cosmetically site doesn't work in mobile platforms. Tested with Nokia N9, functionality was good except i couldn't deposit USD another try and it worked!
Pages:
Jump to: