Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. [BLOCKCHAIN]
  2. blockchain_source = blockr
  3. network = mainnet
  4. rpc_host = localhost
  5. rpc_port = 8332
  6. rpc_user = bitcoin
  7. rpc_password = password
  8.  
  9. [MESSAGING]
  10. host = irc.cyberguerrilla.org
  11. channel = joinmarket-pit
  12. port = 6697
  13. usessl = true
  14. socks5 = false
  15. socks5_host = localhost
  16. socks5_port = 9050
  17. maker_timeout_sec = 30
  18.  
  19. [POLICY]
  20. merge_algorithm = default
  21. tx_fees = 3
  22. listunspent_args = [0]
  23.  
  24. [GUI]
  25. gaplimit = 20
  26. history_file = jm-tx-history.txt
  27. check_high_fee = 2
  28. max_mix_depth = 5
  29. txfee_default = 5000
  30. order_wait_time = 30
  31. privacy_warning = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement