From 535700ff1f310ad21cc9f45401e95090213bc732 Mon Sep 17 00:00:00 2001 From: webworker01 Date: Sat, 20 Feb 2021 03:12:07 -0500 Subject: [PATCH] add solo wsb pool_config example --- .gitignore | 4 +++- coins/wsb.json | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 coins/wsb.json diff --git a/.gitignore b/.gitignore index c62a092..42c7e83 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,10 @@ node_modules/ .idea/ config.json pool_configs/ -!pool_configs/zclassic_example.json +!pool_configs/komodo.json +!pool_configs/solo-wsb.json coins/ !coins/komodo.json +!coins/wsb.json website/piratepool.io/static/*.txt redis-data/ \ No newline at end of file diff --git a/coins/wsb.json b/coins/wsb.json new file mode 100644 index 0000000..6686407 --- /dev/null +++ b/coins/wsb.json @@ -0,0 +1,9 @@ +{ + "name": "WSB", + "symbol": "WSB", + "algorithm": "equihash", + "txfee": 0.0001, + "peerMagic": "faa04bca", + "sapling": true, + "disablecb": true +}