maint(README): update README

Add --on-share-found to p2pool to notify when a share is found
pull/173/head
James Willhoite 2 years ago committed by GitHub
parent dfef5d5299
commit b40db0a562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,6 +144,12 @@ delaycompress
nocreate
}
```
- To run a script when a SHARE is found, pass the executable file to the command line parameter `--on-share-found`
- The file will get the following args `BLOCK|SHARE` `client_ip_address` `User` `block-height` `diff`
```
--on-share-found /path/to/file
```
### Windows

Loading…
Cancel
Save