Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zettelkasten - ZETTEL, coin with new hashalgo - CPU-mineable (for a while)
by
SpinningTruth
on 28/04/2018, 11:50:21 UTC
Hi Dev,

I'm installing wallet for linux in a fresh Ubuntu 16.04. When I click start mining in Mining tab, it will close immediately.

But if I start with "setgenerate true" in debug console it will running smooth. Is there some bug here?
It may be related to a setting in your ~/.zettelkasten/zettelkasten.conf file.  These are my mining-related settings:
Code:
gen=1
genproclimit=8
daemon=1
server=1
The qt wallet seems to initialize itself with this file. As you can see, I left the daemon settings in it when I switched to wallet mining but that doesn't seem to bother it.  It also responds to rpc calls if the appropriate rpc entries (rpcpassword=xxx , rpcuser=yyy) are there -- but I didn't notice whether they are required for the wallet.

edit: not the dev Tongue