You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
64 lines
1.6 KiB
# litecoind RPC settings (linearize-hashes)
|
|
rpcuser=someuser
|
|
rpcpassword=somepassword
|
|
#datadir=~/.litecoin
|
|
host=127.0.0.1
|
|
|
|
#mainnet default
|
|
port=9332
|
|
|
|
#testnet default
|
|
#port=19332
|
|
|
|
#regtest default
|
|
#port=19443
|
|
|
|
#signet default
|
|
#port=38332
|
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
max_height=313000
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
|
|
|
# mainnet
|
|
netmagic=fbc0b6db
|
|
genesis=12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2
|
|
input=/home/example/.litecoin/blocks
|
|
|
|
# testnet
|
|
#netmagic=fdd2c8f1
|
|
#genesis=4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0
|
|
#input=/home/example/.litecoin/testnet3/blocks
|
|
|
|
# regtest
|
|
#netmagic=fabfb5da
|
|
#genesis=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206
|
|
#input=/home/example/.bitcoin/regtest/blocks
|
|
|
|
# signet
|
|
#netmagic=0a03cf40
|
|
#genesis=00000008819873e925422c1ff0f99f7cc9bbb232af63a077a480a3633bee1ef6
|
|
#input=/home/example/.bitcoin/signet/blocks
|
|
|
|
# "output" option causes blockchain files to be written to the given location,
|
|
# with "output_file" ignored. If not used, "output_file" is used instead.
|
|
# output=/home/example/blockchain_directory
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
hashlist=hashlist.txt
|
|
|
|
# Maximum size in bytes of out-of-order blocks cache in memory
|
|
out_of_order_cache_sz = 100000000
|
|
|
|
# Do we want the reverse the hash bytes coming from getblockhash?
|
|
rev_hash_bytes = False
|
|
|
|
# On a new month, do we want to set the access and modify times of the new
|
|
# blockchain file?
|
|
file_timestamp = 0
|
|
# Do we want to split the blockchain files given a new month or specific height?
|
|
split_timestamp = 0
|
|
|
|
# Do we want debug printouts?
|
|
debug_output = False
|