Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://www.synthdata.co/">
<img alt="Synth banner logo" src="https://github.com/mode-network/synth-subnet/blob/main/docs/images/logo.png" height="134" />
<img alt="Synth banner logo" src="https://github.com/synthdataco/synth-subnet/blob/main/docs/images/logo.png" height="134" />
</a>
</div>

Expand All @@ -13,7 +13,7 @@
<b>Website</b>
</a>
·
<a href="https://github.com/mode-network/synth-subnet/blob/main/Synth%20Whitepaper%20v1.pdf" target="_blank">
<a href="https://github.com/synthdataco/synth-subnet/blob/main/Synth%20Whitepaper%20v1.pdf" target="_blank">
<b>Whitepaper</b>
</a>
·
Expand All @@ -30,7 +30,7 @@

<div align="center">

[![License: MIT](https://img.shields.io/github/license/mode-network/synth-subnet)][license]
[![License: MIT](https://img.shields.io/github/license/synthdataco/synth-subnet)][license]

</div>

Expand Down Expand Up @@ -119,19 +119,19 @@ Initially prompt parameters will always have the following values:

**Asset Weights**

| Asset | Weight |
|-------|--------|
| BTC | 1.0 |
| ETH | 0.7064366394033871 |
| XAU | 1.7370922597118699 |
| SOL | 0.6310037175639559 |
| SPYX | 3.437935601155441 |
| NVDAX | 1.6028217601617174 |
| TSLAX | 1.6068755936957768 |
| AAPLX | 2.0916380815843123 |
| Asset | Weight |
| ------ | ------------------ |
| BTC | 1.0 |
| ETH | 0.7064366394033871 |
| XAU | 1.7370922597118699 |
| SOL | 0.6310037175639559 |
| SPYX | 3.437935601155441 |
| NVDAX | 1.6028217601617174 |
| TSLAX | 1.6068755936957768 |
| AAPLX | 2.0916380815843123 |
| GOOGLX | 1.6827392777257926 |
| XRP | 0.5658394110809131 |
| HYPE | 0.4784547133706857 |
| XRP | 0.5658394110809131 |
| HYPE | 0.4784547133706857 |
| WTIOIL | 0.8475062847978935 |

Validators will alternate between sending out requests for BTC and ETH predictions, at 30min intervals. The miner has until the start time to return ($N_{\text{sim}}$) paths, each containing price predictions at times given by:
Expand Down Expand Up @@ -321,5 +321,5 @@ Please refer to the [LICENSE][license] file.

<!-- links -->

[license]: https://github.com/mode-network/synth-subnet/blob/main/LICENSE
[license]: https://github.com/synthdataco/synth-subnet/blob/main/LICENSE
[table-of-contents]: #table-of-contents
2 changes: 1 addition & 1 deletion contrib/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ After you submit a pull request, it will be reviewed by the maintainers. They ma
> Note: Be sure to merge the latest from "upstream" before making a pull request:

```bash
git remote add upstream https://github.com/mode-network/synth-subnet.git
git remote add upstream https://github.com/synthdataco/synth-subnet.git
git fetch upstream
git merge upstream/<your-branch-name>
git push origin <your-branch-name>
Expand Down
6 changes: 3 additions & 3 deletions docs/miner_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,11 @@ where

You can find the validation function here:

[response_validation_v2.py#L49](https://github.com/mode-network/synth-subnet/blob/schedule-new-format/synth/validator/response_validation_v2.py#L49)
[response_validation_v2.py#L51](https://github.com/synthdataco/synth-subnet/blob/main/synth/validator/response_validation_v2.py#L51)

And an example of the prompt parameters here:

[validator.py#L71](https://github.com/mode-network/synth-subnet/blob/44921d343e6f8ba770558018a28508796ce2a3ce/neurons/validator.py#L71)
[prompt_config.py#L5](https://github.com/synthdataco/synth-subnet/blob/main/synth/validator/prompt_config.py#L5)

You can test your prediction format using this miner script:

Expand Down Expand Up @@ -806,7 +806,7 @@ Yes. The testnet UID is 247, and it functions identically to mainnet.

Modify this function:

[simulations.py#L10](https://github.com/mode-network/synth-subnet/blob/13642c4c3287da52c602ac8c629b26a7cdc66628/synth/miner/simulations.py#L10)
[simulations.py#L25](https://github.com/synthdataco/synth-subnet/blob/main/synth/miner/simulations.py#L25)

Take into account all prompt parameters except sigma, which you may ignore.

Expand Down
6 changes: 3 additions & 3 deletions docs/miner_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
### 2.1. Clone the code and implement your model

- Clone the Synth subnet repository.
- Modify the implementation of this function to run your own model: [simulations.py#L10](https://github.com/mode-network/synth-subnet/blob/13642c4c3287da52c602ac8c629b26a7cdc66628/synth/miner/simulations.py#L10)
- Modify the implementation of this function to run your own model: [simulations.py#L25](https://github.com/synthdataco/synth-subnet/blob/main/synth/miner/simulations.py#L25)
- Use all parameters from the prompt **except** `sigma`, which you may ignore.

### 2.2. Check that your model generates a valid response
Expand Down Expand Up @@ -71,7 +71,7 @@ $ CORRECT

### 2.5. Launch your miner with PM2

- Create a new file called `miner.local.config.js` using the config from this link: [miner.config.js#L1](https://github.com/mode-network/synth-subnet/blob/f231c7b9151de6382d11e8102ae70c6b3f1b1fc7/miner.config.js#L1)
- Create a new file called `miner.local.config.js` using the config from this link: [miner.config.js#L1](https://github.com/synthdataco/synth-subnet/blob/main/miner.config.js#L1)
- Modify the wallet name and hotkey name as needed.
- Start the miner with PM2:

Expand Down Expand Up @@ -251,7 +251,7 @@ sudo npm install pm2 -g
Clone the synth subnet repository:

```shell
git clone https://github.com/mode-network/synth-subnet.git
git clone https://github.com/synthdataco/synth-subnet.git
```

Change directory to the project root
Expand Down
2 changes: 1 addition & 1 deletion docs/validator_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
**Step 1: Clone the repository**

```shell
git clone https://github.com/mode-network/synth-subnet.git
git clone https://github.com/synthdataco/synth-subnet.git
```

**Step 2: Change directory to the project root**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read_requirements(path):
description="synth_subnet",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mode-network/synth-subnet",
url="https://github.com/synthdataco/synth-subnet",
author="mode.network",
packages=find_packages(),
include_package_data=True,
Expand Down
Loading