InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Quiz 1 : Lsquaredleland
Quiz 2 : Providing auditable & private off-chain computation
Quiz 3 : Compactly storing and verifying transactions
Quiz 4 : Generating proofs
Quiz 5 : Settlement Layer
Pick Pictures : 1, 2
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
quest.somnia.network
Somnia Quest
Somnia - Quest
InsideDropLabs
docker compose down -v
cd && cd my-drosera-trap && nano drosera.toml
Perhatikan bagian ini :
ethereum_rpc = "https://ethereum-holesky-rpc.publicnode.com"
drosera_rpc = "https://relay.testnet.drosera.io"
eth_chain_id = 17000
drosera_address = "0xea08f7d533C2b9A62F40D5326214f39a8E3A32F8"
response_contract = "0x4608Afa7f277C8E0BE232232265850d1cDeB600E"
address = "0x693xxxxxxxxx"
Ubah menjadi :
ethereum_rpc = "https://rpc.hoodi.ethpandaops.io"
drosera_rpc = "https://relay.hoodi.drosera.io"
eth_chain_id = 560048
drosera_address = "0x91cB447BaFc6e0EA0F4Fe056F5a9b1F14bb06e5D"
response_contract = "0x25E2CeF36020A736CF8a4D2cAdD2EBE3940F4608"
address = "0x693xxxxxxxxx" HAPUS
CTRL X,Y,Enter
nano src/Trap.sol
Ganti Bagian ini :
address public constant RESPONSE_CONTRACT = 0x4608Afa7f277C8E0BE232232265850d1cDeB600E;
Menjadi :
address public constant RESPONSE_CONTRACT = 0x25E2CeF36020A736CF8a4D2cAdD2EBE3940F4608;
CTRL X,Y, Enter
curl -LO https://github.com/drosera-network/releases/releases/download/v1.18.0/drosera-operator-v1.18.0-x86_64-unknown-linux-gnu.tar.gz
tar -xvf drosera-operator-v1.18.0-x86_64-unknown-linux-gnu.tar.gz
sudo cp drosera-operator /usr/bin
source /root/.bashrc && droseraup
forge build
DROSERA_PRIVATE_KEY=PRIVATE_KEY drosera apply
"ofc" ENTER
Output :
-----------------Results------------------------------------------
1. Created Trap Config for mytrap: (Gas Used: 2,175,175)
- address: 0xD151xxx (TRAPS_ADDRESS)
- block: 726xxx
drosera dryrun
drosera-operator register --eth-rpc-url https://rpc.hoodi.ethpandaops.io --eth-private-key PRIVATE_KEY --drosera-address 0x91cB447BaFc6e0EA0F4Fe056F5a9b1F14bb06e5D
drosera-operator optin --eth-rpc-url https://rpc.hoodi.ethpandaops.io --eth-private-key PRIVATE_KEY --trap-config-address TRAPS_ADDRESS
drosera bloomboost --private-key PRIVATE_KEY --trap-address TRAPS_ADDRESS --eth-amount 3
cd && cd Drosera-Network && git pull
docker pull ghcr.io/drosera-network/drosera-operator:latest
nano docker-compose.yaml
Hapus isinya dan ganti ini :
version: '3'
services:
drosera:
image: ghcr.io/drosera-network/drosera-operator:latest
container_name: drosera-node
ports:
- "31313:31313"
- "31314:31314"
volumes:
- drosera_data:/data
command: node --db-file-path /data/drosera.db --network-p2p-port 31313 --server-port 31314 --eth-rpc-url https://rpc.hoodi.ethpandaops.io --eth-backup-rpc-url https://ethereum-hoodi-rpc.publicnode.com/ --drosera-address 0x91cB447BaFc6e0EA0F4Fe056F5a9b1F14bb06e5D --eth-private-key ${ETH_PRIVATE_KEY} --listen-address 0.0.0.0 --network-external-p2p-address ${VPS_IP} --disable-dnr-confirmation true
restart: always
volumes:
drosera_data:
CTRL X,Y,Enter
docker compose up -d && docker compose logs -f
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1
InsideDropLabs
docker compose down -v
docker stop cts-llm
nano .env
Copy semua data
cd && rm -r cortensor-installer
docker rm cts-llm
docker rmi cortensor-image:latest cortensor/llm-engine-default-0:latest
git clone https://github.com/mrheed/cortensor-installer.git && cd cortensor-installer
bash build.sh
Masukan jumlah node (Samakan dengan sebelumnya)
nano .env
Delete data dan Paste yang sebelumnya di copy
CTRL X,Y, ENTER
docker compose up -d && docker compose logs --tail 100 -f
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
sudo systemctl stop zgs
git pull
sudo apt-get update
sudo apt-get install clang cmake build-essential openssl pkg-config libssl-dev jq git bc
sudo apt install protobuf-compiler
cd $HOME && mv $HOME/0g-storage-node/run/config.toml $HOME/config_backup.toml
cd $HOME/0g-storage-node
git fetch --all --tags
git checkout v1.1.0
git submodule update --init
cargo build --release
mv $HOME/config_backup.toml $HOME/0g-storage-node/run/config.toml
sudo systemctl daemon-reload && sudo systemctl enable zgs && sudo systemctl start zgs
tail -f ~/0g-storage-node/run/log/zgs.log.$(TZ=UTC date +%Y-%m-%d)
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1
InsideDropLabs
The current Discord address collection is an independent initiative specifically targeting active community members.
Even if you haven't submitted your address on Discord, it will not affect your eligibility for airdrops through other channels (related to mainnet and testnet snapshots).
There's no need to be overly concerned. Please patiently await the official announcement for detailed airdrop eligibility rules and related information.
Please open Telegram to view this post
VIEW IN TELEGRAM
Discord
Join the Taker Protocol Discord Server!
Check out the Taker Protocol community on Discord - hang out with 439589 other members and enjoy free voice and text chat.
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
InsideDropLabs
This media is not supported in your browser
VIEW IN TELEGRAM
InsideDropLabs
This media is not supported in your browser
VIEW IN TELEGRAM
InsideDropLabs
Prepare Phase 5 & Migrated on Devnet6
docker compose down -v
nano .env
Ganti "CONTRACT_ADDRESS_RUNTIME" dengan ini :
CONTRACT_ADDRESS_RUNTIME="0x2ACb5EE389B06250cC40593edbCc6eF3b9cEC8c7"
CTRL + X, Y, Enter (Save)
bash upgrade.sh
docker compose logs --tail 100 -f
Please open Telegram to view this post
VIEW IN TELEGRAM
Google Docs
Closed Alpha Testing Phase #4 - Snapshot
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
🥴1
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
register.succinct.foundation
Prove Portal | Succinct Foundation
Check your eligibility and register to claim your rewards from the Succinct testnet.
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
InsideDropLabs
docker compose down -v
nano .env
RPC_URL Kalian ubah dengan ini :
https://sepolia-arb-rpc.agnc.my.id
CTRL, X, Y, Enter
bash upgrade.sh
docker compose logs --tail 100 -f
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
ethereum.org
10 Year Anniversary
Celebrating 10 years of censorship resistance, 100% uptime, decentralization, community building, developer growth, global collaboration, cypherpunk values, hackathons, censorship resistance, permissionless finance, credible neutrality, the infinite garden…