Replies: 28 comments 1 reply
-
Forgive my ignorance but isn't this question purely academic as of yesterday? |
Beta Was this translation helpful? Give feedback.
-
Maybe it is a bug ? |
Beta Was this translation helpful? Give feedback.
-
Its most likely a bug but what is the relevance after yesterdays merge? |
Beta Was this translation helpful? Give feedback.
-
Ah! Got it! :) |
Beta Was this translation helpful? Give feedback.
-
Ah ok. Will look into it in a bit. |
Beta Was this translation helpful? Give feedback.
-
Let me know if you need more info. |
Beta Was this translation helpful? Give feedback.
-
We also had an issue with miningcore when miningcore tried to pay miners more than the incoming balance in the base wallet. It is possible that this was an issue (behaviour) beacause of a little messy dev-setup and the back and forth trying to get things working. But it is very strange that miningcore are reporting reward: 5 when the ethereum pow block explorer says about 2 ether. Here is the link to the dev setup: http://miningpool.no:4000/api/pools/miningpool1/blocks UI is at http://miningpool.no/ You might want to look into this if this is related to the ethereum pow fork witch launches soon. |
Beta Was this translation helpful? Give feedback.
-
So it was an uncle identified as a full block? |
Beta Was this translation helpful? Give feedback.
-
I need to see the block explorer to be sure. https://iceberg.ethwscan.com/blocks But it is down at the moment. |
Beta Was this translation helpful? Give feedback.
-
Looks like the block explorer for the testnet is permanently down. It should be easy to reproduce. I can make a compact list of steps. |
Beta Was this translation helpful? Give feedback.
-
Block reward should be 2.00 ETHW. |
Beta Was this translation helpful? Give feedback.
-
Work Great here. Its actualy 2ethw +netfee so it can be higer and you have unicles that is less and orphan 0. |
Beta Was this translation helpful? Give feedback.
-
What coin are we actually talking about? |
Beta Was this translation helpful? Give feedback.
-
Ethereum POW (ETHPOW, ETHW) |
Beta Was this translation helpful? Give feedback.
-
So this is an issue about a coin that's not actually supported by MC? And you didn't even mention that? |
Beta Was this translation helpful? Give feedback.
-
Sorry. I should have. I thought the issue was I/O related between MC and Geth. |
Beta Was this translation helpful? Give feedback.
-
What was the solution for your issue?
What was it in your case? |
Beta Was this translation helpful? Give feedback.
-
Might be worth giving |
Beta Was this translation helpful? Give feedback.
-
Great! Thank you. |
Beta Was this translation helpful? Give feedback.
-
Any findings? |
Beta Was this translation helpful? Give feedback.
-
New server is up. But the blockchain is in "heal mode". |
Beta Was this translation helpful? Give feedback.
-
So? |
Beta Was this translation helpful? Give feedback.
-
Still "State heal in progress" |
Beta Was this translation helpful? Give feedback.
-
It really shouldn't take that long. I'd start over with a clean slate if I was you. |
Beta Was this translation helpful? Give feedback.
-
Ethw actualy takes manny manny hours to sync. |
Beta Was this translation helpful? Give feedback.
-
Hours? @binaryf posted his last update 7 days ago. |
Beta Was this translation helpful? Give feedback.
-
Yep. And state heal never completed due to too slow disk read and write operations. |
Beta Was this translation helpful? Give feedback.
-
I had better luck on my workstation at home, but it will be hard to find a block now at current difficulty |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Everything runs smoothly except "eth_sendTransaction".
According to https://github.com/oliverw/miningcore/wiki/Coin-Daemon-&-Wallet-RPC#ethereum
you can run go-ethereum (geth) with:
$ geth --cache 1024 --mine --http --http.port 8545 --unlock --password --allow-insecure-unlock
Mining works fine.
But after a mined block, I get an error when Miningcore should reward the miners on the pool.
Miningcore says "System.Exception: eth_sendTransaction returned error: invalid sender code -32000"
Geth says err="invalid sender"
I can transfere founds in the go-ethereum javasript console.
Have I forgot something here ?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mining and payment should work by following instructions or manual.
Screenshots
I can provide screenshot If needed, or any other information.
Maybe this is something that others also run into,
and can be fixed by providing a little more information.
Platform and software
Beta Was this translation helpful? Give feedback.
All reactions