diff options
-rw-r--r-- | config.yaml | 11 | ||||
-rw-r--r-- | testnet.yaml | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index fe2502a..96fc02f 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -20,3 +20,14 @@ tx_upper_limit: 4 | |||
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 | cde48537ca2c28084ff560826d0e6388b7c57a51497a6cb56f397289e52ff41b: | ||
27 | starting_balance: 70 | ||
28 | a1a38b5bae5866d7d998a9834229ec2f9db7a4fc8fb6f58b1115a96a446875ff: | ||
29 | starting_balance: 20 | ||
30 | 4e048fd2a62f1307866086e803e9be43f78a702d5df10831fbf434e7663ae0e7: | ||
31 | starting_balance: 120 | ||
32 | 60e77101e76950a9b1830fa107fd2f8fc545255b3e0f14b6a7797cf9ee005f07: | ||
33 | starting_balance: 40 | ||
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 | ||