LogoLogo
CtrlK
  • Introduction
  • Running Palmito (testnet)
    • Getting Started (testnet)
    • Bridging TRB to Tellor (palmito)
      • Block Explorer Method
      • Manual Generation of Bridge Query Data / IDs
    • Managing Accounts
    • Node Setup Quick Start (testnet)
    • Node Setup Manual (testnet)
      • Peers List & Public RPCs
      • Cosmovisor Sync
      • State Sync Troubleshooting / Resetting Chain Data
      • Example .service Files
    • Run a Layer Validator (testnet)
      • Slashing Rules for Validators
    • Become a Data Reporter (testnet)
      • Unjail Your Reporter
    • Withdraw TRB (to Sepolia)
      • Withdraw Using CLI
  • No-Stake Reporting
  • Command Line Usage
    • Leveraging layerd
      • Query the Chain
      • Creating Transactions
      • Delegate to a Validator
      • Select a Reporter
  • Using Tellor Data
    • Relay Data to EVM Chains
    • Integrating Tellor Data
    • Integrate Tellor on a New Chain
Powered by GitBook
On this page
  1. Running Palmito (testnet)
  2. Become a Data Reporter (testnet)

Unjail Your Reporter

Example command to unjail your reporter:

In the event of a dispute, your reporter will be jailed.

If the dispute is just a warning, you can unjail right away. The command to do this is:

# layerd tx reporter unjail-reporter [flags]
./layerd tx reporter unjail-reporter --from ACCOUNT_NAME --fees 5loya --chain-id layertest-4
PreviousBecome a Data Reporter (testnet)NextWithdraw TRB (to Sepolia)

Last updated 3 months ago