시가총액: $2.1911T 0.49%
거래량(24시간): $55.4855B -3.53%
  • 시가총액: $2.1911T 0.49%
  • 거래량(24시간): $55.4855B -3.53%
  • 공포와 탐욕 지수:
  • 시가총액: $2.1911T 0.49%
암호화
주제
암호화
소식
cryptostopics
비디오
최고의 뉴스
암호화
주제
암호화
소식
cryptostopics
비디오
bitcoin
bitcoin

$87959.907984 USD

1.34%

ethereum
ethereum

$2920.497338 USD

3.04%

tether
tether

$0.999775 USD

0.00%

xrp
xrp

$2.237324 USD

8.12%

bnb
bnb

$860.243768 USD

0.90%

solana
solana

$138.089498 USD

5.43%

usd-coin
usd-coin

$0.999807 USD

0.01%

tron
tron

$0.272801 USD

-1.53%

dogecoin
dogecoin

$0.150904 USD

2.96%

cardano
cardano

$0.421635 USD

1.97%

hyperliquid
hyperliquid

$32.152445 USD

2.23%

bitcoin-cash
bitcoin-cash

$533.301069 USD

-1.94%

chainlink
chainlink

$12.953417 USD

2.68%

unus-sed-leo
unus-sed-leo

$9.535951 USD

0.73%

zcash
zcash

$521.483386 USD

-2.87%

암호화폐 뉴스 기사

UTXO의 성격

2024/05/27 12:00

비트코인(BTC), 라이트코인(LTC), 비트코인 ​​캐시(BCH)와 같은 암호화폐는 UTXO(미사용 거래 출력) 모델을 사용하여 전체 거래 기록을 유지합니다.

UTXO의 성격

Unspent transaction outputs (UTXOs) are used in cryptocurrencies like Bitcoin (BTC), Litecoin (LTC), and Bitcoin Cash (BCH) to maintain a complete record of all transactions in their blockchains. The protocol offers a useful technique to monitor token ownership across numerous addresses while maintaining privacy.

사용되지 않은 거래 출력(UTXO)은 비트코인(BTC), 라이트코인(LTC), 비트코인 ​​캐시(BCH)와 같은 암호화폐에서 블록체인의 모든 거래에 대한 완전한 기록을 유지하는 데 사용됩니다. 이 프로토콜은 개인 정보를 유지하면서 수많은 주소에서 토큰 소유권을 모니터링하는 유용한 기술을 제공합니다.

Following a transaction, UTXOs record the quantity of cryptocurrencies or digital assets left in an address. It is essentially comparable to the “change” received after making a purchase if the amount paid is greater than the total due.

거래 후 UTXO는 주소에 남아 있는 암호화폐 또는 디지털 자산의 수량을 기록합니다. 이는 본질적으로 지불한 금액이 총 지불액보다 큰 경우 구매 후 받는 "변경 사항"과 유사합니다.

For instance:

예를 들어:

A UTXO for the whole 1 BTC in an address is sent to the recipient when that address intends to send 0.5 BTC. The sender receives a 0.5 BTC “change” back since this is more than the intended amount. The sender now has a UTXO valued 0.5 BTC.

해당 주소가 0.5 BTC를 보내려고 할 때 해당 주소의 전체 1 BTC에 대한 UTXO가 수신자에게 전송됩니다. 보낸 사람은 의도한 금액보다 높기 때문에 0.5 BTC의 "거스름돈"을 돌려받습니다. 이제 보낸 사람은 0.5 BTC 가치의 UTXO를 보유하게 되었습니다.

Coin selection is used throughout the process by the model. This procedure locates the UTXO inputs for on-chain transactions.

동전 선택은 모델의 프로세스 전반에 걸쳐 사용됩니다. 이 절차에서는 온체인 트랜잭션에 대한 UTXO 입력을 찾습니다.

The technique used by account-based ledgers like Ethereum differs from UTXOs. A bookkeeping procedure is used by account-based ledgers as opposed to UTXOs. This technique monitors users’ debits and credits in a digital ledger, much like how regular accounting journals operate.

Ethereum과 같은 계정 기반 원장이 사용하는 기술은 UTXO와 다릅니다. 부기 절차는 UTXO와 달리 계정 기반 원장에서 사용됩니다. 이 기술은 일반 회계 분개가 작동하는 방식과 마찬가지로 디지털 원장에서 사용자의 차변과 대변을 모니터링합니다.

Coin Selection and MACS Application

코인 선택 및 MACS 적용

The coin selection procedure presents continuous problems for UTXOs. According to the Cardano Foundation, this pain point for users is brought on by the large digital footprint. The issue is made worse by the varying software capabilities of different wallets. As a result, the group produced a research paper titled “MACS: A Multi-Asset Coin Selection Algorithm for UTxO-based Blockchains” to look into a solution for the root problem.

코인 선택 절차는 UTXO에 지속적인 문제를 제시합니다. Cardano 재단에 따르면 사용자가 겪는 이러한 어려움은 디지털 공간이 크기 때문에 발생한다고 합니다. 문제는 다양한 지갑의 다양한 소프트웨어 기능으로 인해 더욱 악화됩니다. 그 결과, 그룹은 근본 문제에 대한 해결책을 모색하기 위해 "MACS: UTxO 기반 블록체인을 위한 다중 자산 코인 선택 알고리즘"이라는 제목의 연구 논문을 작성했습니다.

The Multi-Asset Coin Selection (MACS) proposed by the Cardano Foundation concentrates on the following essential aspects:

Cardano 재단이 제안한 다중 자산 코인 선택(MACS)은 다음과 같은 필수 측면에 중점을 둡니다.

Insights Gathered by the Cardano Foundation

Cardano 재단이 수집한 통찰력

The MACS technique was found to be “promising behavior” by the Cardano Foundation in comparison to other algorithms. The findings, however, point to the necessity for further in-depth investigation and real-world application of the concept to optimize its configuration.

MACS 기술은 다른 알고리즘과 비교하여 Cardano 재단에 의해 "유망한 동작"으로 밝혀졌습니다. 그러나 연구 결과는 구성을 최적화하기 위해 개념을 더욱 심층적으로 조사하고 실제 적용할 필요성을 지적합니다.

The Swiss group came to the conclusion that MACS has a good potential to optimize transactions for lower cost, faster speed, and greater privacy on a UTXO-based blockchain. It was noted that all of these might ultimately improve the user experience.

스위스 그룹은 MACS가 UTXO 기반 블록체인에서 더 낮은 비용, 더 빠른 속도 및 더 높은 개인 정보 보호를 위해 거래를 최적화할 수 있는 좋은 잠재력을 가지고 있다는 결론에 도달했습니다. 이들 모두는 궁극적으로 사용자 경험을 향상시킬 수 있다는 점에 주목했습니다.

부인 성명:info@kdj.com

제공된 정보는 거래 조언이 아닙니다. kdj.com은 이 기사에 제공된 정보를 기반으로 이루어진 투자에 대해 어떠한 책임도 지지 않습니다. 암호화폐는 변동성이 매우 높으므로 철저한 조사 후 신중하게 투자하는 것이 좋습니다!

본 웹사이트에 사용된 내용이 귀하의 저작권을 침해한다고 판단되는 경우, 즉시 당사(info@kdj.com)로 연락주시면 즉시 삭제하도록 하겠습니다.

2026年08月06日 에 게재된 다른 기사