From 0272931dc4f6e07b82528dcc15ce3d427b7a2eb4 Mon Sep 17 00:00:00 2001 From: Salimjamal33 Date: Fri, 15 Nov 2024 02:14:57 +0300 Subject: [PATCH] Delete src/config.json --- src/config.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/config.json diff --git a/src/config.json b/src/config.json deleted file mode 100644 index cbe2e168..00000000 --- a/src/config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "autosave": true, - "cpu": true, - "opencl": false, - "cuda": false, - "pools": [ - { - "coin": null, - "algo": "rx/0", - "url": "xmrpool.eu:9999", - "user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7", - "pass": "x", - "tls": true, - "keepalive": true, - "nicehash": true - } - ] -}