We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.用web3.js 里的web3.eth.accounts.create() 本地生成账号,不要用小狐狸生成,小狐狸的助记词一旦泄露,所有账号都完了 2.gitee 和 github分别建两个私有仓库,把第一步中新建的账号地址和私钥提交到gitee , 记得把私钥中间多打一些特殊字符分割一下,push ,记住这次的commmit id , 紧接着,立刻删除账号信息,再次push。 3. 把commit id 保存到github的私有账户内。 用这个方式保存账号被盗概率很低,成本也不高,也不复杂
The text was updated successfully, but these errors were encountered:
真极客,哈哈。
Sorry, something went wrong.
全部看完了,方法都挺好的,就是比较麻烦。😁
No branches or pull requests
1.用web3.js 里的web3.eth.accounts.create() 本地生成账号,不要用小狐狸生成,小狐狸的助记词一旦泄露,所有账号都完了
2.gitee 和 github分别建两个私有仓库,把第一步中新建的账号地址和私钥提交到gitee , 记得把私钥中间多打一些特殊字符分割一下,push ,记住这次的commmit id , 紧接着,立刻删除账号信息,再次push。
3. 把commit id 保存到github的私有账户内。
用这个方式保存账号被盗概率很低,成本也不高,也不复杂
The text was updated successfully, but these errors were encountered: