Skip to content

说一个我会用的保存账号的方式 #10

@haigendong

Description

@haigendong

1.用web3.js 里的web3.eth.accounts.create() 本地生成账号,不要用小狐狸生成,小狐狸的助记词一旦泄露,所有账号都完了
2.gitee 和 github分别建两个私有仓库,把第一步中新建的账号地址和私钥提交到gitee , 记得把私钥中间多打一些特殊字符分割一下,push ,记住这次的commmit id , 紧接着,立刻删除账号信息,再次push。
3. 把commit id 保存到github的私有账户内。
用这个方式保存账号被盗概率很低,成本也不高,也不复杂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions