Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbusuioceanu/webdollar-miner-tips-tricks
WebDollar Miner Tips & Tricks, debugging, error explaining and relevant info
https://github.com/cbusuioceanu/webdollar-miner-tips-tricks
cryptocurrency webdollar webdollar-miner webdollar-miner-tips
Last synced: 13 days ago
JSON representation
WebDollar Miner Tips & Tricks, debugging, error explaining and relevant info
- Host: GitHub
- URL: https://github.com/cbusuioceanu/webdollar-miner-tips-tricks
- Owner: cbusuioceanu
- License: mit
- Created: 2019-04-17T17:16:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T18:22:56.000Z (over 5 years ago)
- Last Synced: 2024-05-02T04:46:58.589Z (6 months ago)
- Topics: cryptocurrency, webdollar, webdollar-miner, webdollar-miner-tips
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDollar Miner Tips & Tricks
WebDollar Miner Tips & Tricks, debugging, error explaining and relevant info#### 1. You get this error on Raspberry Pi or on any other system.
```
Unhandled rejection Error: Unknown system error -117: unknown system error -117 link /home/YOUR_USER/.npm/_cacache/tmp/....etc
```
#### You need to run this command:
```
npm cache clear --force
bash install-miner.sh
```
----
#### 2. PushWork errors
```
PushWork raised an error { message: 'WorkDone: Answer is null' }
```
#### You are not connected to the Pool or got disconnected by it. Get in touch with the pool owner.
----
#### 3. Block xxxyyy was not mined...
```
block 696666 was not mined...
```
#### That's just a notification that tells you the block was not mined. You can see a lot of lines like this when CPU_MAX is set to -100 and you're mining only POS
----
#### 4. You get gyp ERR! build error
```
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
.
.
.
.
gyp ERR! node -v v0.10.25
.
.
.
```
#### You don't have the required node version: v8.2.1. You need to remove your local node version and use ```bash install-miner.sh``` to install the correct version.
----
#### 5. You get: ```not enough funds to mine POS. It is required 100 WEBD to mine POS```
#### Your wallet must have a minimum of 100 WEBD to mine POS (stake)
----
#### 6. You get:
```
Error: listen EACCESS 0.0.0.0:80
```
#### Run your WebDollar Miner on another port, e.g.: SERVER_PORT=8080 npm run commands