Hi George,
Happy New Year and Thank you very much for putting together this book and
sharing it with us.
···
On Mon, 1 Jan 2018 at 17:50, George Drummond < george.drummond@buildingblok.com> wrote:
Awesome! Thanks for this.
Happy new year!
> On Jan 1, 2018, at 09:01, Gerald Bauer <gerald.bauer@gmail.com> wrote:
>
> Hello,
>
> Why not learn and build your own cryptos in 2018?!
>
> I've put together a new free book: Programming Cryptocurrencies and
> Blockchains in Ruby [1] @ Yuki & Moto Press Bookshelf.
>
> The book incl. merkle trees, central banks, shilling, crypto
> kitties & copycats, and, of course, tulips (on the blockchain) and
> more.
>
> Happy new year. Prosit 2018! Cheers.
>
> [1] Programming Cryptocurrencies and Blockchains (Book Edition)
>
> Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org
?subject=unsubscribe>
> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Hello,
Thanks for the kind words. It's beta - a rough draft.
Note: You can find more crypto links at the new Awesome Crypto [1]
page @ Planet Ruby that tries to
collect goodies about cryptocurrencies and blockchains, public key
infrastructure (pki), merkle trees and more
Looks awesome and exactly what I have been looking for. I’ve wanted to do a block chain in Ruby, but talking with others has convinced me that it would be significantly slower than programming it in c or even python. Can you speak to this? Is there a chance for a competitive Ruby based block chain?
Thanks,
Kip
···
On Jan 1, 2018, at 11:05 AM, Gerald Bauer <gerald.bauer@gmail.com> wrote:
Hello,
Thanks for the kind words. It's beta - a rough draft.
Note: You can find more crypto links at the new Awesome Crypto [1]
page @ Planet Ruby that tries to
collect goodies about cryptocurrencies and blockchains, public key
infrastructure (pki), merkle trees and more
Is there a chance for a competitive Ruby based [enterprise-y] block chain?
Of course, Ruby is great for blockchains. It's just a data structure
or database or a web service.
I'm building competitve blockchains in Ruby - no joking :-).
For benchmarks, see the Ruby 3x3 optcarrot [1], for example.