Sep 11, 2014
initial commit
|
|
|
26 |
defaultPaymentDeadline : 1440, |
|
27 |
poolFeePaymentTxFeeNQT : 100000000, |
|
28 |
httpPort : 80, |
|
29 |
websocketPort : 4443, |
|
30 |
enablePayment : true, |
|
31 |
minimumPayout : 250.0, |
|
32 |
clearingMinPayout : 2.0, |
|
33 |
lastSessionFile : 'last-session.json', |
|
34 |
cumulativeFundReduction : 0.5, |
|
35 |
logWebsocketToConsole : false, |
|
36 |
maxRoundCount : 97, |
|
37 |
sharePenalty : 0.001, |
|
38 |
maxRecentPaymentHistory : 50 |
|
39 |
}; |
|
40 |
|
|
41 |
/* |
|
42 |
SubmitNonce = { |
|
43 |
secretPhrase, (private-key) ---> secretAccount (public-key) <----------+ |
|
44 |
+-- nonce, | |
|
45 |
| accountId ---> getRewardRecipient() ---> rewardId (public-pool-address) -+ |
|
46 |
| | ^ |
|
47 |
} | | | |
|
48 |
V V | |
|
49 |
nonce + genAccount | |
|
50 |
| | | |
|
51 |
+____________+ | |
|
52 |
| | |
|
53 |
V | |
|
54 |
Deadline | |
|
55 |
| (if smallest) | |
|
56 |
V | |
|
57 |
Forge() ------> getRewardRecipient() --------+ |
|
58 |
*/ |