diff --git a/LICENSE b/LICENSE index b6a09390a..1c368c00a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The Mempool Open Source Project® -Copyright (c) 2019-2023 Mempool Space K.K. and other shadowy super-coders +Copyright (c) 2019-2024 Mempool Space K.K. and other shadowy super-coders This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -12,10 +12,12 @@ or any other contributor to The Mempool Open Source Project. The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full -Bitcoin ecosystem™, Mempool Goggles™, the mempool Logo, the mempool Square logo, -the mempool Blocks logo, the mempool Blocks 3 | 2 logo, the mempool.space Vertical -Logo, and the mempool.space Horizontal logo are registered trademarks or trademarks -of Mempool Space K.K in Japan, the United States, and/or other countries. +Bitcoin ecosystem™, Mempool Goggles™, the mempool Logo, the mempool Square Logo, +the mempool block visualization Logo, the mempool Blocks Logo, the mempool +transaction Logo, the mempool Blocks 3 | 2 Logo, the mempool research Logo, +the mempool.space Vertical Logo, and the mempool.space Horizontal Logo are +registered trademarks or trademarks of Mempool Space K.K in Japan, +the United States, and/or other countries. See our full Trademark Policy and Guidelines for more details, published on . diff --git a/backend/README.md b/backend/README.md index 6ae4ae3e2..cecc07bc9 100644 --- a/backend/README.md +++ b/backend/README.md @@ -77,7 +77,7 @@ Query OK, 0 rows affected (0.00 sec) #### Build -_Make sure to use Node.js 16.10 and npm 7._ +_Make sure to use Node.js 20.x and npm 9.x or newer_ _The build process requires [Rust](https://www.rust-lang.org/tools/install) to be installed._ diff --git a/backend/package-lock.json b/backend/package-lock.json index 944abfdb2..126660166 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,18 +1,19 @@ { "name": "mempool-backend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mempool-backend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "hasInstallScript": true, "license": "GNU Affero General Public License v3.0", "dependencies": { + "@babel/core": "^7.25.2", "@mempool/electrum-client": "1.1.9", "@types/node": "^18.15.3", - "axios": "~1.7.2", + "axios": "~1.7.4", "bitcoinjs-lib": "~6.1.3", "crypto-js": "~4.2.0", "express": "~4.19.2", @@ -2277,9 +2278,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -9438,9 +9439,9 @@ "integrity": "sha512-+H+kuK34PfMaI9PNU/NSjBKL5hh/KDM9J72kwYeYEm0A8B1AC4fuCy3qsjnA7lxklgyXsB68yn8Z2xoZEjgwCQ==" }, "axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/backend/package.json b/backend/package.json index a5fb4bdbe..51abf2f7b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "mempool-backend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "description": "Bitcoin mempool visualizer and blockchain explorer backend", "license": "GNU Affero General Public License v3.0", "homepage": "https://mempool.space", @@ -42,7 +42,7 @@ "@babel/core": "^7.25.2", "@mempool/electrum-client": "1.1.9", "@types/node": "^18.15.3", - "axios": "~1.7.2", + "axios": "~1.7.4", "bitcoinjs-lib": "~6.1.3", "crypto-js": "~4.2.0", "express": "~4.19.2", diff --git a/backend/src/api/about.routes.ts b/backend/src/api/about.routes.ts index 5e7d3b70e..2020d111d 100644 --- a/backend/src/api/about.routes.ts +++ b/backend/src/api/about.routes.ts @@ -70,7 +70,7 @@ class AboutRoutes { res.status(500).end(); } }) - .get(config.MEMPOOL.API_URL_PREFIX + 'services/account/images/:username', async (req, res) => { + .get(config.MEMPOOL.API_URL_PREFIX + 'services/account/images/:username/:md5', async (req, res) => { const url = `${config.MEMPOOL_SERVICES.API}/${req.originalUrl.replace('/api/v1/services/', '')}`; try { const response = await axios.get(url, { responseType: 'stream', timeout: 10000 }); diff --git a/backend/src/api/audit.ts b/backend/src/api/audit.ts index eea96af69..e09234cdc 100644 --- a/backend/src/api/audit.ts +++ b/backend/src/api/audit.ts @@ -2,6 +2,7 @@ import config from '../config'; import logger from '../logger'; import { MempoolTransactionExtended, MempoolBlockWithTransactions } from '../mempool.interfaces'; import rbfCache from './rbf-cache'; +import transactionUtils from './transaction-utils'; const PROPAGATION_MARGIN = 180; // in seconds, time since a transaction is first seen after which it is assumed to have propagated to all miners @@ -15,7 +16,8 @@ class Audit { const matches: string[] = []; // present in both mined block and template const added: string[] = []; // present in mined block, not in template const unseen: string[] = []; // present in the mined block, not in our mempool - const prioritized: string[] = []; // higher in the block than would be expected by in-band feerate alone + let prioritized: string[] = []; // higher in the block than would be expected by in-band feerate alone + let deprioritized: string[] = []; // lower in the block than would be expected by in-band feerate alone const fresh: string[] = []; // missing, but firstSeen or lastBoosted within PROPAGATION_MARGIN const rbf: string[] = []; // either missing or present, and either part of a full-rbf replacement, or a conflict with the mined block const accelerated: string[] = []; // prioritized by the mempool accelerator @@ -133,23 +135,7 @@ class Audit { totalWeight += tx.weight; } - - // identify "prioritized" transactions - let lastEffectiveRate = 0; - // Iterate over the mined template from bottom to top (excluding the coinbase) - // Transactions should appear in ascending order of mining priority. - for (let i = transactions.length - 1; i > 0; i--) { - const blockTx = transactions[i]; - // If a tx has a lower in-band effective fee rate than the previous tx, - // it must have been prioritized out-of-band (in order to have a higher mining priority) - // so exclude from the analysis. - if ((blockTx.effectiveFeePerVsize || 0) < lastEffectiveRate) { - prioritized.push(blockTx.txid); - // accelerated txs may or may not have their prioritized fee rate applied, so don't use them as a reference - } else if (!isAccelerated[blockTx.txid]) { - lastEffectiveRate = blockTx.effectiveFeePerVsize || 0; - } - } + ({ prioritized, deprioritized } = transactionUtils.identifyPrioritizedTransactions(transactions, 'effectiveFeePerVsize')); // transactions missing from near the end of our template are probably not being censored let overflowWeightRemaining = overflowWeight - (config.MEMPOOL.BLOCK_WEIGHT_UNITS - totalWeight); diff --git a/backend/src/api/database-migration.ts b/backend/src/api/database-migration.ts index 6ddca7697..95f8c8707 100644 --- a/backend/src/api/database-migration.ts +++ b/backend/src/api/database-migration.ts @@ -7,7 +7,7 @@ import cpfpRepository from '../repositories/CpfpRepository'; import { RowDataPacket } from 'mysql2'; class DatabaseMigration { - private static currentVersion = 81; + private static currentVersion = 82; private queryTimeout = 3600_000; private statisticsAddedIndexed = false; private uniqueLogs: string[] = []; @@ -700,6 +700,11 @@ class DatabaseMigration { await this.$executeQuery('ALTER TABLE `blocks_audits` ADD unseen_txs JSON DEFAULT "[]"'); await this.updateToSchemaVersion(81); } + + if (databaseSchemaVersion < 82 && isBitcoin === true && config.MEMPOOL.NETWORK === 'mainnet') { + await this.$fixBadV1AuditBlocks(); + await this.updateToSchemaVersion(82); + } } /** @@ -1314,6 +1319,28 @@ class DatabaseMigration { logger.warn(`Failed to migrate cpfp transaction data`); } } + + private async $fixBadV1AuditBlocks(): Promise { + const badBlocks = [ + '000000000000000000011ad49227fc8c9ba0ca96ad2ebce41a862f9a244478dc', + '000000000000000000010ac1f68b3080153f2826ffddc87ceffdd68ed97d6960', + '000000000000000000024cbdafeb2660ae8bd2947d166e7fe15d1689e86b2cf7', + '00000000000000000002e1dbfbf6ae057f331992a058b822644b368034f87286', + '0000000000000000000019973b2778f08ad6d21e083302ff0833d17066921ebb', + ]; + + for (const hash of badBlocks) { + try { + await this.$executeQuery(` + UPDATE blocks_audits + SET prioritized_txs = '[]' + WHERE hash = '${hash}' + `, true); + } catch (e) { + continue; + } + } + } } export default new DatabaseMigration(); diff --git a/backend/src/api/transaction-utils.ts b/backend/src/api/transaction-utils.ts index b3077b935..15d3e7110 100644 --- a/backend/src/api/transaction-utils.ts +++ b/backend/src/api/transaction-utils.ts @@ -338,6 +338,87 @@ class TransactionUtils { const positionOfScript = hasAnnex ? witness.length - 3 : witness.length - 2; return witness[positionOfScript]; } + + // calculate the most parsimonious set of prioritizations given a list of block transactions + // (i.e. the most likely prioritizations and deprioritizations) + public identifyPrioritizedTransactions(transactions: any[], rateKey: string): { prioritized: string[], deprioritized: string[] } { + // find the longest increasing subsequence of transactions + // (adapted from https://en.wikipedia.org/wiki/Longest_increasing_subsequence#Efficient_algorithms) + // should be O(n log n) + const X = transactions.slice(1).reverse().map((tx) => ({ txid: tx.txid, rate: tx[rateKey] })); // standard block order is by *decreasing* effective fee rate, but we want to iterate in increasing order (and skip the coinbase) + if (X.length < 2) { + return { prioritized: [], deprioritized: [] }; + } + const N = X.length; + const P: number[] = new Array(N); + const M: number[] = new Array(N + 1); + M[0] = -1; // undefined so can be set to any value + + let L = 0; + for (let i = 0; i < N; i++) { + // Binary search for the smallest positive l ≤ L + // such that X[M[l]].effectiveFeePerVsize > X[i].effectiveFeePerVsize + let lo = 1; + let hi = L + 1; + while (lo < hi) { + const mid = lo + Math.floor((hi - lo) / 2); // lo <= mid < hi + if (X[M[mid]].rate > X[i].rate) { + hi = mid; + } else { // if X[M[mid]].effectiveFeePerVsize < X[i].effectiveFeePerVsize + lo = mid + 1; + } + } + + // After searching, lo == hi is 1 greater than the + // length of the longest prefix of X[i] + const newL = lo; + + // The predecessor of X[i] is the last index of + // the subsequence of length newL-1 + P[i] = M[newL - 1]; + M[newL] = i; + + if (newL > L) { + // If we found a subsequence longer than any we've + // found yet, update L + L = newL; + } + } + + // Reconstruct the longest increasing subsequence + // It consists of the values of X at the L indices: + // ..., P[P[M[L]]], P[M[L]], M[L] + const LIS: any[] = new Array(L); + let k = M[L]; + for (let j = L - 1; j >= 0; j--) { + LIS[j] = X[k]; + k = P[k]; + } + + const lisMap = new Map(); + LIS.forEach((tx, index) => lisMap.set(tx.txid, index)); + + const prioritized: string[] = []; + const deprioritized: string[] = []; + + let lastRate = X[0].rate; + + for (const tx of X) { + if (lisMap.has(tx.txid)) { + lastRate = tx.rate; + } else { + if (Math.abs(tx.rate - lastRate) < 0.1) { + // skip if the rate is almost the same as the previous transaction + } else if (tx.rate <= lastRate) { + prioritized.push(tx.txid); + } else { + deprioritized.push(tx.txid); + } + } + } + + return { prioritized, deprioritized }; + } } export default new TransactionUtils(); diff --git a/backend/src/repositories/BlocksAuditsRepository.ts b/backend/src/repositories/BlocksAuditsRepository.ts index abf26aa29..3b3f79ce0 100644 --- a/backend/src/repositories/BlocksAuditsRepository.ts +++ b/backend/src/repositories/BlocksAuditsRepository.ts @@ -132,11 +132,12 @@ class BlocksAuditRepositories { firstSeen = tx.time; } }); + const wasSeen = blockAudit.version === 1 ? !blockAudit.unseenTxs.includes(txid) : (isExpected || isPrioritized || isAccelerated); return { - seen: isExpected || isPrioritized || isAccelerated, + seen: wasSeen, expected: isExpected, - added: isAdded, + added: isAdded && (blockAudit.version === 0 || !wasSeen), prioritized: isPrioritized, conflict: isConflict, accelerated: isAccelerated, diff --git a/frontend/README.md b/frontend/README.md index 069f1d5f0..fb2a5e291 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -33,7 +33,7 @@ $ npm run config:defaults:liquid ### 3. Run the Frontend -_Make sure to use Node.js 16.10 and npm 7._ +_Make sure to use Node.js 20.x and npm 9.x or newer._ Install project dependencies and run the frontend server: @@ -70,7 +70,7 @@ Set up the [Mempool backend](../backend/) first, if you haven't already. ### 1. Build the Frontend -_Make sure to use Node.js 16.10 and npm 7._ +_Make sure to use Node.js 20.x and npm 9.x or newer._ Build the frontend: diff --git a/frontend/angular.json b/frontend/angular.json index 190982225..3aa1cb6a8 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -54,6 +54,10 @@ "translation": "src/locale/messages.fr.xlf", "baseHref": "/fr/" }, + "hr": { + "translation": "src/locale/messages.hr.xlf", + "baseHref": "/hr/" + }, "ja": { "translation": "src/locale/messages.ja.xlf", "baseHref": "/ja/" diff --git a/frontend/cypress/fixtures/mainnet_mempoolInfo.json b/frontend/cypress/fixtures/mainnet_mempoolInfo.json index e0b0fa6b9..584364e9a 100644 --- a/frontend/cypress/fixtures/mainnet_mempoolInfo.json +++ b/frontend/cypress/fixtures/mainnet_mempoolInfo.json @@ -750,7 +750,7 @@ }, "backendInfo": { "hostname": "node205.tk7.mempool.space", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "gitCommit": "abbc8a134", "lightning": false }, diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 37917526c..2e9bb0353 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "mempool-frontend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mempool-frontend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "license": "GNU Affero General Public License v3.0", "dependencies": { "@angular-devkit/build-angular": "^17.3.1", @@ -42,7 +42,7 @@ "rxjs": "~7.8.1", "tinyify": "^4.0.0", "tlite": "^0.1.9", - "tslib": "~2.6.0", + "tslib": "~2.7.0", "zone.js": "~0.14.4" }, "devDependencies": { @@ -699,6 +699,11 @@ "node": ">=10" } }, + "node_modules/@angular-devkit/build-angular/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, "node_modules/@angular-devkit/build-webpack": { "version": "0.1703.1", "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1703.1.tgz", @@ -8805,9 +8810,9 @@ "integrity": "sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==" }, "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -16925,9 +16930,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "node_modules/tuf-js": { "version": "2.2.0", @@ -18849,6 +18854,11 @@ "requires": { "lru-cache": "^6.0.0" } + }, + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" } } }, @@ -24723,9 +24733,9 @@ "integrity": "sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==" }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -30763,9 +30773,9 @@ } }, "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "tuf-js": { "version": "2.2.0", diff --git a/frontend/package.json b/frontend/package.json index c810cac00..12255e460 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mempool-frontend", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "description": "Bitcoin mempool visualizer and blockchain explorer backend", "license": "GNU Affero General Public License v3.0", "homepage": "https://mempool.space", @@ -95,7 +95,7 @@ "esbuild": "^0.23.0", "tinyify": "^4.0.0", "tlite": "^0.1.9", - "tslib": "~2.6.0", + "tslib": "~2.7.0", "zone.js": "~0.14.4" }, "devDependencies": { diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index aaa53b8ba..cef630984 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -151,7 +151,7 @@ export const languages: Language[] = [ { code: 'fr', name: 'Français' }, // French // { code: 'gl', name: 'Galego' }, // Galician { code: 'ko', name: '한국어' }, // Korean -// { code: 'hr', name: 'Hrvatski' }, // Croatian + { code: 'hr', name: 'Hrvatski' }, // Croatian // { code: 'id', name: 'Bahasa Indonesia' },// Indonesian { code: 'hi', name: 'हिन्दी' }, // Hindi { code: 'ne', name: 'नेपाली' }, // Nepalese diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 41c0ce47f..1af8d8e62 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -53,7 +53,7 @@ Spiral - + Blockstream - + + + Unchained @@ -150,7 +152,7 @@ Bull Bitcoin - + @@ -435,7 +437,7 @@ Trademark Notice

- The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem®, Mempool Goggles™, the mempool logo, the mempool Square logo, the mempool Blocks logo, the mempool Blocks 3 | 2 logo, the mempool.space Vertical Logo, and the mempool.space Horizontal logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries. + The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem®, Mempool Goggles™, the mempool Logo, the mempool Square Logo, the mempool block visualization Logo, the mempool Blocks Logo, the mempool transaction Logo, the mempool Blocks 3 | 2 Logo, the mempool research Logo, the mempool.space Vertical Logo, and the mempool.space Horizontal Logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries.

While our software is available under an open source software license, the copyright license does not include an implied right or license to use our trademarks. See our Trademark Policy and Guidelines for more details, published on <https://mempool.space/trademark-policy>. diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index a360e180c..41e9209b7 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -13,8 +13,6 @@ .image.not-rounded { border-radius: 0; - width: 60px; - height: 60px; } .intro { @@ -158,9 +156,8 @@ margin: 40px 29px 10px; &.image.coldcard { border-radius: 0; - width: auto; - max-height: 50px; - margin: 40px 29px 14px 29px; + height: auto; + margin: 20px 29px 20px; } } } diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index 74cc73b83..df67de65c 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -525,7 +525,7 @@

Confirming your acceleration with our mining pool partners... - @if (timeSincePaid > 20000) { + @if (timeSincePaid > 30000) { ...sorry, this is taking longer than expected... }
diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html index 94a8f7967..67f6cb80e 100644 --- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html +++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html @@ -26,9 +26,9 @@ Out-of-band fees @if (accelerationInfo.status === 'accelerated') { - {{ accelerationInfo.feeDelta | number }} sat + {{ accelerationInfo.feeDelta | number }} sat } @else { - {{ accelerationInfo.bidBoost | number }} sat + {{ accelerationInfo.bidBoost | number }} sat } @@ -38,9 +38,9 @@ } @else if (accelerationInfo.status === 'accelerated' || accelerationInfo.status === 'mined') { Accelerated fee rate @if (accelerationInfo.status === 'accelerated') { - + } @else { - + } } diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.scss b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.scss index b44318a58..98a42f0e7 100644 --- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.scss +++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.scss @@ -32,4 +32,8 @@ top: -1px; margin-right: 3px; } + + .oobFees { + color: #905cf4; + } } diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html index 094d3f6bb..13d38443e 100644 --- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html +++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html @@ -1,7 +1,7 @@ @if (chartOnly) { } @else { - +
diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts index 7506fb6fc..f95bb71c8 100644 --- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts +++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts @@ -67,13 +67,17 @@ export class ActiveAccelerationBox implements OnChanges { const acceleratingPools = (poolList || []).filter(id => pools[id]).sort((a,b) => pools[a].lastEstimatedHashrate - pools[b].lastEstimatedHashrate); const totalAcceleratedHashrate = acceleratingPools.reduce((total, pool) => total + pools[pool].lastEstimatedHashrate, 0); - const lightenStep = acceleratingPools.length ? (0.48 / acceleratingPools.length) : 0; + // Find the first pool with at least 1% of the total network hashrate + const firstSignificantPool = acceleratingPools.findIndex(pool => pools[pool].lastEstimatedHashrate > this.miningStats.lastEstimatedHashrate / 100); + const numSignificantPools = acceleratingPools.length - firstSignificantPool; acceleratingPools.forEach((poolId, index) => { const pool = pools[poolId]; const poolShare = ((pool.lastEstimatedHashrate / this.miningStats.lastEstimatedHashrate) * 100).toFixed(1); data.push(getDataItem( pool.lastEstimatedHashrate, - toRGB(lighten({ r: 147, g: 57, b: 244 }, index * lightenStep)), + index >= firstSignificantPool + ? toRGB(lighten({ r: 147, g: 57, b: 244 }, 1 - (index - firstSignificantPool) / (numSignificantPools - 1))) + : 'white', `${pool.name} (${poolShare}%)`, true, ) as PieSeriesOption); diff --git a/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.html b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.html new file mode 100644 index 000000000..bf0080344 --- /dev/null +++ b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.html @@ -0,0 +1,5 @@ +
+
+ + +
+
\ No newline at end of file diff --git a/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.scss b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.scss new file mode 100644 index 000000000..35f6e32d5 --- /dev/null +++ b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.scss @@ -0,0 +1,45 @@ +.sparkles { + position: absolute; + top: var(--block-size); + height: 50px; + right: 0; +} + +.sparkle { + position: absolute; + color: rgba(152, 88, 255, 0.75); + opacity: 0; + transform: scale(0.8) rotate(0deg); + animation: pop ease 2000ms forwards, sparkle ease 500ms infinite; +} + +.inner-sparkle { + display: block; +} + +@keyframes pop { + 0% { + transform: scale(0.8) rotate(0deg); + opacity: 0; + } + 20% { + transform: scale(1) rotate(72deg); + opacity: 1; + } + 100% { + transform: scale(0) rotate(360deg); + opacity: 0; + } +} + +@keyframes sparkle { + 0% { + color: rgba(152, 88, 255, 0.75); + } + 50% { + color: rgba(198, 162, 255, 0.75); + } + 100% { + color: rgba(152, 88, 255, 0.75); + } +} \ No newline at end of file diff --git a/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.ts b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.ts new file mode 100644 index 000000000..2316c996d --- /dev/null +++ b/frontend/src/app/components/acceleration/sparkles/acceleration-sparkles.component.ts @@ -0,0 +1,73 @@ +import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, Input, OnChanges, SimpleChanges, ViewChild } from '@angular/core'; + +@Component({ + selector: 'app-acceleration-sparkles', + templateUrl: './acceleration-sparkles.component.html', + styleUrls: ['./acceleration-sparkles.component.scss'], + changeDetection: ChangeDetectionStrategy.OnPush, +}) +export class AccelerationSparklesComponent implements OnChanges { + @Input() arrow: ElementRef; + @Input() run: boolean = false; + + @ViewChild('sparkleAnchor') + sparkleAnchor: ElementRef; + + constructor( + private cd: ChangeDetectorRef, + ) {} + + endTimeout: any; + lastSparkle: number = 0; + sparkleWidth: number = 0; + sparkles: any[] = []; + + ngOnChanges(changes: SimpleChanges): void { + if (changes.run) { + if (this.endTimeout) { + clearTimeout(this.endTimeout); + this.endTimeout = null; + } + if (this.run) { + this.doSparkle(); + } else { + this.endTimeout = setTimeout(() => { + this.sparkles = []; + }, 2000); + } + } + } + + doSparkle(): void { + if (this.run) { + const now = performance.now(); + if (now - this.lastSparkle > 20) { + this.lastSparkle = now; + if (this.arrow?.nativeElement && this.sparkleAnchor?.nativeElement) { + const anchor = this.sparkleAnchor.nativeElement.getBoundingClientRect().right; + const right = this.arrow.nativeElement.getBoundingClientRect().right; + const dx = (anchor - right) + 30; + const numSparkles = Math.ceil(Math.random() * 3); + for (let i = 0; i < numSparkles; i++) { + this.sparkles.push({ + style: { + right: (dx + (Math.random() * 10)) + 'px', + top: (15 + (Math.random() * 30)) + 'px', + }, + rotation: { + transform: `rotate(${Math.random() * 360}deg)`, + } + }); + } + while (this.sparkles.length > 200) { + this.sparkles.shift(); + } + this.cd.markForCheck(); + } + } + requestAnimationFrame(() => { + this.doSparkle(); + }); + } + } +} \ No newline at end of file diff --git a/frontend/src/app/components/block-filters/block-filters.component.html b/frontend/src/app/components/block-filters/block-filters.component.html index 6337dd019..be692cfa9 100644 --- a/frontend/src/app/components/block-filters/block-filters.component.html +++ b/frontend/src/app/components/block-filters/block-filters.component.html @@ -1,6 +1,5 @@
- beta
diff --git a/frontend/src/app/components/block-overview-graph/tx-view.ts b/frontend/src/app/components/block-overview-graph/tx-view.ts index ad24b26c3..f612368f4 100644 --- a/frontend/src/app/components/block-overview-graph/tx-view.ts +++ b/frontend/src/app/components/block-overview-graph/tx-view.ts @@ -33,7 +33,7 @@ export default class TxView implements TransactionStripped { flags: number; bigintFlags?: bigint | null = 0b00000100_00000000_00000000_00000000n; time?: number; - status?: 'found' | 'missing' | 'sigop' | 'fresh' | 'freshcpfp' | 'added' | 'added_prioritized' | 'prioritized' | 'censored' | 'selected' | 'rbf' | 'accelerated'; + status?: 'found' | 'missing' | 'sigop' | 'fresh' | 'freshcpfp' | 'added' | 'added_prioritized' | 'prioritized' | 'added_deprioritized' | 'deprioritized' | 'censored' | 'selected' | 'rbf' | 'accelerated'; context?: 'projected' | 'actual'; scene?: BlockScene; diff --git a/frontend/src/app/components/block-overview-graph/utils.ts b/frontend/src/app/components/block-overview-graph/utils.ts index 4f7c7ed5a..625029db0 100644 --- a/frontend/src/app/components/block-overview-graph/utils.ts +++ b/frontend/src/app/components/block-overview-graph/utils.ts @@ -142,6 +142,10 @@ export function defaultColorFunction( return auditColors.added_prioritized; case 'prioritized': return auditColors.prioritized; + case 'added_deprioritized': + return auditColors.added_prioritized; + case 'deprioritized': + return auditColors.prioritized; case 'selected': return colors.marginal[levelIndex] || colors.marginal[defaultMempoolFeeColors.length - 1]; case 'accelerated': diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html index 08de1b640..f1f5bb3d4 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -51,7 +51,7 @@
- @@ -79,6 +79,11 @@ AddedPrioritized + Deprioritized + + Added + Deprioritized + Marginal fee rateConflictAccelerated diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss index 28708506b..0b2c05948 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss @@ -27,6 +27,9 @@ th, td { width: 70%; text-align: end; } + &.oobFees { + color: #905cf4; + } } .badge.badge-accelerated { diff --git a/frontend/src/app/components/block/block.component.ts b/frontend/src/app/components/block/block.component.ts index 44328c591..5cba85e90 100644 --- a/frontend/src/app/components/block/block.component.ts +++ b/frontend/src/app/components/block/block.component.ts @@ -17,6 +17,7 @@ import { PriceService, Price } from '../../services/price.service'; import { CacheService } from '../../services/cache.service'; import { ServicesApiServices } from '../../services/services-api.service'; import { PreloadService } from '../../services/preload.service'; +import { identifyPrioritizedTransactions } from '../../shared/transaction.utils'; @Component({ selector: 'app-block', @@ -524,6 +525,7 @@ export class BlockComponent implements OnInit, OnDestroy { const isUnseen = {}; const isAdded = {}; const isPrioritized = {}; + const isDeprioritized = {}; const isCensored = {}; const isMissing = {}; const isSelected = {}; @@ -535,6 +537,17 @@ export class BlockComponent implements OnInit, OnDestroy { this.numUnexpected = 0; if (blockAudit?.template) { + // augment with locally calculated *de*prioritized transactions if possible + const { prioritized, deprioritized } = identifyPrioritizedTransactions(transactions); + // but if the local calculation produces returns unexpected results, don't use it + let useLocalDeprioritized = deprioritized.length < (transactions.length * 0.1); + for (const tx of prioritized) { + if (!isPrioritized[tx] && !isAccelerated[tx]) { + useLocalDeprioritized = false; + break; + } + } + for (const tx of blockAudit.template) { inTemplate[tx.txid] = true; if (tx.acc) { @@ -550,9 +563,14 @@ export class BlockComponent implements OnInit, OnDestroy { for (const txid of blockAudit.addedTxs) { isAdded[txid] = true; } - for (const txid of blockAudit.prioritizedTxs || []) { + for (const txid of blockAudit.prioritizedTxs) { isPrioritized[txid] = true; } + if (useLocalDeprioritized) { + for (const txid of deprioritized || []) { + isDeprioritized[txid] = true; + } + } for (const txid of blockAudit.missingTxs) { isCensored[txid] = true; } @@ -608,6 +626,12 @@ export class BlockComponent implements OnInit, OnDestroy { } else { tx.status = 'prioritized'; } + } else if (isDeprioritized[tx.txid]) { + if (isAdded[tx.txid] || (blockAudit.version > 0 && isUnseen[tx.txid])) { + tx.status = 'added_deprioritized'; + } else { + tx.status = 'deprioritized'; + } } else if (isAdded[tx.txid] && (blockAudit.version === 0 || isUnseen[tx.txid])) { tx.status = 'added'; } else if (inTemplate[tx.txid]) { diff --git a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html index b2dd0344b..7e39d9341 100644 --- a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html +++ b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html @@ -52,7 +52,7 @@ Mainnet Signet Testnet3 - Testnet4 beta + Testnet4 Liquid Liquid Testnet diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html index dae0df8e3..9fc2d4e58 100644 --- a/frontend/src/app/components/master-page/master-page.component.html +++ b/frontend/src/app/components/master-page/master-page.component.html @@ -70,7 +70,7 @@ Mainnet Signet Testnet3 - Testnet4 beta + Testnet4 Liquid Liquid Testnet diff --git a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html index 24f229598..b979e032b 100644 --- a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html +++ b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.html @@ -51,7 +51,8 @@ -
+ +
diff --git a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts index 13608bb73..af5a91c65 100644 --- a/frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts +++ b/frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts @@ -1,4 +1,4 @@ -import { Component, OnInit, OnDestroy, ChangeDetectionStrategy, ChangeDetectorRef, HostListener, Input, OnChanges, SimpleChanges, Output, EventEmitter } from '@angular/core'; +import { Component, OnInit, OnDestroy, ChangeDetectionStrategy, ChangeDetectorRef, HostListener, Input, OnChanges, SimpleChanges, Output, EventEmitter, ViewChild, ElementRef } from '@angular/core'; import { Subscription, Observable, of, combineLatest } from 'rxjs'; import { MempoolBlock } from '../../interfaces/websocket.interface'; import { StateService } from '../../services/state.service'; @@ -77,6 +77,9 @@ export class MempoolBlocksComponent implements OnInit, OnChanges, OnDestroy { maxArrowPosition = 0; rightPosition = 0; transition = 'background 2s, right 2s, transform 1s'; + @ViewChild('arrowUp') + arrowElement: ElementRef; + acceleratingArrow: boolean = false; markIndex: number; txPosition: MempoolPosition; @@ -201,6 +204,7 @@ export class MempoolBlocksComponent implements OnInit, OnChanges, OnDestroy { this.markBlocksSubscription = this.stateService.markBlock$ .subscribe((state) => { + const oldTxPosition = this.txPosition; this.markIndex = undefined; this.txPosition = undefined; this.txFeePerVSize = undefined; @@ -209,6 +213,12 @@ export class MempoolBlocksComponent implements OnInit, OnChanges, OnDestroy { } if (state.mempoolPosition) { this.txPosition = state.mempoolPosition; + if (this.txPosition.accelerated && !oldTxPosition?.accelerated) { + this.acceleratingArrow = true; + setTimeout(() => { + this.acceleratingArrow = false; + }, 2000); + } } if (state.txFeePerVSize) { this.txFeePerVSize = state.txFeePerVSize; diff --git a/frontend/src/app/components/tracker/tracker.component.ts b/frontend/src/app/components/tracker/tracker.component.ts index c869f9705..24b5fc1dc 100644 --- a/frontend/src/app/components/tracker/tracker.component.ts +++ b/frontend/src/app/components/tracker/tracker.component.ts @@ -293,7 +293,7 @@ export class TrackerComponent implements OnInit, OnDestroy { }) ).subscribe((accelerationHistory) => { for (const acceleration of accelerationHistory) { - if (acceleration.txid === this.txId && (acceleration.status === 'completed' || acceleration.status === 'completed_provisional')) { + if (acceleration.txid === this.txId && (acceleration.status === 'completed' || acceleration.status === 'completed_provisional') && acceleration.pools.includes(acceleration.minedByPoolUniqueId)) { const boostCost = acceleration.boostCost || acceleration.bidBoost; acceleration.acceleratedFeeRate = Math.max(acceleration.effectiveFee, acceleration.effectiveFee + boostCost) / acceleration.effectiveVsize; acceleration.boost = boostCost; diff --git a/frontend/src/app/components/trademark-policy/trademark-policy.component.html b/frontend/src/app/components/trademark-policy/trademark-policy.component.html index de1d78daa..0a0dde251 100644 --- a/frontend/src/app/components/trademark-policy/trademark-policy.component.html +++ b/frontend/src/app/components/trademark-policy/trademark-policy.component.html @@ -8,7 +8,7 @@

Trademark Policy and Guidelines

The Mempool Open Source Project ®
-
Updated: July 3, 2024
+
Updated: August 19, 2024

@@ -100,11 +100,26 @@

The Mempool Accelerator Logo



+ +

+

The mempool research Logo

+

+

The Mempool Goggles Logo



+ +

+

The mempool transaction Logo

+

+ + +

+

The mempool block visualization Logo

+

+

The mempool Blocks Logo

diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index e2d9421d6..715fca4c8 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -606,13 +606,11 @@ @if (!isLoadingTx) {
- } @else { diff --git a/frontend/src/app/components/transaction/transaction.component.ts b/frontend/src/app/components/transaction/transaction.component.ts index bcad164cc..8c0d3b4a9 100644 --- a/frontend/src/app/components/transaction/transaction.component.ts +++ b/frontend/src/app/components/transaction/transaction.component.ts @@ -358,12 +358,18 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy { }), ).subscribe((accelerationHistory) => { for (const acceleration of accelerationHistory) { - if (acceleration.txid === this.txId && (acceleration.status === 'completed' || acceleration.status === 'completed_provisional')) { - const boostCost = acceleration.boostCost || acceleration.bidBoost; - acceleration.acceleratedFeeRate = Math.max(acceleration.effectiveFee, acceleration.effectiveFee + boostCost) / acceleration.effectiveVsize; - acceleration.boost = boostCost; - this.tx.acceleratedAt = acceleration.added; - this.accelerationInfo = acceleration; + if (acceleration.txid === this.txId) { + if (acceleration.status === 'completed' || acceleration.status === 'completed_provisional') { + if (acceleration.pools.includes(acceleration.minedByPoolUniqueId)) { + const boostCost = acceleration.boostCost || acceleration.bidBoost; + acceleration.acceleratedFeeRate = Math.max(acceleration.effectiveFee, acceleration.effectiveFee + boostCost) / acceleration.effectiveVsize; + acceleration.boost = boostCost; + this.tx.acceleratedAt = acceleration.added; + this.accelerationInfo = acceleration; + } else { + this.tx.feeDelta = undefined; + } + } this.waitingForAccelerationInfo = false; this.setIsAccelerated(); } diff --git a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html index 6aa7cf7c0..3dfb2059d 100644 --- a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html +++ b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -43,7 +43,7 @@ OutputFee - #{{ line.index + 1 }} + #{{ line.index }} @@ -73,7 +73,7 @@

-

Output  #{{ line.vout + 1 }} +

Output  #{{ line.vout }} @@ -83,7 +83,7 @@

-

Input  #{{ line.vin + 1 }} +

Input  #{{ line.vin }} diff --git a/frontend/src/app/interfaces/node-api.interface.ts b/frontend/src/app/interfaces/node-api.interface.ts index 4d2ffc09a..3e38ff88b 100644 --- a/frontend/src/app/interfaces/node-api.interface.ts +++ b/frontend/src/app/interfaces/node-api.interface.ts @@ -239,7 +239,7 @@ export interface TransactionStripped { acc?: boolean; flags?: number | null; time?: number; - status?: 'found' | 'missing' | 'sigop' | 'fresh' | 'freshcpfp' | 'added' | 'added_prioritized' | 'prioritized' | 'censored' | 'selected' | 'rbf' | 'accelerated'; + status?: 'found' | 'missing' | 'sigop' | 'fresh' | 'freshcpfp' | 'added' | 'added_prioritized' | 'prioritized' | 'added_deprioritized' | 'deprioritized' | 'censored' | 'selected' | 'rbf' | 'accelerated'; context?: 'projected' | 'actual'; } diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.html b/frontend/src/app/shared/components/global-footer/global-footer.component.html index bd1783513..a2e7286e0 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.html +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.html @@ -79,7 +79,7 @@

Networks

Mainnet Explorer

Testnet3 Explorer

-

Testnet4 Explorer beta

+

Testnet4 Explorer

Signet Explorer

Liquid Testnet Explorer

Liquid Explorer

diff --git a/frontend/src/app/shared/shared.module.ts b/frontend/src/app/shared/shared.module.ts index 89bcfafbb..2d5b4d0f9 100644 --- a/frontend/src/app/shared/shared.module.ts +++ b/frontend/src/app/shared/shared.module.ts @@ -100,6 +100,7 @@ import { MempoolErrorComponent } from './components/mempool-error/mempool-error. import { AccelerationsListComponent } from '../components/acceleration/accelerations-list/accelerations-list.component'; import { PendingStatsComponent } from '../components/acceleration/pending-stats/pending-stats.component'; import { AccelerationStatsComponent } from '../components/acceleration/acceleration-stats/acceleration-stats.component'; +import { AccelerationSparklesComponent } from '../components/acceleration/sparkles/acceleration-sparkles.component'; import { BlockViewComponent } from '../components/block-view/block-view.component'; import { EightBlocksComponent } from '../components/eight-blocks/eight-blocks.component'; @@ -225,6 +226,7 @@ import { OnlyVsizeDirective, OnlyWeightDirective } from './components/weight-dir AccelerationsListComponent, AccelerationStatsComponent, PendingStatsComponent, + AccelerationSparklesComponent, HttpErrorComponent, TwitterWidgetComponent, FaucetComponent, @@ -355,6 +357,7 @@ import { OnlyVsizeDirective, OnlyWeightDirective } from './components/weight-dir AccelerationsListComponent, AccelerationStatsComponent, PendingStatsComponent, + AccelerationSparklesComponent, HttpErrorComponent, TwitterWidgetComponent, TwitterLogin, diff --git a/frontend/src/app/shared/transaction.utils.ts b/frontend/src/app/shared/transaction.utils.ts index 9d9cd801b..c13616c60 100644 --- a/frontend/src/app/shared/transaction.utils.ts +++ b/frontend/src/app/shared/transaction.utils.ts @@ -1,7 +1,7 @@ import { TransactionFlags } from './filters.utils'; import { getVarIntLength, opcodes, parseMultisigScript, isPoint } from './script.utils'; import { Transaction } from '../interfaces/electrs.interface'; -import { CpfpInfo, RbfInfo } from '../interfaces/node-api.interface'; +import { CpfpInfo, RbfInfo, TransactionStripped } from '../interfaces/node-api.interface'; // Bitcoin Core default policy settings const TX_MAX_STANDARD_VERSION = 2; @@ -458,4 +458,83 @@ export function getUnacceleratedFeeRate(tx: Transaction, accelerated: boolean): } else { return tx.effectiveFeePerVsize; } +} + +export function identifyPrioritizedTransactions(transactions: TransactionStripped[]): { prioritized: string[], deprioritized: string[] } { + // find the longest increasing subsequence of transactions + // (adapted from https://en.wikipedia.org/wiki/Longest_increasing_subsequence#Efficient_algorithms) + // should be O(n log n) + const X = transactions.slice(1).reverse(); // standard block order is by *decreasing* effective fee rate, but we want to iterate in increasing order (and skip the coinbase) + if (X.length < 2) { + return { prioritized: [], deprioritized: [] }; + } + const N = X.length; + const P: number[] = new Array(N); + const M: number[] = new Array(N + 1); + M[0] = -1; // undefined so can be set to any value + + let L = 0; + for (let i = 0; i < N; i++) { + // Binary search for the smallest positive l ≤ L + // such that X[M[l]].effectiveFeePerVsize > X[i].effectiveFeePerVsize + let lo = 1; + let hi = L + 1; + while (lo < hi) { + const mid = lo + Math.floor((hi - lo) / 2); // lo <= mid < hi + if (X[M[mid]].rate > X[i].rate) { + hi = mid; + } else { // if X[M[mid]].effectiveFeePerVsize < X[i].effectiveFeePerVsize + lo = mid + 1; + } + } + + // After searching, lo == hi is 1 greater than the + // length of the longest prefix of X[i] + const newL = lo; + + // The predecessor of X[i] is the last index of + // the subsequence of length newL-1 + P[i] = M[newL - 1]; + M[newL] = i; + + if (newL > L) { + // If we found a subsequence longer than any we've + // found yet, update L + L = newL; + } + } + + // Reconstruct the longest increasing subsequence + // It consists of the values of X at the L indices: + // ..., P[P[M[L]]], P[M[L]], M[L] + const LIS: TransactionStripped[] = new Array(L); + let k = M[L]; + for (let j = L - 1; j >= 0; j--) { + LIS[j] = X[k]; + k = P[k]; + } + + const lisMap = new Map(); + LIS.forEach((tx, index) => lisMap.set(tx.txid, index)); + + const prioritized: string[] = []; + const deprioritized: string[] = []; + + let lastRate = 0; + + for (const tx of X) { + if (lisMap.has(tx.txid)) { + lastRate = tx.rate; + } else { + if (Math.abs(tx.rate - lastRate) < 0.1) { + // skip if the rate is almost the same as the previous transaction + } else if (tx.rate <= lastRate) { + prioritized.push(tx.txid); + } else { + deprioritized.push(tx.txid); + } + } + } + + return { prioritized, deprioritized }; } \ No newline at end of file diff --git a/frontend/src/locale/messages.ar.xlf b/frontend/src/locale/messages.ar.xlf index c7cc89c49..2a098550c 100644 --- a/frontend/src/locale/messages.ar.xlf +++ b/frontend/src/locale/messages.ar.xlf @@ -671,7 +671,7 @@ sat/vB - ساتوشي/بايت + sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html 113 @@ -1082,7 +1082,7 @@ sat - ساتوشي + sat src/app/components/accelerate-checkout/accelerate-fee-graph.component.html 15 @@ -6438,7 +6438,7 @@ sats/tx - ساتوشي/عملية + sats/عملية src/app/components/reward-stats/reward-stats.component.html 33 @@ -7867,7 +7867,7 @@ Only ~ sat/vB was needed to get into this block - كان مطلوب حوالي ساتوشي/بايت فقط لاضافة هذه المعاملة الى هذه الكتلة + كان مطلوب حوالي sat/vB فقط لاضافة هذه المعاملة الى هذه الكتلة src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 diff --git a/frontend/src/locale/messages.fi.xlf b/frontend/src/locale/messages.fi.xlf index 5598a617c..efedeb2f7 100644 --- a/frontend/src/locale/messages.fi.xlf +++ b/frontend/src/locale/messages.fi.xlf @@ -1393,6 +1393,7 @@ Out-of-band fees + Kaistan ulkopuoliset maksut src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1401,7 +1402,7 @@ Fee rate - Siirtomaksu taso + Siirtomaksutaso src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 36 @@ -1488,7 +1489,7 @@ No accelerated transaction for this timeframe - Ei nopeutettua transaktiota tällä aikataululla + Ei nopeutettua siirtotapahtumaa tällä aikataululla src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts 133 @@ -1727,7 +1728,7 @@ Bid Boost - Tarjoustehostin + Bid Boost src/app/components/acceleration/accelerations-list/accelerations-list.component.html 17 @@ -1792,6 +1793,7 @@ Completed + Valmis src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1800,6 +1802,7 @@ Failed + Epäonnistui src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 @@ -2299,7 +2302,7 @@ of transactions - / transaktiot + / transaktiota src/app/components/address/address.component.html 102 @@ -2537,7 +2540,7 @@ Browse an overview of the Liquid asset (): see issued amount, burned amount, circulating amount, related transactions, and more. - Selaa yleiskatsausta Liquid -varoihin (): näet liikkeeseen lasketun määrän, poltetun määrän, kiertävän määrän, asiaan liittyvät tapahtumat ja paljon muuta. + Selaa yleiskatsausta Liquid -varoihin (): näet liikkeeseen lasketun määrän, poltetun määrän, kiertävän määrän, asiaan liittyvät siirtotapahtumat ja paljon muuta. src/app/components/asset/asset.component.ts 108 @@ -3146,7 +3149,7 @@ Effective fee rate - Todellinen siirtomaksu taso + Todellinen siirtomaksutaso src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 52 @@ -3205,7 +3208,7 @@ Marginal fee rate - Marginaali siirtomaksu taso + Marginaali siirtomaksutaso src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 72 @@ -3453,7 +3456,7 @@ See size, weight, fee range, included transactions, and more for Liquid block (). - Katso koko, paino, maksualue, mukana olevat transaktiot ja paljon muuta Liquid lohkon osalta (). + Katso koko, paino, maksualue, mukana olevat siirtotapahtumat ja paljon muuta Liquid lohkon osalta (). src/app/components/block-view/block-view.component.ts 112 @@ -3469,7 +3472,7 @@ See size, weight, fee range, included transactions, audit (expected v actual), and more for Bitcoin block (). - Katso koko, paino, maksuväli, mukana olevat tapahtumat, tilintarkastus (odotettu vs. todellinen) ja paljon muuta Bitcoinin lohkon osalta (). + Katso koko, paino, maksuväli, mukana olevat siirtotapahtumat, tilintarkastus (odotettu vs. todellinen) ja paljon muuta Bitcoinin lohkon osalta (). src/app/components/block-view/block-view.component.ts 114 @@ -3598,7 +3601,7 @@ transaction - transaktio + siirto src/app/components/block/block-transactions.component.html 4 @@ -3619,7 +3622,7 @@ transactions - transaktiot + siirtoa src/app/components/block/block-transactions.component.html 5 @@ -4299,7 +4302,7 @@ Incoming Transactions - Saapuvat tapahtumat + Saapuvat siirtotapahtumat src/app/components/custom-dashboard/custom-dashboard.component.html 55 @@ -4455,7 +4458,7 @@ Recent Transactions - Viimeaikaiset tapahtumat + Viimeaikaiset siirtotapahtumat src/app/components/custom-dashboard/custom-dashboard.component.html 190 @@ -4527,7 +4530,7 @@ Data - Data + Tiedot src/app/components/custom-dashboard/custom-dashboard.component.ts 74 @@ -4807,7 +4810,7 @@ New subsidy - Uusi tuki + Uusi palkkio src/app/components/difficulty/difficulty.component.html 103 @@ -5690,7 +5693,7 @@ Lightning Explorer - Salamaverkko selain + Salamaverkkoselain src/app/components/master-page/master-page.component.html 95 @@ -5716,7 +5719,7 @@ See stats for transactions in the mempool: fee range, aggregate size, and more. Mempool blocks are updated in real-time as the network receives new transactions. - Katso tilastoja tapahtumista mempoolissa: kulualue, kokonaiskoko ja muuta. Mempool-lohkot päivittyvät reaaliajassa, kun verkko vastaanottaa uusia tapahtumia. + Katso tilastoja tapahtumista mempoolissa: kulualue, kokonaiskoko ja muuta. Mempool-lohkot päivittyvät reaaliajassa, kun verkko vastaanottaa uusia siirtotapahtumia. src/app/components/mempool-block/mempool-block.component.ts 62 @@ -6649,7 +6652,7 @@ See mempool size (in MvB) and transactions per second (in vB/s) visualized over time. - Näe mempoolin koko (MvB:ssä) ja transaktiot sekunnissa (vB/s) visualisoituna ajan kuluessa. + Näe mempoolin koko (MvB) ja siirtotapahtumat per sekuntti (vB/s) visualisoituna ajan kuluessa. src/app/components/statistics/statistics.component.ts 66 @@ -6665,7 +6668,7 @@ Test Transactions - Testitapahtumat + Testisiirrot src/app/components/test-transactions/test-transactions.component.html 2 @@ -6692,7 +6695,7 @@ Comma-separated list of raw transactions - Pilkuilla eroteltu luettelo raakatapahtumista + Pilkuilla eroteltu luettelo raakasiirroista src/app/components/test-transactions/test-transactions.component.html 7 @@ -8001,7 +8004,7 @@ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. - Oletus työntö: action: 'want', data: ['blocks', ...] ilmaisemaan, mitä haluat työnnettävän. Käytettävissä: blocks, mempool-blocks, live-2h-chart ja stats.Työnnä osoitteeseen liittyvät tapahtumat: 'track-address': '3PbJ...bF9B' vastaanottaa kaikki uudet transaktiot, jotka sisältävät kyseisen osoitteen syötteenä tai tulosteena. Palauttaa transaktioiden joukon. address-transactions uusille mempool-transaktioille ja block-transactions uusille lohkon vahvistetuille transaktioille. + Oletus työntö: action: 'want', data: ['blocks', ...] ilmaisemaan, mitä haluat työnnettävän. Käytettävissä: blocks, mempool-blocks, live-2h-chart ja stats.Työnnä osoitteeseen liittyvät transaktiot: 'track-address': '3PbJ...bF9B' vastaanottaa kaikki uudet transaktiot, jotka sisältävät kyseisen osoitteen syötteenä tai tulosteena. Palauttaa transaktioiden joukon. address-transactions uusille mempool-transaktioille ja block-transactions uusille lohkon vahvistetuille transaktioille. src/app/docs/api-docs/api-docs.component.html 120 @@ -8057,7 +8060,7 @@ Get answers to common questions like: What is a mempool? Why isn't my transaction confirming? How can I run my own instance of The Mempool Open Source Project? And more. - Hanki vastauksia yleisiin kysymyksiin, kuten: Mikä on mempool? Miksi tapahtumani ei vahvistu? Miten voin ajaa omaa The Mempool Open Source Project -instanssia? Ja paljon muuta. + Hanki vastauksia yleisiin kysymyksiin, kuten: Mikä on mempool? Miksi siirtoni ei vahvistu? Miten voin ajaa omaa The Mempool Open Source Project -instanssia? Ja paljon muuta. src/app/docs/docs/docs.component.ts 47 @@ -8073,7 +8076,7 @@ Documentation for the liquid.network REST API service: get info on addresses, transactions, assets, blocks, and more. - Dokumentaatio liquid.network REST API-palvelulle: hae tietoja osoitteista, tapahtumista, omaisuuseristä, lohkoista ja muusta. + Dokumentaatio liquid.network REST API-palvelulle: hae tietoja osoitteista, siirtotapahtumista, omaisuuseristä, lohkoista ja muusta. src/app/docs/docs/docs.component.ts 53 @@ -8081,7 +8084,7 @@ Documentation for the mempool.space REST API service: get info on addresses, transactions, blocks, fees, mining, the Lightning network, and more. - Dokumentaatio mempool.space REST API-palvelulle: hae tietoja osoitteista, tapahtumista, lohkoista, maksuista, louhinnasta, Salamaverkosta ja paljon muuta. + Dokumentaatio mempool.space REST API-palvelulle: hae tietoja osoitteista, siirtotapahtumista, lohkoista, maksuista, louhinnasta, Salamaverkosta ja paljon muuta. src/app/docs/docs/docs.component.ts 55 @@ -8097,7 +8100,7 @@ Documentation for the liquid.network WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more. - Dokumentaatio liquid.networkin WebSocket API-palvelulle: hanki reaaliaikaista tietoa lohkoista, mempoolista, tapahtumista, osoitteista ja paljon muuta. + Dokumentaatio liquid.networkin WebSocket API-palvelulle: hanki reaaliaikaista tietoa lohkoista, mempoolista, siirtotapahtumista, osoitteista ja paljon muuta. src/app/docs/docs/docs.component.ts 61 @@ -8105,7 +8108,7 @@ Documentation for the mempool.space WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more. - Dokumentaatio mempool.space WebSocket API-palvelulle: hanki reaaliaikaista tietoa lohkoista, mempooleista, tapahtumista, osoitteista ja muusta. + Dokumentaatio mempool.space WebSocket API-palvelulle: hanki reaaliaikaista tietoa lohkoista, mempooleista, siirtotapahtumista, osoitteista ja muusta. src/app/docs/docs/docs.component.ts 63 @@ -8438,7 +8441,7 @@ Overview for Lightning channel . See channel capacity, the Lightning nodes involved, related on-chain transactions, and more. - Yleiskatsaus Salamakanavalle . Katso kanavan kapasiteetti, mukana olevat Salamasolmut, liittyvät lohkoketjutapahtumat ja muuta. + Yleiskatsaus Salamakanavalle . Katso kanavan kapasiteetti, mukana olevat salamasolmut, pääketjuun liittyvät siirtotapahtumat ja paljon muuta. src/app/lightning/channel/channel-preview.component.ts 37 @@ -8728,7 +8731,7 @@ Med Fee Rate - Keskisuuri siirtomaksu taso + Keskisuuri siirtomaksutaso src/app/lightning/channels-statistics/channels-statistics.component.html 72 @@ -9256,7 +9259,7 @@ Lease fee rate - Vuokra siirtomaksun taso + Vuokra siirtomaksutaso src/app/lightning/node/node.component.html 190 @@ -9984,7 +9987,7 @@ Why isn't my transaction confirming? - Miksi tapahtumaani ei vahvisteta? + Miksi siirtoani ei vahvisteta? src/app/shared/components/global-footer/global-footer.component.html 73 diff --git a/frontend/src/locale/messages.hr.xlf b/frontend/src/locale/messages.hr.xlf index 920dc9cc7..d013c70bd 100644 --- a/frontend/src/locale/messages.hr.xlf +++ b/frontend/src/locale/messages.hr.xlf @@ -3,6 +3,7 @@ Close + Zatvori node_modules/src/ngb-config.ts 13 @@ -10,6 +11,7 @@ HH + HH node_modules/src/ngb-config.ts 13 @@ -17,6 +19,7 @@ Close + Zatvori node_modules/src/ngb-config.ts 13 @@ -24,6 +27,7 @@ Select month + Odaberi mjesec node_modules/src/ngb-config.ts 13 @@ -35,6 +39,7 @@ «« + «« node_modules/src/ngb-config.ts 13 @@ -42,6 +47,7 @@ Previous month + Prethodni mjesec node_modules/src/ngb-config.ts 13 @@ -53,6 +59,7 @@ + node_modules/src/ngb-config.ts 13 @@ -60,6 +67,7 @@ Slide of + Slajd od node_modules/src/ngb-config.ts 13 @@ -68,6 +76,7 @@ Hours + Sati node_modules/src/ngb-config.ts 13 @@ -75,6 +84,7 @@ « + « node_modules/src/ngb-config.ts 13 @@ -82,6 +92,7 @@ Previous + Prethodno node_modules/src/ngb-config.ts 13 @@ -89,6 +100,7 @@ MM + MM node_modules/src/ngb-config.ts 13 @@ -96,6 +108,7 @@ » + » node_modules/src/ngb-config.ts 13 @@ -103,6 +116,7 @@ Select year + Odaberi godinu node_modules/src/ngb-config.ts 13 @@ -114,6 +128,7 @@ Next month + Sljedeći mjesec node_modules/src/ngb-config.ts 13 @@ -125,6 +140,7 @@ Next + Sljedeći node_modules/src/ngb-config.ts 13 @@ -132,6 +148,7 @@ Minutes + Minute node_modules/src/ngb-config.ts 13 @@ -139,6 +156,7 @@ »» + »» node_modules/src/ngb-config.ts 13 @@ -146,6 +164,7 @@ First + Prvi node_modules/src/ngb-config.ts 13 @@ -153,6 +172,7 @@ Increment hours + Povećanje sati node_modules/src/ngb-config.ts 13 @@ -160,6 +180,7 @@ Previous + Prethodno node_modules/src/ngb-config.ts 13 @@ -167,6 +188,7 @@ Decrement hours + Smanjenje sati node_modules/src/ngb-config.ts 13 @@ -174,6 +196,7 @@ Next + Sljedeće node_modules/src/ngb-config.ts 13 @@ -181,6 +204,7 @@ Increment minutes + Povećanje minuta node_modules/src/ngb-config.ts 13 @@ -188,6 +212,7 @@ Last + Zadnje node_modules/src/ngb-config.ts 13 @@ -195,6 +220,7 @@ Decrement minutes + Smanjenje minuta node_modules/src/ngb-config.ts 13 @@ -202,6 +228,7 @@ SS + SS node_modules/src/ngb-config.ts 13 @@ -209,6 +236,7 @@ Seconds + Sekunde node_modules/src/ngb-config.ts 13 @@ -216,6 +244,7 @@ Increment seconds + Povećanje sekunda node_modules/src/ngb-config.ts 13 @@ -223,6 +252,7 @@ Decrement seconds + Smsnjenje sekunda node_modules/src/ngb-config.ts 13 @@ -230,6 +260,7 @@ + node_modules/src/ngb-config.ts 13 @@ -237,6 +268,7 @@ Become a Community Sponsor + Postani Community Sponsor src/app/components/about/about-sponsors.component.html 4 @@ -245,6 +277,7 @@ Become an Enterprise Sponsor + Postani Enterprise Sponsor src/app/components/about/about-sponsors.component.html 11 @@ -253,6 +286,7 @@ The Mempool Open Source Project + Mempool projekt otvorenog koda src/app/components/about/about.component.html 13 @@ -261,6 +295,7 @@ Our mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely self-hosted without any trusted third-parties. + Naš mempool i blockchain explorer za Bitcoin zajednicu, fokusiran na tržište transakcijskih naknada i višeslojni ekosustav, potpuno samostalno hostiran bez ikakvih trećih strana od povjerenja. src/app/components/about/about.component.html 14 @@ -268,6 +303,7 @@ Enterprise Sponsors 🚀 + Enterprise sponzori 🚀 src/app/components/about/about.component.html 40 @@ -276,6 +312,7 @@ Whale Sponsors + Kitovi sponzori src/app/components/about/about.component.html 200 @@ -284,6 +321,7 @@ Chad Sponsors + Chad sponzori src/app/components/about/about.component.html 213 @@ -292,6 +330,7 @@ OG Sponsors ❤️ + OG sponzori ❤️ src/app/components/about/about.component.html 226 @@ -300,6 +339,7 @@ Community Integrations + Integracije zajednice src/app/components/about/about.component.html 237 @@ -308,6 +348,7 @@ Community Alliances + Savezi zajednice src/app/components/about/about.component.html 351 @@ -316,6 +357,7 @@ Project Translators + Prevoditelji projekta src/app/components/about/about.component.html 367 @@ -324,6 +366,7 @@ Project Contributors + Suradnici projekta src/app/components/about/about.component.html 381 @@ -332,6 +375,7 @@ Project Members + Članovi projekta src/app/components/about/about.component.html 393 @@ -340,6 +384,7 @@ Project Maintainers + Održavatelji projekta src/app/components/about/about.component.html 406 @@ -348,6 +393,7 @@ About + O projektu src/app/components/about/about.component.ts 49 @@ -363,6 +409,7 @@ Learn more about The Mempool Open Source Project®: enterprise sponsors, individual sponsors, integrations, who contributes, FOSS licensing, and more. + Saznajte više o Mempool Open Source Project®: korporativni sponzori, pojedinačni sponzori, integracije, tko doprinosi, FOSS licenciranje i više. src/app/components/about/about.component.ts 50 @@ -370,6 +417,7 @@ Sorry, something went wrong! + Oprostite, nešto je pošlo naopako! src/app/components/accelerate-checkout/accelerate-checkout.component.html 5 @@ -378,6 +426,7 @@ We were not able to accelerate this transaction. Please try again later. + Nismo uspjeli ubrzati ovu transakciju. Molimo pokušajte ponovo kasnije. src/app/components/accelerate-checkout/accelerate-checkout.component.html 11 @@ -386,6 +435,7 @@ Close + Zatvori src/app/components/accelerate-checkout/accelerate-checkout.component.html 18 @@ -398,6 +448,7 @@ Your transaction + Vaša transakcija src/app/components/accelerate-checkout/accelerate-checkout.component.html 37 @@ -406,6 +457,7 @@ Plus unconfirmed ancestor(s) + Plus nepotvrđeni predak(ci) src/app/components/accelerate-checkout/accelerate-checkout.component.html 41 @@ -440,6 +492,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) + Veličina u vbajtima ove transakcije (uključujući nepotvrđene pretke) src/app/components/accelerate-checkout/accelerate-checkout.component.html 51 @@ -448,6 +501,7 @@ In-band fees + In-band naknade src/app/components/accelerate-checkout/accelerate-checkout.component.html 55 @@ -456,6 +510,7 @@ sats + sat src/app/components/accelerate-checkout/accelerate-checkout.component.html 57 @@ -572,6 +627,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) + Naknade koje su već plaćene ovom transakcijom (uključujući nepotvrđene pretke) src/app/components/accelerate-checkout/accelerate-checkout.component.html 62 @@ -580,6 +636,7 @@ How much faster? + Koliko brže? src/app/components/accelerate-checkout/accelerate-checkout.component.html 71 @@ -588,6 +645,7 @@ This will reduce your expected waiting time until the first confirmation to + Ovo će smanjiti vaše očekivano vrijeme čekanja do prve potvrde na src/app/components/accelerate-checkout/accelerate-checkout.component.html 76,77 @@ -596,6 +654,7 @@ Summary + Sažetak src/app/components/accelerate-checkout/accelerate-checkout.component.html 100 @@ -604,6 +663,7 @@ Next block market rate + Tržišna vrijednost sljedećeg bloka src/app/components/accelerate-checkout/accelerate-checkout.component.html 109 @@ -634,6 +694,7 @@ Estimated extra fee required + Procjena potrebne dodatne naknade src/app/components/accelerate-checkout/accelerate-checkout.component.html 117 @@ -642,6 +703,7 @@ Target rate + Ciljana naknada src/app/components/accelerate-checkout/accelerate-checkout.component.html 131 @@ -650,6 +712,7 @@ Extra fee required + Potrebna je dodatna naknada src/app/components/accelerate-checkout/accelerate-checkout.component.html 139 @@ -658,6 +721,7 @@ Mempool Accelerator™ fees + Naknade za Mempool Accelerator™ src/app/components/accelerate-checkout/accelerate-checkout.component.html 153 @@ -666,6 +730,7 @@ Accelerator Service Fee + Naknada za uslugu akceleratora src/app/components/accelerate-checkout/accelerate-checkout.component.html 157 @@ -674,6 +739,7 @@ Transaction Size Surcharge + Dodatna naknada za veličinu transakcije src/app/components/accelerate-checkout/accelerate-checkout.component.html 169 @@ -682,6 +748,7 @@ Estimated acceleration cost + Procijenjeni trošak ubrzanja src/app/components/accelerate-checkout/accelerate-checkout.component.html 185 @@ -690,6 +757,7 @@ Maximum acceleration cost + Maksimalni trošak ubrzanja src/app/components/accelerate-checkout/accelerate-checkout.component.html 204 @@ -698,6 +766,7 @@ Acceleration cost + Trošak ubrzanja src/app/components/accelerate-checkout/accelerate-checkout.component.html 206 @@ -706,6 +775,7 @@ Available balance + Dostupno Stanje src/app/components/accelerate-checkout/accelerate-checkout.component.html 226 @@ -714,6 +784,7 @@ Go back + Idi natrag src/app/components/accelerate-checkout/accelerate-checkout.component.html 258 @@ -730,6 +801,7 @@ Accelerate your Bitcoin transaction? + Ubrzati svoju Bitcoin transakciju? src/app/components/accelerate-checkout/accelerate-checkout.component.html 273 @@ -738,6 +810,7 @@ Wait + Čekaj src/app/components/accelerate-checkout/accelerate-checkout.component.html 285 @@ -746,6 +819,7 @@ Confirmation expected + Očekuje se potvrda src/app/components/accelerate-checkout/accelerate-checkout.component.html 287 @@ -758,6 +832,7 @@ Confirmation not expected any time soon + Potvrda se ne očekuje u skorije vrijeme src/app/components/accelerate-checkout/accelerate-checkout.component.html 290 @@ -766,6 +841,7 @@ For an additional + Za dodatnu src/app/components/accelerate-checkout/accelerate-checkout.component.html 345 @@ -774,6 +850,7 @@ Reducing expected confirmation time to + Smanjenje očekivanog vremena potvrde na src/app/components/accelerate-checkout/accelerate-checkout.component.html 351,352 @@ -782,6 +859,7 @@ Payment to mempool.space for acceleration of txid .. + Plaćanje na mempool.space za ubrzanje txid .. src/app/components/accelerate-checkout/accelerate-checkout.component.html 362,363 @@ -794,6 +872,7 @@ Your account will be debited no more than + Vaš račun neće biti terećen za više od src/app/components/accelerate-checkout/accelerate-checkout.component.html 367 @@ -802,6 +881,7 @@ Pay + Plati src/app/components/accelerate-checkout/accelerate-checkout.component.html 378 @@ -823,6 +903,7 @@ Failed to load invoice + Učitavanje fakture nije uspjelo src/app/components/accelerate-checkout/accelerate-checkout.component.html 381 @@ -831,6 +912,7 @@ Loading invoice... + Učitavanje fakture... src/app/components/accelerate-checkout/accelerate-checkout.component.html 386 @@ -839,6 +921,7 @@ OR + OR src/app/components/accelerate-checkout/accelerate-checkout.component.html 394 @@ -847,6 +930,7 @@ Confirm your payment + Potvrdite svoju uplatu src/app/components/accelerate-checkout/accelerate-checkout.component.html 442 @@ -855,6 +939,7 @@ Total additional cost + Ukupni dodatni trošak src/app/components/accelerate-checkout/accelerate-checkout.component.html 458 @@ -863,6 +948,7 @@ with + s src/app/components/accelerate-checkout/accelerate-checkout.component.html 462 @@ -871,6 +957,7 @@ Loading payment method... + Učitavanje načina plaćanja... src/app/components/accelerate-checkout/accelerate-checkout.component.html 482 @@ -879,6 +966,7 @@ Confirming your payment + Potvrđujemo vašu uplatu src/app/components/accelerate-checkout/accelerate-checkout.component.html 500 @@ -887,6 +975,7 @@ We are processing your payment... + Obrađujemo vašu uplatu... src/app/components/accelerate-checkout/accelerate-checkout.component.html 510 @@ -895,6 +984,7 @@ Accelerating your transaction + Ubrzavamo vašu transakciju src/app/components/accelerate-checkout/accelerate-checkout.component.html 520 @@ -903,6 +993,7 @@ Confirming your acceleration with our mining pool partners... + Potvrđujemo vaše ubrzanje s našim mining pool partnerima... src/app/components/accelerate-checkout/accelerate-checkout.component.html 527 @@ -911,6 +1002,7 @@ ...sorry, this is taking longer than expected... + ...žao nam je, ovo traje duže od očekivanog... src/app/components/accelerate-checkout/accelerate-checkout.component.html 529 @@ -919,6 +1011,7 @@ Your transaction is being accelerated! + Vaša transakcija se ubrzava! src/app/components/accelerate-checkout/accelerate-checkout.component.html 538 @@ -927,6 +1020,7 @@ Your transaction has been accepted for acceleration by our mining pool partners. + Vašu su transakciju prihvatili za ubrzanje naši mining pool partneri. src/app/components/accelerate-checkout/accelerate-checkout.component.html 544 @@ -935,6 +1029,7 @@ Calculating cost... + Izračunavanje troškova... src/app/components/accelerate-checkout/accelerate-checkout.component.html 563 @@ -943,6 +1038,7 @@ customize + prilagodi src/app/components/accelerate-checkout/accelerate-checkout.component.html 569 @@ -951,6 +1047,7 @@ Accelerate to ~ sat/vB + Ubrzaj na ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html 572 @@ -959,6 +1056,7 @@ Accelerate + Ubrzaj src/app/components/accelerate-checkout/accelerate-checkout.component.html 578 @@ -976,6 +1074,7 @@ Your transaction will be prioritized by up to % of miners. + Vašoj će transakciji dati prioritet do % rudara . src/app/components/accelerate-checkout/accelerate-checkout.component.html 600 @@ -984,6 +1083,7 @@ sat + sat src/app/components/accelerate-checkout/accelerate-fee-graph.component.html 15 @@ -1033,6 +1133,7 @@ Next Block + Sljedeći blok src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 81 @@ -1056,6 +1157,7 @@ maximum + maksimum src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1063,6 +1165,7 @@ accelerated + ubrzano src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1070,6 +1173,7 @@ Status + Status src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 11 @@ -1165,6 +1269,7 @@ Accelerated + Ubrzano src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 16 @@ -1197,6 +1302,7 @@ Mined + Izrudaredo src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 18 @@ -1287,6 +1393,7 @@ Out-of-band fees + Izvanpojasne naknade src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1295,6 +1402,7 @@ Fee rate + Stopa naknade src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 36 @@ -1332,6 +1440,7 @@ Accelerated fee rate + Ubrzana stopa naknade src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 39 @@ -1349,6 +1458,7 @@ Accelerated by + Ubrzano od src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 48 @@ -1362,6 +1472,7 @@ Acceleration Fees + Naknade za ubrzanje src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.html 6 @@ -1378,6 +1489,7 @@ No accelerated transaction for this timeframe + Nema ubrzane transakcije za ovaj vremenski okvir src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts 133 @@ -1385,6 +1497,7 @@ At block: + U bloku: src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts 177 @@ -1404,6 +1517,7 @@ Around block: + Oko bloka: src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts 179 @@ -1423,6 +1537,7 @@ Requests + Zahtjevi src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 4 @@ -1443,6 +1558,7 @@ accelerated + ubrzano src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 7 @@ -1451,6 +1567,7 @@ Total Bid Boost + Total Bid Boost src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 11 @@ -1467,6 +1584,7 @@ BTC + BTC src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 13 @@ -1500,6 +1618,7 @@ Total vSize + Ukupno vSize src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 20 @@ -1520,6 +1639,7 @@ of blocks + blokova src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 23 @@ -1528,6 +1648,7 @@ Accelerations + Ubrzanja src/app/components/acceleration/accelerations-list/accelerations-list.component.html 2 @@ -1548,6 +1669,7 @@ TXID + TXID src/app/components/acceleration/accelerations-list/accelerations-list.component.html 10 @@ -1584,6 +1706,7 @@ Bid + Ponuda src/app/components/acceleration/accelerations-list/accelerations-list.component.html 13 @@ -1592,6 +1715,7 @@ Requested + Zatraženo src/app/components/acceleration/accelerations-list/accelerations-list.component.html 14 @@ -1604,6 +1728,7 @@ Bid Boost + Povećanje ponude src/app/components/acceleration/accelerations-list/accelerations-list.component.html 17 @@ -1613,6 +1738,7 @@ Block + Blok src/app/components/acceleration/accelerations-list/accelerations-list.component.html 18 @@ -1629,6 +1755,7 @@ Pool + Pool src/app/components/acceleration/accelerations-list/accelerations-list.component.html 19 @@ -1649,6 +1776,7 @@ Pending + U tijeku src/app/components/acceleration/accelerations-list/accelerations-list.component.html 64 @@ -1665,6 +1793,7 @@ Completed + Završeno src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1673,6 +1802,7 @@ Failed + Neuspješno src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 @@ -1681,6 +1811,7 @@ There are no active accelerations + Nema aktivnih ubrzanja src/app/components/acceleration/accelerations-list/accelerations-list.component.html 133 @@ -1689,6 +1820,7 @@ There are no recent accelerations + Nema nedavnih ubrzanja src/app/components/acceleration/accelerations-list/accelerations-list.component.html 134 @@ -1697,6 +1829,7 @@ Active Accelerations + Aktivna ubrzanja src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 10 @@ -1709,6 +1842,7 @@ Acceleration stats + Statistika ubrzanja src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 24 @@ -1717,6 +1851,7 @@ (1 day) + (1 dan) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 27 @@ -1725,6 +1860,7 @@ (1 week) + (1 tjedan) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 30 @@ -1733,6 +1869,7 @@ (1 month) + (1 mjesec) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 33 @@ -1741,6 +1878,7 @@ (all time) + (cijelo vrijeme) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 36 @@ -1749,6 +1887,7 @@ View more » + Vidi više » src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 91 @@ -1773,6 +1912,7 @@ Recent Accelerations + Nedavna ubrzanja src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 113 @@ -1781,6 +1921,7 @@ Accelerator Dashboard + Nadzorna ploča akceleratora src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.ts 57 @@ -1792,6 +1933,7 @@ Accelerated to + Ubrzano do src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html 7 @@ -1801,6 +1943,7 @@ of hashrate + od hashrate src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html 32 @@ -1809,6 +1952,7 @@ not accelerating + ne ubrzava se src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts 86 @@ -1816,6 +1960,7 @@ pending + u tijeku src/app/components/acceleration/pending-stats/pending-stats.component.html 7 @@ -1824,6 +1969,7 @@ Avg Max Bid + Prosj. max ponuda src/app/components/acceleration/pending-stats/pending-stats.component.html 11 @@ -1836,6 +1982,7 @@ of block + od bloka src/app/components/acceleration/pending-stats/pending-stats.component.html 23 @@ -1844,6 +1991,7 @@ Balance + Stanje src/app/components/address-graph/address-graph.component.ts 56 @@ -1875,6 +2023,7 @@ Balances + Stanja src/app/components/address-group/address-group.component.html 4 @@ -1883,6 +2032,7 @@ Total + Ukupno src/app/components/address-group/address-group.component.html 9 @@ -1891,6 +2041,7 @@ Amount + Iznos src/app/components/address-transactions-widget/address-transactions-widget.component.html 4 @@ -1919,6 +2070,7 @@ Date + Datum src/app/components/address-transactions-widget/address-transactions-widget.component.html 6 @@ -1939,6 +2091,7 @@ Address + Adresa src/app/components/address/address-preview.component.html 3 @@ -1963,6 +2116,7 @@ Unconfidential + Nepovjerljivo src/app/components/address/address-preview.component.html 15 @@ -1975,6 +2129,7 @@ Total received + Ukupno primljeno src/app/components/address/address-preview.component.html 22 @@ -1987,6 +2142,7 @@ Total sent + Ukupno poslano src/app/components/address/address-preview.component.html 26 @@ -1995,6 +2151,7 @@ Transactions + Transakcije src/app/components/address/address-preview.component.html 35 @@ -2027,6 +2184,7 @@ Unspent TXOs + Nepotrošeni TXO-i src/app/components/address/address-preview.component.html 39 @@ -2035,6 +2193,7 @@ Confidential + Povjerljivo src/app/components/address/address-preview.component.html 55 @@ -2079,6 +2238,7 @@ Address: + Adresa: src/app/components/address/address-preview.component.ts 71 @@ -2090,6 +2250,7 @@ See mempool transactions, confirmed transactions, balance, and more for address . + Pogledajte mempool transakcije, potvrđene transakcije, stanje i više za adresu . src/app/components/address/address-preview.component.ts 72 @@ -2101,6 +2262,7 @@ Balance History + Povijest stanja src/app/components/address/address.component.html 79 @@ -2113,6 +2275,7 @@ all + sve src/app/components/address/address.component.html 84 @@ -2121,6 +2284,7 @@ recent + nedavno src/app/components/address/address.component.html 87 @@ -2129,6 +2293,7 @@ of transaction + od transakcije src/app/components/address/address.component.html 101 @@ -2137,6 +2302,7 @@ of transactions + od transakcija src/app/components/address/address.component.html 102 @@ -2145,6 +2311,7 @@ Error loading address data. + Pogreška pri učitavanju podataka o adresi. src/app/components/address/address.component.html 201 @@ -2157,6 +2324,7 @@ There are too many transactions on this address, more than your backend can handle. See more on setting up a stronger backend. Consider viewing this address on the official Mempool website instead: + Previše je transakcija na ovoj adresi, više nego što vaš backend može podnijeti. Pogledajte više o postavljanju jačeg backenda. Umjesto toga razmislite o pregledu ove adrese na službenoj web stranici Mempoola: src/app/components/address/address.component.html 204,207 @@ -2165,6 +2333,7 @@ Confirmed balance + Potvrđeno stanje src/app/components/address/address.component.html 247 @@ -2173,6 +2342,7 @@ Confirmed UTXOs + Potvrđeni UTXO-ovi src/app/components/address/address.component.html 257 @@ -2181,6 +2351,7 @@ Pending UTXOs + UTXO-i na čekanju src/app/components/address/address.component.html 262 @@ -2189,6 +2360,7 @@ Type + Tip src/app/components/address/address.component.html 272 @@ -2205,6 +2377,7 @@ Asset + Asset src/app/components/asset/asset.component.html 3 @@ -2214,6 +2387,7 @@ Name + Ime src/app/components/asset/asset.component.html 21 @@ -2238,6 +2412,7 @@ Precision + Preciznost src/app/components/asset/asset.component.html 25 @@ -2247,6 +2422,7 @@ Issuer + Izdavatelj src/app/components/asset/asset.component.html 29 @@ -2256,6 +2432,7 @@ Issuance TX + TX izdavanja src/app/components/asset/asset.component.html 33 @@ -2265,6 +2442,7 @@ Pegged in + Pegovano u src/app/components/asset/asset.component.html 37 @@ -2274,6 +2452,7 @@ Pegged out + Odpegovano src/app/components/asset/asset.component.html 41 @@ -2283,6 +2462,7 @@ Issued amount + Izdani količina src/app/components/asset/asset.component.html 45 @@ -2292,6 +2472,7 @@ Burned amount + Spaljena količina src/app/components/asset/asset.component.html 49 @@ -2301,6 +2482,7 @@ Circulating amount + Količina u optjecaju src/app/components/asset/asset.component.html 53 @@ -2314,6 +2496,7 @@ of   + od   src/app/components/asset/asset.component.html 78 @@ -2322,6 +2505,7 @@ Peg In/Out and Burn Transactions + Peg In/Out i Burn transakcije src/app/components/asset/asset.component.html 79 @@ -2330,6 +2514,7 @@ Issuance and Burn Transactions + Transakcije izdavanja i spaljivanja src/app/components/asset/asset.component.html 80 @@ -2338,6 +2523,7 @@ Error loading asset data. + Pogreška pri učitavanju podataka. src/app/components/asset/asset.component.html 150 @@ -2346,6 +2532,7 @@ Asset: + Asset: src/app/components/asset/asset.component.ts 75 @@ -2353,6 +2540,7 @@ Browse an overview of the Liquid asset (): see issued amount, burned amount, circulating amount, related transactions, and more. + Pregledajte pregled Liquid asseta (): pogledajte izdani iznos, spaljeni iznos, iznos u optjecaju, povezane transakcije i više. src/app/components/asset/asset.component.ts 108 @@ -2360,6 +2548,7 @@ Group of assets + Grupa asseta src/app/components/assets/asset-group/asset-group.component.html 8 @@ -2371,6 +2560,7 @@ No featured assets + Nema istaknutih asseta src/app/components/assets/assets-featured/assets-featured.component.html 3 @@ -2379,6 +2569,7 @@ Assets + Asseti src/app/components/assets/assets-nav/assets-nav.component.html 3 @@ -2399,6 +2590,7 @@ Featured + Istaknuto src/app/components/assets/assets-nav/assets-nav.component.html 9 @@ -2406,6 +2598,7 @@ All + Sve src/app/components/assets/assets-nav/assets-nav.component.html 13 @@ -2453,6 +2646,7 @@ Search asset + Pretraži asset src/app/components/assets/assets-nav/assets-nav.component.html 19 @@ -2461,6 +2655,7 @@ Clear + Očisti src/app/components/assets/assets-nav/assets-nav.component.html 21 @@ -2469,6 +2664,7 @@ Explore all the assets issued on the Liquid network like L-BTC, L-CAD, USDT, and more. + Istražite sve assete izdane na Liquid mreži kao što su L-BTC, L-CAD, USDT i još mnogo toga. src/app/components/assets/assets-nav/assets-nav.component.ts 43 @@ -2476,6 +2672,7 @@ Ticker + Ticker src/app/components/assets/assets.component.html 5 @@ -2488,6 +2685,7 @@ Issuer domain + Domena izdavatelja src/app/components/assets/assets.component.html 6 @@ -2500,6 +2698,7 @@ Asset ID + ID asseta src/app/components/assets/assets.component.html 7 @@ -2512,6 +2711,7 @@ Error loading assets data. + Pogreška pri učitavanju podataka o assetu. src/app/components/assets/assets.component.html 50 @@ -2520,6 +2720,7 @@ BTC Holdings + BTC sredstva src/app/components/balance-widget/balance-widget.component.html 5 @@ -2536,6 +2737,7 @@ Change (7d) + Promjeni (7d) src/app/components/balance-widget/balance-widget.component.html 14 @@ -2548,6 +2750,7 @@ Change (30d) + Promjeni (30d) src/app/components/balance-widget/balance-widget.component.html 23 @@ -2560,6 +2763,7 @@ Block Fee Rates + Stope naknada bloka src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html 6 @@ -2576,6 +2780,7 @@ Avg Block Fee (24h) + Prosječna blok naknada (24 h) src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html 51 @@ -2588,6 +2793,7 @@ Avg Block Fee (1m) + Prosječna blok naknada (1m) src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html 57 @@ -2600,6 +2806,7 @@ See Bitcoin feerates visualized over time, including minimum and maximum feerates per block along with feerates at various percentiles. + Pogledajte bitcoin naknade vizualizirane tijekom vremena, uključujući minimalne i maksimalne naknade po bloku zajedno s naknadama na različitim postocima. src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts 73 @@ -2607,6 +2814,7 @@ Block Fees + Naknade bloka src/app/components/block-fees-graph/block-fees-graph.component.html 6 @@ -2623,6 +2831,7 @@ See the average mining fees earned per Bitcoin block visualized in BTC and USD over time. + Pogledajte prosječne rudarske naknade zarađene po Bitcoin bloku vizualizirane u BTC-u i USD-u tijekom vremena. src/app/components/block-fees-graph/block-fees-graph.component.ts 70 @@ -2630,6 +2839,7 @@ Indexing blocks + Indeksiranje blokova src/app/components/block-fees-graph/block-fees-graph.component.ts 119 @@ -2665,6 +2875,7 @@ Block Fees Vs Subsidy + Blok naknade vs subsidy src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.html 6 @@ -2681,6 +2892,7 @@ See the mining fees earned per Bitcoin block compared to the Bitcoin block subsidy, visualized in BTC and USD over time. + Pogledajte naknade za rudarenje zarađene po bloku Bitcoina u usporedbi sa Bitcoin blok subsidy, vizualizirane u BTC-u i USD-u tijekom vremena. src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 79 @@ -2688,6 +2900,7 @@ At block + U bloku src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 185 @@ -2695,6 +2908,7 @@ Around block + Oko bloka src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 187 @@ -2702,6 +2916,7 @@ select filter categories to highlight matching transactions + odaberite kategorije filtera za označavanje odgovarajućih transakcija src/app/components/block-filters/block-filters.component.html 2 @@ -2710,6 +2925,7 @@ beta + beta src/app/components/block-filters/block-filters.component.html 3 @@ -2734,6 +2950,7 @@ Match + Podudaranje src/app/components/block-filters/block-filters.component.html 19 @@ -2746,6 +2963,7 @@ Any + Bilo koji src/app/components/block-filters/block-filters.component.html 25 @@ -2754,6 +2972,7 @@ Tint + Nijansa src/app/components/block-filters/block-filters.component.html 30 @@ -2762,6 +2981,7 @@ Classic + klasična src/app/components/block-filters/block-filters.component.html 33 @@ -2774,6 +2994,7 @@ Age + Dob src/app/components/block-filters/block-filters.component.html 36 @@ -2782,6 +3003,7 @@ Block Health + Zdravlje bloka src/app/components/block-health-graph/block-health-graph.component.html 6 @@ -2798,6 +3020,7 @@ See Bitcoin block health visualized over time. Block health is a measure of how many expected transactions were included in an actual mined block. Expected transactions are determined using Mempool's re-implementation of Bitcoin Core's transaction selection algorithm. + Pogledajte zdravlje Bitcoin bloka vizualizirano tijekom vremena. Zdravlje bloka mjera je koliko je očekivanih transakcija uključeno u stvarni izrudareni blok. Očekivane transakcije određuju se pomoću Mempoolove re-implementacije Bitcoin Core algoritma za odabir transakcija. src/app/components/block-health-graph/block-health-graph.component.ts 64 @@ -2805,6 +3028,7 @@ No data to display yet. Try again later. + Još nema podataka za prikaz. Pokušajte ponovno kasnije. src/app/components/block-health-graph/block-health-graph.component.ts 109 @@ -2828,6 +3052,7 @@ Health + Zdravlje src/app/components/block-health-graph/block-health-graph.component.ts 190 @@ -2851,6 +3076,7 @@ not available + nije dostupno src/app/components/block-overview-graph/block-overview-graph.component.html 7 @@ -2859,6 +3085,7 @@ Your browser does not support this feature. + Vaš preglednik ne podržava ovu značajku. src/app/components/block-overview-graph/block-overview-graph.component.html 21 @@ -2922,6 +3149,7 @@ Effective fee rate + Efektivna stopa naknade src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 52 @@ -2939,6 +3167,7 @@ Weight + Težina src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 63 @@ -2956,6 +3185,7 @@ Audit status + Status audita src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 67 @@ -2964,6 +3194,7 @@ Removed + Uklonjeno src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 71 @@ -2977,6 +3208,7 @@ Marginal fee rate + Granična stopa naknade src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 72 @@ -2989,6 +3221,7 @@ High sigop count + Veliki broj sigopa src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 73 @@ -2997,6 +3230,7 @@ Recently broadcasted + Nedavno emitirano src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 74 @@ -3005,6 +3239,7 @@ Recently CPFP'd + Nedavno CPFP src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 75 @@ -3013,6 +3248,7 @@ Added + Dodano src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 76 @@ -3026,6 +3262,7 @@ Prioritized + Prioritizirano src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 77 @@ -3039,6 +3276,7 @@ Conflict + Konflikt src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 79 @@ -3052,6 +3290,7 @@ Block Rewards + Nagrade bloka src/app/components/block-rewards-graph/block-rewards-graph.component.html 7 @@ -3068,6 +3307,7 @@ See Bitcoin block rewards in BTC and USD visualized over time. Block rewards are the total funds miners earn from the block subsidy and fees. + Pogledajte nagrade Bitcoin blokova u BTC-u i USD-u vizualizirane tijekom vremena. Nagrade za blok su ukupna sredstva koja rudari zarade od blok subsidy-a i naknada. src/app/components/block-rewards-graph/block-rewards-graph.component.ts 68 @@ -3075,6 +3315,7 @@ Block Sizes and Weights + Veličine i težine blokova src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.html 5 @@ -3091,6 +3332,7 @@ See Bitcoin block sizes (MB) and block weights (weight units) visualized over time. + Pogledajte veličine Bitcoin blokova (MB) i težine blokova (jedinice težine) vizualizirane tijekom vremena. src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts 65 @@ -3098,6 +3340,7 @@ Size + Veličina src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts 187 @@ -3149,6 +3392,7 @@ Weight + Težina src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts 195 @@ -3184,6 +3428,7 @@ Size per weight + Veličina po težini src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts 203 @@ -3195,6 +3440,7 @@ Block : + Blok : src/app/components/block-view/block-view.component.ts 110 @@ -3210,6 +3456,7 @@ See size, weight, fee range, included transactions, and more for Liquid block (). + Pogledaj veličinu, težinu, raspon naknada, uključene transakcije i više za Liquid blok (). src/app/components/block-view/block-view.component.ts 112 @@ -3225,6 +3472,7 @@ See size, weight, fee range, included transactions, audit (expected v actual), and more for Bitcoin block (). + Pogledaj veličinu, težinu, raspon naknada, uključene transakcije, audit (očekivano v stvarno) i više za Bitcoin blok ( ). src/app/components/block-view/block-view.component.ts 114 @@ -3240,6 +3488,7 @@ Genesis + Genesis src/app/components/block/block-preview.component.html 10 @@ -3251,6 +3500,7 @@ Timestamp + Timestamp src/app/components/block/block-preview.component.html 26 @@ -3283,6 +3533,7 @@ Median fee + Srednja naknada src/app/components/block/block-preview.component.html 36 @@ -3299,6 +3550,7 @@ Total fees + Ukupne naknade src/app/components/block/block-preview.component.html 41 @@ -3332,6 +3584,7 @@ Miner + Rudar src/app/components/block/block-preview.component.html 53 @@ -3348,6 +3601,7 @@ transaction + transakcija src/app/components/block/block-transactions.component.html 4 @@ -3368,6 +3622,7 @@ transactions + transakcija src/app/components/block/block-transactions.component.html 5 @@ -3388,6 +3643,7 @@ Error loading data. + Pogreška pri učitavanju podataka. src/app/components/block/block-transactions.component.html 16 @@ -3408,6 +3664,7 @@ This block does not belong to the main chain, it has been replaced by: + Ovaj blok ne pripada glavnom lancu, zamijenjen je s: src/app/components/block/block.component.html 5 @@ -3417,6 +3674,7 @@ Previous Block + Prethodni blok src/app/components/block/block.component.html 19 @@ -3425,6 +3683,7 @@ Stale + Ustajao src/app/components/block/block.component.html 30 @@ -3434,6 +3693,7 @@ Hash + Haš src/app/components/block/block.component.html 44 @@ -3442,6 +3702,7 @@ Unknown + Nepoznato src/app/components/block/block.component.html 73 @@ -3498,6 +3759,7 @@ Fee span + Raspon naknada src/app/components/block/block.component.html 132 @@ -3510,6 +3772,7 @@ Based on average native segwit transaction of 140 vBytes + Na temelju prosječne native segwit transakcije od 140 vByte src/app/components/block/block.component.html 140 @@ -3538,6 +3801,7 @@ Subsidy + fees + Subsidy + naknade src/app/components/block/block.component.html 162 @@ -3551,6 +3815,7 @@ Expected + Očekivano src/app/components/block/block.component.html 225 @@ -3559,6 +3824,7 @@ Actual + Stvarno src/app/components/block/block.component.html 227 @@ -3567,6 +3833,7 @@ Expected Block + Očekivani blok src/app/components/block/block.component.html 231 @@ -3575,6 +3842,7 @@ Actual Block + Stvarni blok src/app/components/block/block.component.html 246 @@ -3583,6 +3851,7 @@ Version + Verzija src/app/components/block/block.component.html 273 @@ -3595,6 +3864,7 @@ Taproot + Taproot src/app/components/block/block.component.html 274 @@ -3624,6 +3894,7 @@ Bits + Bitovi src/app/components/block/block.component.html 277 @@ -3632,6 +3903,7 @@ Merkle root + Merkle root src/app/components/block/block.component.html 281 @@ -3640,6 +3912,7 @@ Difficulty + Težina src/app/components/block/block.component.html 292 @@ -3668,6 +3941,7 @@ Nonce + Nonce src/app/components/block/block.component.html 296 @@ -3676,6 +3950,7 @@ Block Header Hex + Hex zaglavlja bloka src/app/components/block/block.component.html 300 @@ -3684,6 +3959,7 @@ Audit + Audit src/app/components/block/block.component.html 318 @@ -3743,6 +4019,7 @@ Error loading block data. + Pogreška pri učitavanju podataka bloka. src/app/components/block/block.component.html 367 @@ -3751,6 +4028,7 @@ Why is this block empty? + Zašto je ovaj blok prazan? src/app/components/block/block.component.html 381 @@ -3759,6 +4037,7 @@ Acceleration fees paid out-of-band + Naknade za ubrzanje plaćene izvan pojasa src/app/components/block/block.component.html 413 @@ -3767,6 +4046,7 @@ Blocks + Blokova src/app/components/blocks-list/blocks-list.component.html 4 @@ -3791,6 +4071,7 @@ Height + Visina src/app/components/blocks-list/blocks-list.component.html 12 @@ -3819,6 +4100,7 @@ Reward + Nagrada src/app/components/blocks-list/blocks-list.component.html 19 @@ -3851,6 +4133,7 @@ Fees + Naknade src/app/components/blocks-list/blocks-list.component.html 20 @@ -3867,6 +4150,7 @@ TXs + TX src/app/components/blocks-list/blocks-list.component.html 23 @@ -3903,6 +4187,7 @@ See the most recent Liquid blocks along with basic stats such as block height, block size, and more. + Pogledajte najnovije Liquid blokove zajedno s osnovnim statistikama kao što su visina bloka, veličina bloka i više. src/app/components/blocks-list/blocks-list.component.ts 71 @@ -3910,6 +4195,7 @@ See the most recent Bitcoin blocks along with basic stats such as block height, block reward, block size, and more. + Pogledajte najnovije Bitcoin blokove zajedno s osnovnim statistikama kao što su visina bloka, nagrada za blok, veličina bloka i više. src/app/components/blocks-list/blocks-list.component.ts 73 @@ -3917,6 +4203,7 @@ Calculator + Kalkulator src/app/components/calculator/calculator.component.html 3 @@ -3929,6 +4216,7 @@ Copied! + Kopirano! src/app/components/clipboard/clipboard.component.ts 19 @@ -3936,6 +4224,7 @@ Price + Cijena src/app/components/clock/clock.component.html 41 @@ -3943,6 +4232,7 @@ High Priority + Visoki prioritet src/app/components/clock/clock.component.html 47 @@ -3959,6 +4249,7 @@ Memory Usage + Upotreba memorije src/app/components/clock/clock.component.html 65 @@ -3976,6 +4267,7 @@ Unconfirmed + Nepotvrđeno src/app/components/clock/clock.component.html 69 @@ -3997,6 +4289,7 @@ Transaction Fees + Transakcijske naknade src/app/components/custom-dashboard/custom-dashboard.component.html 8 @@ -4009,6 +4302,7 @@ Incoming Transactions + Dolazne transakcije src/app/components/custom-dashboard/custom-dashboard.component.html 55 @@ -4025,6 +4319,7 @@ Minimum fee + Minimalna naknada src/app/components/custom-dashboard/custom-dashboard.component.html 71 @@ -4038,6 +4333,7 @@ Purging + Purging src/app/components/custom-dashboard/custom-dashboard.component.html 72 @@ -4051,6 +4347,7 @@ Recent Replacements + Nedavne zamjene src/app/components/custom-dashboard/custom-dashboard.component.html 100 @@ -4063,6 +4360,7 @@ Previous fee + Preth. naknada src/app/components/custom-dashboard/custom-dashboard.component.html 107 @@ -4075,6 +4373,7 @@ New fee + Nova naknada src/app/components/custom-dashboard/custom-dashboard.component.html 108 @@ -4087,6 +4386,7 @@ Full RBF + Full RBF src/app/components/custom-dashboard/custom-dashboard.component.html 122 @@ -4107,6 +4407,7 @@ RBF + RBF src/app/components/custom-dashboard/custom-dashboard.component.html 123 @@ -4136,6 +4437,7 @@ Recent Blocks + Nedavni blokovi src/app/components/custom-dashboard/custom-dashboard.component.html 147 @@ -4156,6 +4458,7 @@ Recent Transactions + Nedavne transakcije src/app/components/custom-dashboard/custom-dashboard.component.html 190 @@ -4168,6 +4471,7 @@ Treasury + Riznica src/app/components/custom-dashboard/custom-dashboard.component.html 228 @@ -4176,6 +4480,7 @@ Treasury Transactions + Rizničke transakcije src/app/components/custom-dashboard/custom-dashboard.component.html 251 @@ -4184,6 +4489,7 @@ X Timeline + X Timeline src/app/components/custom-dashboard/custom-dashboard.component.html 265 @@ -4192,6 +4498,7 @@ Consolidation + Konsolidacija src/app/components/custom-dashboard/custom-dashboard.component.ts 72 @@ -4207,6 +4514,7 @@ Coinjoin + Coinjoin src/app/components/custom-dashboard/custom-dashboard.component.ts 73 @@ -4222,6 +4530,7 @@ Data + Podaci src/app/components/custom-dashboard/custom-dashboard.component.ts 74 @@ -4237,6 +4546,7 @@ Adjusted + Prilagođeno src/app/components/difficulty-adjustments-table/difficulty-adjustments-table.component.html 6 @@ -4245,6 +4555,7 @@ Change + Promijeniti src/app/components/difficulty-adjustments-table/difficulty-adjustments-table.component.html 8 @@ -4253,6 +4564,7 @@ Difficulty Adjustment + Prilagodba težine src/app/components/difficulty-mining/difficulty-mining.component.html 1 @@ -4269,6 +4581,7 @@ Remaining + Preostalo src/app/components/difficulty-mining/difficulty-mining.component.html 7 @@ -4281,6 +4594,7 @@ blocks + blokova src/app/components/difficulty-mining/difficulty-mining.component.html 10,11 @@ -4305,6 +4619,7 @@ block + blok src/app/components/difficulty-mining/difficulty-mining.component.html 11,12 @@ -4321,6 +4636,7 @@ Estimate + Procjena src/app/components/difficulty-mining/difficulty-mining.component.html 16 @@ -4333,6 +4649,7 @@ Previous + Prethodno src/app/components/difficulty-mining/difficulty-mining.component.html 28 @@ -4345,6 +4662,7 @@ Current Period + Tekuće razdoblje src/app/components/difficulty-mining/difficulty-mining.component.html 40 @@ -4353,6 +4671,7 @@ Next Halving + Slj prepolovljenje src/app/components/difficulty-mining/difficulty-mining.component.html 47 @@ -4365,6 +4684,7 @@ blocks expected + blokova očekivano src/app/components/difficulty/difficulty-tooltip.component.html 50 @@ -4373,6 +4693,7 @@ block expected + blok očekivan src/app/components/difficulty/difficulty-tooltip.component.html 51 @@ -4381,6 +4702,7 @@ blocks mined + blokova izrudareno src/app/components/difficulty/difficulty-tooltip.component.html 52 @@ -4389,6 +4711,7 @@ block mined + blok izrudaren src/app/components/difficulty/difficulty-tooltip.component.html 53 @@ -4397,6 +4720,7 @@ blocks remaining + blokova preostalo src/app/components/difficulty/difficulty-tooltip.component.html 54 @@ -4405,6 +4729,7 @@ block remaining + preostali blok src/app/components/difficulty/difficulty-tooltip.component.html 55 @@ -4413,6 +4738,7 @@ blocks ahead + blokova ispred src/app/components/difficulty/difficulty-tooltip.component.html 56 @@ -4421,6 +4747,7 @@ block ahead + blok ispred src/app/components/difficulty/difficulty-tooltip.component.html 57 @@ -4429,6 +4756,7 @@ blocks behind + blokova iza src/app/components/difficulty/difficulty-tooltip.component.html 58 @@ -4437,6 +4765,7 @@ block behind + blok iza src/app/components/difficulty/difficulty-tooltip.component.html 59 @@ -4445,6 +4774,7 @@ Halving Countdown + Odbrojavanje do prepolovljenja src/app/components/difficulty/difficulty.component.html 2 @@ -4453,6 +4783,7 @@ difficulty + težina src/app/components/difficulty/difficulty.component.html 7 @@ -4461,6 +4792,7 @@ halving + prepolovljenje src/app/components/difficulty/difficulty.component.html 10 @@ -4469,6 +4801,7 @@ Average block time + Prosječno vrijeme bloka src/app/components/difficulty/difficulty.component.html 50 @@ -4477,6 +4810,7 @@ New subsidy + Nova subvencija src/app/components/difficulty/difficulty.component.html 103 @@ -4485,6 +4819,7 @@ Blocks remaining + Blokova preostalo src/app/components/difficulty/difficulty.component.html 111 @@ -4493,6 +4828,7 @@ Block remaining + Preostali blok src/app/components/difficulty/difficulty.component.html 112 @@ -4501,6 +4837,7 @@ Testnet4 Faucet + Testnet4 Faucet src/app/components/faucet/faucet.component.html 4 @@ -4509,6 +4846,7 @@ Amount (sats) + Iznos (sat) src/app/components/faucet/faucet.component.html 51 @@ -4517,6 +4855,7 @@ Request Testnet4 Coins + Zatraži Testnet4 coinove src/app/components/faucet/faucet.component.html 70 @@ -4525,6 +4864,7 @@ Either 2x the minimum, or the Low Priority rate (whichever is lower) + Ili 2x minimalna ili stopa niskog prioriteta (što god je niže) src/app/components/fees-box/fees-box.component.html 4 @@ -4533,6 +4873,7 @@ No Priority + Bez prioriteta src/app/components/fees-box/fees-box.component.html 4 @@ -4545,6 +4886,7 @@ Usually places your transaction in between the second and third mempool blocks + Obično smješta vašu transakciju između drugog i trećeg bloka mempoola src/app/components/fees-box/fees-box.component.html 8 @@ -4553,6 +4895,7 @@ Low Priority + Nizak prioritet src/app/components/fees-box/fees-box.component.html 8 @@ -4565,6 +4908,7 @@ Usually places your transaction in between the first and second mempool blocks + Obično smješta vašu transakciju između prvog i drugog bloka mempoola src/app/components/fees-box/fees-box.component.html 9 @@ -4573,6 +4917,7 @@ Medium Priority + Srednji prioritet src/app/components/fees-box/fees-box.component.html 9 @@ -4585,6 +4930,7 @@ Places your transaction in the first mempool block + Smješta vašu transakciju u prvi mempool blok src/app/components/fees-box/fees-box.component.html 10 @@ -4593,6 +4939,7 @@ Backend is synchronizing + Pozadina se sinkronizira src/app/components/footer/footer.component.html 8 @@ -4601,6 +4948,7 @@ vB/s + vB/s src/app/components/footer/footer.component.html 13 @@ -4610,6 +4958,7 @@ WU/s + WU/s src/app/components/footer/footer.component.html 14 @@ -4619,6 +4968,7 @@ Mempool size + Veličina Mempoola src/app/components/footer/footer.component.html 24 @@ -4628,6 +4978,7 @@ Mining + Rudarenje src/app/components/graphs/graphs.component.html 7 @@ -4636,6 +4987,7 @@ Pools Ranking + Poredak pool-ova src/app/components/graphs/graphs.component.html 10 @@ -4648,6 +5000,7 @@ Pools Dominance + Dominacija pool-ova src/app/components/graphs/graphs.component.html 12 @@ -4660,6 +5013,7 @@ Hashrate & Difficulty + Hashrate i težina src/app/components/graphs/graphs.component.html 14 @@ -4676,6 +5030,7 @@ Lightning + Lightning src/app/components/graphs/graphs.component.html 31 @@ -4684,6 +5039,7 @@ Lightning Nodes Per Network + Lightning nodova po mreži src/app/components/graphs/graphs.component.html 34 @@ -4704,6 +5060,7 @@ Lightning Network Capacity + Kapacitet Lightning mreže src/app/components/graphs/graphs.component.html 36 @@ -4724,6 +5081,7 @@ Lightning Nodes Per ISP + Lightning nodova po ISP-u src/app/components/graphs/graphs.component.html 38 @@ -4736,6 +5094,7 @@ Lightning Nodes Per Country + Lightning nodovi po zemlji src/app/components/graphs/graphs.component.html 40 @@ -4752,6 +5111,7 @@ Lightning Nodes World Map + Karta svijeta lightning nodova src/app/components/graphs/graphs.component.html 42 @@ -4768,6 +5128,7 @@ Lightning Nodes Channels World Map + Karta svijeta kanala lightning nodova src/app/components/graphs/graphs.component.html 44 @@ -4780,6 +5141,7 @@ Hashrate + Hashrate src/app/components/hashrate-chart/hashrate-chart.component.html 8 @@ -4816,6 +5178,7 @@ See hashrate and difficulty for the Bitcoin network visualized over time. + Pogledajte hashrate i težinu za Bitcoin mrežu vizualiziranu tijekom vremena. src/app/components/hashrate-chart/hashrate-chart.component.ts 76 @@ -4823,6 +5186,7 @@ Hashrate (MA) + Hashrate (MA) src/app/components/hashrate-chart/hashrate-chart.component.ts 318 @@ -4834,6 +5198,7 @@ Pools Historical Dominance + Povijesna dominacija pool-ova src/app/components/hashrates-chart-pools/hashrate-chart-pools.component.ts 74 @@ -4841,6 +5206,7 @@ See Bitcoin mining pool dominance visualized over time: see how top mining pools' share of total hashrate has fluctuated over time. + Pogledajte vizualizaciju dominacije pool-ova za rudarenje Bitcoina tijekom vremena: pogledajte kako je udio najvećih pool-ova za rudarenje u ukupnom hashrateu fluktuirao tijekom vremena. src/app/components/hashrates-chart-pools/hashrate-chart-pools.component.ts 75 @@ -4848,6 +5214,7 @@ Indexing network hashrate + Indeksiranje hashrate-a mreže src/app/components/indexing-progress/indexing-progress.component.html 2 @@ -4855,6 +5222,7 @@ Indexing pools hashrate + Indeksiranje hashrate-a pool-ova src/app/components/indexing-progress/indexing-progress.component.html 3 @@ -4862,6 +5230,7 @@ Offline + Offline src/app/components/liquid-master-page/liquid-master-page.component.html 41 @@ -4878,6 +5247,7 @@ Reconnecting... + Ponovno povezivanje... src/app/components/liquid-master-page/liquid-master-page.component.html 42 @@ -4894,6 +5264,7 @@ Layer 2 Networks + Mreže sloja 2 src/app/components/liquid-master-page/liquid-master-page.component.html 56 @@ -4902,6 +5273,7 @@ Dashboard + Nadzorna ploča src/app/components/liquid-master-page/liquid-master-page.component.html 65 @@ -4914,6 +5286,7 @@ Graphs + Grafikoni src/app/components/liquid-master-page/liquid-master-page.component.html 71 @@ -4930,6 +5303,7 @@ Documentation + Dokumentacija src/app/components/liquid-master-page/liquid-master-page.component.html 82 @@ -4946,6 +5320,7 @@ Non-Dust Expired + Non-Dust Isteklo src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 3 @@ -4954,6 +5329,7 @@ Total amount of BTC held in non-dust Federation UTXOs that have expired timelocks + Ukupan iznos BTC-a koji se čuva u non-dust UTXO-ima Federacije kojima je isteklo vremensko zaključavanje src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 5 @@ -4962,6 +5338,7 @@ UTXOs + UTXO-ovi src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 6 @@ -4978,6 +5355,7 @@ Total Expired + Ukupno isteklo src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 12 @@ -4986,6 +5364,7 @@ Total amount of BTC held in Federation UTXOs that have expired timelocks + Ukupan iznos BTC-a koji se čuva u federacijskim UTXO-ima kojima je isteklo vremensko zaključavanje src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 15 @@ -4994,6 +5373,7 @@ Liquid Federation Wallet + Liquid Federacija novčanik src/app/components/liquid-reserves-audit/federation-addresses-stats/federation-addresses-stats.component.html 5 @@ -5014,6 +5394,7 @@ addresses + adrese src/app/components/liquid-reserves-audit/federation-addresses-stats/federation-addresses-stats.component.html 8 @@ -5022,6 +5403,7 @@ Output + Output src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 8 @@ -5038,6 +5420,7 @@ Related Peg-In + Povezani Peg-In src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 11 @@ -5046,6 +5429,7 @@ Expires in + Istječe za src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 13 @@ -5054,6 +5438,7 @@ Expired since + Isteklo od src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 14 @@ -5062,6 +5447,7 @@ Dust + Dust src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 15 @@ -5070,6 +5456,7 @@ Change output + Output ostatka src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 55 @@ -5078,6 +5465,7 @@ blocks + blokova src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html 63 @@ -5086,6 +5474,7 @@ Timelock-Expired UTXOs + UTXO-i s istekom vremenskog zaključavanja src/app/components/liquid-reserves-audit/federation-wallet/federation-wallet.component.html 12 @@ -5094,6 +5483,7 @@ Addresses + Adrese src/app/components/liquid-reserves-audit/federation-wallet/federation-wallet.component.html 15 @@ -5118,6 +5508,7 @@ Recent Peg-In / Out's + Nedavni Peg-In / Out-ovi src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html 4 @@ -5138,6 +5529,7 @@ Fund / Redemption Tx + Fund/ Otkup Tx src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html 15 @@ -5146,6 +5538,7 @@ BTC Address + BTC adresa src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html 16 @@ -5154,6 +5547,7 @@ Peg out in progress... + Peg out u tijeku... src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html 70 @@ -5162,6 +5556,7 @@ 24h Peg-In Volume + 24h Peg-In Volumen src/app/components/liquid-reserves-audit/recent-pegs-stats/recent-pegs-stats.component.html 12 @@ -5170,6 +5565,7 @@ Peg-Ins + Peg-In-ovi src/app/components/liquid-reserves-audit/recent-pegs-stats/recent-pegs-stats.component.html 13 @@ -5178,6 +5574,7 @@ 24h Peg-Out Volume + 24-satni volumen Peg-Out src/app/components/liquid-reserves-audit/recent-pegs-stats/recent-pegs-stats.component.html 18 @@ -5186,6 +5583,7 @@ Peg-Outs + Peg-Out-ovi src/app/components/liquid-reserves-audit/recent-pegs-stats/recent-pegs-stats.component.html 19 @@ -5194,6 +5592,7 @@ Unpeg + Otpeg src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 3 @@ -5202,6 +5601,7 @@ Number of times that the Federation's BTC holdings fall below 95% of the total L-BTC supply + Koliko puta BTC posjed Federacije padne ispod 95% ukupne ponude L-BTC-a src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 6 @@ -5210,6 +5610,7 @@ Unpeg Event + Unpeg događaj src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 7 @@ -5218,6 +5619,7 @@ Avg Peg Ratio + Prosječni omjer pega src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 14 @@ -5226,6 +5628,7 @@ Emergency Keys + Ključevi za hitnoće src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 28 @@ -5234,6 +5637,7 @@ usage + korištenje src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 31 @@ -5242,6 +5646,7 @@ Assets vs Liabilities + Imovina vs obveze src/app/components/liquid-reserves-audit/reserves-ratio/reserves-ratio.component.ts 163 @@ -5249,6 +5654,7 @@ L-BTC in circulation + L-BTC u opticaju src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html 3 @@ -5257,6 +5663,7 @@ As of block + Od bloka src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html 7 @@ -5269,6 +5676,7 @@ Mining Dashboard + Nadzor rudarenja src/app/components/master-page/master-page.component.html 92 @@ -5285,6 +5693,7 @@ Lightning Explorer + Lightning explorer src/app/components/master-page/master-page.component.html 95 @@ -5301,6 +5710,7 @@ Faucet + Faucet src/app/components/master-page/master-page.component.html 105 @@ -5309,6 +5719,7 @@ See stats for transactions in the mempool: fee range, aggregate size, and more. Mempool blocks are updated in real-time as the network receives new transactions. + Pogledajte statistiku za transakcije u mempoolu: raspon naknada, ukupna veličina i više. Blokovi Mempoola ažuriraju se u stvarnom vremenu kako mreža prima nove transakcije. src/app/components/mempool-block/mempool-block.component.ts 62 @@ -5316,6 +5727,7 @@ Stack of mempool blocks + Hrpa od mempool blokova src/app/components/mempool-block/mempool-block.component.ts 89 @@ -5323,6 +5735,7 @@ Mempool block + Mempool blok src/app/components/mempool-block/mempool-block.component.ts 91 @@ -5330,6 +5743,7 @@ Count + Račun src/app/components/mempool-graph/mempool-graph.component.ts 329 @@ -5341,6 +5755,7 @@ Range + Raspon src/app/components/mempool-graph/mempool-graph.component.ts 330 @@ -5348,6 +5763,7 @@ Sum + Zbroj src/app/components/mempool-graph/mempool-graph.component.ts 332 @@ -5355,6 +5771,7 @@ Sign In + Prijavi se src/app/components/menu/menu.component.html 21 @@ -5371,6 +5788,7 @@ Reward stats + Statistika nagrada src/app/components/mining-dashboard/mining-dashboard.component.html 9 @@ -5379,6 +5797,7 @@ (144 blocks) + (144 bloka) src/app/components/mining-dashboard/mining-dashboard.component.html 10 @@ -5387,6 +5806,7 @@ Adjustments + Prilagodbe src/app/components/mining-dashboard/mining-dashboard.component.html 70 @@ -5395,6 +5815,7 @@ Get real-time Bitcoin mining stats like hashrate, difficulty adjustment, block rewards, pool dominance, and more. + Dobijte statistiku rudarenja Bitcoina u stvarnom vremenu kao što je hashrate, prilagodba težine, blok nagrade, dominacija pool-ova i više. src/app/components/mining-dashboard/mining-dashboard.component.ts 30 @@ -5402,6 +5823,7 @@ Pools luck (1 week) + Uspjeh pool-ova (1 tjedan) src/app/components/pool-ranking/pool-ranking.component.html 9 @@ -5410,6 +5832,7 @@ Pools Luck + Uspjeh pool-ova src/app/components/pool-ranking/pool-ranking.component.html 9 @@ -5422,6 +5845,7 @@ The overall luck of all mining pools over the past week. A luck bigger than 100% means the average block time for the current epoch is less than 10 minutes. + Ukupan uspjeh svih rudarskih pool-ova tijekom prošlog tjedna. Uspjeh veći od 100% znači da je prosječno vrijeme bloka za trenutnu epohu manje od 10 minuta. src/app/components/pool-ranking/pool-ranking.component.html 11 @@ -5430,6 +5854,7 @@ Pools count (1w) + Broj pool-ova (1w) src/app/components/pool-ranking/pool-ranking.component.html 17 @@ -5438,6 +5863,7 @@ Pools Count + Broj pool-ova src/app/components/pool-ranking/pool-ranking.component.html 17 @@ -5450,6 +5876,7 @@ How many unique pools found at least one block over the past week. + Koliko je pojedinih pool-ova pronašlo barem jedan blok tijekom prošlog tjedna. src/app/components/pool-ranking/pool-ranking.component.html 19 @@ -5458,6 +5885,7 @@ Blocks (1w) + Blokova (1 tj) src/app/components/pool-ranking/pool-ranking.component.html 25 @@ -5474,6 +5902,7 @@ The number of blocks found over the past week. + Broj blokova pronađenih tijekom prošlog tjedna. src/app/components/pool-ranking/pool-ranking.component.html 27 @@ -5482,6 +5911,7 @@ Rank + Rang src/app/components/pool-ranking/pool-ranking.component.html 90 @@ -5498,6 +5928,7 @@ Avg Health + Prosj. zdravlje src/app/components/pool-ranking/pool-ranking.component.html 96 @@ -5522,6 +5953,7 @@ Avg Block Fees + Prosječne naknade bloka src/app/components/pool-ranking/pool-ranking.component.html 97 @@ -5542,6 +5974,7 @@ Empty Blocks + Prazni blokovi src/app/components/pool-ranking/pool-ranking.component.html 98 @@ -5550,6 +5983,7 @@ All miners + Svi rudari src/app/components/pool-ranking/pool-ranking.component.html 138 @@ -5558,6 +5992,7 @@ Mining Pools + Rudarski pool-ovi src/app/components/pool-ranking/pool-ranking.component.ts 59 @@ -5565,6 +6000,7 @@ See the top Bitcoin mining pools ranked by number of blocks mined, over your desired timeframe. + Pogledajte najbolje rudarske pool-ove Bitcoina poredane prema broju iskopanih blokova u željenom vremenskom okviru. src/app/components/pool-ranking/pool-ranking.component.ts 60 @@ -5572,6 +6008,7 @@ blocks + blokova src/app/components/pool-ranking/pool-ranking.component.ts 167 @@ -5591,6 +6028,7 @@ Other () + Ostali () src/app/components/pool-ranking/pool-ranking.component.ts 186 @@ -5622,6 +6060,7 @@ mining pool + rudarski pool src/app/components/pool/pool-preview.component.html 3 @@ -5630,6 +6069,7 @@ Tags + Oznake src/app/components/pool/pool-preview.component.html 18 @@ -5654,6 +6094,7 @@ See mining pool stats for : most recent mined blocks, hashrate over time, total block reward to date, known coinbase addresses, and more. + Pogledajte statistiku rudarskih pool-ova za : najnovije iskopane blokove, hashrate tijekom vremena, ukupnu nagradu za blok do danas, poznate coinbase adrese i više. src/app/components/pool/pool-preview.component.ts 86 @@ -5665,6 +6106,7 @@ Show all + Prikaži sve src/app/components/pool/pool.component.html 53 @@ -5697,6 +6139,7 @@ Hide + Sakrij src/app/components/pool/pool.component.html 55 @@ -5705,6 +6148,7 @@ Hashrate (24h) + Hashrate (24h) src/app/components/pool/pool.component.html 95 @@ -5721,6 +6165,7 @@ Blocks (24h) + Blokova (24h) src/app/components/pool/pool.component.html 120 @@ -5737,6 +6182,7 @@ 1w + 1w src/app/components/pool/pool.component.html 121 @@ -5753,6 +6199,7 @@ Out-of-band Fees (1w) + Izvanpojasne naknade (1w) src/app/components/pool/pool.component.html 143 @@ -5761,6 +6208,7 @@ 1m + 1m src/app/components/pool/pool.component.html 144 @@ -5769,6 +6217,7 @@ Coinbase tag + Coinbase oznaka src/app/components/pool/pool.component.html 184 @@ -5781,6 +6230,7 @@ Error loading pool data. + Pogreška pri učitavanju podataka pool-a. src/app/components/pool/pool.component.html 467 @@ -5789,6 +6239,7 @@ Not enough data yet + Još nema dovoljno podataka src/app/components/pool/pool.component.ts 142 @@ -5796,6 +6247,7 @@ Pool Dominance + Pool dominacija src/app/components/pool/pool.component.ts 222 @@ -5808,6 +6260,7 @@ Broadcast Transaction + Emitiraj transakciju src/app/components/push-transaction/push-transaction.component.html 2 @@ -5825,6 +6278,7 @@ Transaction hex + Hex transakcije src/app/components/push-transaction/push-transaction.component.html 6 @@ -5837,6 +6291,7 @@ Broadcast Transaction + Emitiraj transakciju src/app/components/push-transaction/push-transaction.component.ts 38 @@ -5844,6 +6299,7 @@ Broadcast a transaction to the network using the transaction's hash. + Emitiraj transakciju na mrežu koristeći hash transakcije. src/app/components/push-transaction/push-transaction.component.ts 39 @@ -5851,6 +6307,7 @@ RBF Replacements + RBF zamjene src/app/components/rbf-list/rbf-list.component.html 2 @@ -5863,6 +6320,7 @@ There are no replacements in the mempool yet! + Još nema zamjena u mempoolu! src/app/components/rbf-list/rbf-list.component.html 34 @@ -5871,6 +6329,7 @@ See the most recent RBF replacements on the Bitcoin network, updated in real-time. + Pogledaj najnovije zamjene RBF-a na Bitcoin mreži, ažurirane u stvarnom vremenu. src/app/components/rbf-list/rbf-list.component.ts 62 @@ -5878,6 +6337,7 @@ Show less + Prikaži manje src/app/components/rbf-timeline/rbf-timeline.component.html 61 @@ -5898,6 +6358,7 @@ remaining + preostalo src/app/components/rbf-timeline/rbf-timeline.component.html 86 @@ -5910,6 +6371,7 @@ Miners Reward + Nagrada za rudare src/app/components/reward-stats/reward-stats.component.html 5 @@ -5926,6 +6388,7 @@ Amount being paid to miners in the past 144 blocks + Iznos isplaćen rudarima u protekla 144 bloka src/app/components/reward-stats/reward-stats.component.html 6 @@ -5934,6 +6397,7 @@ Average fees per block in the past 144 blocks + Prosječne naknade po bloku u posljednja 144 bloka src/app/components/reward-stats/reward-stats.component.html 18 @@ -5942,6 +6406,7 @@ BTC/block + BTC/blok src/app/components/reward-stats/reward-stats.component.html 21 @@ -5951,6 +6416,7 @@ Avg Tx Fee + Prosječna naknada za transakciju src/app/components/reward-stats/reward-stats.component.html 30 @@ -5967,6 +6433,7 @@ Fee paid on average for each transaction in the past 144 blocks + Naknada plaćena u prosjeku za svaku transakciju u posljednja 144 bloka src/app/components/reward-stats/reward-stats.component.html 31 @@ -5975,6 +6442,7 @@ sats/tx + sat/tx src/app/components/reward-stats/reward-stats.component.html 33 @@ -5984,6 +6452,7 @@ Explore the full Bitcoin ecosystem + Istražite cijeli Bitcoin ekosustav src/app/components/search-form/search-form.component.html 4 @@ -6000,6 +6469,7 @@ Search + Pretraživanje src/app/components/search-form/search-form.component.html 9 @@ -6008,6 +6478,7 @@ Block Height + Visina bloka src/app/components/search-form/search-results/search-results.component.html 3 @@ -6016,6 +6487,7 @@ Transaction + Transakcija src/app/components/search-form/search-results/search-results.component.html 21 @@ -6024,6 +6496,7 @@ Address + Adresa src/app/components/search-form/search-results/search-results.component.html 27 @@ -6036,6 +6509,7 @@ Block + Blok src/app/components/search-form/search-results/search-results.component.html 33 @@ -6044,6 +6518,7 @@ Addresses + Adrese src/app/components/search-form/search-results/search-results.component.html 39 @@ -6052,6 +6527,7 @@ Mining Pools + Rudarski pool-ovi src/app/components/search-form/search-results/search-results.component.html 47 @@ -6060,6 +6536,7 @@ Lightning Nodes + Lightning nodovi src/app/components/search-form/search-results/search-results.component.html 56 @@ -6068,6 +6545,7 @@ Lightning Channels + Lightning kanali src/app/components/search-form/search-results/search-results.component.html 64 @@ -6076,6 +6554,7 @@ Other Network Address + Druga mrežna adresa src/app/components/search-form/search-results/search-results.component.html 72 @@ -6084,6 +6563,7 @@ Liquid Asset + Liquid asset src/app/components/search-form/search-results/search-results.component.html 86 @@ -6092,6 +6572,7 @@ Go to "" + Idi na &quot;&quot; src/app/components/search-form/search-results/search-results.component.html 93 @@ -6100,6 +6581,7 @@ Mempool by vBytes (sat/vByte) + Mempool po vBytes (sat/vByte) src/app/components/statistics/statistics.component.html 7 @@ -6108,6 +6590,7 @@ Clock (Mempool) + Sat (Mempool) src/app/components/statistics/statistics.component.html 17 @@ -6120,6 +6603,7 @@ TV view + TV pogled src/app/components/statistics/statistics.component.html 20 @@ -6132,6 +6616,7 @@ Filter + Filter src/app/components/statistics/statistics.component.html 68 @@ -6140,6 +6625,7 @@ Invert + Preokrenuti src/app/components/statistics/statistics.component.html 93 @@ -6148,6 +6634,7 @@ Transaction vBytes per second (vB/s) + Transakcija vBytes u sekundi (vB/s) src/app/components/statistics/statistics.component.html 113 @@ -6156,6 +6643,7 @@ Cap outliers + Cap odstupanja src/app/components/statistics/statistics.component.html 121 @@ -6164,6 +6652,7 @@ See mempool size (in MvB) and transactions per second (in vB/s) visualized over time. + Pogledajte veličinu mempoola (u MvB) i transakcije po sekundi (u vB/s) vizualizirane tijekom vremena. src/app/components/statistics/statistics.component.ts 66 @@ -6171,6 +6660,7 @@ See Bitcoin blocks and mempool congestion in real-time in a simplified format perfect for a TV. + Pogledajte Bitcoin blokove i zagušenja mempoola u stvarnom vremenu u pojednostavljenom formatu savršenom za TV. src/app/components/television/television.component.ts 40 @@ -6178,6 +6668,7 @@ Test Transactions + Testne transakcije src/app/components/test-transactions/test-transactions.component.html 2 @@ -6195,6 +6686,7 @@ Raw hex + Sirovi hex src/app/components/test-transactions/test-transactions.component.html 5 @@ -6203,6 +6695,7 @@ Comma-separated list of raw transactions + Popis neobrađenih transakcija odvojenih zarezima src/app/components/test-transactions/test-transactions.component.html 7 @@ -6211,6 +6704,7 @@ Maximum fee rate (sat/vB) + Maksimalna stopa naknade (sat/vB) src/app/components/test-transactions/test-transactions.component.html 9 @@ -6219,6 +6713,7 @@ Allowed? + Dopušteno? src/app/components/test-transactions/test-transactions.component.html 23 @@ -6227,6 +6722,7 @@ Rejection reason + Razlog odbijanja src/app/components/test-transactions/test-transactions.component.html 26 @@ -6235,6 +6731,7 @@ Immediately + Odmah src/app/components/time/time.component.ts 107 @@ -6242,6 +6739,7 @@ Just now + Upravo sada src/app/components/time/time.component.ts 111 @@ -6257,6 +6755,7 @@ ago + Prije src/app/components/time/time.component.ts 165 @@ -6316,6 +6815,7 @@ In ~ + Za ~ src/app/components/time/time.component.ts 188 @@ -6375,6 +6875,7 @@ within ~ + unutar ~ src/app/components/time/time.component.ts 211 @@ -6434,6 +6935,7 @@ After + Nakon src/app/components/time/time.component.ts 234 @@ -6493,6 +6995,7 @@ before + prije src/app/components/time/time.component.ts 257 @@ -6552,6 +7055,7 @@ Sent + Poslano src/app/components/tracker/tracker-bar.component.html 2 @@ -6560,6 +7064,7 @@ Soon + Uskoro src/app/components/tracker/tracker-bar.component.html 6 @@ -6568,7 +7073,7 @@ This transaction has been replaced by: - Ova transakcija je zamijenja od: + Ova transakcija je zamijenjena sa: src/app/components/tracker/tracker.component.html 48 @@ -6582,6 +7087,7 @@ ETA + ETA src/app/components/tracker/tracker.component.html 69 @@ -6595,6 +7101,7 @@ Not any time soon + Ne u skorije vrijeme src/app/components/tracker/tracker.component.html 74 @@ -6608,6 +7115,7 @@ Confirmed at + Potvrđeno u src/app/components/tracker/tracker.component.html 87 @@ -6616,6 +7124,7 @@ Block height + Visina bloka src/app/components/tracker/tracker.component.html 96 @@ -6624,6 +7133,7 @@ Your transaction has been accelerated + Vaša transakcija je ubrzana src/app/components/tracker/tracker.component.html 143 @@ -6632,6 +7142,7 @@ Waiting for your transaction to appear in the mempool + Čeka se da se vaša transakcija pojavi u mempoolu src/app/components/tracker/tracker.component.html 150 @@ -6640,6 +7151,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. + Vaša transakcija je u mempoolu, ali još neko vrijeme neće biti potvrđena. src/app/components/tracker/tracker.component.html 156 @@ -6648,6 +7160,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. + Vaša je transakcija pri vrhu mempoola i očekuje se skora potvrda. src/app/components/tracker/tracker.component.html 162 @@ -6656,6 +7169,7 @@ Your transaction is expected to confirm in the next block + Očekuje se da će vaša transakcija biti potvrđena u sljedećem bloku src/app/components/tracker/tracker.component.html 168 @@ -6664,6 +7178,7 @@ Your transaction is confirmed! + Vaša transakcija je potvrđena! src/app/components/tracker/tracker.component.html 174 @@ -6672,6 +7187,7 @@ Your transaction has been replaced by a newer version! + Vaša je transakcija zamijenjena novijom verzijom! src/app/components/tracker/tracker.component.html 180 @@ -6680,6 +7196,7 @@ See more details + Pogledajte više detalja src/app/components/tracker/tracker.component.html 193 @@ -6688,6 +7205,7 @@ Transaction: + Transakcija: src/app/components/tracker/tracker.component.ts 409 @@ -6703,6 +7221,7 @@ Get real-time status, addresses, fees, script info, and more for transaction with txid . + Dobijte status u stvarnom vremenu, adrese, naknade, informacije o skripti i više za transakciju s txid . src/app/components/tracker/tracker.component.ts 413 @@ -6718,6 +7237,7 @@ Coinbase + Coinbase src/app/components/transaction/transaction-preview.component.html 43 @@ -6738,6 +7258,7 @@ Descendant + Potomak src/app/components/transaction/transaction.component.html 88 @@ -6751,6 +7272,7 @@ Ancestor + Predak src/app/components/transaction/transaction.component.html 112 @@ -6760,6 +7282,7 @@ Hide accelerator + Sakrij akcelerator src/app/components/transaction/transaction.component.html 133 @@ -6768,6 +7291,7 @@ RBF Timeline + RBF kroz vrijeme src/app/components/transaction/transaction.component.html 160 @@ -6777,6 +7301,7 @@ Acceleration Timeline + Ubrzanja kroz vrijeme src/app/components/transaction/transaction.component.html 169 @@ -6786,6 +7311,7 @@ Flow + Protok src/app/components/transaction/transaction.component.html 178 @@ -6799,6 +7325,7 @@ Hide diagram + Sakrij dijagram src/app/components/transaction/transaction.component.html 181 @@ -6807,6 +7334,7 @@ Show more + Prikaži više src/app/components/transaction/transaction.component.html 202 @@ -6823,7 +7351,7 @@ Inputs & Outputs - Ulazi & Izlazi + Inputi i outputi src/app/components/transaction/transaction.component.html 220 @@ -6837,6 +7365,7 @@ Show diagram + Prikaži dijagram src/app/components/transaction/transaction.component.html 224 @@ -6845,6 +7374,7 @@ Adjusted vsize + Prilagođena vveličina src/app/components/transaction/transaction.component.html 249 @@ -6854,6 +7384,7 @@ Locktime + Vrijeme zaključavanja src/app/components/transaction/transaction.component.html 271 @@ -6862,6 +7393,7 @@ Sigops + Sigops src/app/components/transaction/transaction.component.html 275 @@ -6871,6 +7403,7 @@ Transaction not found. + Transakcija nije pronađena. src/app/components/transaction/transaction.component.html 407 @@ -6879,6 +7412,7 @@ Waiting for it to appear in the mempool... + Čeka se da se pojavi u mempoolu... src/app/components/transaction/transaction.component.html 408 @@ -6887,6 +7421,7 @@ Error loading transaction data. + Pogreška pri učitavanju podataka o transakciji. src/app/components/transaction/transaction.component.html 414 @@ -6895,6 +7430,7 @@ Features + Značajke src/app/components/transaction/transaction.component.html 499 @@ -6912,6 +7448,7 @@ This transaction was projected to be included in the block + Predviđeno je da će ova transakcija biti uključena u blok src/app/components/transaction/transaction.component.html 522 @@ -6920,6 +7457,7 @@ Expected in Block + Očekuje se u bloku src/app/components/transaction/transaction.component.html 522 @@ -6929,6 +7467,7 @@ This transaction was seen in the mempool prior to mining + Ova transakcija je viđena u mempoolu prije rudarenja src/app/components/transaction/transaction.component.html 524 @@ -6937,6 +7476,7 @@ Seen in Mempool + Viđeno u Mempoolu src/app/components/transaction/transaction.component.html 524 @@ -6946,6 +7486,7 @@ This transaction was missing from our mempool prior to mining + Ova transakcija je nedostajala u našem mempoolu prije rudarenja src/app/components/transaction/transaction.component.html 526 @@ -6954,6 +7495,7 @@ Not seen in Mempool + Nije viđeno u Mempoolu src/app/components/transaction/transaction.component.html 526 @@ -6963,6 +7505,7 @@ This transaction may have been added out-of-band + Ova je transakcija možda dodana izvanpojasno src/app/components/transaction/transaction.component.html 529 @@ -6971,6 +7514,7 @@ This transaction may have been prioritized out-of-band + Ova transakcija je možda bila prioritizirana izvanpojasno src/app/components/transaction/transaction.component.html 532 @@ -6979,6 +7523,7 @@ This transaction conflicted with another version in our mempool + Ova transakcija bila je u sukobu s drugom verzijom u našem mempoolu src/app/components/transaction/transaction.component.html 535 @@ -6987,6 +7532,7 @@ (Newly Generated Coins) + (Novogenerirani coin-ovi) src/app/components/transactions-list/transactions-list.component.html 54 @@ -6995,6 +7541,7 @@ Peg-in + Peg-in src/app/components/transactions-list/transactions-list.component.html 56 @@ -7003,6 +7550,7 @@ ScriptSig (ASM) + ScriptSig (ASM) src/app/components/transactions-list/transactions-list.component.html 105 @@ -7012,6 +7560,7 @@ ScriptSig (HEX) + ScriptSig (HEX) src/app/components/transactions-list/transactions-list.component.html 109 @@ -7021,6 +7570,7 @@ Witness + Witness src/app/components/transactions-list/transactions-list.component.html 114 @@ -7029,6 +7579,7 @@ P2SH redeem script + P2SH otkupna skripta src/app/components/transactions-list/transactions-list.component.html 148 @@ -7037,6 +7588,7 @@ P2TR tapscript + P2TR tapscript src/app/components/transactions-list/transactions-list.component.html 152 @@ -7045,6 +7597,7 @@ P2WSH witness script + P2WSH witness skripta src/app/components/transactions-list/transactions-list.component.html 154 @@ -7053,6 +7606,7 @@ nSequence + nSequence src/app/components/transactions-list/transactions-list.component.html 168 @@ -7061,6 +7615,7 @@ Previous output script + Skripta prethodnog outputa src/app/components/transactions-list/transactions-list.component.html 173 @@ -7069,6 +7624,7 @@ Previous output type + Prethodna vrsta outputa src/app/components/transactions-list/transactions-list.component.html 177 @@ -7077,6 +7633,7 @@ Peg-out to + Peg-out u src/app/components/transactions-list/transactions-list.component.html 225,226 @@ -7085,6 +7642,7 @@ ScriptPubKey (ASM) + ScriptPubKey (ASM) src/app/components/transactions-list/transactions-list.component.html 284 @@ -7094,6 +7652,7 @@ ScriptPubKey (HEX) + ScriptPubKey (HEX) src/app/components/transactions-list/transactions-list.component.html 288 @@ -7103,6 +7662,7 @@ Show more inputs to reveal fee data + Prikaži više unosa za otkrivanje podataka o naknadama src/app/components/transactions-list/transactions-list.component.html 326 @@ -7111,6 +7671,7 @@ other inputs + drugi inputi src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 12 @@ -7119,6 +7680,7 @@ other outputs + drugi outputi src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 13 @@ -7127,6 +7689,7 @@ Input + Input src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 42 @@ -7139,6 +7702,7 @@ 1 block earlier + 1 blok ranije src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 123 @@ -7147,6 +7711,7 @@ 1 block later + 1 blok kasnije src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 127 @@ -7155,6 +7720,7 @@ in the same block + u istom bloku src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 131 @@ -7163,6 +7729,7 @@ blocks earlier + blokova ranije src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 137 @@ -7171,6 +7738,7 @@ spent + potrošeno src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 148 @@ -7179,6 +7747,7 @@ blocks later + blokova kasnije src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 150 @@ -7187,6 +7756,7 @@ This transaction saved % on fees by using native SegWit + Ova je transakcija uštedjela % na naknadama korištenjem native SegWita src/app/components/tx-features/tx-features.component.html 2 @@ -7195,6 +7765,7 @@ SegWit + SegWit src/app/components/tx-features/tx-features.component.html 2 @@ -7212,6 +7783,7 @@ This transaction saved % on fees by using SegWit and could save % more by fully upgrading to native SegWit + Ova je transakcija uštedjela % na naknadama korištenjem SegWita i mogla bi uštedjeti % više potpunom nadogradnjom na native SegWit src/app/components/tx-features/tx-features.component.html 4 @@ -7220,6 +7792,7 @@ This transaction could save % on fees by upgrading to native SegWit or % by upgrading to SegWit-P2SH + Ova bi transakcija mogla uštedjeti % na naknadama nadogradnjom na native SegWit ili % nadogradnjom na SegWit-P2SH src/app/components/tx-features/tx-features.component.html 6 @@ -7228,6 +7801,7 @@ This transaction uses Taproot and thereby saved at least % on fees + Ova transakcija koristi Taproot i time je uštedjela najmanje % na naknadama src/app/components/tx-features/tx-features.component.html 12 @@ -7236,6 +7810,7 @@ This transaction uses Taproot and already saved at least % on fees, but could save an additional % by fully using Taproot + Ova transakcija koristi Taproot i već je uštedjela najmanje % na naknadama, ali bi mogla uštedjeti dodatnih % potpunom upotrebom Taproota src/app/components/tx-features/tx-features.component.html 14 @@ -7244,6 +7819,7 @@ This transaction could save % on fees by using Taproot + Ova bi transakcija mogla uštedjeti % na naknadama korištenjem Taproota src/app/components/tx-features/tx-features.component.html 16 @@ -7252,6 +7828,7 @@ This transaction does not use Taproot + Ova transakcija ne koristi Taproot src/app/components/tx-features/tx-features.component.html 18 @@ -7260,6 +7837,7 @@ This transaction uses Taproot + Ova transakcija koristi Taproot src/app/components/tx-features/tx-features.component.html 21 @@ -7268,6 +7846,7 @@ This transaction supports Replace-By-Fee (RBF) allowing fee bumping + Ova transakcija podržava Replace-By-Fee (RBF) što omogućuje povećanje naknada src/app/components/tx-features/tx-features.component.html 28 @@ -7276,6 +7855,7 @@ This transaction does NOT support Replace-By-Fee (RBF) and cannot be fee bumped using this method + Ova transakcija NE podržava Replace-By-Fee (RBF) i ne može se povećati naknada ovom metodom src/app/components/tx-features/tx-features.component.html 29 @@ -7284,6 +7864,7 @@ Optimal + Optimalno src/app/components/tx-fee-rating/tx-fee-rating.component.html 1 @@ -7293,6 +7874,7 @@ Only ~ sat/vB was needed to get into this block + Za ulazak u ovaj blok bio je potreban samo ~ sat/vB src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -7305,6 +7887,7 @@ Overpaid x + Preplaćeno x src/app/components/tx-fee-rating/tx-fee-rating.component.html 2 @@ -7318,6 +7901,7 @@ Liquid Federation Holdings + Holding Liquid Federacije src/app/dashboard/dashboard.component.html 165 @@ -7330,6 +7914,7 @@ Federation Timelock-Expired UTXOs + UTXO-i Federacije s isteklim vremenom zaključavanja src/app/dashboard/dashboard.component.html 174 @@ -7342,6 +7927,7 @@ L-BTC Supply Against BTC Holdings + Ponuda L-BTC-a protiv BTC Holdingsa src/app/dashboard/dashboard.component.html 184 @@ -7354,6 +7940,7 @@ Indexing in progress + Indeksiranje u tijeku src/app/dashboard/dashboard.component.html 364 @@ -7370,6 +7957,7 @@ mempool.space merely provides data about the Bitcoin network. It cannot help you with retrieving funds, wallet issues, etc.For any such requests, you need to get in touch with the entity that helped make the transaction (wallet software, exchange company, etc). + mempool.space samo pruža podatke o Bitcoin mreži. Ne može vam pomoći s vraćanjem sredstava, problemima s novčanikom itd.Za sve takve zahtjeve morate se obratiti entitetu koji je pomogao u transakciji (softver za novčanik, mjenjačnica itd.). src/app/docs/api-docs/api-docs.component.html 15,16 @@ -7378,6 +7966,7 @@ REST API service + REST API usluga src/app/docs/api-docs/api-docs.component.html 50 @@ -7386,6 +7975,7 @@ Endpoint + Krajnja točka src/app/docs/api-docs/api-docs.component.html 60 @@ -7398,6 +7988,7 @@ Description + Opis src/app/docs/api-docs/api-docs.component.html 79 @@ -7413,6 +8004,7 @@ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. + Zadani push: akcija: 'want', data: ['blocks', ...] kako biste izrazili ono što želite da se progura. Dostupno: blokova, mempool-blokovi, live-2h-chart i statistika.Push transakcije povezane na adresu: 'track-address': '3PbJ...bF9B' za primanje svih novih transakcija koje sadrže tu adresu kao input ili output. Vraća niz transakcija. address-transactions za nove mempool transakcije i blok- transakcije za nove blok potvrđene transakcije. src/app/docs/api-docs/api-docs.component.html 120 @@ -7421,6 +8013,7 @@ Code Example + Primjer koda src/app/docs/code-template/code-template.component.html 6 @@ -7441,6 +8034,7 @@ Install Package + Instaliraj paket src/app/docs/code-template/code-template.component.html 23 @@ -7449,6 +8043,7 @@ Response + Odgovor src/app/docs/code-template/code-template.component.html 43 @@ -7457,6 +8052,7 @@ FAQ + FAQ src/app/docs/docs/docs.component.ts 46 @@ -7464,6 +8060,7 @@ Get answers to common questions like: What is a mempool? Why isn't my transaction confirming? How can I run my own instance of The Mempool Open Source Project? And more. + Dobijte odgovore na uobičajena pitanja poput: Što je mempool? Zašto se moja transakcija ne potvrđuje? Kako mogu pokrenuti vlastitu instancu projekta otvorenog koda Mempool? I više od toga. src/app/docs/docs/docs.component.ts 47 @@ -7471,6 +8068,7 @@ REST API + REST API src/app/docs/docs/docs.component.ts 51 @@ -7478,6 +8076,7 @@ Documentation for the liquid.network REST API service: get info on addresses, transactions, assets, blocks, and more. + Dokumentacija za REST API uslugu liquid.network: saznajte informacije o adresama, transakcijama, imovini, blokovima i više. src/app/docs/docs/docs.component.ts 53 @@ -7485,6 +8084,7 @@ Documentation for the mempool.space REST API service: get info on addresses, transactions, blocks, fees, mining, the Lightning network, and more. + Dokumentacija za mempool.space REST API uslugu: saznajte informacije o adresama, transakcijama, blokovima, naknadama, rudarenju, Lightning mreži i više. src/app/docs/docs/docs.component.ts 55 @@ -7492,6 +8092,7 @@ WebSocket API + WebSocket API src/app/docs/docs/docs.component.ts 59 @@ -7499,6 +8100,7 @@ Documentation for the liquid.network WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more. + Dokumentacija za liquid.network WebSocket API uslugu: dobijte informacije u stvarnom vremenu o blokovima, mempoolima, transakcijama, adresama i više. src/app/docs/docs/docs.component.ts 61 @@ -7506,6 +8108,7 @@ Documentation for the mempool.space WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more. + Dokumentacija za mempool.space WebSocket API uslugu: dobijte informacije u stvarnom vremenu o blokovima, mempoolima, transakcijama, adresama i više. src/app/docs/docs/docs.component.ts 63 @@ -7513,6 +8116,7 @@ Electrum RPC + Electrum RPC src/app/docs/docs/docs.component.ts 67 @@ -7520,6 +8124,7 @@ Documentation for our Electrum RPC interface: get instant, convenient, and reliable access to an Esplora instance. + Dokumentacija za naše Electrum RPC sučelje: dobijte trenutan, praktičan i pouzdan pristup Esplora instanci. src/app/docs/docs/docs.component.ts 68 @@ -7527,6 +8132,7 @@ Base fee + Osnovna naknada src/app/lightning/channel/channel-box/channel-box.component.html 29 @@ -7539,6 +8145,7 @@ mSats + mSat src/app/lightning/channel/channel-box/channel-box.component.html 35 @@ -7559,6 +8166,7 @@ This channel supports zero base fee routing + Ovaj kanal podržava usmjeravanje bez osnovne naknade src/app/lightning/channel/channel-box/channel-box.component.html 44 @@ -7567,6 +8175,7 @@ Zero base fee + Nula osnovna naknada src/app/lightning/channel/channel-box/channel-box.component.html 45 @@ -7575,6 +8184,7 @@ This channel does not support zero base fee routing + Ovaj kanal ne podržava usmjeravanje bez osnovne naknade src/app/lightning/channel/channel-box/channel-box.component.html 50 @@ -7583,6 +8193,7 @@ Non-zero base fee + Osnovna naknada različita od nule src/app/lightning/channel/channel-box/channel-box.component.html 51 @@ -7591,6 +8202,7 @@ Min HTLC + Min HTLC src/app/lightning/channel/channel-box/channel-box.component.html 57 @@ -7599,6 +8211,7 @@ Max HTLC + Max HTLC src/app/lightning/channel/channel-box/channel-box.component.html 63 @@ -7607,6 +8220,7 @@ Timelock delta + Timelock delta src/app/lightning/channel/channel-box/channel-box.component.html 69 @@ -7615,6 +8229,7 @@ channels + kanala src/app/lightning/channel/channel-box/channel-box.component.html 79 @@ -7635,6 +8250,7 @@ Starting balance + Početno stanje src/app/lightning/channel/channel-close-box/channel-close-box.component.html 3 @@ -7644,6 +8260,7 @@ Closing balance + Završno stanje src/app/lightning/channel/channel-close-box/channel-close-box.component.html 26 @@ -7653,6 +8270,7 @@ lightning channel + lightning kanal src/app/lightning/channel/channel-preview.component.html 3 @@ -7661,6 +8279,7 @@ Inactive + Neaktivan src/app/lightning/channel/channel-preview.component.html 10 @@ -7677,6 +8296,7 @@ Active + Aktivan src/app/lightning/channel/channel-preview.component.html 11 @@ -7693,6 +8313,7 @@ Closed + Zatvoren src/app/lightning/channel/channel-preview.component.html 12 @@ -7717,6 +8338,7 @@ Created + Stvoren src/app/lightning/channel/channel-preview.component.html 23 @@ -7729,6 +8351,7 @@ Capacity + Kapacitet src/app/lightning/channel/channel-preview.component.html 27 @@ -7797,6 +8420,7 @@ ppm + ppm src/app/lightning/channel/channel-preview.component.html 34 @@ -7817,6 +8441,7 @@ Overview for Lightning channel . See channel capacity, the Lightning nodes involved, related on-chain transactions, and more. + Pregled za Lightning kanal . Pogledajte kapacitet kanala, uključene Lightning nodove, povezane transakcije on-chain i još mnogo toga. src/app/lightning/channel/channel-preview.component.ts 37 @@ -7828,6 +8453,7 @@ Lightning channel + Lightning kanal src/app/lightning/channel/channel.component.html 4 @@ -7840,6 +8466,7 @@ Last update + Zadnje ažuriranje src/app/lightning/channel/channel.component.html 40 @@ -7872,6 +8499,7 @@ Closing date + Datum zatvaranja src/app/lightning/channel/channel.component.html 44 @@ -7884,6 +8512,7 @@ Closed by + Zatvorio src/app/lightning/channel/channel.component.html 59 @@ -7892,6 +8521,7 @@ Opening transaction + Transakcija otvaranja src/app/lightning/channel/channel.component.html 91 @@ -7904,6 +8534,7 @@ Closing transaction + Transakcija zatvaranja src/app/lightning/channel/channel.component.html 100 @@ -7916,6 +8547,7 @@ Channel: + Kanal: src/app/lightning/channel/channel.component.ts 37 @@ -7923,6 +8555,7 @@ Mutually closed + Međusobno zatvoren src/app/lightning/channel/closing-type/closing-type.component.ts 20 @@ -7930,6 +8563,7 @@ Force closed + Prisilno zatvoren src/app/lightning/channel/closing-type/closing-type.component.ts 24 @@ -7937,6 +8571,7 @@ Force closed with penalty + Prisilno zatvoren s kaznom src/app/lightning/channel/closing-type/closing-type.component.ts 28 @@ -7944,6 +8579,7 @@ Open + Otvoren src/app/lightning/channels-list/channels-list.component.html 5 @@ -7952,6 +8588,7 @@ No channels to display + Nema kanala za prikaz src/app/lightning/channels-list/channels-list.component.html 29 @@ -7960,6 +8597,7 @@ Alias + Alias src/app/lightning/channels-list/channels-list.component.html 38 @@ -7996,6 +8634,7 @@ Channel ID + ID kanala src/app/lightning/channels-list/channels-list.component.html 44 @@ -8008,6 +8647,7 @@ avg + prosj src/app/lightning/channels-statistics/channels-statistics.component.html 3 @@ -8016,6 +8656,7 @@ med + med src/app/lightning/channels-statistics/channels-statistics.component.html 6 @@ -8024,6 +8665,7 @@ Avg Capacity + Prosječni kapacitet src/app/lightning/channels-statistics/channels-statistics.component.html 13 @@ -8036,6 +8678,7 @@ Avg Fee Rate + Prosječna stopa naknade src/app/lightning/channels-statistics/channels-statistics.component.html 26 @@ -8048,6 +8691,7 @@ The average fee rate charged by routing nodes, ignoring fee rates > 0.5% or 5000ppm + Prosječna stopa naknade koju naplaćuju usmjerivački nodovi, zanemarujući stope naknade > 0,5% ili 5000ppm src/app/lightning/channels-statistics/channels-statistics.component.html 28 @@ -8056,6 +8700,7 @@ Avg Base Fee + Prosječna osnovna naknada src/app/lightning/channels-statistics/channels-statistics.component.html 41 @@ -8068,6 +8713,7 @@ The average base fee charged by routing nodes, ignoring base fees > 5000ppm + Prosječna osnovna naknada koju naplaćuju usmjerivački nodovi, zanemarujući osnovne naknade > 5000ppm src/app/lightning/channels-statistics/channels-statistics.component.html 43 @@ -8076,6 +8722,7 @@ Med Capacity + Medijalni Kapacitet src/app/lightning/channels-statistics/channels-statistics.component.html 59 @@ -8084,6 +8731,7 @@ Med Fee Rate + Medijalna stopa naknade src/app/lightning/channels-statistics/channels-statistics.component.html 72 @@ -8092,6 +8740,7 @@ The median fee rate charged by routing nodes, ignoring fee rates > 0.5% or 5000ppm + Medijalna stopa naknade koju naplaćuju usmjerivački nodovi, zanemarujući stope naknada > 0,5% ili 5000ppm src/app/lightning/channels-statistics/channels-statistics.component.html 74 @@ -8100,6 +8749,7 @@ Med Base Fee + Medijalna osnovna naknada src/app/lightning/channels-statistics/channels-statistics.component.html 87 @@ -8108,6 +8758,7 @@ The median base fee charged by routing nodes, ignoring base fees > 5000ppm + Medijalna osnovna naknada koju naplaćuju usmjerivački nodovi, zanemarujući osnovne naknade > 5000ppm src/app/lightning/channels-statistics/channels-statistics.component.html 89 @@ -8116,6 +8767,7 @@ Lightning node group + Grupa lightning nodova src/app/lightning/group/group-preview.component.html 3 @@ -8128,6 +8780,7 @@ Nodes + Nodovi src/app/lightning/group/group-preview.component.html 25 @@ -8168,6 +8821,7 @@ Liquidity + Likvidnost src/app/lightning/group/group-preview.component.html 29 @@ -8200,6 +8854,7 @@ Channels + Kanali src/app/lightning/group/group-preview.component.html 40 @@ -8272,6 +8927,7 @@ Average size + Prosječna veličina src/app/lightning/group/group-preview.component.html 44 @@ -8284,6 +8940,7 @@ Connect + Poveži se src/app/lightning/group/group.component.html 73 @@ -8293,6 +8950,7 @@ Location + Mjesto src/app/lightning/group/group.component.html 74 @@ -8333,6 +8991,7 @@ Penalties + Penali src/app/lightning/justice-list/justice-list.component.html 4 @@ -8341,6 +9000,7 @@ Network Statistics + Statistika mreže src/app/lightning/lightning-dashboard/lightning-dashboard.component.html 10 @@ -8349,6 +9009,7 @@ Channels Statistics + Statistika kanala src/app/lightning/lightning-dashboard/lightning-dashboard.component.html 24 @@ -8357,6 +9018,7 @@ Lightning Network History + Povijest Lightning mreže src/app/lightning/lightning-dashboard/lightning-dashboard.component.html 52 @@ -8365,6 +9027,7 @@ Liquidity Ranking + Rangiranje likvidnosti src/app/lightning/lightning-dashboard/lightning-dashboard.component.html 66 @@ -8385,6 +9048,7 @@ Connectivity Ranking + Rangiranje povezanosti src/app/lightning/lightning-dashboard/lightning-dashboard.component.html 80 @@ -8405,6 +9069,7 @@ Get stats on the Lightning network (aggregate capacity, connectivity, etc), Lightning nodes (channels, liquidity, etc) and Lightning channels (status, fees, etc). + Dobijte statistiku o Lightning mreži (ukupni kapacitet, povezanost itd.), Lightning nodovima (kanali, likvidnost itd.) i Lightning kanalima (status, naknade itd.). src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts 34 @@ -8412,6 +9077,7 @@ Fee distribution + Distribucija naknada src/app/lightning/node-fee-chart/node-fee-chart.component.html 2 @@ -8420,6 +9086,7 @@ Outgoing Fees + Odlazne naknade src/app/lightning/node-fee-chart/node-fee-chart.component.ts 179 @@ -8431,6 +9098,7 @@ Incoming Fees + Ulazne naknade src/app/lightning/node-fee-chart/node-fee-chart.component.ts 187 @@ -8442,6 +9110,7 @@ Percentage change past week + Postotna promjena prošli tjedan src/app/lightning/node-statistics/node-statistics.component.html 5 @@ -8458,6 +9127,7 @@ Lightning node + Lightning nod src/app/lightning/node/node-preview.component.html 3 @@ -8474,6 +9144,7 @@ Active capacity + Aktivni kapacitet src/app/lightning/node/node-preview.component.html 20 @@ -8486,6 +9157,7 @@ Active channels + Aktivni kanali src/app/lightning/node/node-preview.component.html 26 @@ -8498,6 +9170,7 @@ Country + Zemlja src/app/lightning/node/node-preview.component.html 44 @@ -8506,6 +9179,7 @@ Overview for the Lightning network node named . See channels, capacity, location, fee stats, and more. + Pregled Lightning noda pod nazivom . Pogledajte kanale, kapacitet, lokaciju, statistiku naknada i još mnogo toga. src/app/lightning/node/node-preview.component.ts 52 @@ -8517,6 +9191,7 @@ Average channel size + Prosječna veličina kanala src/app/lightning/node/node.component.html 44 @@ -8525,6 +9200,7 @@ Avg channel distance + Prosječna udaljenost kanala src/app/lightning/node/node.component.html 60 @@ -8533,6 +9209,7 @@ Color + Boja src/app/lightning/node/node.component.html 86 @@ -8541,6 +9218,7 @@ ISP + ISP src/app/lightning/node/node.component.html 92 @@ -8553,6 +9231,7 @@ Exclusively on Tor + Isključivo na Tor-u src/app/lightning/node/node.component.html 100 @@ -8561,6 +9240,7 @@ Decoded + Dekodirano src/app/lightning/node/node.component.html 134 @@ -8570,6 +9250,7 @@ Liquidity ad + Oglas za likvidnost src/app/lightning/node/node.component.html 184 @@ -8578,6 +9259,7 @@ Lease fee rate + Lease stopa naknade src/app/lightning/node/node.component.html 190 @@ -8587,6 +9269,7 @@ Lease base fee + Lease osnovna naknada src/app/lightning/node/node.component.html 198 @@ -8595,6 +9278,7 @@ Funding weight + Težina financiranja src/app/lightning/node/node.component.html 204 @@ -8603,6 +9287,7 @@ Channel fee rate + Stopa naknade za kanal src/app/lightning/node/node.component.html 214 @@ -8612,6 +9297,7 @@ Channel base fee + Osnovna naknada kanala src/app/lightning/node/node.component.html 222 @@ -8620,6 +9306,7 @@ Compact lease + Compact lease src/app/lightning/node/node.component.html 234 @@ -8628,6 +9315,7 @@ TLV extension records + TLV extension records src/app/lightning/node/node.component.html 245 @@ -8636,6 +9324,7 @@ Open channels + Otvoreni kanali src/app/lightning/node/node.component.html 286 @@ -8644,6 +9333,7 @@ Closed channels + Zatvoreni kanali src/app/lightning/node/node.component.html 290 @@ -8652,6 +9342,7 @@ Node: + Nod: src/app/lightning/node/node.component.ts 63 @@ -8659,6 +9350,7 @@ (Tor nodes excluded) + (Tor nodovi su isključeni) src/app/lightning/nodes-channels-map/nodes-channels-map.component.html 22 @@ -8679,6 +9371,7 @@ Lightning Nodes Channels World Map + Karta svijeta kanala Lightning nodova src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts 73 @@ -8686,6 +9379,7 @@ See the channels of non-Tor Lightning network nodes visualized on a world map. Hover/tap on points on the map for node names and details. + Pogledajte kanale Lightning nodova koji nisu Tor, vizualizirani na karti svijeta. Zadržite pokazivač/dodirnite točke na karti za nazive nodova i detalje. src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts 74 @@ -8693,6 +9387,7 @@ No geolocation data available + Nema dostupnih geolokacijskih podataka src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts 245 @@ -8700,6 +9395,7 @@ Active channels map + Karta aktivnih kanala src/app/lightning/nodes-channels/node-channels.component.html 3 @@ -8708,6 +9404,7 @@ See the locations of non-Tor Lightning network nodes visualized on a world map. Hover/tap on points on the map for node names and details. + Pogledajte lokacije Lightning nodova koji nisu Tor vizualizirane na karti svijeta. Zadržite pokazivač/dodirnite točke na karti za nazive nodova i detalje. src/app/lightning/nodes-map/nodes-map.component.ts 52 @@ -8715,6 +9412,7 @@ See the number of Lightning network nodes visualized over time by network: clearnet only (IPv4, IPv6), darknet (Tor, I2p, cjdns), and both. + Pogledajte broj Lightning nodova vizualiziranih tijekom vremena po mreži: samo clearnet (IPv4, IPv6), darknet (Tor, I2p, cjdns) i oboje. src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 74 @@ -8722,6 +9420,7 @@ Indexing in progress + Indeksiranje u tijeku src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 133 @@ -8733,6 +9432,7 @@ Clearnet and Darknet + Clearnet i Darknet src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 176 @@ -8744,6 +9444,7 @@ Clearnet Only (IPv4, IPv6) + Samo Clearnet (IPv4, IPv6) src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 197 @@ -8755,6 +9456,7 @@ Darknet Only (Tor, I2P, cjdns) + Samo Darknet (Tor, I2P, cjdns) src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 218 @@ -8766,6 +9468,7 @@ Share + Podijeli src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html 29 @@ -8778,6 +9481,7 @@ See a geographical breakdown of the Lightning network: how many Lightning nodes are hosted in countries around the world, aggregate BTC capacity for each country, and more. + Pogledajte zemljopisnu analizu Lightning mreže: koliko Lightning nodova je hostirano u zemljama diljem svijeta, ukupni BTC kapacitet za svaku zemlju i više. src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.ts 47 @@ -8785,6 +9489,7 @@ nodes + nodova src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.ts 104 @@ -8804,6 +9509,7 @@ BTC capacity + BTC kapacitet src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.ts 105 @@ -8811,6 +9517,7 @@ Lightning nodes in + Lightning nodova u src/app/lightning/nodes-per-country/nodes-per-country.component.html 3,4 @@ -8819,6 +9526,7 @@ ISP Count + Broj ISP-a src/app/lightning/nodes-per-country/nodes-per-country.component.html 34 @@ -8827,6 +9535,7 @@ Top ISP + Najbolji ISP src/app/lightning/nodes-per-country/nodes-per-country.component.html 38 @@ -8835,6 +9544,7 @@ Lightning nodes in + Lightning nodovi u src/app/lightning/nodes-per-country/nodes-per-country.component.ts 43 @@ -8842,6 +9552,7 @@ Explore all the Lightning nodes hosted in and see an overview of each node's capacity, number of open channels, and more. + Istražite sve Lightning nodove hostirane u i pogledajte pregled kapaciteta svakog noda, broj otvorenih kanala i više. src/app/lightning/nodes-per-country/nodes-per-country.component.ts 44 @@ -8849,6 +9560,7 @@ Clearnet Capacity + Clearnet kapacitet src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 6 @@ -8861,6 +9573,7 @@ How much liquidity is running on nodes advertising at least one clearnet IP address + Koliko likvidnosti se pokreće na nodovima koji oglašavaju barem jednu clearnet IP adresu src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 8 @@ -8869,6 +9582,7 @@ Unknown Capacity + Nepoznati kapacitet src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 13 @@ -8881,6 +9595,7 @@ How much liquidity is running on nodes which ISP was not identifiable + Koliko likvidnosti teče na nodovima čiji ISP nije bio identificiran src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 15 @@ -8889,6 +9604,7 @@ Tor Capacity + Tor kapacitet src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 20 @@ -8901,6 +9617,7 @@ How much liquidity is running on nodes advertising only Tor addresses + Koliko se likvidnosti pokreće na nodovima koji oglašavaju samo Tor adrese src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 22 @@ -8909,6 +9626,7 @@ Top 100 ISPs hosting LN nodes + 100 najboljih ISP-ova koji hostiraju LN nodove src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html 31 @@ -8917,6 +9635,7 @@ Browse the top 100 ISPs hosting Lightning nodes along with stats like total number of nodes per ISP, aggregate BTC capacity per ISP, and more + Pregledajte 100 najboljih ISP-ova koji hostiraju Lightning nodove zajedno sa statistikama kao što je ukupan broj nodova po ISP-u, ukupni BTC kapacitet po ISP-u i više src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.ts 54 @@ -8924,6 +9643,7 @@ BTC + BTC src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.ts 164 @@ -8935,6 +9655,7 @@ Lightning ISP + Lightning ISP src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.html 3 @@ -8943,6 +9664,7 @@ Top country + Naj država src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.html 39 @@ -8955,6 +9677,7 @@ Top node + Naj nod src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.html 45 @@ -8963,6 +9686,7 @@ Lightning nodes on ISP: [AS] + Lightning nodovi na ISP-u: [AS] src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.ts 44 @@ -8974,6 +9698,7 @@ Browse all Bitcoin Lightning nodes using the [AS] ISP and see aggregate stats like total number of nodes, total capacity, and more for the ISP. + Pregledajte sve Bitcoin Lightning nodove pomoću [AS] ISP-a i pogledajte skupne statistike poput ukupnog broja nodova, ukupnog kapaciteta, i više za ISP-a. src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.ts 45 @@ -8985,6 +9710,7 @@ Lightning nodes on ISP: + Lightning nodovi na ISP-u: src/app/lightning/nodes-per-isp/nodes-per-isp.component.html 2,4 @@ -8993,6 +9719,7 @@ ASN + ASN src/app/lightning/nodes-per-isp/nodes-per-isp.component.html 10 @@ -9001,6 +9728,7 @@ Active nodes + Aktivni nodovi src/app/lightning/nodes-per-isp/nodes-per-isp.component.html 14 @@ -9009,6 +9737,7 @@ Top 100 oldest lightning nodes + Top 100 najstarijih lightning nodova src/app/lightning/nodes-ranking/oldest-nodes/oldest-nodes.component.html 3 @@ -9017,6 +9746,7 @@ Oldest lightning nodes + Najstariji lightning nodovi src/app/lightning/nodes-ranking/oldest-nodes/oldest-nodes.component.ts 27 @@ -9024,6 +9754,7 @@ See the oldest nodes on the Lightning network along with their capacity, number of channels, location, etc. + Pogledajte najstarije nodove na Lightning mreži zajedno s njihovim kapacitetom, brojem kanala, lokacijom itd. src/app/lightning/nodes-ranking/oldest-nodes/oldest-nodes.component.ts 28 @@ -9031,6 +9762,7 @@ See Lightning nodes with the most BTC liquidity deployed along with high-level stats like number of open channels, location, node age, and more. + Pogledajte Lightning nodove s najvećom likvidnošću BTC-a zajedno sa statističkim podacima na visokoj razini kao što su broj otvorenih kanala, lokacija, starost noda i više. src/app/lightning/nodes-ranking/top-nodes-per-capacity/top-nodes-per-capacity.component.ts 35 @@ -9038,6 +9770,7 @@ See Lightning nodes with the most channels open along with high-level stats like total node capacity, node age, and more. + Pogledajte Lightning nodove s najviše otvorenih kanala zajedno sa statistikama visoke razine kao što su ukupni kapacitet noda, starost noda i više. src/app/lightning/nodes-ranking/top-nodes-per-channels/top-nodes-per-channels.component.ts 39 @@ -9045,6 +9778,7 @@ Oldest nodes + Najstariji nodovi src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.html 36 @@ -9053,6 +9787,7 @@ Top lightning nodes + Top lightning nodovi src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.ts 22 @@ -9060,6 +9795,7 @@ See the top Lightning network nodes ranked by liquidity, connectivity, and age. + Pogledajte najbolje nodove Lightning mreže rangirane prema likvidnosti, povezanosti i starosti. src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.ts 23 @@ -9067,6 +9803,7 @@ See the capacity of the Lightning network visualized over time in terms of the number of open channels and total bitcoin capacity. + Pogledajte vizualizaciju kapaciteta Lightning mreže kroz vrijeme u smislu broja otvorenih kanala i ukupnog kapaciteta bitcoina. src/app/lightning/statistics-chart/lightning-statistics-chart.component.ts 71 @@ -9074,6 +9811,7 @@ fee + naknada src/app/shared/components/address-type/address-type.component.html 3 @@ -9082,6 +9820,7 @@ empty + prazno src/app/shared/components/address-type/address-type.component.html 6 @@ -9090,6 +9829,7 @@ provably unspendable + dokazivo nepotrošivo src/app/shared/components/address-type/address-type.component.html 18 @@ -9098,6 +9838,7 @@ bare multisig + goli multisig src/app/shared/components/address-type/address-type.component.html 21 @@ -9106,6 +9847,7 @@ confirmation + potvrda src/app/shared/components/confirmations/confirmations.component.html 4 @@ -9115,6 +9857,7 @@ confirmations + potvrde src/app/shared/components/confirmations/confirmations.component.html 5 @@ -9124,6 +9867,7 @@ Replaced + Zamijenjeno src/app/shared/components/confirmations/confirmations.component.html 12 @@ -9143,6 +9887,7 @@ sat/WU + sat/WU src/app/shared/components/fee-rate/fee-rate.component.html 4 @@ -9156,6 +9901,7 @@ My Account + Moj račun src/app/shared/components/global-footer/global-footer.component.html 36 @@ -9168,6 +9914,7 @@ Explore + Istraži src/app/shared/components/global-footer/global-footer.component.html 59 @@ -9176,6 +9923,7 @@ Test Transaction + Testna transakcija src/app/shared/components/global-footer/global-footer.component.html 64 @@ -9185,6 +9933,7 @@ Connect to our Nodes + Povežite se s našim nodovima src/app/shared/components/global-footer/global-footer.component.html 65 @@ -9193,6 +9942,7 @@ API Documentation + API dokumentacija src/app/shared/components/global-footer/global-footer.component.html 66 @@ -9201,6 +9951,7 @@ Learn + Nauči src/app/shared/components/global-footer/global-footer.component.html 69 @@ -9209,6 +9960,7 @@ What is a mempool? + Što je mempool? src/app/shared/components/global-footer/global-footer.component.html 70 @@ -9217,6 +9969,7 @@ What is a block explorer? + Što je blok explorer? src/app/shared/components/global-footer/global-footer.component.html 71 @@ -9225,6 +9978,7 @@ What is a mempool explorer? + Što je mempool explorer? src/app/shared/components/global-footer/global-footer.component.html 72 @@ -9233,6 +9987,7 @@ Why isn't my transaction confirming? + Zašto se moja transakcija ne potvrđuje? src/app/shared/components/global-footer/global-footer.component.html 73 @@ -9241,6 +9996,7 @@ More FAQs » + Više često postavljanih pitanja » src/app/shared/components/global-footer/global-footer.component.html 74 @@ -9249,6 +10005,7 @@ Research + Istraživanje src/app/shared/components/global-footer/global-footer.component.html 75 @@ -9257,6 +10014,7 @@ Networks + Mreže src/app/shared/components/global-footer/global-footer.component.html 79 @@ -9265,6 +10023,7 @@ Mainnet Explorer + Mainnet Explorer src/app/shared/components/global-footer/global-footer.component.html 80 @@ -9273,6 +10032,7 @@ Testnet3 Explorer + Testnet3 Explorer src/app/shared/components/global-footer/global-footer.component.html 81 @@ -9281,6 +10041,7 @@ Testnet4 Explorer + Testnet4 Explorer src/app/shared/components/global-footer/global-footer.component.html 82 @@ -9289,6 +10050,7 @@ Signet Explorer + Signet Explorer src/app/shared/components/global-footer/global-footer.component.html 83 @@ -9297,6 +10059,7 @@ Liquid Testnet Explorer + Liquid Testnet Explorer src/app/shared/components/global-footer/global-footer.component.html 84 @@ -9305,6 +10068,7 @@ Liquid Explorer + Liquid Explorer src/app/shared/components/global-footer/global-footer.component.html 85 @@ -9313,6 +10077,7 @@ Tools + Alati src/app/shared/components/global-footer/global-footer.component.html 89 @@ -9321,6 +10086,7 @@ Clock (Mined) + Sat (izrudaren) src/app/shared/components/global-footer/global-footer.component.html 91 @@ -9329,6 +10095,7 @@ Legal + Legalno src/app/shared/components/global-footer/global-footer.component.html 96 @@ -9337,6 +10104,7 @@ Terms of Service + Uvjeti usluge src/app/shared/components/global-footer/global-footer.component.html 97 @@ -9346,6 +10114,7 @@ Privacy Policy + Politika privatnosti src/app/shared/components/global-footer/global-footer.component.html 98 @@ -9355,6 +10124,7 @@ Trademark Policy + Politika zaštitnih znakova src/app/shared/components/global-footer/global-footer.component.html 99 @@ -9364,6 +10134,7 @@ Third-party Licenses + Licence trećih strana src/app/shared/components/global-footer/global-footer.component.html 100 @@ -9373,6 +10144,7 @@ Your balance is too low.Please top up your account. + Vaš saldo je prenizak.Molimo dopunite svoj račun . src/app/shared/components/mempool-error/mempool-error.component.html 9 @@ -9381,6 +10153,7 @@ This is a test network. Coins have no value. + Ovo je testna mreža. Coini nemaju vrijednost. src/app/shared/components/testnet-alert/testnet-alert.component.html 4 @@ -9389,6 +10162,7 @@ Testnet3 is deprecated, and will soon be replaced by Testnet4 + Testnet3 je zastario i uskoro će ga zamijeniti Testnet4 src/app/shared/components/testnet-alert/testnet-alert.component.html 6 @@ -9397,6 +10171,7 @@ Testnet4 is not yet finalized, and may be reset at anytime. + Testnet4 još nije finaliziran i može se resetirati u bilo kojem trenutku. src/app/shared/components/testnet-alert/testnet-alert.component.html 9 @@ -9405,6 +10180,7 @@ Batch payment + Skupno plaćanje src/app/shared/filters.utils.ts 108 @@ -9412,6 +10188,7 @@ Address Types + Vrste adresa src/app/shared/filters.utils.ts 119 @@ -9419,6 +10196,7 @@ Behavior + Ponašanje src/app/shared/filters.utils.ts 120 @@ -9426,6 +10204,7 @@ Heuristics + Heuristika src/app/shared/filters.utils.ts 122 @@ -9433,6 +10212,7 @@ Sighash Flags + Sighash Flags src/app/shared/filters.utils.ts 123 @@ -9440,6 +10220,7 @@ year + godina src/app/shared/i18n/dates.ts 3 @@ -9447,6 +10228,7 @@ years + godina src/app/shared/i18n/dates.ts 4 @@ -9454,6 +10236,7 @@ month + mjesec src/app/shared/i18n/dates.ts 5 @@ -9461,6 +10244,7 @@ months + mjeseci src/app/shared/i18n/dates.ts 6 @@ -9468,6 +10252,7 @@ week + tjedan src/app/shared/i18n/dates.ts 7 @@ -9475,6 +10260,7 @@ weeks + tjedana src/app/shared/i18n/dates.ts 8 @@ -9482,6 +10268,7 @@ day + dan src/app/shared/i18n/dates.ts 9 @@ -9489,6 +10276,7 @@ days + dana src/app/shared/i18n/dates.ts 10 @@ -9496,6 +10284,7 @@ hour + sat src/app/shared/i18n/dates.ts 11 @@ -9503,6 +10292,7 @@ hours + sati src/app/shared/i18n/dates.ts 12 @@ -9510,6 +10300,7 @@ minute + minuta src/app/shared/i18n/dates.ts 13 @@ -9517,6 +10308,7 @@ minutes + minuta src/app/shared/i18n/dates.ts 14 @@ -9524,6 +10316,7 @@ second + sekunda src/app/shared/i18n/dates.ts 15 @@ -9531,6 +10324,7 @@ seconds + sekundi src/app/shared/i18n/dates.ts 16 @@ -9538,6 +10332,7 @@ Transaction fee + Transakcijska naknada src/app/shared/pipes/scriptpubkey-type-pipe/scriptpubkey-type.pipe.ts 11 @@ -9545,6 +10340,7 @@ Multisig of + Multisig od src/app/shared/script.utils.ts 168 diff --git a/frontend/src/locale/messages.ja.xlf b/frontend/src/locale/messages.ja.xlf index 67b104ee5..e1ad43042 100644 --- a/frontend/src/locale/messages.ja.xlf +++ b/frontend/src/locale/messages.ja.xlf @@ -1393,6 +1393,7 @@ Out-of-band fees + ネットワーク外手数料 src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1792,6 +1793,7 @@ Completed + 終了 src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1800,6 +1802,7 @@ Failed + 失敗 src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 diff --git a/frontend/src/locale/messages.ko.xlf b/frontend/src/locale/messages.ko.xlf index dd6688673..47c1eac43 100644 --- a/frontend/src/locale/messages.ko.xlf +++ b/frontend/src/locale/messages.ko.xlf @@ -417,6 +417,7 @@ Sorry, something went wrong! + 죄송합니다, 문제가 생겼습니다! src/app/components/accelerate-checkout/accelerate-checkout.component.html 5 @@ -425,6 +426,7 @@ We were not able to accelerate this transaction. Please try again later. + 이 트랜잭션을 가속할 수 없었습니다. 나중에 다시 시도해 주세요. src/app/components/accelerate-checkout/accelerate-checkout.component.html 11 @@ -433,6 +435,7 @@ Close + 닫기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 18 @@ -445,6 +448,7 @@ Your transaction + 내 트랜잭션 src/app/components/accelerate-checkout/accelerate-checkout.component.html 37 @@ -453,6 +457,7 @@ Plus unconfirmed ancestor(s) + 컨펌되지 않은 조상(들) src/app/components/accelerate-checkout/accelerate-checkout.component.html 41 @@ -487,6 +492,7 @@ Size in vbytes of this transaction (including unconfirmed ancestors) + 트랜잭션 크기 (확인되지 않은 조상 포함) src/app/components/accelerate-checkout/accelerate-checkout.component.html 51 @@ -495,6 +501,7 @@ In-band fees + 대역 내 수수료 src/app/components/accelerate-checkout/accelerate-checkout.component.html 55 @@ -620,6 +627,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) + 이 트랜잭션이 이미 지불한 수수료 (확인되지 않은 조상 포함) src/app/components/accelerate-checkout/accelerate-checkout.component.html 62 @@ -628,6 +636,7 @@ How much faster? + 얼마나 더 빠르게 원하시나요? src/app/components/accelerate-checkout/accelerate-checkout.component.html 71 @@ -636,6 +645,7 @@ This will reduce your expected waiting time until the first confirmation to + 첫 번째 컨펌까지 예상 대기 시간이 로 단축됩니다 src/app/components/accelerate-checkout/accelerate-checkout.component.html 76,77 @@ -644,6 +654,7 @@ Summary + 요약 src/app/components/accelerate-checkout/accelerate-checkout.component.html 100 @@ -652,6 +663,7 @@ Next block market rate + 다음 블록 시장 수수료율 src/app/components/accelerate-checkout/accelerate-checkout.component.html 109 @@ -682,6 +694,7 @@ Estimated extra fee required + 예측된 추가발생 수수료 src/app/components/accelerate-checkout/accelerate-checkout.component.html 117 @@ -690,6 +703,7 @@ Target rate + 목표율 src/app/components/accelerate-checkout/accelerate-checkout.component.html 131 @@ -698,6 +712,7 @@ Extra fee required + 필요한 추가 수수료 src/app/components/accelerate-checkout/accelerate-checkout.component.html 139 @@ -706,6 +721,7 @@ Mempool Accelerator™ fees + 멤풀 엑셀러레이터 수수료 src/app/components/accelerate-checkout/accelerate-checkout.component.html 153 @@ -714,6 +730,7 @@ Accelerator Service Fee + 엑셀러레이터 서비스 수수료 src/app/components/accelerate-checkout/accelerate-checkout.component.html 157 @@ -722,6 +739,7 @@ Transaction Size Surcharge + 트랜잭션 사이즈에 의한 추가 요금 src/app/components/accelerate-checkout/accelerate-checkout.component.html 169 @@ -730,6 +748,7 @@ Estimated acceleration cost + 예상 가속 비용 src/app/components/accelerate-checkout/accelerate-checkout.component.html 185 @@ -738,6 +757,7 @@ Maximum acceleration cost + 최대 가속 비용 src/app/components/accelerate-checkout/accelerate-checkout.component.html 204 @@ -746,6 +766,7 @@ Acceleration cost + 가속 비용 src/app/components/accelerate-checkout/accelerate-checkout.component.html 206 @@ -754,6 +775,7 @@ Available balance + 잔액 src/app/components/accelerate-checkout/accelerate-checkout.component.html 226 @@ -762,6 +784,7 @@ Go back + 뒤로가기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 258 @@ -778,6 +801,7 @@ Accelerate your Bitcoin transaction? + 비트코인 트랜잭션 가속하기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 273 @@ -786,6 +810,7 @@ Wait + 기다려 주세요 src/app/components/accelerate-checkout/accelerate-checkout.component.html 285 @@ -794,6 +819,7 @@ Confirmation expected + 컨펌이 예상됩니다 src/app/components/accelerate-checkout/accelerate-checkout.component.html 287 @@ -850,6 +876,7 @@ Pay + 결제하기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 378 @@ -871,6 +898,7 @@ Failed to load invoice + 인보이스 불러오기 실패 src/app/components/accelerate-checkout/accelerate-checkout.component.html 381 @@ -879,6 +907,7 @@ Loading invoice... + 인보이스 불러오는 중... src/app/components/accelerate-checkout/accelerate-checkout.component.html 386 @@ -887,6 +916,7 @@ OR + 또는 src/app/components/accelerate-checkout/accelerate-checkout.component.html 394 @@ -895,6 +925,7 @@ Confirm your payment + 결제 내용을 확인해 주세요 src/app/components/accelerate-checkout/accelerate-checkout.component.html 442 @@ -903,6 +934,7 @@ Total additional cost + 총 추가 비용 src/app/components/accelerate-checkout/accelerate-checkout.component.html 458 @@ -911,6 +943,7 @@ with + 결제 방식 src/app/components/accelerate-checkout/accelerate-checkout.component.html 462 @@ -919,6 +952,7 @@ Loading payment method... + 결제 방식 불러오는 중... src/app/components/accelerate-checkout/accelerate-checkout.component.html 482 @@ -927,6 +961,7 @@ Confirming your payment + 결제 확인 중 src/app/components/accelerate-checkout/accelerate-checkout.component.html 500 @@ -935,6 +970,7 @@ We are processing your payment... + 결제 진행중... src/app/components/accelerate-checkout/accelerate-checkout.component.html 510 @@ -943,6 +979,7 @@ Accelerating your transaction + 트랜잭션 가속 중 src/app/components/accelerate-checkout/accelerate-checkout.component.html 520 @@ -951,6 +988,7 @@ Confirming your acceleration with our mining pool partners... + 협력 채굴풀들로부터 트랜잭션 가속 확인 중... src/app/components/accelerate-checkout/accelerate-checkout.component.html 527 @@ -959,6 +997,7 @@ ...sorry, this is taking longer than expected... + 죄송합니다, 예상보다 오래 걸리고 있습니다... src/app/components/accelerate-checkout/accelerate-checkout.component.html 529 @@ -967,6 +1006,7 @@ Your transaction is being accelerated! + 트랜잭션이 가속되고 있습니다! src/app/components/accelerate-checkout/accelerate-checkout.component.html 538 @@ -983,6 +1023,7 @@ Calculating cost... + 비용 계산 중... src/app/components/accelerate-checkout/accelerate-checkout.component.html 563 @@ -991,6 +1032,7 @@ customize + 커스터마이징 src/app/components/accelerate-checkout/accelerate-checkout.component.html 569 @@ -999,6 +1041,7 @@ Accelerate to ~ sat/vB + ~sat/vB로 가속하기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 572 @@ -1007,6 +1050,7 @@ Accelerate + 가속하기 src/app/components/accelerate-checkout/accelerate-checkout.component.html 578 @@ -1106,6 +1150,7 @@ maximum + 최대 src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1113,6 +1158,7 @@ accelerated + 가속됨 src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1120,6 +1166,7 @@ Status + 상태 src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 11 @@ -1215,6 +1262,7 @@ Accelerated + 가속됌 src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 16 @@ -1557,6 +1605,7 @@ Total vSize + 총 vSize src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 20 @@ -6813,6 +6862,7 @@ Sent + 보내짐 src/app/components/tracker/tracker-bar.component.html 2 @@ -6870,6 +6920,7 @@ Confirmed at + 컨펌 블록 src/app/components/tracker/tracker.component.html 87 @@ -6878,6 +6929,7 @@ Block height + 블록 높이 src/app/components/tracker/tracker.component.html 96 @@ -6886,6 +6938,7 @@ Your transaction has been accelerated + 트랜잭션이 가속되었습니다 src/app/components/tracker/tracker.component.html 143 diff --git a/frontend/src/locale/messages.nb.xlf b/frontend/src/locale/messages.nb.xlf index 216b1cd32..b2de6219c 100644 --- a/frontend/src/locale/messages.nb.xlf +++ b/frontend/src/locale/messages.nb.xlf @@ -510,7 +510,7 @@ sats - sats + sat src/app/components/accelerate-checkout/accelerate-checkout.component.html 57 @@ -881,7 +881,7 @@ Pay - Betale + Betal src/app/components/accelerate-checkout/accelerate-checkout.component.html 378 @@ -1393,6 +1393,7 @@ Out-of-band fees + Out-of-band avgifter src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1401,7 +1402,7 @@ Fee rate - Avgift + Avgiftssats src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 36 @@ -1439,7 +1440,7 @@ Accelerated fee rate - Akselerert gebyrsats + Akselerert avgiftssats src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 39 @@ -1951,7 +1952,7 @@ not accelerating - ikke akselererer + akselererer ikke src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts 86 @@ -1959,7 +1960,7 @@ pending - Avventer + avventer src/app/components/acceleration/pending-stats/pending-stats.component.html 7 @@ -4845,7 +4846,7 @@ Amount (sats) - Beløp (sats) + Beløp (sat) src/app/components/faucet/faucet.component.html 51 @@ -6441,7 +6442,7 @@ sats/tx - sats/tx + sat/tx src/app/components/reward-stats/reward-stats.component.html 33 @@ -8144,7 +8145,7 @@ mSats - mSats + mSat src/app/lightning/channel/channel-box/channel-box.component.html 35 diff --git a/frontend/src/locale/messages.nl.xlf b/frontend/src/locale/messages.nl.xlf index 8f9a2043d..5c3ae08e8 100644 --- a/frontend/src/locale/messages.nl.xlf +++ b/frontend/src/locale/messages.nl.xlf @@ -1393,6 +1393,7 @@ Out-of-band fees + Vergoeding buiten blockchain src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1792,6 +1793,7 @@ Completed + Voltooid src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1800,6 +1802,7 @@ Failed + Mislukt src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 @@ -2088,7 +2091,7 @@ Address - adres + Adres src/app/components/address/address-preview.component.html 3 @@ -3497,7 +3500,7 @@ Timestamp - Tijdstempel + Tijd src/app/components/block/block-preview.component.html 26 @@ -4511,7 +4514,7 @@ Coinjoin - Samenvoeging + Coinjoin src/app/components/custom-dashboard/custom-dashboard.component.ts 73 @@ -5820,7 +5823,7 @@ Pools luck (1 week) - Pools geluk (1 week) + Geluk van pool (1 week) src/app/components/pool-ranking/pool-ranking.component.html 9 diff --git a/frontend/src/locale/messages.pl.xlf b/frontend/src/locale/messages.pl.xlf index 1cbe3782a..e7281c9a7 100644 --- a/frontend/src/locale/messages.pl.xlf +++ b/frontend/src/locale/messages.pl.xlf @@ -1165,7 +1165,7 @@ accelerated - przyspieszona + przyspieszonych src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1440,7 +1440,7 @@ Accelerated fee rate - Przyspieszony poziom opłat + Poziom opłaty przyspieszonej src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 39 @@ -1458,7 +1458,7 @@ Accelerated by - Przyspieszona o + Przyspieszona przez src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 48 @@ -1517,7 +1517,7 @@ Around block: - Wokół bloku: + Około bloku: src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts 179 @@ -1567,7 +1567,7 @@ Total Bid Boost - Całkowite zwiększenie oferty + Całk. zwiększenie oferty src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 11 @@ -1878,7 +1878,7 @@ (all time) - (cały czas) + (cały okres) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 36 diff --git a/frontend/src/locale/messages.pt.xlf b/frontend/src/locale/messages.pt.xlf index aa16b17be..82fcaa2a3 100644 --- a/frontend/src/locale/messages.pt.xlf +++ b/frontend/src/locale/messages.pt.xlf @@ -1393,6 +1393,7 @@ Out-of-band fees + Taxas por fora src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1957,7 +1958,7 @@ pending - pendente + pendente(s) src/app/components/acceleration/pending-stats/pending-stats.component.html 7 diff --git a/frontend/src/locale/messages.ro.xlf b/frontend/src/locale/messages.ro.xlf index 3d56a0217..b9e8ed193 100644 --- a/frontend/src/locale/messages.ro.xlf +++ b/frontend/src/locale/messages.ro.xlf @@ -1393,6 +1393,7 @@ Out-of-band fees + Comisioane plătite extern src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1792,6 +1793,7 @@ Completed + Efectuat src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1800,6 +1802,7 @@ Failed + Eșuat src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 diff --git a/frontend/src/locale/messages.sv.xlf b/frontend/src/locale/messages.sv.xlf index 7ec527948..cc2d68b1a 100644 --- a/frontend/src/locale/messages.sv.xlf +++ b/frontend/src/locale/messages.sv.xlf @@ -1558,7 +1558,7 @@ accelerated - accelererad + accelererade src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 7 diff --git a/frontend/src/locale/messages.th.xlf b/frontend/src/locale/messages.th.xlf index f5571a600..f20a154fa 100644 --- a/frontend/src/locale/messages.th.xlf +++ b/frontend/src/locale/messages.th.xlf @@ -627,6 +627,7 @@ Fees already paid by this transaction (including unconfirmed ancestors) + ค่าธรรมเนียมถูกจ่ายโดยธุรกรรมนี้แล้ว (รวมถึงธุรกรรมก่อนหน้าธุรกรรมนี้ที่ยังไม่ได้รับการยืนยัน) src/app/components/accelerate-checkout/accelerate-checkout.component.html 62 @@ -661,6 +662,7 @@ Next block market rate + เรทของบล็อกถัดไป src/app/components/accelerate-checkout/accelerate-checkout.component.html 109 @@ -700,6 +702,7 @@ Target rate + เรทที่ต้องการ src/app/components/accelerate-checkout/accelerate-checkout.component.html 131 @@ -708,6 +711,7 @@ Extra fee required + ต้องเสียค่าธรรมเนียมเพิ่มเติม src/app/components/accelerate-checkout/accelerate-checkout.component.html 139 @@ -734,6 +738,7 @@ Transaction Size Surcharge + ค่าธรรมเนียมเพิ่มขนาดธุรกรรม src/app/components/accelerate-checkout/accelerate-checkout.component.html 169 @@ -760,6 +765,7 @@ Acceleration cost + ค่าธรรมเนียมการเร่ง src/app/components/accelerate-checkout/accelerate-checkout.component.html 206 @@ -803,6 +809,7 @@ Wait + รอ src/app/components/accelerate-checkout/accelerate-checkout.component.html 285 @@ -811,6 +818,7 @@ Confirmation expected + จะได้รับการยืนยันภายใน src/app/components/accelerate-checkout/accelerate-checkout.component.html 287 @@ -823,6 +831,7 @@ Confirmation not expected any time soon + ไม่ได้รับการยืนยันในเร็วๆนี้ src/app/components/accelerate-checkout/accelerate-checkout.component.html 290 @@ -867,6 +876,7 @@ Pay + จ่าย src/app/components/accelerate-checkout/accelerate-checkout.component.html 378 @@ -888,6 +898,7 @@ Failed to load invoice + ไม่สามารถโหลดใบแจ้งหนี้ได้ src/app/components/accelerate-checkout/accelerate-checkout.component.html 381 @@ -896,6 +907,7 @@ Loading invoice... + กำลังโหลดใบแจ้งหนี้ src/app/components/accelerate-checkout/accelerate-checkout.component.html 386 @@ -904,6 +916,7 @@ OR + หรือ src/app/components/accelerate-checkout/accelerate-checkout.component.html 394 @@ -912,6 +925,7 @@ Confirm your payment + ยืนยันการชำระเงิน src/app/components/accelerate-checkout/accelerate-checkout.component.html 442 @@ -920,6 +934,7 @@ Total additional cost + ค่าใช้จ่ายเพิ่มเติมทั้งหมด src/app/components/accelerate-checkout/accelerate-checkout.component.html 458 @@ -928,6 +943,7 @@ with + กับ src/app/components/accelerate-checkout/accelerate-checkout.component.html 462 @@ -936,6 +952,7 @@ Loading payment method... + กำลังโหลดวิธีการชำระเงิน src/app/components/accelerate-checkout/accelerate-checkout.component.html 482 @@ -944,6 +961,7 @@ Confirming your payment + กำลังยืนยันการชำระเงินของคุณ src/app/components/accelerate-checkout/accelerate-checkout.component.html 500 @@ -952,6 +970,7 @@ We are processing your payment... + เรากำลังทำรายการชำระเงินของคุณ src/app/components/accelerate-checkout/accelerate-checkout.component.html 510 @@ -1020,6 +1039,7 @@ Accelerate to ~ sat/vB + เร่งเป็น ~ sat/vB src/app/components/accelerate-checkout/accelerate-checkout.component.html 572 @@ -1136,6 +1156,7 @@ accelerated + ถูกเร่ง src/app/components/accelerate-checkout/accelerate-fee-graph.component.ts 91 @@ -1504,6 +1525,7 @@ Requests + การขอ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 4 @@ -1603,6 +1625,7 @@ of blocks + ของบล็อก src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html 23 @@ -1611,6 +1634,7 @@ Accelerations + การเร่ง src/app/components/acceleration/accelerations-list/accelerations-list.component.html 2 @@ -1752,6 +1776,7 @@ Completed + สำเร็จ src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1760,6 +1785,7 @@ Failed + ล้มเหลว src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 @@ -1805,6 +1831,7 @@ (1 day) + (1 วัน) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 27 @@ -1813,6 +1840,7 @@ (1 week) + (1 สัปดาห์) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 30 @@ -1821,6 +1849,7 @@ (1 month) + (1 เดือน) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 33 @@ -1829,6 +1858,7 @@ (all time) + (ทั้งหมด) src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html 36 @@ -2217,6 +2247,7 @@ all + ทั้งหมด src/app/components/address/address.component.html 84 @@ -2225,6 +2256,7 @@ recent + ล่าสุด src/app/components/address/address.component.html 87 @@ -2280,6 +2312,7 @@ Confirmed UTXOs + UTXOs ที่ยืนยันแล้ว src/app/components/address/address.component.html 257 @@ -2288,6 +2321,7 @@ Pending UTXOs + UTXOs ที่กำลังดำเนินการ src/app/components/address/address.component.html 262 @@ -2669,6 +2703,7 @@ Change (7d) + เปลี่ยน (7 วัน) src/app/components/balance-widget/balance-widget.component.html 14 @@ -2681,6 +2716,7 @@ Change (30d) + เปลี่ยน (30 วัน) src/app/components/balance-widget/balance-widget.component.html 23 @@ -2826,6 +2862,7 @@ At block + ที่บล็อก src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 185 @@ -2833,6 +2870,7 @@ Around block + ประมาณที่บล็อก src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 187 @@ -3142,6 +3180,7 @@ High sigop count + จำนวน sigop สูง src/app/components/block-overview-tooltip/block-overview-tooltip.component.html 73 @@ -3515,6 +3554,7 @@ transaction + ธุรกรรม src/app/components/block/block-transactions.component.html 4 @@ -3535,6 +3575,7 @@ transactions + ธุรกรรม src/app/components/block/block-transactions.component.html 5 @@ -3930,6 +3971,7 @@ Error loading block data. + เกิดข้อผิดพลาดในการโหลดข้อมูลบล็อก src/app/components/block/block.component.html 367 @@ -4254,6 +4296,7 @@ Recent Replacements + การแทนที่ล่าสุด src/app/components/custom-dashboard/custom-dashboard.component.html 100 @@ -4266,6 +4309,7 @@ Previous fee + ค่าธรรมเนียมก่อนหน้า src/app/components/custom-dashboard/custom-dashboard.component.html 107 @@ -4278,6 +4322,7 @@ New fee + ค่าธรรมเนียมใหม่ src/app/components/custom-dashboard/custom-dashboard.component.html 108 @@ -4362,6 +4407,7 @@ Recent Transactions + ธุรกรรมล่าสุด src/app/components/custom-dashboard/custom-dashboard.component.html 190 @@ -4374,6 +4420,7 @@ Treasury + คลัง src/app/components/custom-dashboard/custom-dashboard.component.html 228 @@ -4382,6 +4429,7 @@ Treasury Transactions + ธุรกรรมของคลัง src/app/components/custom-dashboard/custom-dashboard.component.html 251 @@ -4390,6 +4438,7 @@ X Timeline + ช่วงเวลา X src/app/components/custom-dashboard/custom-dashboard.component.html 265 @@ -4413,6 +4462,7 @@ Coinjoin + Coinjoin src/app/components/custom-dashboard/custom-dashboard.component.ts 73 @@ -4428,6 +4478,7 @@ Data + ข้อมูล src/app/components/custom-dashboard/custom-dashboard.component.ts 74 @@ -4741,6 +4792,7 @@ Amount (sats) + จำนวน (sats) src/app/components/faucet/faucet.component.html 51 @@ -5587,6 +5639,7 @@ Faucet + Faucet src/app/components/master-page/master-page.component.html 105 @@ -6176,6 +6229,7 @@ RBF Replacements + การแทนที่ RBF src/app/components/rbf-list/rbf-list.component.html 2 @@ -6394,6 +6448,7 @@ Mining Pools + พูลการขุด src/app/components/search-form/search-results/search-results.component.html 47 @@ -6454,6 +6509,7 @@ Clock (Mempool) + นาฬิกา (Mempool) src/app/components/statistics/statistics.component.html 17 @@ -6528,6 +6584,7 @@ Test Transactions + ธุรกรรมทดสอบ src/app/components/test-transactions/test-transactions.component.html 2 @@ -6545,6 +6602,7 @@ Raw hex + Raw hex src/app/components/test-transactions/test-transactions.component.html 5 @@ -6569,6 +6627,7 @@ Allowed? + อนุญาติ? src/app/components/test-transactions/test-transactions.component.html 23 @@ -6577,6 +6636,7 @@ Rejection reason + เหตุผลที่ถูกโต้กลับ src/app/components/test-transactions/test-transactions.component.html 26 @@ -6729,6 +6789,7 @@ within ~ + ภายใน ~ src/app/components/time/time.component.ts 211 @@ -6908,6 +6969,7 @@ Sent + ส่งแล้ว src/app/components/tracker/tracker-bar.component.html 2 @@ -6916,6 +6978,7 @@ Soon + เร็วๆนี้ src/app/components/tracker/tracker-bar.component.html 6 @@ -6952,6 +7015,7 @@ Not any time soon + ไม่ใช่ภายในเร็วๆนี้ src/app/components/tracker/tracker.component.html 74 @@ -6965,6 +7029,7 @@ Confirmed at + ยืนยันที่ src/app/components/tracker/tracker.component.html 87 @@ -6973,6 +7038,7 @@ Block height + ความสูงบล็อก src/app/components/tracker/tracker.component.html 96 @@ -7037,6 +7103,7 @@ See more details + แสดงข้อมูลเพิ่มเติม src/app/components/tracker/tracker.component.html 193 @@ -7121,6 +7188,7 @@ Hide accelerator + ซ่อนตัวเร่ง src/app/components/transaction/transaction.component.html 133 @@ -7129,6 +7197,7 @@ RBF Timeline + ช่วงเวลา RBF src/app/components/transaction/transaction.component.html 160 @@ -7138,6 +7207,7 @@ Acceleration Timeline + ช่วงเวลาของการเร่ง src/app/components/transaction/transaction.component.html 169 @@ -7292,6 +7362,7 @@ Expected in Block + คาดว่าในบล็อก src/app/components/transaction/transaction.component.html 522 @@ -7309,6 +7380,7 @@ Seen in Mempool + พบใน Mempool src/app/components/transaction/transaction.component.html 524 @@ -7326,6 +7398,7 @@ Not seen in Mempool + ไม่พบใน Mempool src/app/components/transaction/transaction.component.html 526 @@ -7529,6 +7602,7 @@ 1 block earlier + 1 บล็อกก่อนหน้า src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 123 @@ -7537,6 +7611,7 @@ 1 block later + 1 บล็อกให้หลัง src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 127 @@ -7545,6 +7620,7 @@ in the same block + ใยบล็อกเดียวกัน src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 131 @@ -7553,6 +7629,7 @@ blocks earlier + บล็อกก่อนหน้า src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 137 @@ -7561,6 +7638,7 @@ spent + จ่าย src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 148 @@ -7569,6 +7647,7 @@ blocks later + บล็อกถัดจากนี้ src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html 150 @@ -7869,6 +7948,7 @@ FAQ + ถามตอบ src/app/docs/docs/docs.component.ts 46 @@ -7883,6 +7963,7 @@ REST API + REST API src/app/docs/docs/docs.component.ts 51 @@ -7904,6 +7985,7 @@ WebSocket API + WebSocket API src/app/docs/docs/docs.component.ts 59 @@ -7925,6 +8007,7 @@ Electrum RPC + Electrum RPC src/app/docs/docs/docs.component.ts 67 @@ -8797,6 +8880,7 @@ Penalties + บทลงโทษ src/app/lightning/justice-list/justice-list.component.html 4 @@ -9602,6 +9686,7 @@ fee + ค่าธรรมเนียม src/app/shared/components/address-type/address-type.component.html 3 @@ -9610,6 +9695,7 @@ empty + ว่างเปล่า src/app/shared/components/address-type/address-type.component.html 6 @@ -9710,6 +9796,7 @@ Test Transaction + ทดสอบธุรกรรม src/app/shared/components/global-footer/global-footer.component.html 64 @@ -9791,6 +9878,7 @@ Research + วิจัย src/app/shared/components/global-footer/global-footer.component.html 75 @@ -9817,6 +9905,7 @@ Testnet3 Explorer + สำรวจ Testnet3 src/app/shared/components/global-footer/global-footer.component.html 81 @@ -9825,6 +9914,7 @@ Testnet4 Explorer + ตัวสำรวจ Testnet4 src/app/shared/components/global-footer/global-footer.component.html 82 @@ -9869,6 +9959,7 @@ Clock (Mined) + นาฬิกา (การขุด) src/app/shared/components/global-footer/global-footer.component.html 91 @@ -9877,6 +9968,7 @@ Legal + ถูกกฎหมาย src/app/shared/components/global-footer/global-footer.component.html 96 @@ -9950,6 +10042,7 @@ Testnet4 is not yet finalized, and may be reset at anytime. + Testnet4 ยังไม่เสร็จสมบูรณ์ และอาจถูกรีเซ็ตเวลาไหนก็ได้ src/app/shared/components/testnet-alert/testnet-alert.component.html 9 @@ -9958,6 +10051,7 @@ Batch payment + กลุ่มธุรกรรม src/app/shared/filters.utils.ts 108 @@ -10117,6 +10211,7 @@ Multisig of + Multisig จาก src/app/shared/script.utils.ts 168 diff --git a/frontend/src/locale/messages.tr.xlf b/frontend/src/locale/messages.tr.xlf index 95c6222e4..7912e34ee 100644 --- a/frontend/src/locale/messages.tr.xlf +++ b/frontend/src/locale/messages.tr.xlf @@ -645,6 +645,7 @@ This will reduce your expected waiting time until the first confirmation to + İlk onaya kadar geçen bekleme süresini kadar azaltacak. src/app/components/accelerate-checkout/accelerate-checkout.component.html 76,77 @@ -1392,6 +1393,7 @@ Out-of-band fees + Bant-dışı ücretler src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html 27 @@ -1791,6 +1793,7 @@ Completed + Tamamlandı src/app/components/acceleration/accelerations-list/accelerations-list.component.html 65 @@ -1799,6 +1802,7 @@ Failed + Başarısız oldu src/app/components/acceleration/accelerations-list/accelerations-list.component.html 67 @@ -2320,6 +2324,7 @@ There are too many transactions on this address, more than your backend can handle. See more on setting up a stronger backend. Consider viewing this address on the official Mempool website instead: + Bu adres üzerindeki işlem sayısı arka arayüzününüzün işleyemeyeceği kadar fazla. Daha kuvvetli bir arkayüz için 'ye bakın. . Ya da bu adresi resmi Mempool sitesinde görüntüleyin: src/app/components/address/address.component.html 204,207 @@ -2535,6 +2540,7 @@ Browse an overview of the Liquid asset (): see issued amount, burned amount, circulating amount, related transactions, and more. + Liquid varlığın genel görünümünü incele (): üretilen, yakılan, dolaşan miktarlır ve ilişkili işlemleri ve daha fazlasını gör. src/app/components/asset/asset.component.ts 108 @@ -2800,6 +2806,7 @@ See Bitcoin feerates visualized over time, including minimum and maximum feerates per block along with feerates at various percentiles. + Bitcoin ücret çizelgesinin zaman içindeki değişimini görüntüle. Minimum ve maksimum ücretler ve farklı yüzdelik dilimlerdeki ücretleri görüntüleyebilirsin. src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts 73 @@ -2824,6 +2831,7 @@ See the average mining fees earned per Bitcoin block visualized in BTC and USD over time. + Bitcoin bloğu başına ortalama madencilik ücretlerinin BTC ve USD cinsi olarak değişimini gör. src/app/components/block-fees-graph/block-fees-graph.component.ts 70 @@ -3012,6 +3020,7 @@ See Bitcoin block health visualized over time. Block health is a measure of how many expected transactions were included in an actual mined block. Expected transactions are determined using Mempool's re-implementation of Bitcoin Core's transaction selection algorithm. + Bitcoin blok sağlığını zaman içinde görüntüle. Blok sağlığı beklenen işlemlerin kaçının gerçekten bloğa dahil edildiğinin ölçüsüdür. Beklenen işlemler Mempool'un çalıştırdığı Bitcoin Core işlem seçme algoritması ile belirlenir. src/app/components/block-health-graph/block-health-graph.component.ts 64 @@ -3298,6 +3307,7 @@ See Bitcoin block rewards in BTC and USD visualized over time. Block rewards are the total funds miners earn from the block subsidy and fees. + Bitcoin blok ödüllerini BTC ve USD cinsinden zaman içerisinde görüntüle. Blok ödülleri yeni çıkarılan bitcoin ödülleri ve işlem ücretlerinin toplamıdır. src/app/components/block-rewards-graph/block-rewards-graph.component.ts 68 @@ -3322,6 +3332,7 @@ See Bitcoin block sizes (MB) and block weights (weight units) visualized over time. + Bitcoin blok boyutlarını (MB) ve blok ağırlıklarını (ağırlık ünitesi) zaman içinde görselleştir. src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts 65 @@ -3445,6 +3456,7 @@ See size, weight, fee range, included transactions, and more for Liquid block (). + Liquid bloğundaki () boyut, ağırlık, ücret aralığı, dahil edilen işlemler ve daha fazlasını gör. src/app/components/block-view/block-view.component.ts 112 @@ -3460,6 +3472,7 @@ See size, weight, fee range, included transactions, audit (expected v actual), and more for Bitcoin block (). + Bitcoin block () için boyut, ağırlıklar, ücret aralığı, dahili işlemler, denetim (beklene vs gerçek) ve daha fazlasını gör. src/app/components/block-view/block-view.component.ts 114 @@ -3651,6 +3664,7 @@ This block does not belong to the main chain, it has been replaced by: + Bu blok ana-zincire dahil değil ve şununla değiştirilebilir: src/app/components/block/block.component.html 5 @@ -4173,6 +4187,7 @@ See the most recent Liquid blocks along with basic stats such as block height, block size, and more. + En güncel Liquid blokları için blok yüksekliği, blok büyüklüğü vb temel dataları gör. src/app/components/blocks-list/blocks-list.component.ts 71 @@ -4180,6 +4195,7 @@ See the most recent Bitcoin blocks along with basic stats such as block height, block reward, block size, and more. + En güncel Bitcoin blokları için blok yüksekliği, blok büyüklüğü vb temel dataları gör. src/app/components/blocks-list/blocks-list.component.ts 73 @@ -5162,6 +5178,7 @@ See hashrate and difficulty for the Bitcoin network visualized over time. + Bitcoin ağı için hashrate ve zorluk seviyelerinin değişimini zaman içinde gör. src/app/components/hashrate-chart/hashrate-chart.component.ts 76 @@ -5189,6 +5206,7 @@ See Bitcoin mining pool dominance visualized over time: see how top mining pools' share of total hashrate has fluctuated over time. + Madencilik havuzu dominasyonunu değişimini zaman içinde gör : en büyük madencilik havuzlarının toplam havuzdan aldığı payın değişimini incele. src/app/components/hashrates-chart-pools/hashrate-chart-pools.component.ts 75 @@ -5311,6 +5329,7 @@ Total amount of BTC held in non-dust Federation UTXOs that have expired timelocks + Dust-dışı Federasyon UTXO'larındaki zaman kilidi bitmiş toplam BTC miktarını gör. src/app/components/liquid-reserves-audit/expired-utxos-stats/expired-utxos-stats.component.html 5 @@ -5510,6 +5529,7 @@ Fund / Redemption Tx + Fon/ Amortisman İşlemi src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html 15 @@ -5581,6 +5601,7 @@ Number of times that the Federation's BTC holdings fall below 95% of the total L-BTC supply + Federasyonun tuttuğu BTC miktarının toplam L-BTC'nin %95'inin altına düşme sayısı src/app/components/liquid-reserves-audit/reserves-ratio-stats/reserves-ratio-stats.component.html 6 @@ -5698,6 +5719,7 @@ See stats for transactions in the mempool: fee range, aggregate size, and more. Mempool blocks are updated in real-time as the network receives new transactions. + İşlemler için mempool istatistiklerini göster: ücret aralığı, toplam büyüklük, ve fazlasını gör. Mempool blokları, ağa yeni işlem geldiğinde anlık olarak güncellenir. src/app/components/mempool-block/mempool-block.component.ts 62 @@ -5793,6 +5815,7 @@ Get real-time Bitcoin mining stats like hashrate, difficulty adjustment, block rewards, pool dominance, and more. + Anlık olarak hashrate, zorluk seviyesi, blok ödülleri, havuz dominasyonu vb madencilik istatistiklerini görüntüle. src/app/components/mining-dashboard/mining-dashboard.component.ts 30 @@ -6071,6 +6094,7 @@ See mining pool stats for : most recent mined blocks, hashrate over time, total block reward to date, known coinbase addresses, and more. + Madencilik havuzu istatistiklerini : en son bulunan bloklar, hashrate'in zaman içindeki değişimi, bugüne kadarki toplam ödül miktarı, bilinen Coinbase adresleri vb gör. src/app/components/pool/pool-preview.component.ts 86 @@ -6305,6 +6329,7 @@ See the most recent RBF replacements on the Bitcoin network, updated in real-time. + Bitcoin ağı üzerindeki en yeni RBF değişimlerini gerçek zamanlı olarak görüntüle. src/app/components/rbf-list/rbf-list.component.ts 62 @@ -6618,6 +6643,7 @@ Cap outliers + Sınır dışı değerler src/app/components/statistics/statistics.component.html 121 @@ -6626,6 +6652,7 @@ See mempool size (in MvB) and transactions per second (in vB/s) visualized over time. + Mempool büyüklüğünün (MvB olarak) ve saniyedeki işlem sayısının (vB/s) zaman içindeki değişimini görselleştir. src/app/components/statistics/statistics.component.ts 66 @@ -6633,6 +6660,7 @@ See Bitcoin blocks and mempool congestion in real-time in a simplified format perfect for a TV. + Bitcoin bloklarını ve mempool yoğunluğunu televizyon formatına uygun olarak doğru zamanlı gör src/app/components/television/television.component.ts 40 @@ -6667,6 +6695,7 @@ Comma-separated list of raw transactions + Raw-işlem datalarının virgül ile ayrık gösterimi src/app/components/test-transactions/test-transactions.component.html 7 @@ -7113,6 +7142,7 @@ Waiting for your transaction to appear in the mempool + İşleminizin mempool'da gözükemsini bekliyoruz. src/app/components/tracker/tracker.component.html 150 @@ -7121,6 +7151,7 @@ Your transaction is in the mempool, but it will not be confirmed for some time. + İşleminiz mempool'da yalnız yakın zamanda onaylanması beklenmiyor. src/app/components/tracker/tracker.component.html 156 @@ -7129,6 +7160,7 @@ Your transaction is near the top of the mempool, and is expected to confirm soon. + İşleminizin mempool'un üst kademesinde, yakında onaylanması bekleniyor. src/app/components/tracker/tracker.component.html 162 @@ -7137,6 +7169,7 @@ Your transaction is expected to confirm in the next block + İşleminizin bir sonraki blokta onaylanması bekleniyor. src/app/components/tracker/tracker.component.html 168 @@ -7188,6 +7221,7 @@ Get real-time status, addresses, fees, script info, and more for transaction with txid . + İşlemler ve işlem id'si için anlık durum, adresler, ücretler, script vb bilgileri çek. src/app/components/tracker/tracker.component.ts 413 @@ -7923,6 +7957,7 @@ mempool.space merely provides data about the Bitcoin network. It cannot help you with retrieving funds, wallet issues, etc.For any such requests, you need to get in touch with the entity that helped make the transaction (wallet software, exchange company, etc). + mempool.space Bitcoin ağı hakkında sadece bilgi sağlar. kaybettiğiniz fonları, cüzdanlar ile yaşadığınız sorunları çözmekte yardımcı olamaz. İşlemler ile ilgili sorun yaşarsanız bu işlemi gerçekleştirdiğiniz entite ile iletişime geçmeniz gerekir. (cüzdan yazılımı, borsa vb) src/app/docs/api-docs/api-docs.component.html 15,16 @@ -8025,6 +8060,7 @@ Get answers to common questions like: What is a mempool? Why isn't my transaction confirming? How can I run my own instance of The Mempool Open Source Project? And more. + Mempool nedir, neden işlemim onaylanmıyor, Açık Kaynak Kodlu Mempool projesinin bir kopyasını nasıl çalıştırabilirim? gibi temel sorulara cevaplar bulun. src/app/docs/docs/docs.component.ts 47 @@ -8072,6 +8108,7 @@ Documentation for the mempool.space WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more. + Mempool.space Websoket API servisi için, bloklardan gerçek-zamanlı bilgi çek, mempoollar, işlemler, adresler vb talepler için dökümantasyon. src/app/docs/docs/docs.component.ts 63 @@ -8087,6 +8124,7 @@ Documentation for our Electrum RPC interface: get instant, convenient, and reliable access to an Esplora instance. + Electrum RPC için arayüz dökümantasyonu: Esplora'ya anında, kolayca ve emniyetli bir şekilde ulaşın. src/app/docs/docs/docs.component.ts 68 @@ -8403,6 +8441,7 @@ Overview for Lightning channel . See channel capacity, the Lightning nodes involved, related on-chain transactions, and more. + Lightning Kanalı için genel bakış sağlar. Kanal kapasitesi, bağlantılı Lightning nodeları, alakalı zincir üstü işlemler vb veriler. src/app/lightning/channel/channel-preview.component.ts 37 @@ -9030,6 +9069,7 @@ Get stats on the Lightning network (aggregate capacity, connectivity, etc), Lightning nodes (channels, liquidity, etc) and Lightning channels (status, fees, etc). + Lightning Network için istatistikleri getir. ( toplam kapasite, bağlantılar vb), Ligthning nodeları (kanallar, likidite) ve Lightning kanalları (durum, ücretler vb) src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts 34 @@ -9139,6 +9179,7 @@ Overview for the Lightning network node named . See channels, capacity, location, fee stats, and more. + adındaki Lightning ağı nodu için genel bakış. Kanalları, kapasiteyi, lokasyonu, ücret bilgileri ve daha fazlasını gör. src/app/lightning/node/node-preview.component.ts 52 @@ -9338,6 +9379,7 @@ See the channels of non-Tor Lightning network nodes visualized on a world map. Hover/tap on points on the map for node names and details. + Tor-dışı Lightning ağı nodelarını dünya haritası üzerinde görselleştir. Haritadaki noktaların üzerinde gezerek node adı ve detayları görebilirsiniz. src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts 74 @@ -9362,6 +9404,7 @@ See the locations of non-Tor Lightning network nodes visualized on a world map. Hover/tap on points on the map for node names and details. + Tor-dışı Lightning ağı nodelarını dünya haritası üzerinde görselleştir. Haritadaki noktaların üzerinde gezerek node adı ve detayları görebilirsiniz. src/app/lightning/nodes-map/nodes-map.component.ts 52 @@ -9369,6 +9412,7 @@ See the number of Lightning network nodes visualized over time by network: clearnet only (IPv4, IPv6), darknet (Tor, I2p, cjdns), and both. + Ağ türüne göre Lightning ağı nodelarının zaman içerisindeki değişimini göster. Sadece clearnet (IPv4, IPv6), darknet (Tor, I2p, cjdns) ve iki tür bağlantı için. src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts 74 @@ -9437,6 +9481,7 @@ See a geographical breakdown of the Lightning network: how many Lightning nodes are hosted in countries around the world, aggregate BTC capacity for each country, and more. + Lightning network ağının coğrafi dağılımını görüntüle. Hangi ülkede kaç tane node bulunuyor, ülkeler için toplam BTC kapasitesi ve dha fazlası. src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.ts 47 @@ -9507,6 +9552,7 @@ Explore all the Lightning nodes hosted in and see an overview of each node's capacity, number of open channels, and more. + de çalıştırılan bütün Lightning nodeları içn node kapasitesi, açık node sayısı vb bilgileri incele. src/app/lightning/nodes-per-country/nodes-per-country.component.ts 44 @@ -9589,6 +9635,7 @@ Browse the top 100 ISPs hosting Lightning nodes along with stats like total number of nodes per ISP, aggregate BTC capacity per ISP, and more + En fazla Lightning Node'u barındıran 100 ISP'yi ve onların ISP başı toplam node sayısı, ISP'nin toplam BTC kapasitesi vb verilerini incele. src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.ts 54 @@ -9651,6 +9698,7 @@ Browse all Bitcoin Lightning nodes using the [AS] ISP and see aggregate stats like total number of nodes, total capacity, and more for the ISP. + ISP [AS] kulanan bütün Lightning nodelarını ve onların toplam node sayısı, toplam kapasites vb görüntüle. src/app/lightning/nodes-per-isp/nodes-per-isp-preview.component.ts 45 @@ -9706,6 +9754,7 @@ See the oldest nodes on the Lightning network along with their capacity, number of channels, location, etc. + Lightning ağındaki en eski nodları ve bu nodeların kanal sayısı, kapasitesi ve lokasyonunu vb dataları görüntüle. src/app/lightning/nodes-ranking/oldest-nodes/oldest-nodes.component.ts 28 @@ -9713,6 +9762,7 @@ See Lightning nodes with the most BTC liquidity deployed along with high-level stats like number of open channels, location, node age, and more. + Lightning ağındaki en fazla BTC likiditesi olan nodelar için açık kanal sayısı, lokasyon, node yaşı vb dataları gör. src/app/lightning/nodes-ranking/top-nodes-per-capacity/top-nodes-per-capacity.component.ts 35 @@ -9720,6 +9770,7 @@ See Lightning nodes with the most channels open along with high-level stats like total node capacity, node age, and more. + Lightning nodeları için toplam node kapasitesi, node yaşı vb temel dataları görüntüle. src/app/lightning/nodes-ranking/top-nodes-per-channels/top-nodes-per-channels.component.ts 39 @@ -10093,6 +10144,7 @@ Your balance is too low.Please top up your account. + Balansınız çok düşük. lütfen hesabınıza ekleme yapınız . src/app/shared/components/mempool-error/mempool-error.component.html 9 diff --git a/frontend/src/resources/mempool-block-visualization.png b/frontend/src/resources/mempool-block-visualization.png new file mode 100644 index 000000000..7b808a69a Binary files /dev/null and b/frontend/src/resources/mempool-block-visualization.png differ diff --git a/frontend/src/resources/mempool-research.png b/frontend/src/resources/mempool-research.png new file mode 100644 index 000000000..42ee008f7 Binary files /dev/null and b/frontend/src/resources/mempool-research.png differ diff --git a/frontend/src/resources/mempool-transaction.png b/frontend/src/resources/mempool-transaction.png new file mode 100644 index 000000000..396f47633 Binary files /dev/null and b/frontend/src/resources/mempool-transaction.png differ diff --git a/nginx.conf b/nginx.conf index abd7b1269..670764e20 100644 --- a/nginx.conf +++ b/nginx.conf @@ -108,6 +108,7 @@ http { ~*^hi hi; ~*^ne ne; ~*^lt lt; + ~*^hr hr; } map $cookie_lang $lang { @@ -145,6 +146,7 @@ http { ~*^hi hi; ~*^ne ne; ~*^lt lt; + ~*^hr hr; } server { diff --git a/production/README.md b/production/README.md index 3f1b24d22..2805cde81 100644 --- a/production/README.md +++ b/production/README.md @@ -84,11 +84,11 @@ pkg install -y zsh sudo git screen curl wget neovim rsync nginx openssl openssh- ### Node.js + npm -Build Node.js v16.16.0 and npm v8 from source using `nvm`: +Build Node.js v20.17.0 and npm v9 from source using `nvm`: ``` -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | zsh source $HOME/.zshrc -nvm install v16.16.0 --shared-zlib +nvm install v20.17.0 --shared-zlib nvm alias default node ``` diff --git a/production/mempool-build-all b/production/mempool-build-all index 601f15b9a..84ea1b5ec 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -40,7 +40,7 @@ update_repo() git fetch origin || exit 1 for remote in origin;do git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1 - git fetch "${remote}" || exit 1 + git fetch "${remote}" --tags || exit 1 done if [ $(git tag -l "${REF}") ];then diff --git a/production/nginx/http-language.conf b/production/nginx/http-language.conf index c03d776b0..14c26a741 100644 --- a/production/nginx/http-language.conf +++ b/production/nginx/http-language.conf @@ -32,6 +32,7 @@ map $http_accept_language $header_lang { ~*^vi vi; ~*^zh zh; ~*^lt lt; + ~*^hr hr; } map $cookie_lang $lang { default $header_lang; @@ -67,4 +68,5 @@ map $cookie_lang $lang { ~*^vi vi; ~*^zh zh; ~*^lt lt; + ~*^hr hr; } diff --git a/unfurler/package-lock.json b/unfurler/package-lock.json index 92b9d307b..799148486 100644 --- a/unfurler/package-lock.json +++ b/unfurler/package-lock.json @@ -1,12 +1,12 @@ { "name": "mempool-unfurl", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mempool-unfurl", - "version": "3.0.0-beta", + "version": "3.0.0", "dependencies": { "@types/node": "^16.11.41", "ejs": "^3.1.10", diff --git a/unfurler/package.json b/unfurler/package.json index 8a87e88d8..bf3dad55b 100644 --- a/unfurler/package.json +++ b/unfurler/package.json @@ -1,6 +1,6 @@ { "name": "mempool-unfurl", - "version": "3.0.0-beta", + "version": "3.1.0-dev", "description": "Renderer for mempool open graph link preview images", "repository": { "type": "git",
Accelerated to
Effective fee rate Accelerated fee rate +
Fee{{ tx.fee | number }} sat - @if (accelerationInfo?.bidBoost) { - +{{ accelerationInfo.bidBoost | number }} sat - } @else if (tx.feeDelta) { - +{{ tx.feeDelta | number }} sat + {{ tx.fee | number }} sat + @if (accelerationInfo?.bidBoost ?? tx.feeDelta > 0) { + +{{ accelerationInfo?.bidBoost ?? tx.feeDelta | number }} sat } - +