What about the .conf file? Why it isn't included by default? What should I put inside the memorycoin.conf file that I have to create anyway?
Also, how do I set that the mined coins go to a certain address? I dont want to be mining and find out they aren't getting into my address
I have the exact same question please !
Actually I've never used a .conf file
Mined rewards will go to your main wallet address.
Then why im not having seeing any coins?
{
"blocks" : 44,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000099,
"errors" : "",
"generate" : false,
"genproclimit" : 4,
"hashespermin" : 0.44342621,
"pooledtx" : 0,
"testnet" : false
}
How do I see if im mined something or not? Is that allright or something is wrong? why is generate set to false? please help
When you mine a block it will appear under the "recent transactions" on the right with the time amount and address.
Why does my "generate" say false but everyone else says true? what does this mean.
Also, why is this so slow if we are mining right at the begining? No one has a single MMC yet not even unconfirmed
if you looked. There have been people that have mined. Like the post above yours...just has a loooooong time to find a block.
That still doesnt answer what generate is and why mine says false?
Did you do Settings -> Mine _ Processes yet?
It will be at 0.000000 hashespermin for a couple minutes then it should update.
Yes, im mining already, look at the hash rate

{
"blocks" : 46,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000154,
"errors" : "",
"generate" : false,
"genproclimit" : 4,
"hashespermin" : 0.44859478,
"pooledtx" : 0,
"testnet" : false
}
But generate says false for some reason, I dont know what that means but everyone else has "true" on it
Not sure what it really means either. But I think you can change it to true just by doing "setgenerate true"
Can anyone answer this?
Here is how you get the memorycoin.conf file to work in the correct directory on Windows 7...
Go to C:\Users\
-This is the location that is where the memorycoin.conf file should be saved (keep in mind we are not saving this as a memorycoin.conf.txt - you will need to open in text editor/notepad and save as then choose "all files" in the drop down and save it as "memorycoin.conf")
Right-click -> New Text Document -> Save as memorycoin.conf
Edit this file and paste the following:
rpcuser=username
rpcpassword=password
rpcport=1966
rpcallow=127.0.0.1
server=1
addnode=180.183.156.250:1968
addnode=76.24.94.154:1968
addnode=62.43.2.239:1968
addnode=82.52.177.81:1968
addnode=84.249.109.128:1968
addnode=78.239.107.25:49568
addnode=90.231.187.171:50251
addnode=70.112.30.253:26959
addnode=74.88.177.35:16511
addnode=54.200.207.220:49260
addnode=193.92.140.209:51570
addnode=95.89.105.134:1968
addnode=79.3.168.143:1968
addnode=91.157.155.98:1968
addnode=78.239.107.25:1968
addnode=87.49.126.92:1968
addnode=94.122.229.201:1968
addnode=94.3.149.107:1968
gen=1
Relaunch your memorycoin-qt client. Mine is currently connecting from the computer I am typing on but on my second pc it is still stuck with bouncing 1 and 0 network connections. (I am going to try the config file there as well to confirm)
Tips - MSVGgt48rebAAiimK6D7fvtZmmtZVoL6Dc
For some reason when I did this I get a runtime error when I try to open memorycoin client again. I delete the conf file and it works again. Wtf??