Connecting your Node to the Render Network

Downloading the Render Network client and earning your first RNDR

When your node is ready to start mining, please follow these steps to connect your node:

  • Download and install the application sent to you from The Render Network Team (team@rendertoken.com). Additional information for setting up your node will be included in the email.

  • Open and run the Render Network client. A window will pop up for you to add your unique Ethereum Wallet or Solana Compatible Wallet. Please make sure this is the same ETH Wallet ID or Solana Wallet ID you have previously shared with the Render Network Team. Once you copy in your ETH/SPL Wallet ID, please click "Set wallet ID".

If you do not see this popup in your taskbar, please check your security and firewall settings.

The Render Network Client Configuration File

The client generates a rndr-config.ini in the %localappdata%\OtoyRndrNetwork directory which you can use to set which GPUs will be used for Octane render. In addition you can control which GPU should be used for denoise and tonemap. This only required for artists which need specific settings.

# user configuration file generated by the rndr client
# this file is edited by the RNDR client when gpu changes or gpu pci id changes are detected
# the list of detected gpus and their order is in the "[gpu_pci_bus_ids]" section at the end of the file
# this file can be safely edited until the "DO NOT EDIT" comment below

#### EDITABLE ####

# render (r), denoise (d), tonemap (t) settings for each gpu
# at least one gpu must be enabled for r, d, and t
# editing this will cause OctaneBench to re-run

[octane_gpu_prefs]
gpu1_prefs = "rdt"

To make the RNDR client open minimized by default add this snippet to the editable section of your .ini file:

#### EDITABLE #####

[general]
minimize_gui_on_startup = true
  • Once you connect your ETH Wallet ID, your node will connect to RNDR and the network will run a benchmark of your node. Once the benchmark completes the application relaunches and your node will start getting assigned rendering jobs as jobs are submitted to the network

[NOTE]: If the application does not run initially, please open up the Task Manager, and check to see if "TCP/IP Service.exe" or a similar application is running. If so, try closing/ending the application. Closing TCP/IP service.exe will clear the RAM, and should allow the client and other applications to restart.

  • Creators have 24-48 hours to approve rendering jobs. Only after a Creator confirms that renders are successfully processed, will you receive your RNDR tokens.

  • Payouts are currently taking place every 7 - 10 days in a consolidated transaction to save on transaction fees required to make payments on the Ethereum blockchain.

  • You can track your earned RNDR on Etherscan.io by entering your Ethereum Wallet ID in the Block Explorer. Please make to search for the Render Token (RNDR) under ERC-20 Tokens.

[IMPORTANT:] To discontinue rendering - for example if you want to run local renders or programs on your workstation - please close the Render Network Application.

You will need to complete all in progress frames, but this will stop new frames from getting assigned to your node. If you do not complete in-progress frames, your reputation will be reduced. Please see the RNDR User Manual (2018) for more information about Job Assignment and Node Reputation Scores.

Last updated