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.

Haskoin – Haskell implementation of the Bitcoin specifications

80 pointsby jc123almost 11 years ago

7 comments

oakwhizalmost 11 years ago
The part about this that interests me the most is that it makes the Bitcoin protocol more understandable. The code is very readable and it contains a lot of comments.
评论 #7933032 未加载
implralmost 11 years ago
Awesome library, but I'm a bit worried that they chose to implement their own crypto(mostly ECDSA), instead of using an existing implementation known to be correct.
评论 #7932889 未加载
espadrinealmost 11 years ago
I wish there was a comparison in the performance benchmark. What was its purpose if we cannot compare it to the mainstream Bitcoin software's performance?
评论 #7931732 未加载
DogeDogeDogealmost 11 years ago
looks nice. I wonder when we will be able to see a real type safe BTC exchange
leohalmost 11 years ago
How long did this take to write? How large is your team?
评论 #7936719 未加载
Dewiealmost 11 years ago
I guess the name is understandable since it is an implementation of a protocol in Haskell. But I wonder if the day Haskell becomes a mainstream language is the day when few of the apps and such built with Haskell aren't play on words or references to Haskell terminology. :)
评论 #7931093 未加载
评论 #7931077 未加载
smrtinsertalmost 11 years ago
80 columns - I'm surprised to see this honestly.