mirror of
https://github.com/monero-project/research-lab.git
synced 2024-12-22 19:49:35 +00:00
3 lines
175 B
Python
3 lines
175 B
Python
import os
|
|
sec = raw_input("wallet pass?")
|
|
os.system(" ~/bitmonero/build/release/bin/simplewallet --wallet-file ~/wallet/testwallet1 --password "+sec+" --rpc-bind-port 18082")
|