EIP-600: Ethereum purpose allocation for Deterministic Wallets Source

作者 Nick Johnson, Micah Zoltu
讨论-To https://ethereum-magicians.org/t/eip-erc-app-keys-application-specific-wallet-accounts/2742
状态 Final
类型 Standards Track
分类 ERC
创建日期 2017-04-13
英文版 https://eips.ethereum.org/EIPS/eip-600

摘要

This EIP defines a logical hierarchy for deterministic wallets based on BIP32, the purpose scheme defined in BIP43 and this proposed change to BIP43.

This EIP is a particular application of BIP43.

动机

Because Ethereum is based on account balances rather than UTXO, the hierarchy defined by BIP44 is poorly suited. As a result, several competing derivation path strategies have sprung up for deterministic wallets, resulting in inter-client incompatibility. This BIP seeks to provide a path to standardise this in a fashion better suited to Ethereum’s unique requirements.

规范

We define the following 2 levels in BIP32 path:

m / purpose' / subpurpose' / EIP'

Apostrophe in the path indicates that BIP32 hardened derivation is used.

Each level has a special meaning, described in the chapters below.

Purpose

Purpose is set to 43, as documented in this proposed change to BIP43.

The purpose field indicates that this path is for a non-bitcoin cryptocurrency.

Hardened derivation is used at this level.

Subpurpose

Subpurpose is set to 60, the SLIP-44 code for Ethereum.

Hardened derivation is used at this level.

EIP

EIP is set to the EIP number specifying the remainder of the BIP32 derivation path. This permits new Ethereum-focused applications of deterministic wallets without needing to interface with the BIP process.

Hardened derivation is used at this level.

基本原理

The existing convention is to use the ‘Ethereum’ coin type, leading to paths starting with m/44'/60'/*. Because this still assumes a UTXO-based coin, we contend that this is a poor fit, resulting in standardisation, usability, and security compromises. As a result, we are making the above proposal to define an entirely new hierarchy for Ethereum-based chains.

向后兼容性

The introduction of another derivation path requires existing software to add support for this scheme in addition to any existing schemes. Given the already confused nature of wallet derivation paths in Ethereum, we anticipate this will cause relatively little additional disruption, and has the potential to improve matters significantly in the long run.

测试用例

TBD

实现

None yet.

References

This discussion on derivation paths

版权声明

Copyright and related rights waived via CC0.

参考文献

Please cite this document as:

Nick Johnson, Micah Zoltu, "EIP-600: Ethereum purpose allocation for Deterministic Wallets," Ethereum Improvement Proposals, no. 600, April 2017. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-600.