Skip to content
Snippets Groups Projects
Commit 5450ba2b authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Starting new file structure

parent a69e5910
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
funtion fatal
{
echo "$@" >&2
exit 1
}
test -n "$1" ||
fatal "Send to whom?"
test -n "$2" ||
fatal "Send how much?"
rcpt=$1
eth=$2
cat<<EOJS | geth --datadir node1 attach
eth.sendTransaction({from:eth.accounts[0], to: "${rcpt}", value: web3.toWei(${eth}, "ether")})
EOJS
NIC1 bfa@bc.duna.com.ar
Sealer 0x2fd693d1204907ae7d97b5d7d2e93ef877ef2c7d
IPv4 200.68.65.135
IPv6 2800:40:1:6::135
CABASE1 apugawko@
Sealer 0xf2d954738d49ff0fca43c7b3915e8499c983c5de
IPv4 200.9.157.216
NIC2 robert@cloud.duna.com.ar
Sealer 0xbeebad827a9664d6be5be0f9393dd158826833c6
IPv4 190.210.214.194
NIC3 Mariano Absatz
Transactor 0x95368af92200d72ae698466f44f9f4b34a7abb2f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment