Mining for Bitcoin Vanity Addresses with Elixir
Let’s take another bite out of Mastering Bitcoin and implement a basic algorithm for generating vanity Bitcoin public addresses. After we implement the basic algorithm, we’ll add our Elixir special sauce and turn it into a fully parallelized procedure.
Read next Intro to Elixir Guards