[privatenet send not confirm]

windowz1windowz1 Member Posts: 8
edited October 2016 in Geth - Go Implementation
I was on testing private net but there occur send confirm problem without "--mine" option.

First node:
$ geth --nodiscover --mine
First node completed generation DAG 100% and started cpu mining.

Second node
$ geth --nodicover

Second node sync started and import blocks.

At first node, i send ethers to second node account by console and i can see it on second node console.
At second node, i send ethers to first node account by console and i cannot see it on first node console.

I restart Second node
$ geth --nodicover --mine

Second node sync started and import blocks.

At first node, i send ethers to second node account by console and i can see it on second node console.
At second node, i send ethers to first node account by console and i can see it on first node console.

It seems tome that with mining i can send and receive confirm.

With Mist, same occurs.

Why this?

Using htop on first node, i can check heavy load on first system, almostly 100% cpu load.

***Curently, i could not restart first node because others are testing.


Answers

Sign In or Register to comment.