mmgen.cfg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 force 256-color output when 'color' is true:
  13. # force_256_color true
  14. # Uncomment to use testnet instead of mainnet:
  15. # testnet true
  16. # Set the RPC host (the host bitcoind is running on):
  17. # rpc_host localhost
  18. # Set the RPC host's port number
  19. # rpc_port 8332
  20. # Uncomment to override 'rpcuser' in bitcoin.conf
  21. # rpc_user myusername
  22. # Uncomment to override 'rpcpassword' in bitcoin.conf
  23. # rpc_password mypassword
  24. # Uncomment to set the Bitcoin datadir
  25. # bitcoin_data_dir /path/to/datadir
  26. # Set the default hash preset:
  27. # hash_preset 3
  28. # Set the default number of entropy characters to get from user.
  29. # Must be between 10 and 80.
  30. # A value of 0 disables user entropy, but this is not recommended:
  31. # usr_randchars 30
  32. # Set the default transaction fee in BTC:
  33. # tx_fee 0.0003
  34. # Set the transaction fee adjustment factor. Auto-calculated fees are
  35. # multiplied by this value:
  36. # tx_fee_adj 1.0
  37. #####################################################################
  38. # The following options are probably of interest only to developers #
  39. #####################################################################
  40. # Uncomment to display lots of debugging information:
  41. # debug true
  42. # Set the timeout for RPC connections:
  43. # http_timeout 60