From 7b4a378c925a26e7f12f83f1d10e7a5cde1ef9c1 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 28 Jun 2018 21:14:29 -0600 Subject: [PATCH] Add public-ip option to snap validator with cuda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec5d8dbf..18fbebe92 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ $ sudo snap set solana mode=validator public-ip=$(curl -s http://ifconfig.co) ``` If CUDA is available: ```bash -$ sudo snap set solana mode=validator enable-cuda=1 +$ sudo snap set solana mode=validator public-ip=$(curl -s http://ifconfig.co) enable-cuda=1 ``` By default the validator will connect to **testnet.solana.com**, override