Pages:
Author

Topic: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts - page 86. (Read 502630 times)

newbie
Activity: 14
Merit: 0
I'm looking for VTC/BTC data from Cryptsy.

Love the site.

Do you take donations in VTC?
legendary
Activity: 1470
Merit: 1007
hm. "-" works. "+" doesn't. strange.
Try = instead of +.
I use programmer dvorak keyboard layout, so cannot test the real keycode in FireFox. 52(equals ascii 4) here, it should be = in qwerty keyboard layout.

The document http://www.javascripter.net/faq/keycodes.htm shows 107 in Firefox. maybe is not correct.
Here is the way to check the keycode.
goto http://jsfiddle.net/FtqLP/1/
run the code
click right-bottom "result" section to focus on
press the key to see the keycode

According to the site: "+" = 171, "-" = 173.
keycode 171 is added.

Works.

You're fast, man. If I ever need a developer, I'll try to hire you :D
hero member
Activity: 602
Merit: 505
hm. "-" works. "+" doesn't. strange.
Try = instead of +.
I use programmer dvorak keyboard layout, so cannot test the real keycode in FireFox. 52(equals ascii 4) here, it should be = in qwerty keyboard layout.

The document http://www.javascripter.net/faq/keycodes.htm shows 107 in Firefox. maybe is not correct.
Here is the way to check the keycode.
goto http://jsfiddle.net/FtqLP/1/
run the code
click right-bottom "result" section to focus on
press the key to see the keycode

According to the site: "+" = 171, "-" = 173.
keycode 171 is added.
legendary
Activity: 1470
Merit: 1007
hm. "-" works. "+" doesn't. strange.
Try = instead of +.
I use programmer dvorak keyboard layout, so cannot test the real keycode in FireFox. 52(equals ascii 4) here, it should be = in qwerty keyboard layout.

The document http://www.javascripter.net/faq/keycodes.htm shows 107 in Firefox. maybe is not correct.
Here is the way to check the keycode.
goto http://jsfiddle.net/FtqLP/1/
run the code
click right-bottom "result" section to focus on
press the key to see the keycode

According to the site: "+" = 171, "-" = 173.
hero member
Activity: 602
Merit: 505
Im not seeing this link, in the 'market' drop down tab.  https://bitcoinwisdom.com/markets/bter/nxtbtc
Yes, Some altercoin is added but not listed.
legendary
Activity: 1554
Merit: 1000
Im not seeing this link, in the 'market' drop down tab.  https://bitcoinwisdom.com/markets/bter/nxtbtc
hero member
Activity: 602
Merit: 505
hm. "-" works. "+" doesn't. strange.
Try = instead of +.
I use programmer dvorak keyboard layout, so cannot test the real keycode in FireFox. 52(equals ascii 4) here, it should be = in qwerty keyboard layout.

The document http://www.javascripter.net/faq/keycodes.htm shows 107 in Firefox. maybe is not correct.
Here is the way to check the keycode.
goto http://jsfiddle.net/FtqLP/1/
run the code
click right-bottom "result" section to focus on
press the key to see the keycode
hero member
Activity: 602
Merit: 505
hm. "-" works. "+" doesn't. strange.
Try = instead of +.
I use programmer dvorak keyboard layout, so cannot test the real keycode in FireFox. 52(equals ascii 4) here, it should be = in qwerty keyboard layout.

The document http://www.javascripter.net/faq/keycodes.htm shows 107 in Firefox. maybe is not correct.
legendary
Activity: 1470
Merit: 1007
hm. "-" works. "+" doesn't. strange.
hero member
Activity: 602
Merit: 505
Any news on the "zoom in/zoom out" button? Wouldn't the easiest (and most elegant) solution be to bind it to a keyboard key (like "+" and "-"), or is that something that requires a different style of webpage (something AJAX heavy, I don't know)?
It's just design problem. I always want to add an overview(looks like the bottom section of other finance charts which control chart position) with zoom in/out button to the chart. But it is not quick solution. I will try binding key for easier.

Currently I'm busy on the backend of system, after switching server to full https site, the system is out of resource.  I've ordered new server maybe online in 5 days. So I'm optimizing the system to make the servers works together better and increase the reliability.
The key '+' and '-' is supported now.

Very cool! Thank you.

Just checked it though, doesn't seem to work in Firefox 27.0.1. Checked in Safari, where it works. Any idea what's the reason?
The key code is different cross the browsers. The bug should be fixed now.
legendary
Activity: 1470
Merit: 1007
Any news on the "zoom in/zoom out" button? Wouldn't the easiest (and most elegant) solution be to bind it to a keyboard key (like "+" and "-"), or is that something that requires a different style of webpage (something AJAX heavy, I don't know)?
It's just design problem. I always want to add an overview(looks like the bottom section of other finance charts which control chart position) with zoom in/out button to the chart. But it is not quick solution. I will try binding key for easier.

Currently I'm busy on the backend of system, after switching server to full https site, the system is out of resource.  I've ordered new server maybe online in 5 days. So I'm optimizing the system to make the servers works together better and increase the reliability.
The key '+' and '-' is supported now.

Very cool! Thank you.

Just checked it though, doesn't seem to work in Firefox 27.0.1. Checked in Safari, where it works. Any idea what's the reason?
FNG
hero member
Activity: 588
Merit: 500
How do we get VTC(Vertcoin) added to Bitcoinwisdom. I love your website..I'm probably logged in 17hrs a day. Would love to see Vertcoin added. Thanks!
hero member
Activity: 602
Merit: 505
Any news on the "zoom in/zoom out" button? Wouldn't the easiest (and most elegant) solution be to bind it to a keyboard key (like "+" and "-"), or is that something that requires a different style of webpage (something AJAX heavy, I don't know)?
It's just design problem. I always want to add an overview(looks like the bottom section of other finance charts which control chart position) with zoom in/out button to the chart. But it is not quick solution. I will try binding key for easier.

Currently I'm busy on the backend of system, after switching server to full https site, the system is out of resource.  I've ordered new server maybe online in 5 days. So I'm optimizing the system to make the servers works together better and increase the reliability.
The key '+' and '-' is supported now.
hero member
Activity: 602
Merit: 505
Any news on the "zoom in/zoom out" button? Wouldn't the easiest (and most elegant) solution be to bind it to a keyboard key (like "+" and "-"), or is that something that requires a different style of webpage (something AJAX heavy, I don't know)?
It's just design problem. I always want to add an overview(looks like the bottom section of other finance charts which control chart position) with zoom in/out button to the chart. But it is not quick solution. I will try binding key for easier.

Currently I'm busy on the backend of system, after switching server to full https site, the system is out of resource.  I've ordered new server maybe online in 5 days. So I'm optimizing the system to make the servers works together better and increase the reliability.
hero member
Activity: 602
Merit: 505
Hi. Would it be possible to add Btc38 BTC/CNY, LTC/CNY and Doge/CNY pair?
Here is the API link http://www.btc38.com/general/789.html
Thanks million.
According to current strict rule, I'm afraid it cannot be added. https is required for the exchange.
After new server online, the rule maybe have some loose. but the https is still an important part. It's the basic attitude on security.
legendary
Activity: 1470
Merit: 1007
Any news on the "zoom in/zoom out" button? Wouldn't the easiest (and most elegant) solution be to bind it to a keyboard key (like "+" and "-"), or is that something that requires a different style of webpage (something AJAX heavy, I don't know)?
hero member
Activity: 602
Merit: 505
hello,

i am a huge fan of the site. i sent 0.015 btc for one month premium to address in my account yesterday, multiple confirmations, but i still do not have premium access. i checked the address multiple times it is correct. is this an issue or when will i get premium? thank you for your time.
Thank you. I checked the database, the premium account has already been extended. The extend is the same as the time on blockchain. Maybe there is some delay from your bitcoin client broadcast to the net.
--
just recheck. we uses blockchain notification service, it seems they have some issues cannot notify in time. Sorry for delay.
hero member
Activity: 602
Merit: 505
Can you add Atlas as a supported exchange for BTC/USD ? Sounds like they will become a Mecca for institutional flows and the most prominent US-based exchange which has been lacking considerably till now
The volume is a bit low. But we will consider it when new server online.
Pages:
Jump to: