thetatoken / theta-protocol-ledger

Reference implementation of the Theta Blockchain Ledger Protocol
https://docs.thetatoken.org/
GNU General Public License v3.0
363 stars 85 forks source link

Do I need to set a "theta" password? #37

Open AhnSungHyeon opened 5 years ago

AhnSungHyeon commented 5 years ago

You have successfully installed and running "theta" on Linux as shown in the URL below.

https://github.com/thetatoken/theta-mainnet-integration-guide/blob/master/docs/setup.md

Entering the command "theta start --config=../private/node" will add theta to the list of running processes.

I want to run the "theta" process in the background.

But you have to enter your password to run "theta."

Can you tell me how to pass the password to the "theta" running in the background on Linux?

jieyilong commented 5 years ago

For now we'd recommend to run the "theta" process in a screen/tmux session on Linux. We will take a look to see if there is a way to pass the password to the "theta" process running in the background.

giovannirco commented 4 years ago

Is there a way to run theta process in the background passing the password as an argument to from the config file at this time?

jieyilong commented 4 years ago

Yeah you can pass the password through the command line:

theta start --config=../private/node --password=<PASSWORD>

giovannirco commented 4 years ago

Thank you very much!! 🥇