TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build it with me: Bitcoin wallet for Mac

50 点作者 niico将近 12 年前

9 条评论

msarnoff将近 12 年前
If you do decide to build this app, I would highly recommend making it open-source. Properly building a custom-skinned OS X app is not easy. Compared to UIKit on iOS, which was built from the ground up to support animation and appearance customization, AppKit is a dinosaur.<p>When subclassing controls, you'll encounter AppKit bugs, things that can't be skinned without overriding private methods, and inconsistencies between OS versions. The animation APIs are woefully inadequate, especially if you need to support 10.7 or 10.6. (over two-thirds of the install base as of January, according to [1])<p>If done well, the source code would be a valuable resource to the Mac developer community. Custom-styled desktop experiences are becoming the new norm, yet building them remains somewhat of a black art.<p>[1] <a href="http://www.cultofmac.com/208455/os-x-mountain-lion-now-accounts-for-32-of-mac-web-traffic/" rel="nofollow">http://www.cultofmac.com/208455/os-x-mountain-lion-now-accou...</a>
评论 #5802144 未加载
评论 #5802335 未加载
评论 #5802336 未加载
jethroalias97将近 12 年前
I expect people would be reluctant to use a client not sanctioned by bitcoin.org officially, although I'm not sure how difficult that is. It may be as simple as sending an email to get them to add it to the list.<p>I would think that any new bitcoin wallet could be introducing a substantial security risk before it has been extensively field tested. If someone where to sneak some code in, or even just screw up a security protocol, all the stored bitcoins would be at risk.<p>1) <a href="http://bitcoin.org/en/choose-your-wallet" rel="nofollow">http://bitcoin.org/en/choose-your-wallet</a><p>2) <a href="https://en.bitcoin.it/wiki/Wallet" rel="nofollow">https://en.bitcoin.it/wiki/Wallet</a>
评论 #5802044 未加载
nwh将近 12 年前
I'm struggling to feel enthusiastic about this one, it seems to be designed more to just do <i>something</i> with Bitcoin, rather than provide any actual innovation.
评论 #5802112 未加载
ianpurton将近 12 年前
Hi niico,<p>This looks a lot like <a href="https://www.strongcoin.com" rel="nofollow">https://www.strongcoin.com</a> but with a dashboard. I will probably add this kind of functionality too. (I own strongcoin)<p>But to build your app, I recommend you take the code for <a href="http://carbonwallet.com" rel="nofollow">http://carbonwallet.com</a> which is already available on github and submit a pull request for a dashboard like you have in your post.<p>CarbonWallet is already available as a chrome application, and the logic is tried and tested.
评论 #5804664 未加载
jbaudanza将近 12 年前
Maybe throw the code up on github?
gesman将近 12 年前
I agree with you that most bitcoin wallets are either look ugly or are hackable online wallets maintained by third party.<p>Among all I tried I like Electrum the most for it's speed and it's deterministic nature, i.e. the whole wallet can be fully recovered from passphrase, instead of regular backups.
评论 #5802126 未加载
question-all将近 12 年前
Are there no existing mac bitcoin wallets?
评论 #5802331 未加载
brvs将近 12 年前
This will be useful to all the people who buy useful items and do practical things with bitcoins. Thank you!
kmasters将近 12 年前
There are a lot of issues around bitcoin and seeking to build a pretty interface to it addresses none of them.<p>One of my objections to bitcoin is the suggestion that I use Tor to mask my IP to keep my actual IP from occurring in the blockchain.<p>I think if you are telling users to use Tor to "stay safe" thats a problem already.<p>Second, "balance" information from your wallet is also stored in the blockchain.<p>Thats comforting, an IP address combined with how much bitcoin I possess. We have seen where that ended up more than once. Why not just paint a target on my forehead?<p>Cold storage is one solution to backing up your bitcoin and keeping it offline until needed.<p>Needing to "create a new bitcoin address" for every transaction, also fishy.<p>I would rather someone build a solution to bitcoins defiencies than see a pretty screen.
评论 #5803604 未加载