Monero
Loading...
Searching...
No Matches
gen_wide_data Namespace Reference

Functions

 difficulty ()

Variables

int DIFFICULTY_TARGET = 120
int DIFFICULTY_WINDOW = 720
int DIFFICULTY_LAG = 15
int DIFFICULTY_CUT = 60
int time = 1000
 gen = difficulty()
 diff = next(gen)
int power = 100 if i < 10000 else 100000000 if i < 500 else 1000000000000 if i < 1000 else 1000000000000000 if i < 2000 else 10000000000000000000 if i < 4000 else 1000000000000000000000000

Function Documentation

◆ difficulty()

gen_wide_data.difficulty ( )

Variable Documentation

◆ diff

gen_wide_data.diff = next(gen)

◆ DIFFICULTY_CUT

int gen_wide_data.DIFFICULTY_CUT = 60

◆ DIFFICULTY_LAG

int gen_wide_data.DIFFICULTY_LAG = 15

◆ DIFFICULTY_TARGET

int gen_wide_data.DIFFICULTY_TARGET = 120

◆ DIFFICULTY_WINDOW

int gen_wide_data.DIFFICULTY_WINDOW = 720

◆ gen

gen_wide_data.gen = difficulty()

◆ power

int gen_wide_data.power = 100 if i < 10000 else 100000000 if i < 500 else 1000000000000 if i < 1000 else 1000000000000000 if i < 2000 else 10000000000000000000 if i < 4000 else 1000000000000000000000000

◆ time

int gen_wide_data.time = 1000