diff options
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 | ||