├── .DS_Store ├── .gitignore ├── 0g ├── install_storage.sh ├── install_storage_v3.sh ├── install_validator.sh ├── install_validator_archive.sh ├── migrate.sh ├── storage-cli_upload.sh ├── update_rpc.sh ├── update_storage.sh ├── update_validator.sh └── validator_rpc.sh ├── Archway ├── archway_wallet.sh ├── genesis.json ├── install_archway.sh ├── restake.sh └── update_archway.sh ├── Gear ├── fix.sh ├── intsall_gear.sh └── update_gear.sh ├── Manta └── trusted_setup.sh ├── OAK Network └── install_oak.sh ├── README.md ├── StarkNet ├── install_starknet.sh ├── install_starknet_old.sh ├── update_starknet.sh └── update_starknet_old.sh ├── Uptick └── install_uptick.sh ├── aleo ├── auto_update.sh ├── install_miner.sh ├── install_miner.sh.bk ├── install_node.sh ├── moving_miner.sh ├── update_miner.sh ├── update_miner.sh.bk └── update_node.sh ├── aligned └── deploy_zk.sh ├── allora ├── change_rpc_worker1.sh ├── change_rpc_worker2.sh ├── change_rpc_worker3.sh ├── config.json ├── config_backup.json ├── install_allora.sh ├── install_full.sh ├── install_worker1.sh ├── install_worker2.sh ├── install_worker3.sh ├── remove.sh ├── update allora.sh ├── update.sh ├── update_rpc.sh ├── update_worker1.sh ├── update_worker2.sh └── update_worker3.sh ├── aptos ├── delete.sh ├── docker-compose-fullnode.yaml ├── docker-compose.yaml ├── fullnode.yaml ├── install.sh ├── old │ ├── install.sh │ ├── public_full_node.yaml │ ├── recover_keys.sh │ ├── recreate_identity.sh │ ├── seeds.yaml │ └── update.sh ├── stop_old_aptos.sh ├── update.sh └── validator.yaml ├── assetNode ├── addrbook.json ├── install.sh ├── peers.txt └── update_peers.sh ├── avail ├── avail copy.sh ├── avail.sh ├── config.yaml ├── install.sh ├── install_full.sh ├── madara.sh ├── update-full.yml └── update-light.yml ├── aztec ├── install.sh └── validator.sh ├── babylon ├── download_snapshot.sh └── install.sh ├── bazuka ├── install_bazuka.sh └── update.sh ├── bevm ├── install.sh ├── install_old.sh └── update.sh ├── bitcountry ├── install.sh ├── install_bk.sh └── update.sh ├── boolnetwork ├── install.sh └── update.sh ├── brinxai ├── delete.sh ├── install.sh ├── install_relay.sh └── update.sh ├── bundlr ├── health.sh ├── install_bundlr.sh ├── setup.sh ├── update_bundler.sh └── wallet.sh ├── casper-devxdao ├── activate_bid.sh ├── fix_sync.sh ├── install-1.sh ├── install-2.sh └── install-3.sh ├── celestia ├── blockspace_install.sh ├── blockspace_update.sh ├── install_1.sh ├── install_1_wallet.sh ├── install_2.sh ├── mamaki.sh └── update.sh ├── chasm-network ├── change_ports.sh ├── install.sh ├── install_dispute.sh └── update.sh ├── conduit └── install.sh ├── dill ├── dill_service.sh ├── install_alps.sh ├── migration.sh └── update.sh ├── dria └── install.sh ├── drosera ├── change_rpc.sh ├── install.sh └── update.sh ├── dusk ├── 1 ├── checker.py ├── download_state.sh ├── download_state_bk.sh ├── install.sh ├── itn-installer.sh └── update.sh ├── elixir ├── health.sh ├── install.sh ├── install_mainnet1.sh └── update.sh ├── entropy └── testnet.sh ├── espresso └── espresso.yaml ├── evmos ├── install.sh ├── peers.txt ├── update-fix.sh ├── update.sh └── update_peers.sh ├── farcaster ├── farcaster.sh └── install.sh ├── fleek ├── install.sh ├── install_docker.sh ├── node_details.sh ├── update.sh └── whitelist.sh ├── forta ├── agent.sh └── install.sh ├── frame ├── install.sh └── update.sh ├── gear └── setup.sh ├── gensyn ├── fix_login_loading_screen.sh ├── install.sh ├── new_install.sh ├── new_update.sh ├── ritual_ports └── update.sh ├── graph ├── add_monitoring.sh ├── caddy.sh ├── cli │ ├── Dockerfile │ ├── alt2Dockerfile │ ├── altDockerfile │ └── scripts │ │ └── poi ├── configs │ └── index_node.toml ├── docker-compose.yml ├── docker-compose_bk.yml ├── gnosis_node.sh ├── gnosis_snapshot.sh ├── indexer.sh ├── prometheus.yml └── shell ├── heminetwork ├── install.sh ├── run.sh ├── update.sh └── update_service.sh ├── holograph ├── bridge.sh ├── health.sh ├── install.sh └── systemd.sh ├── hyperliquid └── install.sh ├── hyperspace ├── health.sh └── install.sh ├── initia ├── check.sh ├── install.sh ├── install2.sh ├── install_oracle.sh └── update.sh ├── ironfish ├── ceremony.sh ├── hosts.json ├── ironfish-multi-5.sh ├── ironfish-update-hard-reset.sh ├── reset.sh ├── update.sh └── update.sh.bk ├── juneo ├── install.sh └── supernet.sh ├── kichain ├── fix_update.sh ├── install.sh ├── start.sh └── update.sh ├── koii └── install_task.sh ├── kroma ├── fix.sh ├── install.sh └── update.sh ├── kyve ├── install.sh ├── install_kaon-1.sh └── update.sh ├── lamina1 └── install.sh ├── layeredge └── install.sh ├── lukso └── lukso-install.sh ├── masa ├── connect.sh ├── fix_port.sh ├── install.sh ├── install_docker.sh ├── install_masa.sh ├── masa-testnet-dev-client-community.ovpn └── update.sh ├── massa ├── boostrap_list_bk.txt ├── bootstrap-fix.sh ├── bootstrap_list.txt ├── clear_massa.sh ├── install.sh ├── massa-client ├── rolls.sh ├── rolls.sh.bk ├── rollsroyce.sh ├── setup.sh ├── update.sh └── update_ipv6.sh ├── minima ├── Dockerfile ├── cron_fix.sh ├── fix.sh ├── install.sh ├── official_install.sh └── update.sh ├── multiple ├── health.sh ├── healthcheck.sh ├── install.sh └── update.sh ├── muon └── install.sh ├── namada ├── install_testnet.sh ├── namada-trusted-setup.sh ├── setup.sh ├── update_testnet.sh └── wallet.sh ├── nesa └── install.sh ├── nexus ├── install.sh ├── install2.sh └── update.sh ├── nibiru ├── install.sh └── setup.sh ├── nubit ├── Dockerfile.install ├── Dockerfile.update ├── config.toml ├── expect.sh ├── install.sh └── update.sh ├── nym ├── restore.sh └── update.sh ├── obol ├── monitoring_token.sh ├── teku_fix.sh └── update.sh ├── omniflix ├── install.sh ├── start.sh └── update.sh ├── penumbra ├── autostake.sh ├── ceremony.sh ├── install_penumbra.sh ├── setup.sh ├── update_penumbra.sh └── update_stake.sh ├── pipe ├── fix.sh ├── install.sh ├── testnet_install.sh ├── testnet_personal_data.sh ├── testnet_server_settings.sh ├── update.sh ├── update_node.sh └── waku_migration.sh ├── polkadex └── install.sh ├── privasea └── install.sh ├── realis └── realis.sh ├── ritual ├── change_port_3000_3009.sh ├── docker-compose.yaml ├── fix.sh ├── install.sh └── update.sh ├── shardeum ├── fix.sh ├── health.sh ├── install.sh ├── node-commands copy.ts ├── node-commands.ts ├── setup.sh ├── stake.sh └── unstake.sh ├── solana ├── halt.sh ├── monitoring_solana.sh ├── reanimate_main.sh ├── reanimate_test.sh ├── reanimate_test_fd.sh ├── restart-solana.sh ├── sys_tuner.sh └── tune.sh ├── sonaric └── uninstall.sh ├── soundness ├── install.sh └── key_generation.sh ├── streamr └── update.sh ├── subquery ├── ex3 │ ├── README.md │ ├── ex3_t1.sh │ ├── ex3_t2.sh │ └── ex3_t3.sh ├── ex4 │ ├── 1 │ │ ├── docker-compose.yml │ │ ├── mappingHandlers.ts │ │ ├── project.yaml │ │ └── schema.graphql │ ├── 2 │ │ ├── mappingHandlers.ts │ │ ├── project.yaml │ │ └── schema.graphql │ ├── 3 │ │ ├── mappingHandlers.ts │ │ └── schema.graphql │ ├── 4 │ │ ├── mappingHandlers.ts │ │ ├── project.yaml │ │ └── schema.graphql │ ├── 1.sh │ ├── 2.sh │ ├── 3.sh │ └── 4.sh └── install.sh ├── subsocial └── install.sh ├── subspace ├── bin_v2.sh ├── expect ├── fix_old_proc.sh ├── install.sh ├── install_docker.sh ├── install_operator_1.sh ├── install_operator_2.sh ├── migrate.sh ├── setup.sh ├── stake_wars.sh ├── stop_delete.sh ├── update_subspace.sh └── update_subspace_bk.sh ├── sui ├── fix.sh ├── sui_docker.sh ├── sui_docker_update.sh ├── sui_install.sh └── update_sui.sh ├── taiko ├── install.sh └── setup.sh ├── tfsc ├── sync.sh ├── tfsc.sh ├── tfsc_second.sh ├── update_tfsc.sh └── update_tfsc_2.sh ├── tools └── setup.sh ├── waku ├── install.sh ├── update.sh └── update_small.sh ├── xai └── install.sh └── zeitgeist ├── install.sh ├── old_id.sh ├── update.sh └── update.sh.bk /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /0g/install_storage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/install_storage.sh -------------------------------------------------------------------------------- /0g/install_storage_v3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/install_storage_v3.sh -------------------------------------------------------------------------------- /0g/install_validator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/install_validator.sh -------------------------------------------------------------------------------- /0g/install_validator_archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/install_validator_archive.sh -------------------------------------------------------------------------------- /0g/migrate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/migrate.sh -------------------------------------------------------------------------------- /0g/storage-cli_upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/storage-cli_upload.sh -------------------------------------------------------------------------------- /0g/update_rpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/update_rpc.sh -------------------------------------------------------------------------------- /0g/update_storage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/update_storage.sh -------------------------------------------------------------------------------- /0g/update_validator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/update_validator.sh -------------------------------------------------------------------------------- /0g/validator_rpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/0g/validator_rpc.sh -------------------------------------------------------------------------------- /Archway/archway_wallet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Archway/archway_wallet.sh -------------------------------------------------------------------------------- /Archway/genesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Archway/genesis.json -------------------------------------------------------------------------------- /Archway/install_archway.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Archway/install_archway.sh -------------------------------------------------------------------------------- /Archway/restake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Archway/restake.sh -------------------------------------------------------------------------------- /Archway/update_archway.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Archway/update_archway.sh -------------------------------------------------------------------------------- /Gear/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Gear/fix.sh -------------------------------------------------------------------------------- /Gear/intsall_gear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Gear/intsall_gear.sh -------------------------------------------------------------------------------- /Gear/update_gear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Gear/update_gear.sh -------------------------------------------------------------------------------- /Manta/trusted_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Manta/trusted_setup.sh -------------------------------------------------------------------------------- /OAK Network/install_oak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/OAK Network/install_oak.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # guides -------------------------------------------------------------------------------- /StarkNet/install_starknet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/StarkNet/install_starknet.sh -------------------------------------------------------------------------------- /StarkNet/install_starknet_old.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/StarkNet/install_starknet_old.sh -------------------------------------------------------------------------------- /StarkNet/update_starknet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/StarkNet/update_starknet.sh -------------------------------------------------------------------------------- /StarkNet/update_starknet_old.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/StarkNet/update_starknet_old.sh -------------------------------------------------------------------------------- /Uptick/install_uptick.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/Uptick/install_uptick.sh -------------------------------------------------------------------------------- /aleo/auto_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/auto_update.sh -------------------------------------------------------------------------------- /aleo/install_miner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/install_miner.sh -------------------------------------------------------------------------------- /aleo/install_miner.sh.bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/install_miner.sh.bk -------------------------------------------------------------------------------- /aleo/install_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/install_node.sh -------------------------------------------------------------------------------- /aleo/moving_miner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/moving_miner.sh -------------------------------------------------------------------------------- /aleo/update_miner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/update_miner.sh -------------------------------------------------------------------------------- /aleo/update_miner.sh.bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/update_miner.sh.bk -------------------------------------------------------------------------------- /aleo/update_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aleo/update_node.sh -------------------------------------------------------------------------------- /aligned/deploy_zk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aligned/deploy_zk.sh -------------------------------------------------------------------------------- /allora/change_rpc_worker1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/change_rpc_worker1.sh -------------------------------------------------------------------------------- /allora/change_rpc_worker2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/change_rpc_worker2.sh -------------------------------------------------------------------------------- /allora/change_rpc_worker3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/change_rpc_worker3.sh -------------------------------------------------------------------------------- /allora/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/config.json -------------------------------------------------------------------------------- /allora/config_backup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/config_backup.json -------------------------------------------------------------------------------- /allora/install_allora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/install_allora.sh -------------------------------------------------------------------------------- /allora/install_full.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/install_full.sh -------------------------------------------------------------------------------- /allora/install_worker1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/install_worker1.sh -------------------------------------------------------------------------------- /allora/install_worker2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/install_worker2.sh -------------------------------------------------------------------------------- /allora/install_worker3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/install_worker3.sh -------------------------------------------------------------------------------- /allora/remove.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /allora/update allora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update allora.sh -------------------------------------------------------------------------------- /allora/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update.sh -------------------------------------------------------------------------------- /allora/update_rpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update_rpc.sh -------------------------------------------------------------------------------- /allora/update_worker1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update_worker1.sh -------------------------------------------------------------------------------- /allora/update_worker2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update_worker2.sh -------------------------------------------------------------------------------- /allora/update_worker3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/allora/update_worker3.sh -------------------------------------------------------------------------------- /aptos/delete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/delete.sh -------------------------------------------------------------------------------- /aptos/docker-compose-fullnode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/docker-compose-fullnode.yaml -------------------------------------------------------------------------------- /aptos/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/docker-compose.yaml -------------------------------------------------------------------------------- /aptos/fullnode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/fullnode.yaml -------------------------------------------------------------------------------- /aptos/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/install.sh -------------------------------------------------------------------------------- /aptos/old/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/install.sh -------------------------------------------------------------------------------- /aptos/old/public_full_node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/public_full_node.yaml -------------------------------------------------------------------------------- /aptos/old/recover_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/recover_keys.sh -------------------------------------------------------------------------------- /aptos/old/recreate_identity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/recreate_identity.sh -------------------------------------------------------------------------------- /aptos/old/seeds.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/seeds.yaml -------------------------------------------------------------------------------- /aptos/old/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/old/update.sh -------------------------------------------------------------------------------- /aptos/stop_old_aptos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/stop_old_aptos.sh -------------------------------------------------------------------------------- /aptos/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/update.sh -------------------------------------------------------------------------------- /aptos/validator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aptos/validator.yaml -------------------------------------------------------------------------------- /assetNode/addrbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/assetNode/addrbook.json -------------------------------------------------------------------------------- /assetNode/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/assetNode/install.sh -------------------------------------------------------------------------------- /assetNode/peers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/assetNode/peers.txt -------------------------------------------------------------------------------- /assetNode/update_peers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/assetNode/update_peers.sh -------------------------------------------------------------------------------- /avail/avail copy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/avail copy.sh -------------------------------------------------------------------------------- /avail/avail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/avail.sh -------------------------------------------------------------------------------- /avail/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/config.yaml -------------------------------------------------------------------------------- /avail/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/install.sh -------------------------------------------------------------------------------- /avail/install_full.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/install_full.sh -------------------------------------------------------------------------------- /avail/madara.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/madara.sh -------------------------------------------------------------------------------- /avail/update-full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/update-full.yml -------------------------------------------------------------------------------- /avail/update-light.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/avail/update-light.yml -------------------------------------------------------------------------------- /aztec/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aztec/install.sh -------------------------------------------------------------------------------- /aztec/validator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/aztec/validator.sh -------------------------------------------------------------------------------- /babylon/download_snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/babylon/download_snapshot.sh -------------------------------------------------------------------------------- /babylon/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/babylon/install.sh -------------------------------------------------------------------------------- /bazuka/install_bazuka.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bazuka/install_bazuka.sh -------------------------------------------------------------------------------- /bazuka/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bazuka/update.sh -------------------------------------------------------------------------------- /bevm/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bevm/install.sh -------------------------------------------------------------------------------- /bevm/install_old.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bevm/install_old.sh -------------------------------------------------------------------------------- /bevm/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bevm/update.sh -------------------------------------------------------------------------------- /bitcountry/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bitcountry/install.sh -------------------------------------------------------------------------------- /bitcountry/install_bk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bitcountry/install_bk.sh -------------------------------------------------------------------------------- /bitcountry/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bitcountry/update.sh -------------------------------------------------------------------------------- /boolnetwork/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/boolnetwork/install.sh -------------------------------------------------------------------------------- /boolnetwork/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/boolnetwork/update.sh -------------------------------------------------------------------------------- /brinxai/delete.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | -------------------------------------------------------------------------------- /brinxai/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/brinxai/install.sh -------------------------------------------------------------------------------- /brinxai/install_relay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/brinxai/install_relay.sh -------------------------------------------------------------------------------- /brinxai/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/brinxai/update.sh -------------------------------------------------------------------------------- /bundlr/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bundlr/health.sh -------------------------------------------------------------------------------- /bundlr/install_bundlr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bundlr/install_bundlr.sh -------------------------------------------------------------------------------- /bundlr/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bundlr/setup.sh -------------------------------------------------------------------------------- /bundlr/update_bundler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bundlr/update_bundler.sh -------------------------------------------------------------------------------- /bundlr/wallet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/bundlr/wallet.sh -------------------------------------------------------------------------------- /casper-devxdao/activate_bid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/casper-devxdao/activate_bid.sh -------------------------------------------------------------------------------- /casper-devxdao/fix_sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/casper-devxdao/fix_sync.sh -------------------------------------------------------------------------------- /casper-devxdao/install-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/casper-devxdao/install-1.sh -------------------------------------------------------------------------------- /casper-devxdao/install-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/casper-devxdao/install-2.sh -------------------------------------------------------------------------------- /casper-devxdao/install-3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/casper-devxdao/install-3.sh -------------------------------------------------------------------------------- /celestia/blockspace_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/blockspace_install.sh -------------------------------------------------------------------------------- /celestia/blockspace_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/blockspace_update.sh -------------------------------------------------------------------------------- /celestia/install_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/install_1.sh -------------------------------------------------------------------------------- /celestia/install_1_wallet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/install_1_wallet.sh -------------------------------------------------------------------------------- /celestia/install_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/install_2.sh -------------------------------------------------------------------------------- /celestia/mamaki.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/mamaki.sh -------------------------------------------------------------------------------- /celestia/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/celestia/update.sh -------------------------------------------------------------------------------- /chasm-network/change_ports.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/chasm-network/change_ports.sh -------------------------------------------------------------------------------- /chasm-network/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/chasm-network/install.sh -------------------------------------------------------------------------------- /chasm-network/install_dispute.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/chasm-network/install_dispute.sh -------------------------------------------------------------------------------- /chasm-network/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/chasm-network/update.sh -------------------------------------------------------------------------------- /conduit/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/conduit/install.sh -------------------------------------------------------------------------------- /dill/dill_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dill/dill_service.sh -------------------------------------------------------------------------------- /dill/install_alps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dill/install_alps.sh -------------------------------------------------------------------------------- /dill/migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dill/migration.sh -------------------------------------------------------------------------------- /dill/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dill/update.sh -------------------------------------------------------------------------------- /dria/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dria/install.sh -------------------------------------------------------------------------------- /drosera/change_rpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/drosera/change_rpc.sh -------------------------------------------------------------------------------- /drosera/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/drosera/install.sh -------------------------------------------------------------------------------- /drosera/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/drosera/update.sh -------------------------------------------------------------------------------- /dusk/1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dusk/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/checker.py -------------------------------------------------------------------------------- /dusk/download_state.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/download_state.sh -------------------------------------------------------------------------------- /dusk/download_state_bk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/download_state_bk.sh -------------------------------------------------------------------------------- /dusk/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/install.sh -------------------------------------------------------------------------------- /dusk/itn-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/itn-installer.sh -------------------------------------------------------------------------------- /dusk/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/dusk/update.sh -------------------------------------------------------------------------------- /elixir/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/elixir/health.sh -------------------------------------------------------------------------------- /elixir/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/elixir/install.sh -------------------------------------------------------------------------------- /elixir/install_mainnet1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/elixir/install_mainnet1.sh -------------------------------------------------------------------------------- /elixir/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/elixir/update.sh -------------------------------------------------------------------------------- /entropy/testnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/entropy/testnet.sh -------------------------------------------------------------------------------- /espresso/espresso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/espresso/espresso.yaml -------------------------------------------------------------------------------- /evmos/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/evmos/install.sh -------------------------------------------------------------------------------- /evmos/peers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/evmos/peers.txt -------------------------------------------------------------------------------- /evmos/update-fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/evmos/update-fix.sh -------------------------------------------------------------------------------- /evmos/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/evmos/update.sh -------------------------------------------------------------------------------- /evmos/update_peers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/evmos/update_peers.sh -------------------------------------------------------------------------------- /farcaster/farcaster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/farcaster/farcaster.sh -------------------------------------------------------------------------------- /farcaster/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/farcaster/install.sh -------------------------------------------------------------------------------- /fleek/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/fleek/install.sh -------------------------------------------------------------------------------- /fleek/install_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/fleek/install_docker.sh -------------------------------------------------------------------------------- /fleek/node_details.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/fleek/node_details.sh -------------------------------------------------------------------------------- /fleek/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/fleek/update.sh -------------------------------------------------------------------------------- /fleek/whitelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/fleek/whitelist.sh -------------------------------------------------------------------------------- /forta/agent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/forta/agent.sh -------------------------------------------------------------------------------- /forta/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/forta/install.sh -------------------------------------------------------------------------------- /frame/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/frame/install.sh -------------------------------------------------------------------------------- /frame/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/frame/update.sh -------------------------------------------------------------------------------- /gear/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gear/setup.sh -------------------------------------------------------------------------------- /gensyn/fix_login_loading_screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/fix_login_loading_screen.sh -------------------------------------------------------------------------------- /gensyn/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/install.sh -------------------------------------------------------------------------------- /gensyn/new_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/new_install.sh -------------------------------------------------------------------------------- /gensyn/new_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/new_update.sh -------------------------------------------------------------------------------- /gensyn/ritual_ports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/ritual_ports -------------------------------------------------------------------------------- /gensyn/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/gensyn/update.sh -------------------------------------------------------------------------------- /graph/add_monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/add_monitoring.sh -------------------------------------------------------------------------------- /graph/caddy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/caddy.sh -------------------------------------------------------------------------------- /graph/cli/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/cli/Dockerfile -------------------------------------------------------------------------------- /graph/cli/alt2Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/cli/alt2Dockerfile -------------------------------------------------------------------------------- /graph/cli/altDockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/cli/altDockerfile -------------------------------------------------------------------------------- /graph/cli/scripts/poi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/cli/scripts/poi -------------------------------------------------------------------------------- /graph/configs/index_node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/configs/index_node.toml -------------------------------------------------------------------------------- /graph/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/docker-compose.yml -------------------------------------------------------------------------------- /graph/docker-compose_bk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/docker-compose_bk.yml -------------------------------------------------------------------------------- /graph/gnosis_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/gnosis_node.sh -------------------------------------------------------------------------------- /graph/gnosis_snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/gnosis_snapshot.sh -------------------------------------------------------------------------------- /graph/indexer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/indexer.sh -------------------------------------------------------------------------------- /graph/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/prometheus.yml -------------------------------------------------------------------------------- /graph/shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/graph/shell -------------------------------------------------------------------------------- /heminetwork/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/heminetwork/install.sh -------------------------------------------------------------------------------- /heminetwork/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/heminetwork/run.sh -------------------------------------------------------------------------------- /heminetwork/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/heminetwork/update.sh -------------------------------------------------------------------------------- /heminetwork/update_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/heminetwork/update_service.sh -------------------------------------------------------------------------------- /holograph/bridge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/holograph/bridge.sh -------------------------------------------------------------------------------- /holograph/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/holograph/health.sh -------------------------------------------------------------------------------- /holograph/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/holograph/install.sh -------------------------------------------------------------------------------- /holograph/systemd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/holograph/systemd.sh -------------------------------------------------------------------------------- /hyperliquid/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/hyperliquid/install.sh -------------------------------------------------------------------------------- /hyperspace/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/hyperspace/health.sh -------------------------------------------------------------------------------- /hyperspace/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/hyperspace/install.sh -------------------------------------------------------------------------------- /initia/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/initia/check.sh -------------------------------------------------------------------------------- /initia/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/initia/install.sh -------------------------------------------------------------------------------- /initia/install2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/initia/install2.sh -------------------------------------------------------------------------------- /initia/install_oracle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/initia/install_oracle.sh -------------------------------------------------------------------------------- /initia/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/initia/update.sh -------------------------------------------------------------------------------- /ironfish/ceremony.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/ceremony.sh -------------------------------------------------------------------------------- /ironfish/hosts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/hosts.json -------------------------------------------------------------------------------- /ironfish/ironfish-multi-5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/ironfish-multi-5.sh -------------------------------------------------------------------------------- /ironfish/ironfish-update-hard-reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/ironfish-update-hard-reset.sh -------------------------------------------------------------------------------- /ironfish/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/reset.sh -------------------------------------------------------------------------------- /ironfish/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/update.sh -------------------------------------------------------------------------------- /ironfish/update.sh.bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ironfish/update.sh.bk -------------------------------------------------------------------------------- /juneo/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/juneo/install.sh -------------------------------------------------------------------------------- /juneo/supernet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/juneo/supernet.sh -------------------------------------------------------------------------------- /kichain/fix_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kichain/fix_update.sh -------------------------------------------------------------------------------- /kichain/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kichain/install.sh -------------------------------------------------------------------------------- /kichain/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kichain/start.sh -------------------------------------------------------------------------------- /kichain/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kichain/update.sh -------------------------------------------------------------------------------- /koii/install_task.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/koii/install_task.sh -------------------------------------------------------------------------------- /kroma/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kroma/fix.sh -------------------------------------------------------------------------------- /kroma/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kroma/install.sh -------------------------------------------------------------------------------- /kroma/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kroma/update.sh -------------------------------------------------------------------------------- /kyve/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kyve/install.sh -------------------------------------------------------------------------------- /kyve/install_kaon-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kyve/install_kaon-1.sh -------------------------------------------------------------------------------- /kyve/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/kyve/update.sh -------------------------------------------------------------------------------- /lamina1/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/lamina1/install.sh -------------------------------------------------------------------------------- /layeredge/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/layeredge/install.sh -------------------------------------------------------------------------------- /lukso/lukso-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/lukso/lukso-install.sh -------------------------------------------------------------------------------- /masa/connect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/connect.sh -------------------------------------------------------------------------------- /masa/fix_port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/fix_port.sh -------------------------------------------------------------------------------- /masa/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/install.sh -------------------------------------------------------------------------------- /masa/install_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/install_docker.sh -------------------------------------------------------------------------------- /masa/install_masa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/install_masa.sh -------------------------------------------------------------------------------- /masa/masa-testnet-dev-client-community.ovpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/masa-testnet-dev-client-community.ovpn -------------------------------------------------------------------------------- /masa/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/masa/update.sh -------------------------------------------------------------------------------- /massa/boostrap_list_bk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/boostrap_list_bk.txt -------------------------------------------------------------------------------- /massa/bootstrap-fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/bootstrap-fix.sh -------------------------------------------------------------------------------- /massa/bootstrap_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/bootstrap_list.txt -------------------------------------------------------------------------------- /massa/clear_massa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/clear_massa.sh -------------------------------------------------------------------------------- /massa/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/install.sh -------------------------------------------------------------------------------- /massa/massa-client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/massa-client -------------------------------------------------------------------------------- /massa/rolls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/rolls.sh -------------------------------------------------------------------------------- /massa/rolls.sh.bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/rolls.sh.bk -------------------------------------------------------------------------------- /massa/rollsroyce.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/rollsroyce.sh -------------------------------------------------------------------------------- /massa/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/setup.sh -------------------------------------------------------------------------------- /massa/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/update.sh -------------------------------------------------------------------------------- /massa/update_ipv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/massa/update_ipv6.sh -------------------------------------------------------------------------------- /minima/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/Dockerfile -------------------------------------------------------------------------------- /minima/cron_fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/cron_fix.sh -------------------------------------------------------------------------------- /minima/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/fix.sh -------------------------------------------------------------------------------- /minima/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/install.sh -------------------------------------------------------------------------------- /minima/official_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/official_install.sh -------------------------------------------------------------------------------- /minima/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/minima/update.sh -------------------------------------------------------------------------------- /multiple/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/multiple/health.sh -------------------------------------------------------------------------------- /multiple/healthcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/multiple/healthcheck.sh -------------------------------------------------------------------------------- /multiple/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/multiple/install.sh -------------------------------------------------------------------------------- /multiple/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/multiple/update.sh -------------------------------------------------------------------------------- /muon/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/muon/install.sh -------------------------------------------------------------------------------- /namada/install_testnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/namada/install_testnet.sh -------------------------------------------------------------------------------- /namada/namada-trusted-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/namada/namada-trusted-setup.sh -------------------------------------------------------------------------------- /namada/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/namada/setup.sh -------------------------------------------------------------------------------- /namada/update_testnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/namada/update_testnet.sh -------------------------------------------------------------------------------- /namada/wallet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/namada/wallet.sh -------------------------------------------------------------------------------- /nesa/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nesa/install.sh -------------------------------------------------------------------------------- /nexus/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nexus/install.sh -------------------------------------------------------------------------------- /nexus/install2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nexus/install2.sh -------------------------------------------------------------------------------- /nexus/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nexus/update.sh -------------------------------------------------------------------------------- /nibiru/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nibiru/install.sh -------------------------------------------------------------------------------- /nibiru/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nibiru/setup.sh -------------------------------------------------------------------------------- /nubit/Dockerfile.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/Dockerfile.install -------------------------------------------------------------------------------- /nubit/Dockerfile.update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/Dockerfile.update -------------------------------------------------------------------------------- /nubit/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/config.toml -------------------------------------------------------------------------------- /nubit/expect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/expect.sh -------------------------------------------------------------------------------- /nubit/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/install.sh -------------------------------------------------------------------------------- /nubit/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nubit/update.sh -------------------------------------------------------------------------------- /nym/restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nym/restore.sh -------------------------------------------------------------------------------- /nym/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/nym/update.sh -------------------------------------------------------------------------------- /obol/monitoring_token.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/obol/monitoring_token.sh -------------------------------------------------------------------------------- /obol/teku_fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/obol/teku_fix.sh -------------------------------------------------------------------------------- /obol/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/obol/update.sh -------------------------------------------------------------------------------- /omniflix/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/omniflix/install.sh -------------------------------------------------------------------------------- /omniflix/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/omniflix/start.sh -------------------------------------------------------------------------------- /omniflix/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/omniflix/update.sh -------------------------------------------------------------------------------- /penumbra/autostake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/autostake.sh -------------------------------------------------------------------------------- /penumbra/ceremony.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/ceremony.sh -------------------------------------------------------------------------------- /penumbra/install_penumbra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/install_penumbra.sh -------------------------------------------------------------------------------- /penumbra/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/setup.sh -------------------------------------------------------------------------------- /penumbra/update_penumbra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/update_penumbra.sh -------------------------------------------------------------------------------- /penumbra/update_stake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/penumbra/update_stake.sh -------------------------------------------------------------------------------- /pipe/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/fix.sh -------------------------------------------------------------------------------- /pipe/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/install.sh -------------------------------------------------------------------------------- /pipe/testnet_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/testnet_install.sh -------------------------------------------------------------------------------- /pipe/testnet_personal_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/testnet_personal_data.sh -------------------------------------------------------------------------------- /pipe/testnet_server_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/testnet_server_settings.sh -------------------------------------------------------------------------------- /pipe/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/update.sh -------------------------------------------------------------------------------- /pipe/update_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/update_node.sh -------------------------------------------------------------------------------- /pipe/waku_migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/pipe/waku_migration.sh -------------------------------------------------------------------------------- /polkadex/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/polkadex/install.sh -------------------------------------------------------------------------------- /privasea/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/privasea/install.sh -------------------------------------------------------------------------------- /realis/realis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/realis/realis.sh -------------------------------------------------------------------------------- /ritual/change_port_3000_3009.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ritual/change_port_3000_3009.sh -------------------------------------------------------------------------------- /ritual/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ritual/docker-compose.yaml -------------------------------------------------------------------------------- /ritual/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ritual/fix.sh -------------------------------------------------------------------------------- /ritual/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ritual/install.sh -------------------------------------------------------------------------------- /ritual/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/ritual/update.sh -------------------------------------------------------------------------------- /shardeum/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/fix.sh -------------------------------------------------------------------------------- /shardeum/health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/health.sh -------------------------------------------------------------------------------- /shardeum/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/install.sh -------------------------------------------------------------------------------- /shardeum/node-commands copy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/node-commands copy.ts -------------------------------------------------------------------------------- /shardeum/node-commands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/node-commands.ts -------------------------------------------------------------------------------- /shardeum/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/setup.sh -------------------------------------------------------------------------------- /shardeum/stake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/stake.sh -------------------------------------------------------------------------------- /shardeum/unstake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/shardeum/unstake.sh -------------------------------------------------------------------------------- /solana/halt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/halt.sh -------------------------------------------------------------------------------- /solana/monitoring_solana.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/monitoring_solana.sh -------------------------------------------------------------------------------- /solana/reanimate_main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/reanimate_main.sh -------------------------------------------------------------------------------- /solana/reanimate_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/reanimate_test.sh -------------------------------------------------------------------------------- /solana/reanimate_test_fd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/reanimate_test_fd.sh -------------------------------------------------------------------------------- /solana/restart-solana.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/restart-solana.sh -------------------------------------------------------------------------------- /solana/sys_tuner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/sys_tuner.sh -------------------------------------------------------------------------------- /solana/tune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/solana/tune.sh -------------------------------------------------------------------------------- /sonaric/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sonaric/uninstall.sh -------------------------------------------------------------------------------- /soundness/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/soundness/install.sh -------------------------------------------------------------------------------- /soundness/key_generation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/soundness/key_generation.sh -------------------------------------------------------------------------------- /streamr/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/streamr/update.sh -------------------------------------------------------------------------------- /subquery/ex3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex3/README.md -------------------------------------------------------------------------------- /subquery/ex3/ex3_t1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex3/ex3_t1.sh -------------------------------------------------------------------------------- /subquery/ex3/ex3_t2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex3/ex3_t2.sh -------------------------------------------------------------------------------- /subquery/ex3/ex3_t3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex3/ex3_t3.sh -------------------------------------------------------------------------------- /subquery/ex4/1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/1.sh -------------------------------------------------------------------------------- /subquery/ex4/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/1/docker-compose.yml -------------------------------------------------------------------------------- /subquery/ex4/1/mappingHandlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/1/mappingHandlers.ts -------------------------------------------------------------------------------- /subquery/ex4/1/project.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/1/project.yaml -------------------------------------------------------------------------------- /subquery/ex4/1/schema.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/1/schema.graphql -------------------------------------------------------------------------------- /subquery/ex4/2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/2.sh -------------------------------------------------------------------------------- /subquery/ex4/2/mappingHandlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/2/mappingHandlers.ts -------------------------------------------------------------------------------- /subquery/ex4/2/project.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/2/project.yaml -------------------------------------------------------------------------------- /subquery/ex4/2/schema.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/2/schema.graphql -------------------------------------------------------------------------------- /subquery/ex4/3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/3.sh -------------------------------------------------------------------------------- /subquery/ex4/3/mappingHandlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/3/mappingHandlers.ts -------------------------------------------------------------------------------- /subquery/ex4/3/schema.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/3/schema.graphql -------------------------------------------------------------------------------- /subquery/ex4/4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/4.sh -------------------------------------------------------------------------------- /subquery/ex4/4/mappingHandlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/4/mappingHandlers.ts -------------------------------------------------------------------------------- /subquery/ex4/4/project.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/4/project.yaml -------------------------------------------------------------------------------- /subquery/ex4/4/schema.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/ex4/4/schema.graphql -------------------------------------------------------------------------------- /subquery/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subquery/install.sh -------------------------------------------------------------------------------- /subsocial/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subsocial/install.sh -------------------------------------------------------------------------------- /subspace/bin_v2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/bin_v2.sh -------------------------------------------------------------------------------- /subspace/expect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/expect -------------------------------------------------------------------------------- /subspace/fix_old_proc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/fix_old_proc.sh -------------------------------------------------------------------------------- /subspace/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/install.sh -------------------------------------------------------------------------------- /subspace/install_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/install_docker.sh -------------------------------------------------------------------------------- /subspace/install_operator_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/install_operator_1.sh -------------------------------------------------------------------------------- /subspace/install_operator_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/install_operator_2.sh -------------------------------------------------------------------------------- /subspace/migrate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/migrate.sh -------------------------------------------------------------------------------- /subspace/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/setup.sh -------------------------------------------------------------------------------- /subspace/stake_wars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/stake_wars.sh -------------------------------------------------------------------------------- /subspace/stop_delete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/stop_delete.sh -------------------------------------------------------------------------------- /subspace/update_subspace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/update_subspace.sh -------------------------------------------------------------------------------- /subspace/update_subspace_bk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/subspace/update_subspace_bk.sh -------------------------------------------------------------------------------- /sui/fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sui/fix.sh -------------------------------------------------------------------------------- /sui/sui_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sui/sui_docker.sh -------------------------------------------------------------------------------- /sui/sui_docker_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sui/sui_docker_update.sh -------------------------------------------------------------------------------- /sui/sui_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sui/sui_install.sh -------------------------------------------------------------------------------- /sui/update_sui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/sui/update_sui.sh -------------------------------------------------------------------------------- /taiko/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/taiko/install.sh -------------------------------------------------------------------------------- /taiko/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/taiko/setup.sh -------------------------------------------------------------------------------- /tfsc/sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tfsc/sync.sh -------------------------------------------------------------------------------- /tfsc/tfsc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tfsc/tfsc.sh -------------------------------------------------------------------------------- /tfsc/tfsc_second.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tfsc/tfsc_second.sh -------------------------------------------------------------------------------- /tfsc/update_tfsc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tfsc/update_tfsc.sh -------------------------------------------------------------------------------- /tfsc/update_tfsc_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tfsc/update_tfsc_2.sh -------------------------------------------------------------------------------- /tools/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/tools/setup.sh -------------------------------------------------------------------------------- /waku/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/waku/install.sh -------------------------------------------------------------------------------- /waku/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/waku/update.sh -------------------------------------------------------------------------------- /waku/update_small.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/waku/update_small.sh -------------------------------------------------------------------------------- /xai/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/xai/install.sh -------------------------------------------------------------------------------- /zeitgeist/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/zeitgeist/install.sh -------------------------------------------------------------------------------- /zeitgeist/old_id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/zeitgeist/old_id.sh -------------------------------------------------------------------------------- /zeitgeist/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/zeitgeist/update.sh -------------------------------------------------------------------------------- /zeitgeist/update.sh.bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOUBLE-TOP/guides/HEAD/zeitgeist/update.sh.bk --------------------------------------------------------------------------------