Screw it, why not... really want to be able to do this and it has to be possible in some respect since IGS brought it up but can't seem to clarify in the way he originally meant.
Snippet: You can auto-launch with walletpassphrase
BOUNTY TIME !!!
50 bucks to the FIRST correct solution to the linked post in this thread !
https://bt.irlbtc.com/view/1059159.msg11765543#msg11765543You have to put the RPC config in your conf file:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333
Then you make your call using curl like this:
curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["
<yourwalletpassword>", 99999, true] }' -H 'content-type: text/plain;' http://
<rpcuser>:
<rpcpassword>@127.0.0.1:3333

Please send them to this stealth address:
cYBjoey3EfezH2qJDekP4QHiB6zhEykt2BifBVcGgET3GPDbRFsSsxjNg9XXaR2ywzfnnQwvbqkJoRZ
pjiHCLYe7UCTot36TMTB1jb
Gracias
Edit: And double Gracias because I learned something new today

Edit2: ["<yourwalletpassword>", 99999, true]
99999 : timeout
true : for staking only