November 5, 2022

Subspace Farming with Our Node Server 99% Uptime

mr rockstar


Hello everyone, Today we will discuss “How to Subspace Farming with Our Node Server 99% Uptime”. Remote Desktop Protocol is a proprietary protocol developed by Microsoft which provides a user with a graphical interface to connect to another computer over a network connection. The user employs RDP client software for this purpose, while the other computer must run RDP server software.

What is the Subspace Network?

The Subspace Network lets developers run Web3 apps at the Internet scale. It provides a simple interface for quickly deploying multi-chain decentralized apps that auto-scale with demand. Subspace is powered by a new eco-friendly, 4th generation blockchain that enables massively scalable on-chain storage and computing without compromising security or decentralization. It seamlessly integrates with existing blockchains, layer two protocols, and decentralized applications, allowing it to serve as a foundational infrastructure layer for the entire Web3 ecosystem. Subspace will empower builders to unlock the next wave of crypto adoption by supporting NFTs, GameFi, and the Metaverse at the Internet scale.

System Requirements –

Let’s Configure the Subspace Farming –

Execute Process –

  • Open Powershell (we do not recommend using Command Prompt as its syntax is slightly different)

  • In the terminal, we will change to the Downloads directory using this command cd Downloads

  • We will then start the node using the following command
  • # Replace `INSERT_YOUR_ID` with a nickname you choose
    # Copy all of the lines below, they are all part of the same command
    .\subspace-node-windows-x86_64-gemini-2a-2022-oct-06.exe `
    --chain gemini-2a `
    --execution wasm `
    --state-pruning archive `
    --validator `
    --name INSERT_YOUR_ID
    
  • After running this command, Windows may ask you for permissions related to the firewall, select allow in this case.

  • # Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet
    .\subspace-farmer-windows-x86_64-gemini-2a-2022-oct-06.exe farm  `
    --reward-address WALLET_ADDRESS `
    --plot-size 100G
    

 

Popular Blog Posts