chainspace / chainspace-prototype

Chainspace is a distributed ledger platform for high-integrity and transparent processing of transactions within a decentralized system.
https://chainspace.io
57 stars 37 forks source link

Running chainspace processes #42

Open milkyklim opened 6 years ago

milkyklim commented 6 years ago

Hello there!

When I try to run these 2 commands:

ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}' ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'

what exactly should be the output? Because I don't see any processes running.

UPD: was running the code on the linux machine.