Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [server]
  2. host = 0.0.0.0
  3. electrum_rpc_port = 2036
  4. stratum_tcp_port = 5036
  5. stratum_http_port = 4036
  6. stratum_tcp_ssl_port =
  7. stratum_http_ssl_port =
  8. logfile = /data/electrum-verge.log
  9.  
  10.  
  11.  
  12. ## Change the following to enable testnet
  13. [network]
  14. pubkey_address = 30
  15. script_address = 33
  16. genesis_hash = 00000fc63692467faeb20cdb3b53200dc601d75bdfa1001463304cc790d77278
  17.  
  18. [leveldb]
  19. #fulltree is the new UTXO tree, required for Electrum 2.0 clients
  20. path = /data/db
  21. # for each address, history will be pruned if it is longer than this limit
  22. pruning_limit = 100
  23.  
  24. reorg_limit=1000
  25.  
  26. [bitcoind]
  27. bitcoind_host = verge-coind
  28. bitcoind_port = 8036
  29. bitcoind_user =
  30. bitcoind_password =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement