traders_free custom_top_html:no
default debug random = 0 / type = READ / detected = READ

ZeroCash 프로토콜과 이더이움이 만나게 되었습니다.

제로캐시 프로토콜은 수년전 제로코인으로 부터 시작되어 코인의 익명화 솔루션들중 가장 고도의 수준으로 평가되어 왔습니다. 하지만 개발진들이 대학강단중심이어서 그런지 실제 활용가능한 솔루션을 선보이는데 시간이 많이 걸렸습니다.

http://zerocash-project.org/how_zerocash_works

 

지난달 코넬대에서 열린 이더리움 부트캠프에서 제로캐시 개발자 한명이 참여했는데, 이더리움 팀과 같이 제로캐시를 이더리움 컨트랙으로 구현해보고자 시도하고 있습니다.

 

https://news.bitcoin.com/zcash-baby-zoe-ether-anonymous/

https://github.com/zcash/babyzoe

 

제로캐시가 이루고자 하는 바는 블럭체인상의 트랜잭션의 송금인을 추적이 완전히 불가능하게 막고자 하는 것입니다.

이런 익명화가 한 때 큰 트렌드가 되기는 했었는데, 여러가지 단점들이 있었습니다.

 

2

atomrigs님의 서명

 

한국이더리움 사용자 그룹: https://www.facebook.com/groups/ethereumkorea/

블로그:  https://www.facten.co.kr/news/articleList.html?sc_sub_section_code=S2N13&view_type=sm

 

댓글 6
  • ?
    요즘 또 슬슬 익명화가 바람불기 시작하나 보네요..
    어제 재밌게 본 코인 중 하나가 vtorrent 코인이었는데...
    오늘보니 비트코인다크도 있고.. piratebay coin도 있네요.. 최근 운영자가 걸리면서 이슈화 되는 듯..
  • 제로캐시의 주요내용은 zk-SNARK 이고, 그것은 "zero-knowledge proof of knowledge" (영지식 증명) 을 구현한 알고리듬입니다.
    이것이 크립토 코인에서 가지는 역할은 단순한 익명화솔루션보다는 더 큰 것인 것 같습니다.
    2015년 10월에 비탈릭이 zk-SNARK 인테그레이션을 이더리움 프로토콜의 제1과제로 삼았습니다.
    블럭체인기술의 장점이자 단점이 블럭체인의 내용을 누구나 다 들여다 볼 수 있다는 것인데, 꼭 불법적인 거래가 아니라 하더라도 프라이버시를 보호해야는 컨트랙트도 얼마든지 있습니다. 내용은 볼 수가 없는데, 그 내용이 참인지 아닌지는 확인할 수 있어야 한다는 거이죠.

    영지식증명에 대한 간단한 소개는 다음글을 참조하세요.
    https://ko.wikipedia.org/wiki/영지식_증명


    이더리움과 관련한 개념적인 아이디어의 주요내용은 HAWK 이름으로 소개되기도 했습니다.
    https://www.weusecoins.com/assets/pdf/library/Hawk%20-%20The%20Blockchain%20Model%20of%20Cryptography%20and%20Privacy-Preserving%20Smart%20Contracts.pdf


    다음은 비탈릭이 설정했던 이더리움 프로토콜의 4가지 주요 연구영역들입니다.
    https://blog.ethereum.org/2015/10/18/vitaliks-research-and-ecosystem-update/

    기록보관상 원문을 그냥 발췌해둡니다.


    Research and Protocol Development


    We have identified four key areas of research regarding the underlying protocol that we feel represent the key milestones standing in the way between Ethereum as it currently exists and crypto-utopia:

    zk-SNARK integration: integrating, whether through a new opcode or ideally by leveraging the EVM’s existing 256-bit modular arithmetic, the ability for Ethereum contracts to verify succinct zero-knowledge proofs. Given that the verification keys can be generated entirely off-chain, this is somewhat easier than it looks, though once implemented quite a bit of infrastructural work will be needed to make it extremely useful. An initial goal will be to use it to implement ultra-private coin mixing as well as a privacy-preserving reputation (“here’s a proof showing that I have a score of over 250 according to your reputation scoring metric and using this set of data published to the blockchain, so you should trust me, but I won’t reveal which of the parties that you should trust I am”) and two-party financial contracts, and the longer-term goal will be an implementation of Hawk on Ethereum; at and outside the above-mentioned conferences, we have had some productive chats with some of the developers of these technologies on how to move forward on accomplishing this.

    Casper: Ethereum’s proof of stake algorithm now under development by Vlad Zamfir with help from Lucius Greg Meredith, myself and several others. The key components include by-block instead of by-chain consensus and the concept of “economic consensus by bet” as a way of approaching de-facto finality with exponential speed rather than linear speed as is the case with proof of work. The goal is to combine a block time reduction (my personal opinion is that 4 seconds will likely prove to be an good balance between safety and resource overconsumption and centralization risk; Vlad is as usual more aggressive), finality and much lower energy consumption (and 10-100x lower price-of-anarchy generally). Currently, Vlad and Greg are working on formally describing and implementing the non-economic part of the algorithm to mathematically prove convergence properties, and the second step will be optimizing the economics.

    Scalability: using a combination of sharding schemes, random sampling, heavy use of Merkle proofs and asynchronous calling in order to increase the potential transaction throughput from ~10-20 transactions per second to over 100000 (or, if super-quadratic versions are used, a theoretically unlimited number). The basic concepts behind scaling have been set in stone for over six months, and our research team is highly confident that the general approach is valid; what remains is the details of exactly how to make optimal tradeoffs that preserve as much of Ethereum 1.0’s functionality as possible in a scalable context. A key design goal is to make sure the Ethereum 2.0 remains a superset of Ethereum 1.0; for example, synchronous calls should still be possible within a single shard, though cross-shard calls may require asynchrony. I plan on updating my scalability paper to make it more focused, readable and updated with the latest ideas over the next month or so, though in general scalability research is on the back-burner until Casper is solidified.

    EVM upgrades: Martin Becze has taken the lead on exploring WebAssembly as a candidate for an upgraded Ethereum virtual machine. WebAssembly shares many properties with the EVM: the need to run untrusted code, the need for code to be very small, and the need to have multiple compatible implementations, though it lacks gas counting. WebAssembly can be used to create a just-in-time compiler for the EVM, drastically speeding up the ethereum js implementation, and it can also potentially be used as a virtual machine option itself by adding a transformation step that adds a gas subtracting instruction to code before every jump operation. Environment opcodes like BLOCKHASH, SSTORE, etc can be abstracted away by turning them into an ABI over a generic foreign function interface (eg. SSTORE(k, v) becomes FFI(0x55 ++ k ++ v) where 0x55; would be the marker representing SSTORE).

    Aside from this, research questions remain on middleware “on top of” Ethereum, including on-chain services, decentralized governance, identity and reputation, random number generation, formal verification for Solidity (we have found a talented team in London that is excited about starting to explore the subject) and prediction market implementations, as well as on projects that may live “alongside” Ethereum (eg. Whisper), though the foundation is leaving it to the community to do much of this extra work as we have deliberately undertaken a strategy of focusing on the core (and doing so in a very lightweight fashion).

  • ?
    @atomrigs
    아... 어질어질... @@;

    신뢰할 수 없는 공간에서 신뢰할 수 있는 계약이 이루어졋음을 증명하는데 그 내용은 철저 보안이라...
    이런 개념이 오래전에 이미 성립되었다는 것도 그렇고 이제 구현된다는 것도 그렇고 참 놀랍습니다.

    가끔 나이드신 분들이 현세대를 못따라오는 것을 보며 답답해라 했는데...
    저도 벌써 못따라가고 있는듯... 제 미래가 걱정이네요...
  • @은빛늑대
    제로캐시 프로토콜은 그 제창자가 비트코인에 먼저 제안했었습니다. 비트코인 개발자들이 걍 무시해버렸죠
    그래서 독자코인으로 개발하려다가, 이제 이더리움을 만난 것 같습니다.
    http://zerocash-project.org/media/pdf/zerocash-extended-20140518.pdf

    위의 논문을 읽고 이해하고는 싶은데.....
    암호학을 정식으로 공부하면 될러나 참 힘드네요.
  • @은빛늑대

    저도 2014년 잭팟코인 시절부터 제로캐시 개념을 도입해야 한다고 주장했었더랬습니다.
    http://www.ddengle.com/board_free/880026#comment_880052

  • ?
    대쉬, 모네로, 쉐도우, Vcash등과 경쟁상대이지만 이들보다 좀 더 유연하고 영자지식증명+속도 면에서 강점이 있습니다. 시장에서는 일단 환영하는 분위기 인거 같습니다. 커가는 과정에서 많은 난관이 있을걸로 예상되지만 해커들의 사랑을 받을듯 하네요.
default debug random = 0 / type = READ / detected = READ

List of Articles
번호 제목 추천 수 조회 수 글쓴이 날짜
5141 크립톤 KR 코인은 어떻게 생각하시나요? 오늘 bittrex에서 KR 코인이 아주 화제인데요, 작은 코인 주제에 조용히 한달새 20배가 넘는 성장을 이루고 계속 성장세가 보이는 것 같네요   이미 많이 올라서 투자는 매우 위험하겠지만, 장기적으로 이 이더리움의... 5 file 0 2098
공부중123
2016.08.10
5140 은행구좌에서 POLONIEX 거래소로 달러 보내는것 가능한가요? USDT(Tether USD) deposit 를 보니 Tether를 사서 Poloniex 거래소로 보내는 방법만 있는건가요? 은행구좌의 달러를 직접 거래소로 보낼수 있는가요? 3 0 5228
blockchain
2016.08.10
5139 폴로닉스에 상장되는 코인에는 기준이 있습니까? 폴로닉스에 참 많은 코인이 상장되어있는데요 가치나 성장성 이런 것을 평가할 수 있는 데이터를 찾아 볼 수 있는 곳이 있나요? 상장 자격 같은 것은 있나요? 올리고 싶은 사람들 만들 수 있는 사람들이 그냥 막 올린... 5 0 3702
코람데오
2016.08.09
Baby Zoe - 이더리움위의 제로캐시 (익명화 솔루션) ZeroCash 프로토콜과 이더이움이 만나게 되었습니다. 제로캐시 프로토콜은 수년전 제로코인으로 부터 시작되어 코인의 익명화 솔루션들중 가장 고도의 수준으로 평가되어 왔습니다. 하지만 개발진들이 대학강단중심이... 6 1 5701
atomrigs
2016.08.09
5137 결국 ETC 다오 리펀드는 안되는 것인가요? 혹시 새로운 소식 아시는 분 없나요? 4 0 1894
bloquejy
2016.08.09
5136 힉스코인, 결국 구속.. 한동안 땡글에서 헛소리 찍찍거리던 뻥카인지 뱅커인지 그분도 구속 됐을라나...ㅋㅋㅋ 세상은 넓고 멍청이들한테 속는 더 멍청한 사람들도 많네요..     1차출처 : 코인원 뉴스 원출처 : http://news.chosun.com/sit... 12 0 3222
꿀맨
2016.08.08
5135 [Coinone] 비트코인 20% 추락: 비트파이넥스 해킹으로 790억원 도난   8월 2주차 비트코인 20% 추락: 비트파이넥스 해킹으로 790억원 도난   지난 2일(화) 홍콩 기반의 비트파이넥스 거래소에서 790억 원에 달하는 비트코인이 도난됐습니다. 피해 액수는 119,756BTC로 2014년 3천5백억 ... 3 file 1 3592
Coinone
2016.08.08
5134 국내 거래소 상대 소송? 조언 부탁해요!   국내 모 거래소와 분쟁이 생겼습니다.   아래 첨부 캡쳐를 봐주세요.       1063만원이었던 잔고가 238만원이 되었습니다.   그 사이엔 다른 거래가 없었고, 거래소에서 트랜잭션을 삭제 처리한 것입니다.   거래소... 58 file 0 3424
drjoon
2016.08.07
5133 거래소 보안을 위한 방안과 그 논의     세계 최대 비트코인 거래소였던 비트피닉스(bitfinex)가 2015년에 이어 다시 한번 해킹을 당했습니다.   119,756 BTC를 해킹으로 잃었고, 이는 당시 가치로 약 700억원에 이릅니다.   돌이켜보면 현재 순위권 안... 3 3 2383
어른아이
2016.08.07
5132 제발 도움좀 주세요.. dao관련.. mist지갑을 노트북에 설치하고 5월달에 이더리움으로 다오 구매하는것 까지 하고  그다음에는 미스트지갑이 열리질 않아..(시간이 너무오래걸려서) contracts?인가 하는걸 못했어요.   그러고나서 다른 컴퓨터에 미스... 6 0 4673
rriirr
2016.08.06
5131 야피존 안전금고 출금이 안되네요ㅠㅠ 저거 포기해야하는지ㅠㅠ 어떻게 방법이 없을까요? 1 file 0 3443
병지니이이
2016.08.06
5130 보유중인 DAO를 폴로에서 ETH로 컨버팅하면 ETC도 같이 들어오나요? https://poloniex.com/dao/   Note: if you created DAO tokens during the crowdsale on Poloniex and paid more than 1 ETH per 100 DAO, you may receive additional ETH in your Poloniex balance in the coming ... 2 0 1887
kimpro
2016.08.05
5129 폴로닉스에서 달러로 이더를 거래 할 경우 질문드립니다  걱정되어 질문드립니다.   비트 파이넥스 해킹건으로 마음이 불안하여 비트를 정리하느라 손해 많이 보았네요.     한국거래소에서 비트는 현금으로 뺐구요, 혹 복구를 위해 이더를 사 놓고 싶은데 파산 등의 영향을... 4 0 2102
aroma
2016.08.05
5128 lisk, wave 어떻게 생각하시나요? 각 코인 블로그나 비코톡, 포럼 등에 특별히 글이 많이 올라오지 않고 조용한데요.   특별할 것 없이 그냥 사장될지 뭔가 예정된 이슈가 있는지 궁금합니다.   생각날때마다 조금씩 모아두고 있는데.. 요새 가격도 많... 9 0 4755
fjdjwnsncnjfr
2016.08.05
5127 DAO extraBalance 리펀드와 ETC 다오 리펀드 다오를 1:100 이 아닌 그 이상의 가격으로 구매한 사람들과 포킹당시 불가피한게 손실된 이더에 대한 보상계획안이 나왔습니다.   https://medium.com/edge-cases-multisig-phf-official-channel/the-daos-edge-cases... 21 7 6282
atomrigs
2016.08.04
5126 폴로닉스에서 미스트로 1이더 전송해 봤는데... 1초도 안 걸려서 바로 전송이 되네요. 원래 이렇게 빨리 되나요?   거래소 간 전송시에는 컨펌하는데 30분 ~ 1시간 가량 걸리던데... 2 0 2125
skanEorl
2016.08.04
5125 이더리움 지갑설치 질문 드려요. Ethereum-Wallet-win64-0-8-1.zip 을 다운받아서 설치 중인데 요런 메세지가 뜨네요...   영어를 못하는 건 아닌데, 배경지식이 없어 그런지 뭔소린지 모르겠네요...   무슨 소리이고 무얼 선택해야 하는 건지 알려 ... 2 file 0 3132
skanEorl
2016.08.04
5124 풀노드와 지갑은 무슨 차이가 있나요? 지갑이 모든 블록과 트랜잭션을 저장하고 있다면, 이것이 풀 노드인가요?   8333 포트를 사용하는 것과 그렇지 않은 것 간의 차이점이 궁금합니다.  6 0 6037
defcon
2016.08.04
5123 폴로닉스 잡코인 구매시 질문드립니다.. 폴로닉스를 처음이용하는데요.. 상당히 복잡하네요.  코인의 종류도 많은거 같구요..   제가 구매하고싶은 코인이 있는데요.. 이걸 구매할려면 현재 코x원에 있는 비트코인을 폴로닉스에서 살려는 코인을 제 전용  입... 4 0 2166
아킬레스
2016.08.04
5122 형님들 코인 초보입니다. 코인마켓에 올라오는 잡코인들은 어디서 거래하나요? 코인마켓을 보게되면 비트코인 이더리움 이더클래식 등등은 국내거래소도 거래가능하니까알겠는데  그외 라이트코인 , 스팀 등등 그리고 100위권 밖 코인등은 어디서 어떻게 거래가 가능한가요? 이글 보시는 모든분들... 1 0 1692
퍽퍽퍽
2016.08.04
목록
Board Pagination Prev 1 ... 903 904 905 906 907 908 909 910 911 912 ... 1165 Next
/ 1165
default debug random = 0 / type = READ / detected = READ