From 27ccb7833925f3c4f3e5edafaabfbc48a8627f85 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Wed, 12 Jun 2019 14:14:18 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f1d8fdf..07dd7a7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,15 @@ To generate a zcash paper wallet and save it as a PDF, run This will generate 3 shielded z-addresses and their corresponding private keys, and save them in a PDF file called `zecpaper-output.pdf` +## Run without network +If you are running a newish version of Linux, you can be doubly sure that the process is not contacting the network by running zecpaperwallet without the network namespace. + +``` +sudo unshare -n ./target/release/zecpaperwallet +``` +`unshare -n` runs the process without a network interface which means you can be sure that your data is not being sent across the network. + + ## Help options ``` USAGE: