XEL Wiki
Web WalletXeline WalletBlock ExplorerGitHub
DOCS
DOCS
  • DOCS
  • TUTORIALS
    • LITE WALLET
      • Web Wallet
      • Windows - tutorial
      • MacOS - tutorial
      • Linux - tutorial
    • XELINE WALLET
      • About
      • Windows - xeline tutorial
      • MacOS - xeline tutorial
      • Linux - xeline tutorial
    • XEL_MINER
      • About
      • Windows - miner tutorial
      • MacOS - miner tutorial
      • Linux - miner tutorial
      • Start the xel_miner
  • ABOUT ELASTIC PL
    • ELASTIC PL (ePL)
      • About
      • ePL – Programming
      • ePL – Submitting Tasks
      • ePL – Advanced Tactics
    • CODE SAMPLES (ePL)
      • ePL_Sample
      • ePL_Simple_job
      • ePL_Storage_job
      • ePL_Bitcoin_Mining
      • ePL_Travelling_Salesman
  • Sources
    • WHITEPAPER
    • GITHUB LINKS
  • SUPERCOMPUTING
    • XEL SUPERCOMPUTING
      • Getting Started
      • Demo
Powered by GitBook
On this page
  1. ABOUT ELASTIC PL
  2. CODE SAMPLES (ePL)

ePL_Simple_job

#simple_job
   1000;

function verify {
    u[0]=m[0];
    u[1]=m[1];
    verify_bty (u[0]<1000);
    verify_pow (u[0],u[1],u[2],u[3]);
}

function main {
    verify();
}
ePL_Storage_job

PreviousePL_SampleNextePL_Storage_job

Last updated 7 years ago