Free (Online) Book - Programming Cryptocurrencies and Blockchains in Ruby @ Yuki & Moto Press Bookshelf

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) :slight_smile: and
more.

    Happy new year. Prosit 2018! Cheers.

[1] http://yukimotopress.github.io/blockchains

Happy New Year! Much thanks

···

On Mon, Jan 1, 2018 at 4:01 PM, 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) :slight_smile: 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&gt;

looking great! thanks

···

On 1 January 2018 at 14:12, Maria Tikhonova <ritz.rkraft@gmail.com> wrote:

Happy New Year! Much thanks

On Mon, Jan 1, 2018 at 4:01 PM, 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) :slight_smile: 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&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

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) :slight_smile: 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&gt;

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) :slight_smile: 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&gt;

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

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

    Cheers. Greetings from Vienna. Prosit 2018!

[1] https://github.com/planetruby/awesome-crypto

Hey Gerald,

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

   Cheers. Greetings from Vienna. Prosit 2018!

[1] GitHub - openblockchains/crypto-books: Best of Crypto Books - A collection of books, white papers & more about crypto and blockchains.

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Hello,

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.

   Cheers.

[1] GitHub - planetruby/awesome-rubies: A collection of awesome Rubies (compilers, interpreters, virtual machines, parsers, doc generators, version managers, etc.)