# ethDBserver **Repository Path**: Wallets/ethDBserver ## Basic Information - **Project Name**: ethDBserver - **Description**: 将以太坊的block、transactions、logs 等数据写入数据库,为blockchain browser 提供数据查询的服务 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-14 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TokenWallet #### 项目介绍 基于以太坊的ERC20 代币钱包 #### 软件架构 软件架构说明 #### 安装教程 ---node1 1.geth --datadir "E:\martin\chain\0627" account new 2.geth --datadir "E:\martin\chain\0627" init "E:\\martin\\chain\\0627\\genesis.json" 3.geth --datadir "E:\martin\chain\0627" --ethash.dagdir="E:\martin\chain\0627" --port=30305 --ws --wsaddr="localhost" --wsport=8546 --wsapi="eth,web3,personal,admin,net" --wsorigins "*" --networkid=973 --unlock 0,1 --mine --etherbase="0x36215Da2830dE0063e3f6B42a66a21084426cC17" --minerthreads=2 --targetgaslimit=999999999999999999 --nodiscover --identity=node2 console 4.geth --datadir "E:\martin\chain\0627" --ethash.dagdir="E:\martin\chain\0627" --port=30305 --ws --wsaddr="localhost" --wsport=8546 --wsapi="eth,web3,personal,admin,net" --wsorigins "*" --networkid=973 --unlock 0,1 --mine --etherbase="0x36215da2830de0063e3f6b42a66a21084426cc17" --minerthreads=2 --targetgaslimit 4712388 -gasprice 4000000000 --nodiscover --identity=node2 console 5.geth --datadir "E:\martin\chain\0627" --ethash.dagdir="E:\martin\chain\0627" --port=30305 --rpc --rpcaddr "localhost" --rpcport=8203 --rpccorsdomain='*' --rpcapi "eth,web3,personal,admin,net" --networkid=973 --unlock=0,1 --mine --minerthreads=2 --etherbase=0x36215Da2830dE0063e3f6B42a66a21084426cC17 --gasprice=0 --verbosity 3 --nodiscover console 6.enode://f9d22057562ee881d91b0701152a20184707e75af30c40a11d36d4f4f084b3e959c89bf567c469f5c69181f41a7f2e87ff8192ec143414abe06d4ac4da2959d2@[::]:30305?discport=0 ---node2 7.geth --datadir "E:\martin\chain\0702" account new 8.geth --datadir "E:\martin\chain\0702" init "E:\\martin\\chain\\0702\\genesis.json" 9.geth --datadir "E:\martin\chain\0702" --ethash.dagdir="E:\martin\chain\0702" --port=30306 --ws --wsaddr="localhost" --wsport=8547 --wsapi="eth,web3,personal,admin,net" --wsorigins "*" --networkid=973 --unlock 0,1 --mine --etherbase="0x36215Da2830dE0063e3f6B42a66a21084426cC17" --minerthreads=2 --targetgaslimit=999999999999999999 --ipcdisable --nodiscover console 10.geth --datadir "E:\martin\chain\0702" --ethash.dagdir="E:\martin\chain\0702" --port=30306 --rpc --rpcaddr "localhost" --rpcport=8204 --rpccorsdomain='*' --rpcapi "eth,web3,personal,admin,net" --networkid=973 --unlock=0,1 --mine --minerthreads=2 --etherbase=0x36215Da2830dE0063e3f6B42a66a21084426cC17 --gasprice=0 --verbosity 3 --ipcdisable --nodiscover console #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)