modernization changes
revision - changed to new correct links and adjusted instructions appropriately.
revision - changed to new correct links and adjusted instructions appropriately.
mkdir pool
cd pool
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-config.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-shelley-genesis.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-topology.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/testnet-config.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/testnet-shelley-genesis.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/testnet-topology.json
```
Make the core node "talk" only to **YOUR** relay node.
```text
nano shelley_testnet-topology.json
nano testnet-topology.json
{
"Producers": [
Make your **relay node** `talk` to your **block-producing** node and **other relays** in the network by editing the `shelley_testnet-topology.json` file:
```text
nano shelley_testnet-topology.json
nano testnet-topology.json
{
"Producers": [
0.22% was the original value but then shortly before the Shelley hardfork it was changed to 0.3%.
Closes: #285
Signed-off-by: Rafael Korbas <[email protected]>
Instead of taking stake verification key files. Stake addresses is the more sensible choice since MIR certs really contain a stake credential and a stake address is basically a wrapper for a stake credential. There's no need to keep both options (key files and stake addrs) since we can already convert from a stake vkey file to a stake address. It's strictly more general, since this now support script-flavour stake addresses. And sometimes we only have the stake address, not the vkey.
add icons for dashboard and dleegationList tab
* New translations en-US.json (Dutch) * New translations en-US.json (de-DE) * New translations en-US.md (Turkish) * New translations en-US.md (zh-Hans) * New translations en-US.md (zh-Hant) * New translations en-US.md (Portuguese, Brazilian) * New translations en-US.md (id-ID) * New translations en-US.md (Croatian) * New translations en-US.md (ru-RU) * New translations en-US.md (Slovak) * New translations en-US.md (Dutch) * New translations en-US.md (ko-KR) * New translations en-US.md (fr-FR) * New translations en-US.md (Spanish) * New translations en-US.md (Czech) * New translations en-US.md (de-DE) * New translations en-US.md (Greek) * New translations en-US.md (Italian) * New translations en-US.md (ja-JP) * New translations en-US.md (Dutch) * New translations en-US.md (Dutch)
removed Shelley references