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.

How to build a Bitcoin Wallet

46 pointsby milla88about 11 years ago

6 comments

j_sabout 11 years ago
Initially did not see anything thanks to Ghostery + RequestPolicy. Since all the JavaScript disablers tend to trigger the haterade dispensers, I also checked to see whether or not they had anything in place for the search bots:<p><a href="https://www.google.com/#q=site:helloblock.io+how+to+build+a+bitcoin+wallet" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;#q=site:helloblock.io+how+to+build+a+...</a><p><pre><code> &gt; Your search - site:helloblock.io how to build a bitcoin wallet - &gt; did not match any documents. </code></pre> Too bad, as &#x27;building a bitcoin wallet&#x27; is certainly worth ranking for (and the content is certainly high quality)!
评论 #7749906 未加载
mappumabout 11 years ago
This is fine for learning about Bitcoin, but don&#x27;t use this is in production. No matter how secure you think you are, someone can likely get into your server and serve their own JavaScript (making your clients send all their money and&#x2F;or keys). Also, this tutorial uses a Bitcoin centralized service to communicate with the network, and you have to trust that they won&#x27;t feed you false information&#x2F;withhold transactions&#x2F;perform malleability attacks.
评论 #7750452 未加载
bmoresbest55about 11 years ago
What kind of security concern would there be with using JS to implement your wallet? Or building the wallet yourself as opposed to a solution with updates and whatnot?
评论 #7749945 未加载
评论 #7749916 未加载
jbb555about 11 years ago
I thought several times about building a bitcoin wallet but I&#x27;m just too worried that I&#x27;ll get something wrong and either lose a key or accidentally make a transaction that loses coins so decided not to risk it even for my own use. I&#x27;d frankly be terrified to let anyone else risk their own money on something like that without extreme levels of code review etc.
stuart_vabout 11 years ago
These kind of handson tutorials are awesome. You can just copy&#x2F;paste and run the code inside the browser console and see your transaction propagate to the network. I wish more tutorials were as easily &#x27;runnable&#x27;.
battaniabout 11 years ago
Good tutorial and good service. Interested in seeing Part 2: Manage Addresses&#x2F;Keys