mmgen.cfg 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Configuration file for the MMGen suite
  2. # Everything following a '#' is ignored
  3. ################
  4. # User options #
  5. ################
  6. # Uncomment to suppress the GPL license prompt:
  7. # no_license true
  8. # Uncomment to enable quieter output:
  9. # quiet true
  10. # Uncomment to disable color output:
  11. # color false
  12. # Uncomment to use testnet instead of mainnet:
  13. # testnet true
  14. # Set the RPC host (the host bitcoind is running on):
  15. # rpc_host localhost
  16. # Set the default hash preset:
  17. # hash_preset 3
  18. # Set the default number of entropy characters to get from user.
  19. # Must be between 10 and 80.
  20. # A value of 0 disables user entropy, but this is not recommended:
  21. # usr_randchars 30
  22. # Set the default transaction fee in BTC:
  23. # tx_fee 0.0003
  24. # Set the transaction fee adjustment factor. Auto-calculated fees are
  25. # multiplied by this value:
  26. # tx_fee_adj 1.0
  27. #####################################################################
  28. # The following options are probably of interest only to developers #
  29. #####################################################################
  30. # Uncomment to display lots of debugging information:
  31. # debug true
  32. # Set the timeout for RPC connections:
  33. # http_timeout 60