Skip to content

Commit

Permalink
Reintroduce default rewardRecipients and invalidAddress
Browse files Browse the repository at this point in the history
Both are pointing to the foundation address used for the pool.veruscoin.io fees plus it is mentioned in the setup guide.
  • Loading branch information
BloodyNora authored Dec 9, 2019
1 parent 28b2753 commit e0b848d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pool_configs/examples/vrsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@

"tAddress": "RPURzp19sqQrrkjj2TrUGKTTJk8XX5cjh5",
"_comment_tAddress": "Pools Outgoing address",

"rewardRecipients": {
"RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ": 1.0
},

"invalidAddress":"RVjvbZuqSGLGDm1B9BFkbHWySPKEx4tfjQ",
"_comment_invalidAddress": "Invalid addresses will be converted to the above",


"walletInterval": 1,
"_comment_walletInterval": "",

Expand Down

0 comments on commit e0b848d

Please sign in to comment.