Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Apr 30, 2022
1 parent 293ba21 commit 81040f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* **Status**
- `p2pool` displays latest share found & shares per day


## Fixes
* **P2Pool**
- mini pool fix - reconfigure with `monero-bash config` or edit `p2pool.json`
Expand Down
1 change: 1 addition & 0 deletions config/p2pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//
// Fixed difficulty for miners that connect to your node must be set in their p2pool.json
//
// Change "name": "default",
{
"name": "default",
"password": "",
Expand Down
1 change: 1 addition & 0 deletions src/func/rpc
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ wget \
"$DAEMON_RPC_IP" \
--header='Content-Type:application/json' \
--post-data=$payload
code_Wget
echo
}
2 changes: 1 addition & 1 deletion src/txt/hashlist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ b5577ad82e36485bf6bd7b8a4a0ade969381e1cd4962269f96ec302631611cdd src/func/print
15a2736372f128b5c6568f945634385a05f26dbdc9246140ebd992755962ce3e src/func/prompt
532802099d74285467ddb059c1aeda4cd3e5ae262a85383bc0766bffc4c23607 src/func/remove
4bc61b26e63df62e47496722e60c27166d60d6c3f82165394002e7a28ba83d8f src/func/reset
d1cd0c505b35109359486cf3c9eefe0d6bebb5539cdaf8f7050f6d50e3d6929e src/func/rpc
c3da6dc23f8e4d2dbb84b08e8ff5f8bd461f5645fde334cf4efb28cb17259afa src/func/rpc
10c836abf96204840164eed15e204fb5ef541b2b22af6fff3566fccbf4bc45f4 src/func/safety
2fd0938c1173ab9b41ff58c69712c4f7c3e8a038796437d564da93c53040cb82 src/func/seed
debb835b8db5612b3c69a1c3fc3f06692f511c1c590a7e2da25124ad1ba3da49 src/func/status
Expand Down

0 comments on commit 81040f8

Please sign in to comment.