|
1 | 1 | #### Market images
|
2 | 2 |
|
3 |
| -Get instance access key: |
| 3 | +Bitclouds offers images from market. These are special images sold by community members. |
4 | 4 |
|
5 |
| -`$ curl https://bitclouds.sh/key/hassaleh > ssh.key` |
| 5 | +Market images may have limited stock: |
6 | 6 |
|
7 |
| -Connect to the instance: |
8 |
| - |
9 |
| -`$ ssh -i ssh.key [email protected]` |
| 7 | +`$ curl https://bitclouds.sh/create/k8s` |
10 | 8 |
|
11 | 9 | ```
|
12 |
| -------------------: System Data :------------------------------- |
13 |
| -Hostname: hassaleh (10.0.0.13) |
14 |
| -Kernel: 4.19.0-13-amd64 (Debian GNU/Linux 10 (buster)) |
15 |
| -Uptime: 06:55:32 up 9 min, 1 user, load average: 0.06, 0.03, 0.00 |
16 |
| -CPU: Intel(R) Xeon(R) CPU v4 @ 3.60GHz (1 cores) |
17 |
| -Memory(Mb): 1 Gb total / 1 Gb free |
18 |
| -------------------------: Logged as: [debian] ------------------------------ |
19 |
| -
|
20 |
| -For support: https://support.bitclouds.sh |
21 |
| -
|
22 |
| -
|
23 |
| -debian@hassaleh:~$ |
24 |
| -
|
| 10 | +{ |
| 11 | +"error": "out of stock" |
| 12 | +} |
25 | 13 | ```
|
26 | 14 |
|
27 |
| -Add balance to your instance: |
28 |
| - |
29 |
| -`$ curl https://bitclouds.sh/topup/hassaleh` to add 99 sats by default |
| 15 | +One-time setup fee of 9900 satoshi is applied for market instances |
30 | 16 |
|
31 |
| -or `$ curl https://bitclouds.sh/topup/hassaleh/30000` specify amount (*==minutes*) you would like to pay |
| 17 | +`$ curl https://bitclouds.sh/create/k8s` |
32 | 18 |
|
33 | 19 | ```
|
34 | 20 | {
|
35 |
| - "host": "hassaleh", |
36 |
| - "invoice": "lnbc300u1p0ak37tpp52et53crpn0ssvh6w9z0v4jy294q7f258gtxw2gz9mres9vuu87lmsjpk423x63sy2s6dxdfkq0vrwcauuwclyzyfqdqadpshxumpd3jkssrzd96xxmr0w4j8xxqyjw5qcqpjsp5tevhmddxe9sc0w2p7s789c4yjmgfdmhtjsu2776cumx7lpgu5hhsrzjqgfursuzjw8vrwhwkut8r0nr62wjt6r8uxmuqu2x3hf2e6jy26z3uzw435qq8zgqqyqqqp9fqqqqqzcqyg9qy9qsq82x88w4ghzheaqgu9nsl3qmcc4hck0um3v2w63tu56j66gyf6zulmmqctvha422kfsptwajcs" |
| 21 | +... |
| 22 | + "price": "<1 sat/min", |
| 23 | + "setup_fee": "9900 sats", |
| 24 | + ... |
37 | 25 | }
|
38 | 26 | ```
|
| 27 | + |
| 28 | +Usually, market instance name has `m-` prefix (i.e. `m-alpherg`) in it's name |
| 29 | + |
| 30 | +Currently available only [k8s](./k8s.md) image in market |
0 commit comments