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.
40 lines
945 B
40 lines
945 B
[DEFAULT]
|
|
|
|
btcpubkey = <test_btc_pubkey_replace_me>
|
|
|
|
[ASSETCHAINS]
|
|
# mined_coins is list of assetchains for which mining will be enabled
|
|
# When the list is empty, no -gen option will be addded to assetchain in question
|
|
# When the list contains only 'random' lowercase word, -gen param will be added to assetchains randomly
|
|
# Example 1:
|
|
# mined_coins = random
|
|
|
|
# Example 2:
|
|
# mined_coins = SUPERNET, BEER, PIZZA
|
|
|
|
# Example 3:
|
|
# mined_coins =
|
|
|
|
mined_coins =
|
|
|
|
# Delay in seconds between each assetchain is started
|
|
delay_asset = 20
|
|
|
|
rpc_username = rpcusernameINI
|
|
rpc_password = rpcpasswordINI
|
|
|
|
write_path_conf = ~/.komodo
|
|
|
|
|
|
|
|
[SCALING_TESTING]
|
|
|
|
sendtomany_recipients = {
|
|
'14Z1mazY4HfysZyMaKudFr63EwHqQT2njz': 50.0,
|
|
'147dRpRoYQxpf5WGnz7dipCcavtANRRfjt': 50.0
|
|
}
|
|
# Number of requests to be send against assetchains
|
|
number_of_requests = 100
|
|
|
|
# Delay in seconds between each loop
|
|
delay_between_requests = 0.5
|
|
|