bitomc 0.1.4

BitOMC wallet and indexer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

set -euxo pipefail

until [ -f /Volumes/OPENDIME/README.txt ]; do
  sleep 1
done

dd if=/dev/urandom of=/Volumes/OPENDIME/entro.bin bs=1024 count=256

until [ -f /Volumes/OPENDIME/address.txt ]; do
  sleep 1
done

cat /Volumes/OPENDIME/address.txt | tr -d '\r\n'