mirror of
https://github.com/monero-project/research-lab.git
synced 2024-12-23 03:59:40 +00:00
4 lines
175 B
Python
4 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")
|