TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Command-line Bitcoin price board

59 pointsby guoyuover 11 years ago

15 comments

SkyMarshalover 11 years ago
Speaking of BTC tickers, I also recently discovered this amazing, pure HTML, Bloomberg-terminal-like realtime BTC price site:<p><a href="http://bitcoinwisdom.com/" rel="nofollow">http:&#x2F;&#x2F;bitcoinwisdom.com&#x2F;</a>
评论 #6776040 未加载
评论 #6776509 未加载
评论 #6776384 未加载
salientover 11 years ago
It saddens me that so much focus is being put on the <i>price speculation</i> aspect of Bitcoin. 9 out of 10 articles I see about Bitcoin are about its price. The last Senate hearing on Bitcoin was already quite aggressive about this, and some suggested that maybe Bitcoin should be regulated as a commodity instead.<p>Hopefully this price speculation frenzy of Bitcoin users won&#x27;t lead to its demise, and to Bitcoin being declared (or at least thought about) as irreparably <i>not a currency</i>.
评论 #6776361 未加载
评论 #6776500 未加载
评论 #6776061 未加载
评论 #6776007 未加载
评论 #6776937 未加载
drcodeover 11 years ago
Looks nice- Everyone just remember that if you don&#x27;t understand the source code or download it in a way that allows a &quot;man in the middle&quot; attack, there&#x27;s nothing to stop this kind of program (or an MITM-altered version of it) from emptying out every bitcoin wallet you have installed on your computer.<p>(I for one will install this program though, on my non-wallet pc)
评论 #6776338 未加载
评论 #6777436 未加载
评论 #6777178 未加载
SkyMarshalover 11 years ago
Nice work, quick &amp; simple. Installed. Step 2: Make an ncurses version.
评论 #6776220 未加载
评论 #6780086 未加载
azmentheover 11 years ago
Somewhat unrelated, but I made a bitcoin LED ticker, here&#x27;s a link to an early testing video: <a href="https://www.youtube.com/watch?v=qxRIeb22QGI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qxRIeb22QGI</a><p>I later added some other price information (gold, usd, s&amp;p500)
评论 #6776114 未加载
mariusz79over 11 years ago
CLI application in javascript? It&#x27;s official - we&#x27;re doomed. There is no hope.
评论 #6777806 未加载
VMGover 11 years ago
Interesting for Gnome3 users: <a href="https://extensions.gnome.org/extension/648/bitcoin-markets/" rel="nofollow">https:&#x2F;&#x2F;extensions.gnome.org&#x2F;extension&#x2F;648&#x2F;bitcoin-markets&#x2F;</a>
travisclineover 11 years ago
Just pushed a tool that shows you your margins using the MtGox streaming api: <a href="https://github.com/tmc/btcmargin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tmc&#x2F;btcmargin</a>
vezzy-fnordover 11 years ago
Not bad. One of the better price tickers I&#x27;ve seen.
评论 #6775706 未加载
znowiover 11 years ago
How come btc-e is missing?<p><a href="https://btc-e.com/api/documentation" rel="nofollow">https:&#x2F;&#x2F;btc-e.com&#x2F;api&#x2F;documentation</a>
评论 #6776082 未加载
cnpover 11 years ago
Just what I&#x27;ve always wanted :) :) :) :)
atmosxover 11 years ago
I wot my own... And was displaying the prices at the desktop... It&#x27;s just 10 lines of ruby and geektool.
lcaselaover 11 years ago
Why do I need NPM for this?
nyarghover 11 years ago
curl --silent <a href="https://bitpay.com/api/rates" rel="nofollow">https:&#x2F;&#x2F;bitpay.com&#x2F;api&#x2F;rates</a> | jq &#x27;.[0].rate&#x27;<p>Is what I use to get the current BitPay rate in USD
drcrossover 11 years ago
How would one install in OSX? Do you need nmp first?
评论 #6776945 未加载