Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
Anthbs
on 25/09/2016, 00:12:44 UTC
Code:
ThreadRPCServer method=submitblock                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                        
******* exception encountered *******                                                                                                                                                                                                                                                                                                                    
./veriumd[0x53384c]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x424cdb]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x4793fb]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x49ba1b]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x4f061e]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x4b4032]                                                                                                                                                                                                                                                                                                                                      
./veriumd[0x4b76a0]                                                                                                                                                                                                                                                                                                                                      
/usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0(+0xba4a)[0x7f929485ba4a]                                                                                                                                                                                                                                                                            
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8184)[0x7f9293a20184]                                                                                                                                                                                                                                                                                          
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f9292f2237d]                      

Anyone has such errors?
I get those on 2 instances, possibly when block is found?


So it seems linux wallet compiled from source (on few machines, different versions) gives exception when one and only thing you have installed it for happens - it finds block.

Any help with that? :-(

I can't tell from what you posted cause there's usually another error just above the method=submitblock line which says which part of the submission failed.
There's the first tx must contain coinbase error which is solved by setting the coin to a proof of stake hybrid in coinium.

There's also another issue where once you do submit a block it will get checked for status change every so often which can crash the wallet.
So I had to stop the blocks from being checked for their pending status till i knew they should be confirmed otherwise the wallet just crashed.
That's why blocks take 102 blocks to confirm on vrm.cpuminers.com and orphan's don't show till then either.

I added you to slack so message me on there if you need more info Smiley