12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # starwelsd RPC settings (linearize-hashes)
- rpcuser=someuser
- rpcpassword=somepassword
- #datadir=~/.starwels
- host=127.0.0.1
- port=8342
- #port=8332
-
- # bootstrap.dat hashlist settings (linearize-hashes)
- max_height=313000
-
- # bootstrap.dat input/output settings (linearize-data)
-
- # mainnet
- netmagic=f9beb4d9
- genesis=000000003d69a915e9da53348c5c272978bb743442e3a6341c11061c125811a2
- input=/home/example/.starwels/blocks
-
- # ai
- #netmagic=0b110907
- #genesis=000000003d69a915e9da53348c5c272978bb743442e3a6341c11061c125811a2
- #input=/home/example/.starwels/ai/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
|