Re: [livecode] live coding for cash

From: Evan Buswell <ebuswell_at_gmail.com>
Date: Wed, 29 Jan 2014 19:25:53 -0800

Rob Myers wrote:
> Now I'm wondering about communist equivalents of Bitcoin...
>
> - Rob.

Everyone has a wallet with the number '1' in it. You cryptographically
sign that number in order to not exchange anything. The number '1' is
still in your wallet.

implementation:

#!/bin/sh
# comwallet -- communist bitcoin
case $1 in
        transfer)
                echo "no"
                ;;
        contents)
                echo "1"
                ;;
        donttransfer)
                echo "1"|gpg --sign - >/dev/null
                ;;
        *)
                echo "Usage: $0 transfer|contents|donttransfer"
                ;;
esac

-Evan
Received on Thu Jan 30 2014 - 03:27:36 GMT

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST