Genznodes research πŸ”¬
165 subscribers
192 photos
1 video
388 links
Genznodes Research #DYOR

- Disccus: https://t.me/genznodes
- Website: https://genznodes.dev
- Discord: https://discord.gg/fNhH4Umcq6
- Mail: validator@genznodes.dev
Download Telegram
Perpltrade

Unparalleled trading experience on
@monad_xyz


COMING SOON!

Source : https://x.com/perpltrade/status/1922276912988123621
πŸ‘Œ1
Blockcast NET

Blockcast BEACON is LIVE!

Join the DePIN revolution in content delivery networks and start earning with your idle internet bandwidth, powered by
@solana .

# Join
- Create account: https://app.blockcast.network?referral-code=uVrNa4
- Complete all quest
- Connect wallet ( phantom / solflare )
- Run nodes
- Register nodes


guide running nodes:
- Official

source: https://x.com/BlockcastNet/status/1923392933102866842

Join Discord: https://discord.com/invite/jAFhqqNSDj
GET FREE SOLANA DOMAINS

- Link : https://eclipse.alldomains.id/
- Earn points, claim solana domains
- Done

Source : https://x.com/AllDomains_/status/1928089672132989193
Opensea OS2 Voyage XP Program

New rewards program live. Welcome to the new OpenSea β€” the best place to discover, own, and trade anything onchain.

Link : https://opensea.io/rewards
- Login opensea Account ( EVM )
- Bind All Social Media
- Connect SOL and Abstract Wallet
- Complete All Task
- Get more XP

Source : https://x.com/opensea/status/1928154151306838432
Datagram Network - Alpha Testnet is Live!

Datagram is a global, AI-driven Hyper-Fabric Network redefining Internet connectivity and DePIN cross-network interoperability.
By harnessing idle hardware and bandwidth, it optimizes traffic and scales seamlessly for gaming, AI, telecom, and more.

Run node and earn rewards

- Register: https://dashboard.datagram.network?ref=932902065
- Run node
- Fill form: https://forms.gle/bpJREpXCUE5y89Nx6

Discord: https://discord.gg/datagramnetwork

source: https://x.com/DGramNetwork/status/1932786372613734602
Genznodes research πŸ”¬
Testnet III is coming learn more: https://blog.nexus.xyz/marching-toward-mainnet/
Testnet III is starting on Monday, June 23 at 9AM PT.
Devnet is now officially closed as we gear up for this next phase.

Check out the docs below for instructions and questions: https://docs.nexus.xyz/layer-1/network-devnet/overview
Genznodes research πŸ”¬
Nexus - Testnet III has started Join now. Via web: https://app.nexus.xyz/ CLI: https://docs.nexus.xyz/layer-1/testnet/cli-node LFG!
Linux

# update and install dependencies

sudo apt update && sudo apt upgrade -y
sudo apt install protobuf-compiler build-essential pkg-config libssl-dev -y


# Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh


Just Enter

. "$HOME/.cargo/env"


# Build Binary
git clone https://github.com/nexus-xyz/nexus-cli
cd nexus-cli/clients/cli
cargo build --release
cd


# Create service file, Change <NODE-ID> with your own

sudo tee /etc/systemd/system/nexus.service > /dev/null <<EOF
[Unit]
Description="Nexus Proving"
After=network-online.target

[Service]
Type=simple
User=$USER
ExecStart=$HOME/nexus-cli/clients/cli/target/release/nexus-network start --node-id <NODE-ID> --headless
Restart=always
RestartSec=2
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target
EOF


# Run

sudo systemctl enable nexus
sudo systemctl daemon-reload
sudo systemctl start nexus
journalctl -fu nexus -o cat
Octra Testnet

Octra is a decentralized general purpose peer-to-peer network that allows anyone to securely store and
process data using Fully Homomorphic Encryption (FHE)

Run with VPS or Codespace
Link : https://github.com/octra-labs/wallet-gen

- Form : https://t.co/UPeQGW2n63
- Run Wallet Generator
- Backup Pharse, Address, Private key
- Faucet : https://faucet.octra.network/
- Done

Source : https://x.com/octra/status/1938309788586414288
Genznodes research πŸ”¬
Octra Testnet Octra is a decentralized general purpose peer-to-peer network that allows anyone to securely store and process data using Fully Homomorphic Encryption (FHE) Run with VPS or Codespace Link : https://github.com/octra-labs/wallet-gen - Form…
Octra test sending token

Try send to my address
oct4U2oepJknXqSYAPHLHZgdmUVCuvQTh4TTpSHcdwUbqgm


Guide : https://github.com/octra-labs/octra_pre_client
or

run these commands one by one:
git clone https://github.com/octra-labs/octra_pre_client.git

cd octra_pre_client

python3 -m venv venv

source venv/bin/activate # for windows use: venv\Scripts\activate

pip install -r requirements.txt

cp wallet.json.example wallet.json


Edit wallet.json , PK use B64
{
"priv": "private-key-here",
"addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"rpc": "https://octra.network"
}


RUN
./run.sh