Pages:
Author

Topic: [ANN] [MEC] MEGACOIN - New Release Core 0.15.0.2 - Mandatory Update!!! - page 3. (Read 30207 times)

newbie
Activity: 39
Merit: 0
any pool?
can i use cpuminer opt?
copper member
Activity: 2324
Merit: 1348

Is there any interest in resurrecting the old Megacoin android app by Hash Engineering?

Does anyone have any coins that are stuck in that app that need to be retrieved?

According to my records, there are 15 people with this app still installed.

That is still welcome  Smiley



MEC has masternodes?
Canz you verify this fact?
 Huh

Otherwise MEC has excellent specs/history/up-datecode Kiss

You can check here the release notes or the masternode guide in the wiki section.

https://www.reddit.com/r/megacoinmec/
copper member
Activity: 2324
Merit: 1348
Is there any interest in resurrecting the old Megacoin android app by Hash Engineering?

Does anyone have any coins that are stuck in that app that need to be retrieved?

According to my records, there are 15 people with this app still installed.

That is still welcome  Smiley

sr. member
Activity: 1246
Merit: 257
MEC has masternodes?
Canz you verify this fact?
 Huh

Otherwise MEC has excellent specs/history/up-datecode Kiss
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
Is there any interest in resurrecting the old Megacoin android app by Hash Engineering?

Does anyone have any coins that are stuck in that app that need to be retrieved?

According to my records, there are 15 people with this app still installed.
copper member
Activity: 2324
Merit: 1348
Megacoin - Around the World!



https://github.com/LIMXTEC/Megacoin/releases

A new Version from Megacoin is online. Please update asap!

Version 1.9.9.2 create now Legacy addresse by default and fix some problems with mnsync.
Please do not send Coins to a Segwit address. (Prefix 3...).

Best Regards Chris
newbie
Activity: 39
Merit: 0

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.
you can run the daemon.
If you want to use the qt wallet while mining, just clone the blockchain ($HOME/.megacoin ) from qt wallet to a different directory (wallet sould stopped when copy!)
no need to copy the wallet.dat if you use disablewallet in daemon.
run it:

Code:
./megacoind -datadir=/cloneddirpath -listen=0  -disablewallet -rpcthreads=XXXX
XXX = number of your cpus + 2

choose an address from qt wallet, and start mining to that:

Code:
./megacoin-cli -datadir=/cloneddirpath generatetoaddress 99999 YOURADDRESS 300000000

each calls "eat" one rpc threads, so use multiple times (=your cpu count)

you can control the daemon with last two rpc thread. (getnetworkhash, getmininginfo,  stop)

you can start the qt wallet, and watch for your blocks.



Thanks for the info. It works now.
copper member
Activity: 2324
Merit: 1348
hero member
Activity: 525
Merit: 531

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.
you can run the daemon.
If you want to use the qt wallet while mining, just clone the blockchain ($HOME/.megacoin ) from qt wallet to a different directory (wallet sould stopped when copy!)
no need to copy the wallet.dat if you use disablewallet in daemon.
run it:

Code:
./megacoind -datadir=/cloneddirpath -listen=0  -disablewallet -rpcthreads=XXXX
XXX = number of your cpus + 2

choose an address from qt wallet, and start mining to that:

Code:
./megacoin-cli -datadir=/cloneddirpath generatetoaddress 99999 YOURADDRESS 300000000

each calls "eat" one rpc threads, so use multiple times (=your cpu count)

you can control the daemon with last two rpc thread. (getnetworkhash, getmininginfo,  stop)

you can start the qt wallet, and watch for your blocks.

copper member
Activity: 2324
Merit: 1348
I also haven't been able to get mining to work so far. When I start mining via the command generate 14 -1 the QT Wallet uses 1 Thread but that's it. Unfortunately from that moment the debug console doesn't react to other commands anymore. Also I haven't found any command to stop mining.

I also had the problem, that I didn't have an address and also couldn't create one via the GUI. I could create one via the debug console with the command getnewaddress label. I had to set the label as the new address didn't show up without one.

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.

If the wallet does mining then is nothing more possible.

Ok, if the mining is single threaded that's just the way it is.

But what about the part, that the debug console doesn't react to commands anymore and how can I stop mining?

You can only stop if all blocks created or you use "STGR + ALT + ENF".
newbie
Activity: 39
Merit: 0
I also haven't been able to get mining to work so far. When I start mining via the command generate 14 -1 the QT Wallet uses 1 Thread but that's it. Unfortunately from that moment the debug console doesn't react to other commands anymore. Also I haven't found any command to stop mining.

I also had the problem, that I didn't have an address and also couldn't create one via the GUI. I could create one via the debug console with the command getnewaddress label. I had to set the label as the new address didn't show up without one.

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.

If the wallet does mining then is nothing more possible.

Ok, if the mining is single threaded that's just the way it is.

But what about the part, that the debug console doesn't react to commands anymore and how can I stop mining?
copper member
Activity: 2324
Merit: 1348
I also haven't been able to get mining to work so far. When I start mining via the command generate 14 -1 the QT Wallet uses 1 Thread but that's it. Unfortunately from that moment the debug console doesn't react to other commands anymore. Also I haven't found any command to stop mining.

I also had the problem, that I didn't have an address and also couldn't create one via the GUI. I could create one via the debug console with the command getnewaddress label. I had to set the label as the new address didn't show up without one.

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.

If the wallet does mining then is nothing more possible.
newbie
Activity: 39
Merit: 0
I also haven't been able to get mining to work so far. When I start mining via the command generate 14 -1 the QT Wallet uses 1 Thread but that's it. Unfortunately from that moment the debug console doesn't react to other commands anymore. Also I haven't found any command to stop mining.

I also had the problem, that I didn't have an address and also couldn't create one via the GUI. I could create one via the debug console with the command getnewaddress label. I had to set the label as the new address didn't show up without one.

This is a new install of MegaCoin on Windows 10 64.

Edit:
I just got some MEC. So the mining part does work but it seems to be only single threaded.
newbie
Activity: 39
Merit: 0
how to check personal hashrate?
my wallet running from 2 hrs not received any coin
i have run cmd generate 1 -1
copper member
Activity: 2324
Merit: 1348
How to mine, is there software?

You can enter "generate x -1" in the debug console. x= amount of blocks
member
Activity: 167
Merit: 10
How to mine, is there software?
copper member
Activity: 2324
Merit: 1348
The Fork goes online by...

GMT: Tuesday, 2. June 2020 20:57:43

The first block is possible some hour later.





New Algo is now online. Happy CPU Mining now  Smiley
copper member
Activity: 2324
Merit: 1348
The Fork goes online by...

GMT: Tuesday, 2. June 2020 20:57:43

The first block is possible some hour later.

legendary
Activity: 3486
Merit: 1126
Why are there no pools using the latest version?

https://miningpoolstats.stream/megacoin

and only 1 address mining on latest?

https://chainz.cryptoid.info/mec/#!extraction
Pages:
Jump to: