Post
Topic
Re: [ANN] Binarium is the cryptocurrency protected from ASICs and oriented on games
by
northfly
on 09/09/2018, 22:54:54 UTC
Hey guys!
So, if the generate = false, as it shows, shouldnt it be true to mine/generate coins??
A bit confused here...
MAybe someone can help me.

Her is my:

getminiginfo

{
  "blocks": 126073,
  "currentblocksize": 0,
  "currentblocktx": 0,
  "difficulty": 0.9491498421342294,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 21522022.95000797,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "generate": true
}


getmininginfo

06:02:22

{
  "blocks": 63176,
  "currentblocksize": 7488,
  "currentblocktx": 1,
  "difficulty": 0.152792511336745,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 3923813.36053954,
  "pooledtx": 1,
  "testnet": false,
  "chain": "main",
  "generate": false
}


Is my wallet mining right?

Green light: Mining: 14908

Yes, your wallet is mining right. We made "Enable mining" option, wallet mines, if it is enabled or if gen=1 config option is set in binarium.conf file or in command-line parameters.