downloads custom_top_html:no
default debug random = 1 / type = READ / detected = READ

Bitcoin and Cryptocurrency Technologies

Stanford University Blockchain

Main Textbook

 

 

타이거스터디 : 스탠포드대학교 블록체인 교과서 번역작업 (3)

 

 

 

이 자료가 대한민국의 블록체인 인재양성을 위해 귀중히 쓰여지기를


 

blockchaintiger.png

 

이 자료는 블록체인 타이거팀이 배포하는 자료입니다.



 

--------------------------------------

 

번역자소개 

 

이 자료는 다음과 같은 블록체인타이거 팀원들이 

번역 및 감수에 참여하고 계십니다.

 

한글/알파벳순

 

강민(mini)님 : 교육심리 스타트업

김민석님 : 블록체인스타트업 에피토미 

딥공님 : 삼성전자 

양의광(양큰)님 : 커넥트어학원  

오정님 : 인텔  

윤승완님 : 블록체인스타트업 비트브릿지 

윤종흠(shyguy)님 : 블록체인저널리스트 

이대승(bramd)님 : 의사 

이충(웹어스)님 : 웹에이전시 웹어스 

시프녹님 : 아시아나항공  

진리님 : 삼성전자  

Culap님 : 펀드매니저  

hakuna님 : 대한항공 

danijee 님 : AIG

 

* 이 자료는 pdf 파일로도 첨부해서 올려져있습니다. 

 

-------------------------------------- 

 

블록체인타이거팀은

우리 스스로의 공부와 더불어 

대한민국 블록체인 공동체의 발전에 기여하기 위해서

스탠포드대학교 비트코인/블록체인 전체과정 

https://crypto.stanford.edu/cs251/syllabus.html

의 교과서, 모든 pdf 파일들을 번역 프로젝트를 

실행하고 있습니다.

 

--------------------------------------

 

 

 

 

Recording Everything in a Ledger

거래원장에 모든 것을 기록하기

 

Another key component of Bitcoin is the block chain:

비트코인의 또 다른 중요한 구성요소는 블록체인입니다.

 

a ledger in which all Bitcoin transactions are securely recorded.

블록체인은 모든 비트코인의 트랜잭션들이 안전하게 기록되는 거래원장입니다.

 

The ideas behind the block chain are again quite old, and trace back to a paper by Haber and Stornetta in 1991.

블록체인의 기반이 되는 아이디어는 꽤 오래되었습니다. 그것은 1991년 Haber와 Stornetta 의 논문으로 거슬러 올라갑니다.

 

Their proposal was a method for secure timestamping of digital documents, rather than an digital money scheme.

그들의 제안은 디지털 화폐 체계에 대한 것이라기 보다는, 디지털 문서의 안전한 타임스탬핑을 위한 방법에 대한 것이었습니다.

 

The goal of timestamping is to give an approximate idea of when a document came into existence.

타임스탬핑의 목표는 문서가 언제 생겨났는지에 대한 대략적인 아이디어를 제공하는 것입니다.

 

More importantly, timestamping accurately conveys the order of creation of these documents:

여기서 중요한 것은, 타임스탬핑은 이러한 문서가 만들어진 순서를 정확하게 전달해준다는 것입니다.

 

if one came into existence before the other, the timestamps will reflect that.

만약 어떤 문서가 다른 문서가 있기 전에 존재했다면, 타임스탬프는 그것을 반영해줄 것입니다.

 

The security property requires that a document’s timestamp can’t be changed after the fact.

그 보안 속성은 문서가 만들어진 이후에는 그 타임스탬프가 변경될 수 없도록 합니다.

 

In Haber and Stornetta’s scheme, there’s a timestamping service to which clients send documents to timestamp.

Haber와 Stornetta의 체계에서는 클라이언트들이 타임스탬프에 문서들을 보내는 타임스탬핑 서비스가 있습니다.

 

When the server receives a document, it signs the document together with the current

time and as well as a link or a pointer to the previous document, and issues a “certificate” with this information.

그 서버가 문서를 받으면, 그것은 이전문서에 연결된 링크 또는 포인터와 함께 현재 시간을 그 문서에 사인합니다. 그리고 이 정보에 대한 인증서를 발행합니다.  

 

The pointer in question a special type pointer which links to a piece of data instead of a

location.

여기서의 포인터는 위치 대신 데이터의 조각에 연결되는 특수한 형태의 포인터입니다.

 

That means that if the data in question changes, the pointer automatically become invalid.

즉, 해당 데이터가 변경되면, 포인터는 자동으로 무효가 되버립니다.

 

In Chapter 1 we’ll study how we can create such pointers using hash functions.

1장에서, 우리는 포인터들을 해쉬 함수들을 사용하여 어떻게 생성하는지에 대해 다뤄볼 것입니다.

 

What this achieves is that each document’s certificate ensures the integrity of the contents of the previous document.

포인터를 통해 달성할 수 있는 것은 각 문서의 인증서가 이전 문서 콘텐츠가 변경되지 않았음을 보증한다는 것입니다.

 

In fact, you can apply this argument recursively: each certificate essentially fixes the entire history of documents and certificates up until that point.

사실, 이 주장을 재귀적으로 적용할 수 있습니다 : 즉, 각 인증서는 기본적으로 그 시점까지의 문서들과 인증서들의 전체 기록을 수정합니다.

 

If we assume that each client in the system keeps track of at least a few certificates

— their own documents’ certificates, and those of the previous and following documents — then collectively the participants can ensure that the history cannot be changed after the fact.

시스템의 각각의 클라이언트들이 몇개의 인증서들 - 현재 문서들의 인증서들과 그 이전과 다음에 오는 문서들의 인증서들- 을 추적한다고 가정해 보겠습니다. 그때 참가자들은 집단적으로 문서가 만들어진 이후에 기록이 바뀔수가 없다는 것을 함께 보증할 수 있습니다.

 

In particular, the relative ordering of documents is preserved.

특히, 문서의 상대적인 순서가 보존됩니다.

 

Zu6jRQMaVr7loD4sYgW3hJljrVg2Xx1zrT7I963j

 

Figure 4: linked timestamping . To create a certificate for a document, the timestamp server includes a hash pointer to the previous document’s certificate, the current time, and signs these three data elements together.

그림 4: 링크된 타임스탬핑. 문서에 대한 인증서를 생성하기 위해서, 타임스탬프 서버는 이전 문서의 인증서를 가르키는 해쉬포인터와 현재 시간을 포함합니다. 그리고 이 세가지 데이터 요소(인증서, 해쉬포인터, 현재시간)에 서명합니다.

 

A later paper proposed an efficiency improvement: instead of linking documents individually, we can collect them into blocks and link blocks together in a chain.

더 나중의 논문에서는 효율 개선이 제안되었습니다 : 문서들을 개별적으로 링크하는 대신에, 우리는 그것들을 블록들안에 수집하고 블록을 체인으로 함께 연결합니다.

 

Within each block, the documents would again be linked together, but in a tree structure instead of linearly.

각 블록내에서, 문서들은 다시 서로 링크되지만, 선형구조가 아닌 트리구조로 연결됩니다.

 

This decreases the amount of checking needed to verify that a particular document appears at a particular point in the history of the system.

이것은 특정문서가 시스템 기록의 특정 지점에 있는지를 확인하는데 필요한 확인작업의 양을 줄어들게 합니다.

 

Visually, this hybrid scheme looks like Figure 5.

시각적으로, 이 하이브리드 체계는 그림 5와 같습니다.

 

Nr7SreQNhoefIW7Vn8y6gGmSNzd8KZkZoXZ46FMm

 

Figure 5: efficient linked timestamping .

그림 5 : 효율적으로 링크된 타임스탬핑

 

Arrows represent hash pointers and dotted vertical lines indicate time intervals.

화살표는 해시포인터들을 나타내며 점선으로 표시된 수직선은 시간 간격을 나타냅니다.

 

This data structure forms the skeleton of Bitcoin’s block chain, as we’ll see in Chapter 3.

이 데이타 구조는 3장에서 처럼, 비트코인 블록체인의 골격을 형성합니다.

 

Bitcoin refines it a subtle but important way:

비트코인은 그것을 미묘하게, 중요한 방식으로 개선합니다.

 

a Hashcash-esque protocol is used to delay how fast new blocks are added to the chain.

Hashcash 식의 프로토콜은 새 블록들이 체인에 추가되는 속도를 지연시키는데 사용됩니다.

 

This modification has profound and favorable consequences for Bitcoin’s security model.

이 수정은 Bitcoin의 보안모델에 심오하면서도 도움이 되는 결과를 가져옵니다.

 

There is no longer the need for trusted servers; instead, events are recorded by a collection of untrusted nodes called “miners”.

그 결과는 더이상 신뢰할 수 있는 서버들이 필요하지가 않게 됩니다 ; 대신, 신뢰되지 않는 노드들의 집합인 채굴자들에 의해 모든 일들이 기록됩니다.

 

Every miner keeps track of blocks, rather than having to rely on regular users to do it.

일반 사용자들에게 의존하지 않고, 채굴자들이 블록을 계속해서 추적합니다.

 

Anyone can become a miner by solving computational puzzles to create blocks.

누구나 퍼즐을 풀어서 블록들을 생성해내면 채굴자가 될 수 있습니다.

 

Bitcoin also gets rid of signatures, relying only on hash pointers to ensure the integrity of the

data structure.

또한 비트코인은 서명을 없애버리고, 해시포인터에만 의존하여 데이터 구조의 무결성을 보장합니다.



 

Finally, the actual timestamps aren’t of much importance in Bitcoin, and the point of  the system is to record the relative ordering of transactions in a tamper-resistant way.

결론적으로, 실제의 타임스탬프는 비트코인에서 크게 중요하지는 않습니다. 타임스탬프 시스템의 요점은 변조방지방식으로 트랜잭션의 상대적인 순서들을 기록하는 것입니다.


 

In fact, Bitcoin blocks aren’t created in a fixed schedule.

사실, 비트코인 블록들은 고정된 스케줄로 생성되지 않습니다.

 

The system ensures that a new one is created every 10 minutes on average, but there’s considerable variation in the time between successive blocks.

그 시스템은 새로운 블록이 평균 10분마다 생성되도록 보장하지만, 성공적으로 생성된 블록들 사이에는 상당한 시간간격이 있습니다.

 

In essence, Bitcoin combines the idea of using computational puzzles to regulate the creation of new currency units with the idea of secure timestamping to record a ledger of transactions and prevent double spending.

본질적으로, 비트코인은 트랜잭션의 거래원장을 기록하고, 이중지출을 방지하기 위한 타임스탬핑 아이디어와 새로운 통화 단위의 생성을 규제하기 위한 계산 퍼즐 사용의 아이디어를 결합한 것입니다.

 

There were earlier, less sophisticated proposals that combined these two ideas.

일찍이 이 두가지 아이디어들을 결합한 덜 정교한 제안들이 있었습니다.

 

The first is called b-money, and it was by Wei Dai in 1998.

첫번째는 b-money 라고 하며, 1998년 Wei Dai 에 의해 제안되었습니다.

 

In b-money, anyone can create money using a hashcash-like system.

b-money에서는, 누구나 hashcash 와 같은 시스템을 사용하여 돈을 벌 수 있었습니다.

 

There’s a peer-to-peer network, sort of like in Bitcoin.

일종의 비트코인과 같은 p2p 네트워크가 있었습니다.

 

Each node maintains a ledger, but it’s not a global ledger like in the Bitcoin blockchain.

각 노드는 거래원장을 유지하지만, 비트코인 블록체인과 같은 글로벌 거래원장은 아닙니다.

 

Each node has its own ledger of what it thinks everyone’s balance is.

각 노드는 모든 사람의 잔고를 보여주는 자체 거래원장을 가집니다.

 

Another similar proposal, by Nick Szabo, is called Bitgold.

Nick Szabo의 비트골드라 불리는 또 다른 유사한 제안이 있었습니다.

 

Szabo says he had the idea for Bitgold as early as 1998, but didn’t get around to blogging about it until 2005.

Szabo는 비트골드에 대한 아이디어가 1998년 초에 있었지만, 2005년까지는 그것에 대해 제대로 표현할 수 없었다고 말했습니다.

 

The reason I mention this is that there’s a minor conspiracy theory popularized by Nathaniel Popper, a New York Times reporter who wrote a very good book on the history of Bitcoin.

이것을 언급한 이유는 비트코인의 역사에 대한 매우 좋은 책을 저술한 뉴욕타임스기자인 Nathaniel Popper 에 의해 유명해진 사소한 음모론때문입니다.

 

Popper notes that the blog post timestamps were changed after Satoshi posted the Bitcoin whitepaper so that the Bitgold proposal looks like it was written up about two months after Bitcoin was released.

Popper 는 Satoshi가 비트코인 백서를 게시한 후에 비트골드 제안이 비트코인이 출시되고 2개월후에 작성된 것처럼 보이도록 하기 위해 블로그 포스트의 타임스탬프가 변경되었다고 전했습니다.

 

Popper believes, like many other observers, that Szabo could be Satoshi, and he cites the timestamp change as evidence of Szabo/Satoshi trying to cover up the fact that he invented Bitgold before he knew about Bitcoin.

Popper 는 많은 다른 관찰자들과 마찬가지로 Szabo가 Satoshi일 수 있다고 믿고 있습니다. 그리고 그는 Szabo/Satoshi가 비트코인에 대해 알고 있기전에 비트골드를 발명했다는 사실을 은폐하기 위해 노력했던 증거로 타임스탬프 변경을 제시합니다.

 

The problem with this explanation is that if you actually read the contents of the blog posts, Szabo is very clear about having had this idea in 1998, and he doesn’t try to change those dates.

이 설명의 문제점은 블로그 게시글의 콘텐츠들을 실제로 읽어보면, Szabo는 1998년에 이 아이디어를 얻었음을 분명히 하고 있으며, 그 날짜를 변경하려고 노력하지 않았다는 겁니다.

 

So a more reasonable explanation is that he just bumped the post to the top of his blog after Bitcoin popularized similar ideas, to make sure that people were aware of his prior proposal.

그래서 더 합리적인 설명은 비트코인이 유명해진이후에 사람들로 하여금 그가 이전에 제안했음을 알게 하기 위해서 블로그 상단으로 게시물을 올렸다는 것입니다.

 

Bitcoin has several important differences from b-money and Bitgold.

비트코인은 b-money 및 Bitgold와 몇 가지 중요한 차이점들을 가집니다.

 

In those proposals, computational puzzles are used directly to mint currency.

그 제안들에서, 퍼즐계산은 화폐를 발행하는데 직접적으로 사용됩니다.

 

Anyone can solve a puzzle and the solution is a unit of money itself.

누구나 퍼즐을 풀 수 있고, 솔루션 자체가 돈의 단위입니다.

 

In Bitcoin, puzzle solutions themselves don’t constitute money.

비트코인에서, 퍼즐 솔루션 자체가 돈으로 간주되지는 않습니다.



 

They are used to secure the blockchain, and only indirectly lead to minting money for a limited time.

그것들은 블록체인을 보호하기 위해 사용되며, 제한된 시간 동안 돈이 발행되도록 간접적으로 관여합니다.

 

Second, b-money and Bitgold rely on timestamping services that sign off on the creation or transfer of money.

둘째, b-money와 Bitgold 는 자금 생성 또는 전송을 승인하는 타임스탬핑 서비스에 의존합니다.

 

Bitcoin, as we’ve seen, doesn’t require trusted timestamping, and merely tries to preserve the relative order of blocks and transactions.

우리가 보아온 것처럼 비트코인은 신뢰를 위한 타임스탬핑을 필요로 하는게 아니라, 타임스탬핑을 통해 단순히 블록들과 트랜잭션의 상대적인 순서를 유지하려고 합니다.

 

Finally, in b-money and Bitgold, if there is disagreement about the ledger among the servers or nodes, there isn’t a clear way to resolve it.

마지막으로, b-money와 Bitgold 에서 서버들 또는 노드들 간에 거래원장에 대한 부동의가 있다면, 그것을 해결 할 명확한 방법이 없습니다.

 

Letting the majority decide seems to be implicit in both authors’ writings.

다수가 결정하도록 하는 것은 두 제안자들의 글에서 암시된 것처럼은 보입니다.

 

But since anyone can set up a node — or a hundred, hiding behind different identities —

these mechanisms aren’t very secure, unless there is a centralized gatekeeper who controls entry into the network.

누구나 노드 한개를 - 또는 여러 신원을 가지고 수백개의 노드를 - 설정할 수 있기 때문에, 네트워크에 진입하는 것을 통제하는 중앙 게이트키퍼가 없다면, 이 메커니즘은 전혀 안전하지 않습니다.

 

In Bitcoin, by contrast, for an attacker to change history, they must solve computational

puzzles at a faster rate than the rest of the participants combined.

비트코인에서는 이와 반대로, 공격자가 기록을 바꾸려고 하면, 그들은 연합된 나머지 참가자들보다 더 빠르게 퍼즐계산을 처리해야만 합니다.

 

This is not only more secure, it allows us to quantify the security of the system.

이것은 더 안전할 뿐만 아니라, 시스템의 보안을 정량화 할 수 있습니다.

 

B-money and Bitgold were informal proposals — b-money was a post on a mailing list and Bitgold was a series of blog posts.

B-money와 BitGold는 비공식적 제안들이었습니다. B-money 는 메일링 리스트에 있는 게시물이었고, BitGold는 일련의 블로그 포스트들이었습니다.

 

Neither took off, or was even implemented directly.

어느 것도 시도되거나, 제대로 구현되지 않았습니다.

 

Unlike the Bitcoin white paper, there wasn’t a full specification or any code.

이것들은 비트코인 백서와는 달리, 구체적인 스펙이나 어떤 코드도 없었습니다.

 

The proposals gloss over issues that may or may not be solvable.

그 제안들은 이슈들이 해결될런지 안될런지 얼버무리면서 넘어갔습니다.

 

The first, as we’ve already mentioned, is how to resolve disagreements about the ledger.

첫번째 이슈는,  우리가 이미 언급했던 것처럼, 거래원장에 대한 부동의를 어떻게 처리할지 입니다.

 

Another problem is determining how hard the computational puzzle should be in order to

mint a unit of currency.

또 다른 문제는 화폐 단위를 발행하기 위해서 계산되는 퍼즐이 얼마나 힘들어야 하는지를 결정하는 것입니다.

 

Since hardware tends to get dramatically cheaper over time for a fixed amount of computing power, Bitcoin incorporates a mechanism to automatically adjust the difficulty of the puzzles periodically.

하드웨어의 컴퓨팅 파워가 만들어내는 고정된 양은 시간이 지날 수록 극적으로 더 저렴해지는 경향이 있기 때문에, 비트코인은 정기적으로 퍼즐의 난이도를 자동으로 조정하는 메커니즘을 포함하고 있습니다.

 

B-money and Bitgold don’t include such a mechanism, which can result in problems since coins may lose their value if it become trivially easy to create new ones.

B-money와 Bitgold 는 이러한 메커니즘을 포함하지 않습니다. 이는 새로운 코인들을 만드는 것이 너무 쉬워지면, 코인들이 가치를 잃게 될지도 모르는 문제를 결과적으로 발생하게 합니다.

 

 

 

 

1
댓글 0
default debug random = 0 / type = READ / detected = READ

자료실

레벨 4이상만 등록 가능합니다.

List of Articles
번호 제목 추천 수 조회 수 글쓴이 날짜
타이거스터디 : 스탠포드대학교 블록체인 메인교과서 ... Bitcoin and Cryptocurrency Technologies Stanford University Blockchain Main Textbook     타이거스터디 : 스탠포드대학교 블록체인 교과서 번역작업 (3)       이 자료가 대한민국의 블록체인 인재양성을 위해 ... file 3 1394
양큰
2017.08.04
267 cpuminer Vericoin 안내와 마이너.배치파일올렸었는데 마이너프로그램은 반드시 공식사이트에서 다운로드 하세요. 글이 삭제가 안되서 수정만.. 삭제부탁드립니다 1 1 2615
하늘문
2017.08.04
266 타이거스터디 : 스탠포드대학교 블록체인 메인교과서 ...     Bitcoin and Cryptocurrency Technologies Stanford University Blockchain Main Textbook   타이거스터디 : 스탠포드대학교 블록체인 교과서 번역작업 (2)       이 자료가 대한민국의 블록체인 인재양성을 위해... 3 file 7 1577
양큰
2017.08.03
265 타이거스터디 : 스탠포드대학교 블록체인 메인교과서 ...   이 자료가 대한민국 블록체인 인재양성을 위해 귀하게 쓰이길           Bitcoin and Cryptocurrency Technologies   Stanford University Blockchain Main Textbook       이 자료는 블록체인타이거팀이 배포하는 ... 13 file 12 2551
양큰
2017.08.02
264 타이거스터디 : Patientory 기사자료 이 자료가 대한민국 블록체인 인재양성을 위해 귀하게 쓰이길               Patientory 기사자료    이 자료는 블록체인타이거팀이 배포하는 자료입니다.         번역자소개    1차 번역자 : 강민 / 2차 감수 및 번... 2 file 5 1261
양큰
2017.08.01
263 타이거스터디 : Patientory 백서자료   이 자료가 대한민국 블록체인 인재양성을 위해 귀하게 쓰이길             Patientory 백서자료    이 자료는 블록체인타이거팀이 배포하는 자료입니다.         번역자소개    1차 번역자 : 강민 / 2차 감수 및 번... 4 file 5 1296
양큰
2017.08.01
262 타이거스터디 : Patientory 개괄자료     이 자료가 대한민국 블록체인 인재양성을 위해 귀하게 쓰이길           Patientory 개괄자료    이 자료는 블록체인타이거팀이 배포하는 자료입니다.        번역자소개    1차 번역자 : 강민 / 2차 감수 및 번... 2 file 3 1173
양큰
2017.08.01
261 미립자 tip : 폴로닉스 렌딩을 좀더 높은 이율에 원활... 첨부화일 : 폴로닉스렌딩봇 설명서   폴로닉스 렌딩을 하다보면 생각보다 낮은 가격에 자꾸만 랜딩이 됩니다   그래서 설명서를 찾아보고 이리저리 테스트해보니   default.cfg   의 부분중 gap 적용부분을 손을 좀 ... 4 file 6 2477
하늘문
2017.07.31
260 미립자 tip ; 전기를 아끼자 오랜만에 글써봅니다   미립자 팁입니다.    통상 전원옵션 고성능으로 사용하시죠? 근데 막상 cpu 사용량을 모니터링 해보면   펜티엄 듀얼조차도 30%를 넘지 않습니다.   여기서 cpu와 보드에서 사용하는 전력을 줄... 8 file 23 4833
하늘문
2017.07.29
259 윈도우10 설치후 설정파일입니다. 0. Cortana+for+Windows+10    - 윈도우10 코로나 삭제 커맨드입니다.  Uninstall Cortana 관리자로 실행하시면됩니다. 1. 윈도우10 앱삭제 3. OneDrive-Uninstaller 4. 최대 절전 모드 끄기    - 최대절전모드삭제 ... 14 file 19 9108
감당못해
2017.07.27
258 윈도우 10 고전테마... 윈도우 10은 고전테마를 지원하지 않습니다.   그래서 채굴기 같이 저사양 컴퓨터에서는 UI때문에 버벅되는 현상이 자주 발생합니다. 첨부한 파일의 압축을 푸시고 classic.theme... 이 파일을  C:\Windows\Resources... file 2 10820
상혀니
2017.07.25
257 XFX RX470 4GB Hard Swap Triple X 순정롬입니다.(엘피다) 직접 추출했습니다.   http://www.xfxforce.com/en-us/products/amd-radeon-rx-400-series/rx-470-rs-4gb-dd-triplex-rx-470p4lfb6 1 file 0 2545
두캇
2017.07.23
256 XFX RX470 4GB Single Fan Triple X 순정롬입니다.(엘... 직접 추출했습니다.   http://xfxforce.com/en-us/products/amd-radeon-rx-400-series/rx-470-rs-4gb-sf-triplex-rx-470p4sfd5     1 file 1 1332
두캇
2017.07.23
255 모니터링 프로그램 ver 0.4 안녕하세요. 남자별입니다.   개발게시글 https://www.ddengle.com/bitcoindeveloper/2506774  에는 zip 파일 첨부가 안되어 여기에 첨부합니다.   도움이되시기 바랍니다.   추가) telegram.ini 설정오류시 종료되던... 6 file 23 8014
남자별
2017.07.19
254 사파이어 RX580 Pulse 8G Hynix 원본롬 순정롬입니다. file 1 3071
천리
2017.07.19
253 ccminer 종료 매크로 cc마이너 에러때 프로그램 종료 단축키인 c 를 1분마다 반복하는 매크로 입니다 시작프로그램에 넣으면 알아서 작동합니다 작업표시줄 우측에 H 표시가 생기고 작업중 일시정지 가능합니다   오토핫키로 만들었고 소... file 0 1867
가가가가가
2017.07.17
252 기가바이트 GA-H110-D3A F23a 바이오스(2017.07.06 Upd... 기가바이트 GA-H110-D3A F23a 바이오스 입니다   2017.07.06일자로 업데이트 되었습니다   첨부파일은 다운로드 한뒤 압축 해제 후   FAT32로 포맷된 USB에 파일을 넣으신뒤   바이오스에서 업데이트 진행 하시면 됩... 6 file 3 13629
카오린
2017.07.15
251 폴로닉스용 엑셀 티커 입니다   폴로닉스의 가격 정보를 잡아와서 엑셀화면에 보여주는 단순한 티커입니다. 엑셀로 가져오기 때문에 필요에 따라서 필요한 계산식이나 등등을 추가하시면 편리하게 사용하실수 있습니다.   전에 비슷한 것을 올렸는... 6 file 15 3279
무명인
2017.07.12
250 PowerColor_RegDragon_Hynix_순정롬 류스케님 요청자료   맞는지 확인하고 업데이트 하세요! 1 file 1 1692
사이다!
2017.07.11
249 기가바이트 rx 580 게이밍 8기가 mod 롬입니다. 순정롬에서 1625 램타이밍을 1750~2200 까지 복사만 하였습니다. 잘 쓰세요   6 file 1 2420
키프로스
2017.07.04
Board Pagination Prev 1 ... 28 29 30 31 32 33 34 35 36 37 ... 46 Next
/ 46
default debug random = 0 / type = READ / detected = READ