Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. [server]
  2. # username for running the daemon
  3. username = electrum
  4. # hostname. set it to a FQDN in order to be reached from outside
  5. host = 159.203.121.202
  6. # ports
  7. electrum_rpc_port = 8000
  8. stratum_tcp_port = 50001
  9. #stratum_tcp_ssl_port = 50002
  10. #report_host =
  11. #report_stratum_tcp_port = 50001
  12. #report_stratum_tcp_ssl_port = 50002
  13. banner = Welcome to the Electrum Server!
  14. banner_file = /etc/electrum.banner
  15. #irc = no
  16. #irc_nick = <yournickname>
  17. #irc_bind_ip = <external ip address>
  18. #ssl_certfile = /path/to/electrum-server.crt
  19. #ssl_keyfile = /path/to/electrum-server.key
  20. logfile = /home/electrum/electrum.log
  21. donation_address =
  22.  
  23. [leveldb]
  24. # path to your database
  25. path = /home/electrum/db/
  26. # for each address, history will be pruned if it is longer than this limit
  27. pruning_limit = 100
  28.  
  29. # cache sizes in bytes, the default is optimized for ~4 GB RAM setups to run bitcoind alongside
  30. # If you have lots of RAM increase up to 16 times for best performance
  31. #hist_cache = 67108864
  32. #utxo_cache = 134217728
  33. #addr_cache = 16777216
  34.  
  35. [bitcoind]
  36. bitcoind_host = localhost
  37. bitcoind_port = 20102
  38. # user and password from bitcoin.conf
  39. bitcoind_user = xxxxxx
  40. bitcoind_password = xxxxxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement