<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Generation on Decentralized meta-learning</title>
    <link>https://blog.costan.ro/tags/generation/</link>
    <description>Recent content in Generation on Decentralized meta-learning</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 28 Dec 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.costan.ro/tags/generation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Generate IOTA address</title>
      <link>https://blog.costan.ro/post/2020-12-28-generate-iota-address/</link>
      <pubDate>Mon, 28 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2020-12-28-generate-iota-address/</guid>
      <description>&lt;p&gt;&#xA;Generate IOTA address using plain old Python, starting with random seed, derive private key, and finally the checksum and address.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generate Ethereum Address</title>
      <link>https://blog.costan.ro/post/2020-10-27-generate-ethereum-address/</link>
      <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2020-10-27-generate-ethereum-address/</guid>
      <description>&lt;p&gt;&#xA;  Generate Ethereum address from private key using plain old Python3, Elliptic Curve multiplication from &lt;a href=&#34;https://www.sagemath.org/&#34;&gt;SageMath&lt;/a&gt; and of course &lt;em&gt;Keccak&lt;/em&gt; hash function.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generate Monero address</title>
      <link>https://blog.costan.ro/post/2020-07-18-generate-monero-address/</link>
      <pubDate>Sat, 18 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2020-07-18-generate-monero-address/</guid>
      <description>&lt;p&gt;&#xA;Generate Monero address from the root private key using plain old Python, Edwards curve&amp;#39;s &lt;a href=&#34;https://ed25519.cr.yp.to/python/ed25519.py&#34;&gt;ed25519&lt;/a&gt; implementation, &lt;a href=&#34;https://github.com/tiran/pysha3&#34;&gt;Keccak-256&lt;/a&gt; hashing and Monero&amp;#39;s &lt;a href=&#34;https://github.com/bigreddmachine/MoneroPy/blob/master/moneropy/base58.py&#34;&gt;Base58&lt;/a&gt; encoding.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bech32 segwit address</title>
      <link>https://blog.costan.ro/post/2020-02-10-bitcoin-bech32-segwit-address/</link>
      <pubDate>Mon, 10 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.costan.ro/post/2020-02-10-bitcoin-bech32-segwit-address/</guid>
      <description>&lt;p&gt;&#xA;This is how to generate a Bech32 native segwit address in just a few lines of ZSH shell.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
