From af7b3566c4e86da64f921e0c376653fdb5ff62b8 Mon Sep 17 00:00:00 2001 From: Yzord Date: Tue, 4 Oct 2016 11:53:52 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1d741893..7321bbf04 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,19 @@ Start mining cd ~ cd komodo -./src/komodo-cli listreceivedbyaddress 0 true +#To start the daemon to get wallet addres and pubkey +./src/komodod -gen -genproclimit=2 & + #This will give you your wallet address +./src/komodo-cli listreceivedbyaddress 0 true -./src/komodo-cli validateaddress RJeXg8vtvyC5vmB1WGsPnbHH4C6HLY42BK #This will return your pubkey eg. "0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" for your address +./src/komodo-cli validateaddress RJeXg8vtvyC5vmB1WGsPnbHH4C6HLY42BK +#To stop the dameon: +./src/komodo-cli stop + +#This starts komodo notary - replace genproclimit with number of threads you want to use ./src/komodod -gen -genproclimit=2 -notary -pubkey="0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" & #This starts komodo notary - replace genproclimit with number of threads you want to use @@ -103,8 +110,8 @@ cd komodo #To view the process: ps -ef | grep komodod -#Once you have the process number (eg 25567) you can type the following to kill komodo mining: -kill 25567 +#To stop the dameon: +./src/komodo-cli stop #To view komodod output: tail -f ~/.komodo/debug.log From d2438574e63f6d05f3f3a2908424025ba762cd84 Mon Sep 17 00:00:00 2001 From: Yzord Date: Tue, 4 Oct 2016 12:00:27 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7321bbf04..a3d865b1c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ cd komodo #This starts komodo notary - replace genproclimit with number of threads you want to use ./src/komodod -gen -genproclimit=2 -notary -pubkey="0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" & -#This starts komodo notary - replace genproclimit with number of threads you want to use #This will get the stats: ./src/komodo-cli getinfo @@ -110,7 +109,7 @@ cd komodo #To view the process: ps -ef | grep komodod -#To stop the dameon: +#To stop the daemon: ./src/komodo-cli stop #To view komodod output: From d5a5f0f390b5eebd8ff307f3615f7af2f49f6b21 Mon Sep 17 00:00:00 2001 From: Yzord Date: Tue, 4 Oct 2016 12:01:08 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d865b1c..80ef1ae8f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ cd komodo #This will return your pubkey eg. "0259e137e5594cf8287195d13aed816af75bd5c04ae673296b51f66e7e8346e8d8" for your address ./src/komodo-cli validateaddress RJeXg8vtvyC5vmB1WGsPnbHH4C6HLY42BK -#To stop the dameon: +#To stop the daemon: ./src/komodo-cli stop #This starts komodo notary - replace genproclimit with number of threads you want to use