0
1
Good morning, I need help !! I have cloned other coins (scrypt and SHA256), but I found a big problem with the DASH CLONE. After having completed the DASHCLONE project. When I can not do the genesis block (tried with QT and tried with daemon) it does not mine .........! getgenerate = true, but do not mine! the log writes this:
CMasternodeSync::ProcessTick -- nTick 1189 nRequestedMasternodeAssets 0 nRequestedMasternodeAttempt 0 nSyncProgress -0.250000
Thank you









ho già ammassato il litecoin e generato i primi blocchi con comando cli generate 1 (per esempio). Unfortunately with Dash, when you enter: setgenerate true, the response is: getgenerate true, but really do not mining – Omar Baruzzo – 2018-06-14T15:19:47.000
Oh I see what you're saying, yeah I have had that same issue. I believe the setgenerate config option is deprecated, so you have to use the cli generate nblocks or use mining software like cpuminer/gpuminer/cgminer etc. – apt-getschwifty – 2018-06-14T20:50:53.087
yes, it's deprecated. but you can not even use generate nblocks because it is disabled. if you change the variable fMineBlocksOnDemand = true, you can use the generate nblocks command, but the qt or the daemon crash. You can not use ccminer, cgminer etc., because the wallet is not synchronized to the network.
That is the question.. – Omar Baruzzo – 2018-06-15T09:27:14.133
How many nodes do you have running the client..? – apt-getschwifty – 2018-06-15T23:57:03.043
only 2 nodes... but in scrypt i havent problems with one node too – Omar Baruzzo – 2018-06-19T09:24:27.010
My recommendation would be to add more nodes, or to start over and ensure you maintain at least a single node with the entire blockchain. As long as you do that and maintain consensus across your other nodes, synchronization should be automatic. – apt-getschwifty – 2018-06-20T17:45:22.357
I tried to do that too. I created the coin clone from the Dash. I tried to put 3 knots in sync with each other. unfortunately nothing. it does not mine – Omar Baruzzo – 2018-06-21T11:34:00.513
Doesn't mine with the generate command? or an external miner? What command specifically are you using. You normally can't mine blocks that will be accepted by an external miner until the coinbase height is at least around 20, and depending on your hardware you may need to be patient while the generate command works. – apt-getschwifty – 2018-06-22T00:18:30.497
generate = 1 is deprecated, it does not work in Dash.
try using whatevercoin-cli generate 1 99999999, your right, external miners won't work without synchronization but you should be able to generate a block from within the core regardless, so long as the core runs without error. – apt-getschwifty – 2018-06-22T22:54:57.213