Skip to content

Commit

Permalink
PEPE pool_configs and required 4% dev addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopepe committed Nov 18, 2017
1 parent 5a21b23 commit 7277be9
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions pool_configs/pepecoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"enabled": true,
"coin": "pepecoin.json",

"address": "yourpepecoinaddress",

"rewardRecipients": {
"PNaJS3mPMcQc6gYsLJ1H8zwGH6H1XxTn48": 4.0,
"PRrxVPXcTB3vLccfPUFTMW2z57wJGwdGuj": 4.0,
"PLRcVGVcYvA66bMXePwhRQ2exWMvPoVo71": 4.0
},


"paymentProcessing": {
"enabled": true,
"paymentInterval": 20,
"minimumPayment": 70,
"daemon": {
"host": "127.0.0.1",
"port": 19332,
"user": "testuser",
"password": "testpass"
}
},

"ports": {
"3008": {
"diff": 8
},
"3032": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 256
}
},

"daemons": [
{
"host": "127.0.0.1",
"port": 19332,
"user": "testuser",
"password": "testpass"
}
],

"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 19333,
"disableTransactions": true
},

"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "ltc",
"checkPassword": true,
"autoCreateWorker": false
}

}

0 comments on commit 7277be9

Please sign in to comment.