moopless

Results 46 comments of moopless

Try the _PoS_ branch that I just committed. I think the changes that you were implementing were conflicting with what we had already done. We did not need to merge...

@obigal good work! 1. Found that one out the hard way :+1: . I updated the error messages to indicate that the CENTRAL_WALLET needs to be the pubkey. You can...

@feeleep75 Thanks! let me know what you find. I just pushed 15296fd for the patch I put in above. Let me know if the blocks are getting tagged correctly. When...

So here is another potential patch. Make sure that your branch is using submitblock and not getworktemplate. --- a/lib/bitcoin_rpc.py +++ b/lib/bitcoin_rpc.py @@ -45,7 +45,7 @@ class BitcoinRPC(object): #resp = (yield...

Thanks @obigal and @feeleep75. Can you confirm what branch/patches you are on? I just pushed a fix for _submitblock_ to all branches. Do PoS coins fail when block confirmation is...

Anyone have the link for cosmoscoin? I'll see what needs to be done to the header to submit it.