Advertisement
Guest User

Bitcoin based coins

a guest
Jun 26th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. // Coin Name
  2. Democoin
  3.  
  4. // Coin Abbreviation (6 letters max)
  5. DMC
  6.  
  7. // Coin Address Prefix
  8. D or d
  9.  
  10. // Coin Logo
  11. User provider or in-house graphics
  12.  
  13. // Coin Type
  14. Pure PoW, Hybrid PoW/PoS, or Pure PoS
  15.  
  16. // PoW Hashing Algorithm *Feel free to inquire about any unlisted algorithms!*
  17. Scrypt, SHA-256, X11, X13, X14, or X15
  18.  
  19. // PoS Hashing Algorithm
  20. Scrypt or Blake2s
  21.  
  22. // Difficulty Retargetting Algorithm
  23. Default, BRNDF, DGW V3, or Digishield
  24.  
  25. // Block Time *Between 120 and 600 seconds.*
  26. 0
  27.  
  28. // Block Reward Structure *Give detailed infomation on required reward structure or Use a simple reward like bitcoin*
  29. 5
  30.  
  31. // Block Reward Halving *Block reward will cut in half every X blocks.*
  32. 0
  33.  
  34. // Premine %
  35. 0
  36.  
  37. // Max Supply
  38. 21,000,000
  39.  
  40. - PoS Parameters -
  41.  
  42. // Yearly Interest %
  43. 1
  44.  
  45. // Minimum Stake Age (in days) *Minimum coin age to generate a PoS block*
  46. 30
  47.  
  48. // Maximum Stake Age (in days) *Maximum stake age, for the purposes of calculating PoS block reward*
  49. 90
  50.  
  51. Optional Features
  52.  
  53. // Alert System *Alert System allows messages about critical network problems to be broadcast to all clients.*
  54. Yes or No
  55.  
  56. // Testnet *The testnet is an alternative block chain, to be used for testing.*
  57. Yes or No
  58.  
  59. // Maximum Block Size *Maximum block size allowed by the network. If you do not know what this is, leave it at 1 MB.*
  60. 1MB
  61.  
  62. // Custom Genesis Timestamp *If you do not know what this is, leave it default.*
  63. Default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement