Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
haigendong opened this issue Apr 16, 2022 · 2 comments
Open

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

haigendong opened this issue Apr 16, 2022 · 2 comments

Comments

@haigendong
Copy link

haigendong commented Apr 16, 2022

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

@evilcos
Copy link
Member

evilcos commented Apr 16, 2022

真极客,哈哈。

@hscspring
Copy link

全部看完了,方法都挺好的,就是比较麻烦。😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants