Skip to content

Instantly share code, notes, and snippets.

@ademers
Created August 22, 2013 13:08
Show Gist options
  • Save ademers/6306887 to your computer and use it in GitHub Desktop.
Save ademers/6306887 to your computer and use it in GitHub Desktop.
Twitter: tweet embed
<blockquote class="twitter-tweet"><p>We can now embed Public Facebook Posts on websites.&#10;&#10;<a href="http://t.co/Bmqpq3GgSB">http://t.co/Bmqpq3GgSB</a></p>&mdash; Andrea DeMers (@ademers) <a href="https://twitter.com/ademers/statuses/370530357390888960">August 22, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
@jliving207
Copy link

apt update

wget -c https://go.dev/dl/go1.22.0.linux-amd64.tar.gz

tar -C /usr/local/ -xzf go1.22.0.linux-amd64.tar.gz

PATH=$PATH:/usr/local/go/bin

mkdir $HOME/nimble && cd $HOME/nimble

git clone https://github.com/nimble-technology/wallet-public.git

cd wallet-public

make install

/root/go/bin/nimble-networkd keys add ilovenimble

apt update

apt install python3-venv

cd $HOME/nimble

git clone https://github.com/nimble-technology/nimble-miner-public.git

cd nimble-miner-public

make install

source ./nimenv_localminers/bin/activate

make run addr=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment