From f2f911cc461f931d3974d99340ecf35d18cc80ce Mon Sep 17 00:00:00 2001 From: M5M400 Date: Sat, 20 Oct 2018 16:20:03 +0200 Subject: [PATCH] hiding update procedure in a commit message... ...is stupid :P --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a390fe1..7b7741b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # xmr-node-proxy +## Monero v8 Update procedure: +In order to update your existing proxy installation for the Oct. 2018 Monero fork, run this from the proxy dir: + +git pull && npm install --upgrade nan && rm -rfv node_modules/cryptonight-hashing && npm i git+https://github.com/MoneroOcean/node-cryptonight-hashing.git ## Setup Instructions