I can SSH into the box that is running Quorum:
- run
gethwith the flag--allow-insecure-unlock geth attach new-node-1/geth.ipcpersonal.unlockAccount(eth.accounts[0])
I'm interested in knowing if I can use the password directly from Remix?
(I'm also running a virtual desktop on my box, that's why localhost:22000 works for me)
But why?
I had some troubles with network configuration and temporarily my AWS security policy is "wide open", all the ports accessible by the public.
I'm worried that if I do unlockAccount someone could mess with my stuff.
For the production environment majority of the ports will be closed but for the sake of learning I would like to know is there a way to use a password directly from the UI?
A little bit related: Truffle mingration: Error: authentication needed: password or unlock - interactive command prompt in Truffle script.
