ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
254 stars 88 forks source link

private network,execute genesis-private.json,miner_start success,but my coinbase address reward always 0 #59

Closed qq940043871 closed 6 years ago

qq940043871 commented 6 years ago

this is my genesis-private.json { "alloc": { }, "nonce": "0x0000000000000066", "difficulty": "0x100000", "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x7e228a32ceb9153b546ab3c97e9a76afcf7b54ca", "timestamp": "0x00", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "extraData": "0x0102abcd", "gasLimit": "0x1000000000", "config": { "chainId": 2018, "homesteadBlock": 0, "eip155Block": 0, "eip158Block": 0 } }

miner_start success: info========== Wow, block mined !!!: f90205f90200a0e2dadca9971054a74086e82b5786e56e12d00c8a3368156ab4a97a36217c7640a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347941ddda91d49bff7861f4074054e9f31aea99190b2a025a05fa22915a92ff7fcf6e20ef3bd6037deac056b0ebdcfba0464802e1a9fdba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000082020082752b871388000000000080845a982020840102abcda04f77a034970b3a30821d1e5f3e4334b92f7dc8fd5ce18e9241ff306418905c9388f2c270c5197ee187c0c0 BlockData [ hash=cd55553f2ed0552cbe91c335060457e9eb7079df52818a9b42ce93de51f11a8a hash=cd55553f2ed0552cbe91c335060457e9eb7079df52818a9b42ce93de51f11a8a parentHash=e2dadca9971054a74086e82b5786e56e12d00c8a3368156ab4a97a36217c7640 unclesHash=1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 coinbase=7e228a32ceb9153b546ab3c97e9a76afcf7b54ca stateRoot=25a05fa22915a92ff7fcf6e20ef3bd6037deac056b0ebdcfba0464802e1a9fdb txTrieHash=56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 receiptsTrieHash=56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 difficulty=100000 number=29995 gasLimit=1000000000 gasUsed=0 timestamp=1519919136 (2018.03.01 23:45:36) extraData=0102abcd mixHash=4f77a034970b3a30821d1e5f3e4334b92f7dc8fd5ce18e9241ff306418905c93 nonce=f2c270c5197ee187 Uncles [] Txs [] ]

but my address 7e228a32ceb9153b546ab3c97e9a76afcf7b54ca balance always 0

please help me ! thanks very much!

zilm13 commented 6 years ago

@qq940043871 have you tried to get balance with eth_getBalance? https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getbalance from Terminal or RPC. Why do you think that your balance is 0, do you see it on the Wallet page only?

zilm13 commented 6 years ago

Tried it with default private.conf, works like a charm. Could you provide your config and Harmony start command, please.

zilm13 commented 6 years ago

@qq940043871 is it still actual?

qq940043871 commented 6 years ago

i am sorry . i test ethereum use geth.

qq940043871 commented 6 years ago

and then it works well