Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while fetching TX receipt #342

Open
jrischma opened this issue May 24, 2018 · 12 comments
Open

Error while fetching TX receipt #342

jrischma opened this issue May 24, 2018 · 12 comments

Comments

@jrischma
Copy link

jrischma commented May 24, 2018

System information

Geth version: Parity

Redis version: Redis server v=4.0.9 sha=00000000:0 malloc=jemalloc-4.0.3 bits=64 build=a646f7df284ad47

OS & Version: Linux 16.04.4

2018/05/24 00:08:58 Failed to unlock blocks: Error while fetching TX receipt: malformed used gas: 0x5258
2018/05/24 00:08:58 Unlocking suspended due to last critical error: Error while fetching TX receipt: malformed used gas: 0x5258

Hi, i receive that error on unlocker / payout

"unlocker": {
	"enabled": true,
	"poolFee": 0,
	"poolFeeAddress": "",
	"depth": 120,
	"immatureDepth": 20,
	"keepTxFees": false,
	"interval": "10m",
	"daemon": "http://127.0.0.1:8545",
	"timeout": "10s"
},

"payouts": {
	"enabled": true,
	"requirePeers": 5,
	"interval": "120m",
	"daemon": "http://127.0.0.1:8545",
	"timeout": "10s",
	"address": "0xef339dedeb0c.......",
	"gas": "21000",
	"gasPrice": "50000000000",
	"autoGas": true,
	"threshold": 500000000,
	"bgsave": false
},

2018/05/24 00:08:58 Failed to unlock blocks: Error while fetching TX receipt: malformed used gas: 0x5258
2018/05/24 00:08:58 Unlocking suspended due to last critical error: Error while fetching TX receipt: malformed used gas: 0x5258

thanks

@rlinxy
Copy link

rlinxy commented Jun 23, 2018

I got the same problem, did you fix it?

@ruzmat
Copy link

ruzmat commented Aug 12, 2018

Hi,
Have you fix the problem?

@mikeyb
Copy link

mikeyb commented Aug 12, 2018

FIX: stop using parity on master branch

@ruzmat
Copy link

ruzmat commented Aug 12, 2018

geth version v5.5.1-8a3bc2d

@ruzmat
Copy link

ruzmat commented Aug 13, 2018

I cleaned the radis, and found a new block,
this block was successfully unlocked, but the second block is also not unlocked.

Unlocking suspended due to last critical error: Error while fetching TX receipt: malformed used gas: 0x5258

@13werwolf13
Copy link

13werwolf13 commented Oct 29, 2018

we have the same problem, we cannot find solutions on our own

@ruzmat Did you manage to find a solution?

sorry for my english

@Devkon69
Copy link

Sorry but what version of parity geth should i use???

@hackmod
Copy link

hackmod commented Nov 30, 2018

parity is recommended by maintainer but the latest geth v1.8.17 also work

  • geth above v1.8.17 (extended eth_getWork) for ethereum.
  • recent stable parity

@Devkon69
Copy link

Devkon69 commented Nov 30, 2018 via email

@Devkon69
Copy link

I have to clean redis after update to parity or not??

@malefol7
Copy link

same problem:
Failed to unlock blocks: Error while fetching TX receipt: malformed used gas: 0x5208 (21000)
Unlocking suspended due to last critical error: Error while fetching TX receipt: malformed used gas: 0x5208

use:Parity-Ethereum/v2.1.10-stable and open-ethereumclassic-pool

the problem seems to be on the calculation of the gas used in the unlock.go file on the function
func (u *BlockUnlocker) getExtraRewardForTx(block *rpc.GetBlockReply) (*big.Int, error) {

I'm not an expert on go, but the result of the calculation of gasUsed seems to be wrong.

someone would know how to help!

@Devkon69
Copy link

Devkon69 commented Dec 16, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants