Super-simple script to create a signed transaction
node txn.js --data /path/to/binary --nonce nonce --private private_key (--to recipient)
curl -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params":["raw txn value from above"],"id":2}' localhost:8545