more scripts
This commit is contained in:
6
ethw
Executable file
6
ethw
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
WEB3_RPC_URL='https://mainnet.infura.io/v3/6570d341bf4b4d499a5b5026c46e20ba'
|
||||
export WEB3_RPC_URL
|
||||
WEB3_PRIVATE_KEY=0x` keepassxc-cli show ~/keys/Passwörter.kdbx 'ether wallet' -k ~/keys/passwörter.key -s | awk '{ if($1 == "Password:") {printf "%s", $2} }' | node ~/mining/ethGetPk/index.js`
|
||||
export WEB3_PRIVATE_KEY
|
||||
exec web3 "$@"
|
||||
Reference in New Issue
Block a user