-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathbid.yaml
42 lines (37 loc) · 1.56 KB
/
bid.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
duration: 8h
price: 2.5 USD/h
# Optional - restricts buying resources only from specified address.
#counterparty: 0x8125721c2413d99a33e351e1f6bb4e56b6b61567
blacklist: 0x8125721c2413d99a33e351e1f6bb4e56b6b61234
# Identity level of the counterparty. Can be "anonymous", "registered", "identified" and "professional".
identity: anonymous
tag: my-app
resources:
network:
# Indicates whether overlay networking is required.
overlay: true
# Indicates whether outbound connections are required (internet access).
outbound: true
# Indicates whether inbound connections are required and public IP should be present on worker.
incoming: true
benchmarks:
# Required RAM size in bytes.
ram-size: 1000000
# Required CPU cores. This only specifies mininum number of CPU threads, not their scheduling.
# To specify amount of computing power use cpu-sysbench-* parameters
cpu-cores: 1
# Minimum computing power of single CPU thread, calculated via sysbench
# (some abstract value, currently it is how many times CPU can calculate first 50000 prime numbers in 10 seconds).
cpu-sysbench-single: 800
# The same as above, but for all threads, can be less than cpu-sysbench-single when you need less than 1 core.
cpu-sysbench-multi: 1000
# Download throughput in bits/s.
net-download: 12000
# Upload throughput in bits/s.
net-upload: 5000
# Minimum number of GPU.
gpu-count: 1
# Minimum memory of single GPU.
gpu-mem: 4096000000
# GPU performance - ETH hashrate (hashes/s).
gpu-eth-hashrate: 15000000