diff options
author | necrashter | 2022-04-23 22:45:36 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 23:12:09 +0300 |
commit | 8f37c8e2fb2914bd11f35ac2c57a22393eab894f (patch) | |
tree | 028826f62efd38b3b30a1d1d2971d860660215b3 /testnet.yaml | |
parent | e4e31cecd4e5032c0b2d8ef8f71f24cef9212cd2 (diff) | |
download | gradecoin-8f37c8e2fb2914bd11f35ac2c57a22393eab894f.tar.gz gradecoin-8f37c8e2fb2914bd11f35ac2c57a22393eab894f.tar.bz2 gradecoin-8f37c8e2fb2914bd11f35ac2c57a22393eab894f.zip |
Add bots to sample configurations
Diffstat (limited to 'testnet.yaml')
-rw-r--r-- | testnet.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testnet.yaml b/testnet.yaml index 1736e03..d05ff21 100644 --- a/testnet.yaml +++ b/testnet.yaml | |||
@@ -20,3 +20,17 @@ tx_upper_limit: 5 | |||
20 | tx_lower_limit: 1 | 20 | tx_lower_limit: 1 |
21 | # Transaction traffic reward | 21 | # Transaction traffic reward |
22 | tx_traffic_reward: 1 | 22 | tx_traffic_reward: 1 |
23 | # The bots in the network | ||
24 | # Fingerprint: botconfig | ||
25 | bots: | ||
26 | StockFish: | ||
27 | starting_balance: 64 | ||
28 | AlphaZero: | ||
29 | starting_balance: 128 | ||
30 | HAL9000: | ||
31 | starting_balance: 256 | ||
32 | Skynet: | ||
33 | starting_balance: 512 | ||
34 | # I'm not responsible for any memetic hazards caused by this | ||
35 | RokosBasilisk: | ||
36 | starting_balance: 42 | ||