Raiden Network
  • What is Raiden?
  • Installation
    • Quick Start
      • Get MetaMask
      • Get an Infura ID
      • Download and run the Raiden Wizard
      • Handle Limitations
    • Starting Raiden Manually
  • Using Raiden on Mainnet
    • Overview
    • Get Whitelisted Tokens
    • Deposit Tokens to the UDC
    • Open a Channel
    • Make a Payment
    • Deposit Tokens
    • View Channel Status
    • Mediation Fees
  • The Raiden Web Interface
    • Overview
    • Navigate the WebUI
    • Join a Token Network
    • Make a Payment
    • Add More Tokens
    • Settle Payments and Close Channels
  • Using Raiden on testnet
    • Quick Start on Görli Testnet
    • Use Custom Token
      • Get Goerli Testnet ETH (GÖETH)
      • Import Custom Token
      • Compile Imported Token Code
      • Deploy Custom Token
  • Raiden API
    • Introduction
    • Resources
      • Address
      • Version
      • Settings
      • Contracts Information
      • Tokens
      • Channels
      • Payments
      • Connections
      • Pending Transfers
      • Shutdown
      • Testing
    • API Tutorial
      • Create a Token Network
      • Open a Channel
      • Deposit Tokens
      • Make a Payment
      • Withdraw Tokens
      • Settle Payments and Close Channels
  • Other
    • Safe Usage
    • Known Issues
    • Glossary
    • v1.0 Documentation
    • Trademark Attributions
Powered by GitBook
On this page
  • Downloading Raiden
  • Run Raiden
  • Certain defaults for the usage of the Raiden services are set

Was this helpful?

  1. Installation

Starting Raiden Manually

Starting Raiden manually gives you full control where you don't need to adhere to the values provided by the Raiden Wizard.

PreviousHandle LimitationsNextOverview

Last updated 4 years ago

Was this helpful?

You might want to start Raiden manually if:

  • You want to run a Raiden node on either mainnet or any testnet.

  • You want to configure Raiden with your preferred settings.

  • You already have the knowledge on how to acquire all necessary tokens.

Downloading Raiden

Download the latest Raiden:

Run Raiden

You can start Raiden with either Geth, Parity or Infura as RPC Endpoint. All you need is an Ethereum Account and the respective keystore file funded with the tokens you want to transfer.

raiden /
--address $YOUR-ETHEREUM-ADDRESS / 
--keystore-path $PATH-TO-YOUR-KEYSTORE-FILE /
--password-file $PASSWORD-FILE-FOR-KEYSTORE-FILE /
--eth-rpc-endpoint $YOUR-ETHEREUM-NODE

In doubt, you can use

raiden --help

to see all possible CLI arguments.

Certain defaults for the usage of the Raiden services are set

Per default a Pathfinding Service is used by your Raiden client when a mediated transfer is initiated. The maximum amount paid for one request to the Pathfinding services is set to 0.05 RDN and 3 different paths are requested.

--pathfinding-service-address auto /
--pathfinding-max-fee 50000000000000000 /
--pathfinding-max-paths 3

By default the Monitoring Services are disabled. Enabling monitoring of channels will require a default reward value of 5 RDN for successfully monitoring your channel.

--enable-monitoring FALSE
https://github.com/raiden-network/raiden/releases/latest