Difference between revisions of "Translations:HowTo run NodeCore/27/zh-cn"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "<pre> cd /<myDir>/nodecore-0.1.7/bin ./nodecore -d ~/data/ > /dev/null 2>&1 & </pre>")
 
 
Line 2: Line 2:
 
cd /<myDir>/nodecore-0.1.7/bin
 
cd /<myDir>/nodecore-0.1.7/bin
 
./nodecore -d ~/data/ > /dev/null 2>&1 &
 
./nodecore -d ~/data/ > /dev/null 2>&1 &
</pre>
 

Latest revision as of 07:15, 15 October 2018

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (HowTo run NodeCore)
<pre>
cd /<myDir>/nodecore-0.1.7/bin
./nodecore -d ~/data/ > /dev/null 2>&1 &
</pre>
Translation<pre>
cd /<myDir>/nodecore-0.1.7/bin
./nodecore -d ~/data/ > /dev/null 2>&1 &
cd /<myDir>/nodecore-0.1.7/bin
./nodecore -d ~/data/ > /dev/null 2>&1 &