Advertisement
Guest User

burst-pool-config.js

a guest
Oct 24th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. module.exports = {
  2. wallets : [
  3. {
  4. walletIP : '127.0.0.1',
  5. walletPort : 8125,
  6. walletUrl : 'http://127.0.0.1:8125'
  7. }
  8. ],
  9. redirection : {
  10. enabled : false,
  11. target : 'http://fulcanelli.dyne.org:8124'
  12. },
  13. walletIndex: 0,
  14. blockMature : 1,
  15. txFeePercent : 0.0005,
  16. poolFee : 0.0015,
  17. poolDiff : 1000000,
  18. poolDiffCurve : 0.75,
  19. poolPort : 8124,
  20. poolPvtKey : 'xxx',
  21. poolPublicRS : 'BURST-THJ4-UZTA-6BD4-CZ7L2',
  22. poolPublic : '4e819e7b1acfea86c00399133d637b4a8d3cd3fcb7a7b1ffcb57331f80b6166b',
  23. poolFeePaymentAddr : '11549692178599820802',
  24. defaultPaymentDeadline : 1440,
  25. poolFeePaymentTxFeeNQT : 100000000,
  26. httpPort : 80,
  27. websocketPort : 4443,
  28. enablePayment : true,
  29. minimumPayout : 250.0,
  30. clearingMinPayout : 2.0,
  31. lastSessionFile : 'last-session.json',
  32. cumulativeFundReduction : 0.5,
  33. nextBlockFundSaving : 0.5,
  34. logWebsocketToConsole : false,
  35. maxRoundCount : 97,
  36. sharePenalty : 0.000,
  37. maxRecentPaymentHistory : 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement