mmgen.cfg 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 regtest mode (this also sets testnet to true):
  15. # regtest true
  16. # Uncomment to use testnet instead of mainnet:
  17. # testnet true
  18. # Set the RPC host (the host the coin daemon is running on):
  19. # rpc_host localhost
  20. # Set the RPC host's port number
  21. # rpc_port 8332
  22. # Uncomment to override 'rpcuser' from coin daemon config file
  23. # rpc_user myusername
  24. # Uncomment to override 'rpcpassword' from coin daemon config file
  25. # rpc_password mypassword
  26. # Uncomment to set the coin daemon datadir
  27. # daemon_data_dir /path/to/datadir
  28. # Set the default hash preset:
  29. # hash_preset 3
  30. # Set the default number of subseeds:
  31. # subseeds 100
  32. # Set the default number of entropy characters to get from user.
  33. # Must be between 10 and 80.
  34. # A value of 0 disables user entropy, but this is not recommended:
  35. # usr_randchars 30
  36. # Set the maximum transaction fee for BTC:
  37. # btc_max_tx_fee 0.003
  38. # Set the transaction fee adjustment factor. Auto-calculated fees are
  39. # multiplied by this value:
  40. # tx_fee_adj 1.0
  41. # Set the maximum transaction file size:
  42. # max_tx_file_size 100000
  43. # Set the maximum input size - applies both to files and standard input:
  44. # max_input_size 1048576
  45. # Uncomment to suppress non-ASCII character password warning for MSWin / MSYS2
  46. # mswin_pw_warning false
  47. ###################
  48. # Altcoin options #
  49. ###################
  50. # Set the maximum transaction fee for BCH:
  51. # bch_max_tx_fee 0.1
  52. # Set the maximum transaction fee for LTC:
  53. # ltc_max_tx_fee 0.3
  54. # Set the maximum transaction fee for ETH:
  55. # eth_max_tx_fee 0.005
  56. # Set the Ethereum mainnet name
  57. # eth_mainnet_chain_name foundation
  58. # Set the Ethereum testnet name
  59. # eth_testnet_chain_name kovan
  60. #####################################################################
  61. # The following options are probably of interest only to developers #
  62. #####################################################################
  63. # Uncomment to display lots of debugging information:
  64. # debug true
  65. # Set the timeout for RPC connections:
  66. # http_timeout 60