Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HUC] Huntercoin -Huntercoin.org - UPDATE NOW 1.04 - Fix Pending Tx
by
liqbit
on 09/02/2014, 09:49:43 UTC
I edited it to work with huntercoin, only when i was runnning it i got exeption erro bcuz of height..
I contacted dev of p2pool to sort this out, seems huntercoin is using older bitcoin version and does not have a height field.
The dev told me that i have to look into merged mining, huntercoin supports this and it also fixes the height problem..
To be continued...

Yes, looks like, I also get the same exception:
04:47:19.131027 >     work['height'] = (yield bitcoind.rpc_getblock(work['previousblockhash']))['height'] + 1
04:47:19.131061 > exceptions.KeyError: 'height'
And I have no idea how to fix it.