You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,12 +105,12 @@ You can quickly spin up a local cluster (on Linux and Darwin), based on any of a
105
105
- ``devops`` is an unloaded profile (no transaction generation) with short slots -- ``0.2`` sec.
106
106
- ..and many more -- which can be either:
107
107
- listed, by ``make ps``
108
-
- observed at their point of definition: `nix/workbench/profiles/prof1-variants.jq <https://github.com/input-output-hk/cardano-node/tree/master/nix/workbench/profiles/prof1-variants.jq#L333-L526>`_
108
+
- observed at their point of definition: `nix/workbench/profiles/prof1-variants.jq <https://github.com/intersectmbo/cardano-node/tree/master/nix/workbench/profiles/prof1-variants.jq#L333-L526>`_
109
109
2. Optional: select mode of operation, by optionally providing a suffix:
110
110
- default -- no suffix -- just enter the workbench shell, allowing you to run ``start-cluster`` at any time. Binaries will be built locally, by ``cabal``.
111
111
- ``autostay`` suffix -- enter the workbench shell, start the cluster, and stay in the shell afterwards. Binaries will be built locally, by ``cabal``.
112
112
- ``autonix`` suffix -- enter the workbench shell, start the cluster. All binaries will be provided by the Nix CI.
113
-
- ..there are other modes, as per `lib.mk <https://github.com/input-output-hk/cardano-node/tree/master/lib.mk>`_
113
+
- ..there are other modes, as per `lib.mk <https://github.com/intersectmbo/cardano-node/tree/master/lib.mk>`_
114
114
3. Enter the workbench shell for the chosen profile & mode:
115
115
``make <PROFILE-NAME>`` or ``make <PROFILE-NAME>-<SUFFIX>`` (when there is a suffix).
<ahref="https://github.com/input-output-hk/cardano-node/actions/workflows/haskell.yml"><imgalt="GitHub Workflow Status (master)"src="https://img.shields.io/github/workflow/status/input-output-hk/cardano-node/Haskell%20CI/master" /></a>
12
-
<ahref="https://github.com/input-output-hk/cardano-node/actions/workflows/haskell.yml"><imgalt="GitHub Workflow Status (branch)"src="https://img.shields.io/github/workflow/status/input-output-hk/cardano-node/Haskell%20CI/nightly?label=nightly" /></a>
11
+
<ahref="https://github.com/intersectmbo/cardano-node/actions/workflows/haskell.yml"><imgalt="GitHub Workflow Status (master)"src="https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-node/haskell.yml?branch=master" /></a>
12
+
<ahref="https://github.com/intersectmbo/cardano-node/actions/workflows/haskell.yml"><imgalt="GitHub Workflow Status (branch)"src="https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-node/haskell.yml?branch=nightly" /></a>
13
13
</td>
14
14
</tr>
15
15
</table>
@@ -20,7 +20,7 @@
20
20
Overview of the ``cardano-node`` repository
21
21
*************************
22
22
23
-
Integration of the `ledger <https://github.com/input-output-hk/cardano-ledger-specs>`_, `consensus <https://github.com/input-output-hk/ouroboros-network/tree/master/ouroboros-consensus>`_,
23
+
Integration of the `ledger <https://github.com/input-output-hk/cardano-ledger-specs>`_, `consensus <https://github.com/input-output-hk/ouroboros-consensus>`_,
24
24
`networking <https://github.com/input-output-hk/ouroboros-network/tree/master/ouroboros-network>`_ and
@@ -52,7 +52,7 @@ Documentation for building the node can be found `here <https://docs.cardano.org
52
52
Executables
53
53
===========
54
54
55
-
You can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the `release notes <https://github.com/input-output-hk/cardano-node/releases>`_
55
+
You can download the hydra binaries of ``cardano-node`` and ``cardano-cli`` from the `release notes <https://github.com/intersectmbo/cardano-node/releases>`_
56
56
57
57
58
58
Running the node on Windows
@@ -135,7 +135,7 @@ Configuration
135
135
====
136
136
137
137
The ``--config`` flag points to a ``.yaml`` (or a structurally equivalent ``.json``) file that is responsible to configuring the logging & other important settings for the node. E.g. see the Byron mainnet configuration in this
To start, please ensure that you are familiar with setting up and operating the `Cardano node <https://github.com/input-output-hk/cardano-node>`_. Alternatively, see instructions on how to `start your node <https://github.com/input-output-hk/cardano-node-wiki/wiki/2_start_your_nodes>`_ to submit the commands. You will not need to set up and start a full block producing node ('stake pool'), just a much simpler relay node. This node will need to connect to a Cardano network that is capable of processing native tokens (e.g., the native token pre-production environment (PPE), or the Cardano mainnet).
440
+
To start, please ensure that you are familiar with setting up and operating the `Cardano node <https://github.com/intersectmbo/cardano-node>`_. Alternatively, see instructions on how to `start your node <https://github.com/input-output-hk/cardano-node-wiki/wiki/2_start_your_nodes>`_ to submit the commands. You will not need to set up and start a full block producing node ('stake pool'), just a much simpler relay node. This node will need to connect to a Cardano network that is capable of processing native tokens (e.g., the native token pre-production environment (PPE), or the Cardano mainnet).
441
441
442
442
****
443
443
API Documentation
444
444
****
445
445
446
-
The API documentation is published `here <https://input-output-hk.github.io/cardano-node/>`_.
446
+
The API documentation is published `here <https://cardano-node.cardano.intersectmbo.org/>`_.
447
447
448
448
The documentation is built with each push, but is only published from ``master`` branch. In order to
449
449
test if the documentation is working, build the documentation locally with ``cabal haddock-project --local --output=./haddocks`` and
0 commit comments