Isgeny / neutrino-node-extension

Extension for Waves Blockchain Node implementation on Scala that distributes neutrino nodes rewards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neutrino-node-extension

Input parameters:

  // Beneficiary address for rewards 3P...
  private val beneficiary = ""

  // Offset from current timestamp back to past (ms)
  private val timestampOffset = 0

  // Amount of transactions to send when neutrino node's block appeared
  private val transactionsAmount = 0

  // Timestamp delta between transactions (ms)
  private val transactionsDelta = 0

About

Extension for Waves Blockchain Node implementation on Scala that distributes neutrino nodes rewards

License:MIT License


Languages

Language:Scala 100.0%