From c5ecd8dcd334b29b0813c86d5b833e4e1233d4dc Mon Sep 17 00:00:00 2001 From: Snipa22 Date: Sat, 11 Feb 2017 12:13:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2aba92..beca6c3 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The pool is designed to have a dual-wallet design, one which is a fee wallet, on 2. Make sure to save your regeneration stuff! 3. For the pool wallet, store the password in a file, the suggestion is ~/wallet_pass 4. Change the mode of the file with chmod to 0400: chmod 0400 ~/wallet_pass -5. Start the wallet using PM2: pm2 start /usr/local/src/monero/build/release/bin/monero-wallet-rpc -- --rpc-bind-port 18082 --password-file ~/wallet_pass --wallet-file \ +5. Start the wallet using PM2: pm2 start /usr/local/src/monero/build/release/bin/monero-wallet-rpc -- --rpc-bind-port 18082 --password-file ~/wallet_pass --wallet-file \ --disable-rpc-login 6. If you don't use PM2, then throw the wallet into a screen and have fun. Manual Setup