Guest User

Untitled

a guest
Dec 25th, 2017
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. rpcpassword=1
  2. rpcuser=1
  3. printtoconsole=0
  4.  
  5. dns=0
  6. noirc=0
  7.  
  8. #uncomment this line if UNPNP gives you trouble
  9. noupnp=1
  10.  
  11.  
  12. # comment out this line (add # right in the beginning of the line) and / or set to 0 if UNPNP gives you trouble
  13. #unpnp=1
  14.  
  15. #
  16. #TOR, uncomment in case of KGB
  17. #proxy=127.0.0.1:9050
  18.  
  19. daemon=1
  20.  
  21. server=1
  22.  
  23. gen=0
  24.  
  25. #
  26. #IMPORTANT STUFF BELOW! DON'T CHANGE! (Unless you REALLY know what your are doing)
  27. #
  28.  
  29. testnet=1
  30. testnet_config=1
  31.  
  32. #The message start string is designed to be unlikely to occur in normal data.
  33. #The characters are rarely used upper ascii, not valid as UTF-8, and produce
  34. # a large 4-byte int at any alignment.
  35. # measage start string 0 - 3 if not set settings will default to normal settings
  36. # examples:
  37. # namecoin settings in hex
  38. #\xf9\xbe\xb4\xfe
  39. # testnet settings
  40. #\xfa\xbf\xb5\xda
  41. # mainnet settings
  42. #{ 0xf9, 0xbe, 0xb4, 0xd9 }
  43. # weeds settings
  44. #\xf8\xbf\xb5\xda
  45. # beerA settings
  46. #xf9 \ xbe \ xb4\ xd9
  47. #\xf7\xbf\xb5\xdb
  48. #My mainnet settings: xf9; xda; xf9; xd9;
  49. pscMessageStart0=249
  50. pscMessageStart1=218
  51. pscMessageStart2=249
  52. pscMessageStart3=217
  53.  
  54. ProofOfWorkLimit=20
  55.  
  56. block_nBits=504365040
  57.  
  58. #in Multicoin-qt this defineds the title on top of the gui window box
  59. WindowTitle="Fairbrix Wallet"
  60.  
  61. #in Multicoin-qt this is the CoinName seen on the top of the gui window
  62. CoinName="[Fairbrix]"
  63.  
  64. #in Multicoin-qt this is the name of the graphic icon file displayed in the top left corner of the gui window
  65. # you must put a compatible graphic image into the :icons/ dir for this to work like png
  66. #for this to work you will also have to add the image file names to the bitcoin.qrc file and compile
  67. WindowIcon=:icons/tenebrix
  68.  
  69. #AddressVersion is the 8 bit (char) 0 - 255 header code appended to the first 8 bits of the send address default is 0 for main 111 for testnet
  70. AddressVerson=95
  71.  
  72. #ArtForz's fix for the timestamp issues. VITAL!
  73.  
  74. enablefullretargetperiod=1
  75.  
  76. # listen port can now be set to other than 18333 for testnet on proto nets nX
  77. port=8590
  78.  
  79. # send port is the address port we will be sending to each node, the other nodes must be listening on this port nX
  80. #very useful
  81.  
  82. portsend=8590
  83.  
  84. # rpcport will also be changed for namecoin here
  85. rpcport=8645
  86.  
  87. # set MAX_MONEY that can be created by minners, limit seems to be no smaller than 50 no biger than 21mil?
  88. max_money=1369777777
  89.  
  90. #Subsidy value is what is paid when a new block is found default is 50 and pre inflation block rate if custom_inflation set
  91. Subsidy=25
  92.  
  93. #custom inflation active setting to change inflation rate for smaller networks
  94. custom_inflation=0
  95.  
  96. #
  97.  
  98.  
  99.  
  100. #my new Pbtc pszTimestamp for as found on google seen on front page of New York Times paper
  101. pszTimestamp="U.S.-Born Qaeda Leader Killed in Yemen"
  102.  
  103. #these values must be with value 0x to the front to make hex format
  104. #pbtc block.hashMerkleRoot value
  105. block_hashMerkleRoot=20b5bcdab814672c06c036207409b3c407f43aaaf0b2d39d04de480285b728bf
  106.  
  107. #pbtc new genesisblock
  108. genesisblock=e8466d129e33bf6699572b69138f17723be88d23fec32641d46c044986ca5c07
  109.  
  110. #Pbtc new block.ntime time epoc use date +%s to get this number before you create a new chain
  111. block_nTime=1317423319
  112.  
  113. #Pbtc new block.nNonce
  114. block_nNonce=1889238
  115.  
  116. # IRC channel to use if you want something other than #bitcoin or #bitcoinTEST skip adding the # to the name
  117. irc_channel=fairbrix00
  118.  
  119.  
  120.  
  121. #COINBASE_MATURITY defaults to 100 if changed here will credit minned coins in this number of new blocks
  122. coinbase_maturity=150
  123.  
  124. # this chain ID number as with bitcoin chainid=0 namecoin chainid=1, at this point I'm not sure if we should set to 1 or 2 or?
  125. #OurChainID=3
Add Comment
Please, Sign In to add comment