kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Genesis validator not starting validation #825

Open acroca opened 5 years ago

acroca commented 5 years ago

I'm running a private network locally and every now and then (no apparent reason) the genesis validator refuses to start validating. I attach the logs:

logs.gz

When I run eth in its console I get the following:

{
  accounts: ["0x2429f4aa5cf9d23fea0961780ffb4ff8916a26a0"],
  blockNumber: 0,
  coinbase: "0x2429f4aa5cf9d23fea0961780ffb4ff8916a26a0",
  compile: {
    lll: function(),
    serpent: function(),
    solidity: function()
  },
  defaultAccount: undefined,
  defaultBlock: "latest",
  gasPrice: 1,
  hashrate: undefined,
  mining: undefined,
  pendingTransactions: [{
      blockHash: null,
      blockNumber: null,
      from: "0x2429f4aa5cf9d23fea0961780ffb4ff8916a26a0",
      gas: 90000,
      gasPrice: 1,
      hash: "0x67346d5b278b7ba789527f74acd3f744d87253e667ccdb1dade5df5a767df45a",
      input: "0x",
      nonce: 0,
      r: "0x93b4a3638e6f457f8771d306df9ef1dc364b9c1a3da4ddf25b931b8ec3584ccb",
      s: "0x263a054055f6732ba1439e6debfd6c63e2c65e375aa18f9d502cd0a04c52bf91",
      to: "0x259be75d96876f2ada3d202722523e9cd4dd917d",
      transactionIndex: 0,
      v: "0x27",
      value: 1
  }],
  protocolVersion: "0x1",
  syncing: false,
  ..........
}

/cc @rgeraldes @JekaMas

acroca commented 5 years ago

There's already another node in the same network before I trigger the genesis validation. Maybe this is the reason?