bitcoin

sova-soars-the-sora 2021-02-26T05:53:13.008200Z

Cool. Yeah, there is a lot to learn. Distributed ledger via Peer-to-Peer makes sense in cutting out the bank. But the block chain has more mysteries: signing blocks [e.g. solving the puzzle = making the bow for the package], transaction fees to [hopefully] get a transaction included in a block, and the 12-min desired average time ... if i'm not making that up from memory...

sova-soars-the-sora 2021-02-26T05:54:37.008400Z

10* minutes

sova-soars-the-sora 2021-02-26T06:08:21.008600Z

this faq is useful. https://en.bitcoin.it/wiki/Help:FAQ#Mining

2021-02-26T14:38:24.009600Z

I just got the book "Programming Bitcoin" that I'm going to start working through. It uses python, but this person started working through it in clojure: https://github.com/Bardia95/essays/tree/master/content/md/posts

2021-02-26T14:39:03.010200Z

I have a vague high level understanding of how it works but I think really implementing it from scratch is needed to gain a full intuition

kevinmershon 2021-02-26T17:21:58.011700Z

I don't dig into smart contract programming, but if you guys are interested in clojure-based trading of crypto (and stocks) you might want to check out my twitch channel. I'm also here on #codingandcoffee

kevinmershon 2021-02-26T17:22:15.012100Z

Smart contract programming as a concept is super interesting, I just don't have a use case for it personally right now