Skip to content

Commit 0853b70

Browse files
authoredMar 21, 2024
Merge pull request #19 from hashed-io/docs/collators
Added collator related docs.
2 parents 7034307 + c75b164 commit 0853b70

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
 

‎docs/collator_program_cohort_1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Collator Program Cohort 1
3+
sidebar_position: 1
4+
---
5+
6+
## Terms
7+
- Eligible Slots: 10
8+
- Price: $7,500 USD
9+
- Receive:
10+
- 1,000,000 HASH
11+
- Price: $0.0075 USD / HASH
12+
- 100% Participant Reward of 1,000,000 HASH
13+
- Full 2,000,000 HASH vests linearly between purchase date and December 18, 2024
14+
- Operate Collator until December 18, 2024
15+
- Maintain upgrades in a reasonable fashion
16+
- Payable in DOT, BTC, or USDT.
17+
18+
## Additional Info
19+
- Total supply: 1,000,000,000 HASH
20+
- Implied fully diluted valuation: $7.5 M
21+
- Vesting using standard pallet_vesting pallet

‎docs/collator_setup.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Collator Setup
3+
sidebar_position: 2
4+
---
5+
The hashed parachain collator is based on the polkadot v1.3.0 parachain template and as such the binary accepts the same parameters as a standard substrate collator, for more information on collators and how to start one please review this [guide](https://docs.substrate.io/reference/how-to-guides/parachains/connect-to-a-relay-chain/#start-the-collators). This document is a one stop shop for all the elements required to run a hashed parachain collator.
6+
7+
+ The hashed parachain binary can be downloaded from the [release](https://github.com/hashed-io/hashed-substrate-parachain/releases/tag/hashed-node-v3).
8+
+ The hashed parachain raw chain spec can be downloaded [here](https://raw.githubusercontent.com/hashed-io/hashed-substrate-parachain/hashed-node-v3/resources/hashed-collator-raw-spec.json).
9+
+ Bootnode:
10+
+ /dns/c2.p2p.hashed.network/tcp/443/wss/p2p/12D3KooWBdoiZsvYnYnWEdefordNhwSaueiiFmuKnZewomkps4sz
11+
12+
NOTE: Remember to register your aura public key with the session pallet using the setKeys extrinsic.

‎sidebars.js

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ const sidebars = {
4848
collapsed: false,
4949
items: ['genesis_allocations', 'hash_usage', 'hash_inflation', 'governance'],
5050
},
51+
{
52+
type: 'category',
53+
label: 'Collators',
54+
collapsible: true,
55+
collapsed: false,
56+
items: ['collator_program_cohort_1', 'collator_setup'],
57+
},
5158
// {
5259
// type: 'category',
5360
// label: 'Guides',

0 commit comments

Comments
 (0)