diff --git a/server/controllers/BlockchainBlock.ts b/server/controllers/BlockchainBlock.ts index 9d83e8f..a05a04a 100644 --- a/server/controllers/BlockchainBlock.ts +++ b/server/controllers/BlockchainBlock.ts @@ -1232,7 +1232,7 @@ export class BlockchainBlockController { // DifficultyCuckatoo: DifficultyCuckatoo, // DifficultyProgpow: DifficultyProgpow, Maxrange: Maxrange, - Minrange: (Minrange * 0.3), + Minrange: (Minrange * 0.2), TargetDifficulty: TargetDifficulty }, }); diff --git a/server/i18n/de.json b/server/i18n/de.json index e062121..5f94735 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -7,7 +7,9 @@ "blocks-mined" : "Blöcke abgebaut", "hashrate-growth-chart" : "HashRate-Wachstumstabelle", "block-interval" : "Sperrintervall", - "transactions-vs-date" : "Transaktionen nach Datum", + "transactions-vs-date" : "Transaktionen nach Datum", + "total-difficulty" : "Gesamtschwierigkeit", + "target-difficulty" : "Zielschwierigkeit", "home": { "HEADER_TEXT": "Sie befinden sich in Beta", "COUNTDOWN": "Mainnet-Countdown", @@ -62,7 +64,6 @@ "SEARCH_RESULT1" : "Ihr Suchbegriff", "SEARCH_RESULT2" : "ist zu kurz", "SEARCH_RESULT3" : "Bitte geben Sie mindestens sechs Zeichen ein, wenn Sie nach Hash suchen", - "total-difficulty" : "Gesamtschwierigkeit", "PEERS" : "Gleichaltrigen", "CAPABILITIES" : "Fähigkeiten", "USER_AGENT" : "User Agent", diff --git a/server/i18n/en.json b/server/i18n/en.json index 73ad174..dfa128f 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -7,7 +7,9 @@ "blocks-mined" : "Blocks Mined", "hashrate-growth-chart" : "HashRate Growth Chart", "block-interval" : "Block Interval", - "transactions-vs-date" : "Transactions by Date", + "transactions-vs-date" : "Transactions by Date", + "total-difficulty" : "Total Difficulty", + "target-difficulty" : "Target Difficulty", "home": { "HEADER_TEXT": "You are on Beta", "COUNTDOWN": "Mainnet Countdown", diff --git a/src/app/shared/components/header/header.component.html b/src/app/shared/components/header/header.component.html index c2ede9d..27d9453 100755 --- a/src/app/shared/components/header/header.component.html +++ b/src/app/shared/components/header/header.component.html @@ -2,20 +2,9 @@