[댄] 메인 체인 부팅시 절차에 대한 설명 등

in #kr6 years ago (edited)

you do not lease EOS you lease bandwidth
EOS를 임대하지 않고 대역폭을 임대하는 경우

the voting rights stay with you
투표권은 당신에게 있습니다.

and the person receiving the bandwidth cannot touch your tokens
그리고 대역폭을 임대받는 사람은 당신의 토큰을 건드릴 수 없습니다.

if 100% reserve prices ram at UNSTAKED_EOS_SUPPLY / FREE_RAM, then fractional reserve prices it as (UNSTAKED_EOS_SUPPLY / (FREE_RAM*1000)).
100 % 예비가 램을 UNSTAKED_EOS_SUPPLY / FREE_RAM으로 가격을 메기면, 부분 예비는 램을 (UNSTAKED_EOS_SUPPLY / (FREE_RAM * 1000)로 가격을 메깁니다.

this makes RAM 1000x cheaper than a 1:1 token maping initially, but it will make it more expensive if RAM becomes scarse
이것은 처음에 1 : 1 토큰 매칭보다 RAM을 1000 배 저렴하게 하지만, RAM이 부족해지면 RAM 가겨이 더 비싸집니다

unlike other chains, if behavior is truely bad, the community will just fork them out and their reign of terror is over
다른 체인들과 달리, 만약 체인이 정상적으로 동작하지 않으면, 커뮤니티는 새로운 체인을 만들어서 그들의 공포 통치를 끝낼 것입니다.

on POW chains you cannot even launch another chain because miners will still own you
POW 체인에서 채굴자들이 당신을 여전히 소유할 것이기 때문에 당신은 다른 체인을 시작할 수 없습니다.

EOS는 체인이 잘 못 운영되면, 커뮤니티가 새로운 체인을 만들어서 다시 시작할 수 있지만, PoW 합의 알고리즘을 사용하는 코인은 사용자는 권한이 전혀 없고, 이는 채굴자들이 네트워크를 소유하기 때문입니다.

Q: Then all the hard work of Dan and the team, can be used by someone for free. I Understand thats the concept of open source. But can we not put some protection in place to make sure that nobody can create a copy-cat chain or build their own net rather than using EOS network

Q: 그럼 Dan과 팀의 모든 노력을 누군가가 자유롭게 사용할 수 있습니다. 나는 오픈 소스의 개념을 이해합니다. 하지만 아무도 copy-cat chain을 만들지 못하게 하고 또한 EOS 네트워크 대신에 자신의 네트워크를 만들 수 없도록 우리가 몇가지 보호 조치를 만들 수 없습니까?

A: you can clone software, but not communities
A: 소프트웨어는 복제할 수 있지만 커뮤니티는 복제할 수 없습니다.

Q: Can i select chain in which i want to buy RAM? Side chains are slower, yes? So the price must be different?
Q: 내가 RAM을 사고 싶은 체인을 선택할 수 있을까요? 사이드 체인이 더 느린가요? 그래서 각 체인마다 가격이 달라야 하나요?

A: side chains are just as fast. but their ram is cheaper because there is less demand
A: 사이드 체인도 (주체인과 같이) 빠릅니다. 하지만 이 체인의 램은 수요가 적기 때문에 더 쌉니다.

Q: Dapp can be allocated only on 1 chain? Or it can be partially on another chain too?
Q: Dapp은 오직 하나의 체인에 실행할 수 있는가? 아니면 그것은 여러 체인에 같이 실행시킬 수 있나요?

A: I expects DApps to use many chains. some are more memory intensive than others.
A: 나는 DApp이 많은 체인을 사용하기를 기대합니다. 어떤 분산앱들은 다른 분산앱들보다 메모리를 더 많이 사용합니다.

Q: Dan how do side chains interact with each other?
Q : Dan, 어떻게 사이드 체인은 서로 통신을 합니까?

A: via a proxy contract that sends messages to/from the other chain
A : 다른 체인과 메시지를 주고받는 프록시 계약을 통해서 합니다.

Q: Ex. One chain for likes, another for comments ... in case of social media ??
Q : 예로. 소셜 미디의 경우, 하나의 체인은 좋아요를, 다른 체인은 댓글을 담당할 수 있나요?

A: yes
A : 예

Q: Interchain communication makes a small delay. Can a developer choose to put whole dapp on 1 chain for performance?
Q: 체인간 통신(IBC)은 약간의 지연이 생깁니다. 개발자는 성능을 위해 전체 Dapp을 하나의 체인에서 실행하는 것을 선택할 수 있습니까?

A: if that chain has enough capacity, devs can choose to do what they want within the limits of the hardware :)
A: 만일 그 체인에 충분한 처리능력이 있다면, 개발자는 하드웨어의 제한 내에서 원하는 작업을 할 수 있습니다.

Q: But the RAM they buy will be divided automatically if the Dapp uses 2 chains?
Q : Dapp가 2 개의 체인을 사용한다면, 개발자가 구매한 램이 자동으로 나뉘어집니까?

A: no, RAM is on a per-chain basis... like regions in AWS
A : 아니오, RAM은 AWS의 영역과 같이 체인 단위로 나뉩니다.

즉, 개발자들은 각 체인에서 각각 필요한 램을 구매해야 합니다.

Hello everyone, today I have been working on the system contract and thought I would share some details on how I implmented certain things
오늘 저(댄)는 시스템 계약에 대해 작업해 왔고, 특정 일을 어떻게 구현하는지에 대한 세부 정보를 공유할하려고 합니다.

  1. When the chain boots, the initial controller of eosio account will deploy eosio.token and eosio.msig
  2. then they will create and issue 1B EOS tokens to eosio
  3. then they will create and transfer funds to accounts
    3.5 the eosio.system contract is deployed because it defines buyram and staking
  4. then for each account eosio will buyram with .1 EOS
  5. then each account will stake 50% CPU/NET
  1. 메인 체인 부팅시 eosio 계정의 초기 컨트롤러가 eosio.token(토큰 컨트랙트) 및 eosio.msig(멀티 시그, 즉 다중 서명 컨트랙트)를 배포합니다
  2. 그러면 그들(eosio.token와 eosio.msig)은 10억개의 EOS 토큰을 만들어서 발행할 것입니다.
  3. 그 다음 그들은 자금을 만들고 계정으로 송금합니다.
    3.5 eosio.system이 buyram과 staking을 정의하기 때문에, eosio.system 계약을 배포합니다.
  4. 그 다음에, 각 계정에 대해 eosio는 .1 EOS로 buyram 합니다. (즉, eosio.system이 0.1 EOS의 램을 삽니다.)
  5. 그 다음에, 각 계정은 (나머지 EOS를) CPU / NET에 각각 50 %씩 스테이크(예치)합니다.

the eosio system contract is set up as follows:

  1. until 150M EOS have called 'voteproducer' no new EOS are created and no producer rewards are allocated
  2. until 150M EOS have called 'voteproducer' no account can unstake tokens
  3. the account "b1" will be allocated 100M tokens and the eosio.system contract will enforce that b1 account cannot withdraw more than 10M per year

eosio 시스템 계약은 다음과 같이 설정됩니다.

  1. 1억 5천개(15%)의 EOS가 'voteproducer'를 호출 할 때까지, 새로운 EOS가 생성되지 않으며 제작자 보상도 할당되지 않습니다.
  2. 1억 5천개의 EOS가 'voteproducer'를 호출 할 때까지 어떤 계정도 토큰을 (CPU/Net에서) 언스테이크(예치한 코인을 다시 돌려받는 것)할 수 없습니다.
  3. 계정 "b1(블록원)"에 1억개의 EOS 토큰이 할당되고, eosio.system 계약으로 b1 계정이 연간 백만개 이상을 인출 할 수 없도록 합니다. (즉 블록원은 1억개의 10%를 매년 인출(송금)할 수 있습니다.)

From your previous experience do you think it will be hard to get these 150M votes?
이전 경험에서, 1억 5천만 투표를 얻는 것이 어려울 것이라고 생각하십니까? (메인넷 런칭을 위해서 15%인 1억 5천만개의 투표가 필요합니다.)

150M votes == a couple big exchanges + a few whales, worst case B1
1억 5천만 투표 == 몇개의 큰 거래소 + 몇개의 고래, 최악의 경우 B1(블록원) (이 나설 것입니다.)

I expect the process will take less than a week from start to liquid EOS flowing
이 투표는 시작후 일주일도 걸리지 않을 것으로 예상됩니다.

I don’t know enough to predict supply and demand. All I know is there are technologically limits for ram in a single machine that will cap ram supply inflation on a single machine.
나(댄)는 공급과 수요를 예언 할 수 없다. 내가 하는 것은 단일 기계(한 체인)에 램의 기술적 한계(최대한 느릴 수 있는 램 용량)가 있다는 것이고, 그것은 단일 기계에서 램 공급 증가(인플레이션)을 제한할 것입니다.

No. Delay is there to prevent double spending bandwidth
아니요. 락업기간(지연)은 대역폭을 더 사용하는(이중 지출, 즉 두번 사용하는) 것을 막기 위한 것입니다.

If we get to 100m users the account info will be about 0.75tb. At 8k per account
만약 사용자가 1억명이라면, 계정 정보는 약 0.75TB일 것이고, 계정당 약 8KB일 것입니다.

Q: BP가 램을 늘릴때 모든 BP들이 동시에 늘려야 합니까?
A: Not really 아닙니다.

Producers can look at rate of growth and everyone can upgrade gradually
BP들은 램의 필요한 정도를 알 수 있고 모든 BPemf이 점진적으로 (램을) 늘릴 수 있습니다.

Sort:  

감사합니다^^

Coin Marketplace

STEEM 0.35
TRX 0.12
JST 0.040
BTC 70455.47
ETH 3561.82
USDT 1.00
SBD 4.71