Transaction signing via audio modem tones

Standard

You may be familiar with a network security measure called air gap. The idea is that your offline bitcoin wallet is running on a machine that is physically isolated from unsecured networks such as the internet.  One user has started to use an air gap principle to do transactions between a hot wallet and cold wallet.  You may imagine having an air gap security bitcoin wallet or sending bitcoin transactions over the telephone line. How can you do that?

First you need to install minimodem which can encode and decode data using audio modem tones at a specific baud rate.  Once you have that installed you can do transactions between two machines using our script. An example output:

Cold wallet machine:

Hot wallet machine:

The host wallet machine can then import this transaction into the blockchain using any wallet.

The script:

Leave a Reply