Thanks - whats your source? I cannot find any info on the Emercoin website.
I'm on the team, it will be posted to the site shortly. Keep an eye out for it. Also feel free to follow the link in the release and see it for yourself on the marketplace!
how to mined it
I founded it
MINING GUIDE POW
Emercoin Proof-of-Work Guide
You can mine EMC using SHA-256 ASIC miners in Proof-of-Work (POW) mining pools or in solo mode. Note that mining Emercoin with CPU or GPU is no longer viable since the introduction of ASICs.
Mining with a pool (for hashpower 10-500 Gh)
Sign up for the pool : pool.emercoin.com
Then go to the tab : My Account \ My Workers
There will already have been created default "UserName.1" and password - "x".
Optionally you can create some more usernames and passwords (do not forget to click the "Update" button)
Now your mining program needs to be registered for details:
Pool address: pool.emercoin.com
Pool port: 3333
Worker Name: UserName.1 (or as created during pool setup)
Password: x (or as created during pool setup)
The example of the command line to run cgminer:
cgminer-o pool.emercoin.com:3333 -u User.1-p x
If everything is ok then after a while you will see in the statistics window your username, the power of your miner and the number of mined coins.
Mining in solo mode (for high-power ASIC 500-3000 Gh)
Mining solo will allow you to get entire reward for the block and to help the Emercoin network become more distributed.
Create and place an emercoin.conf file in C:\Users\\AppData\Roaming\Emercoin with the following contents:
server=1
rpcuser=your-random-rpcuser
rpcpassword=your-random-rpcpassword
rpcallowip = 127.0.0.1
rpcallowip = 192.168.0.* # The address of your miner
rpcport = 8344
For cgminer you could use the following .bat file to run your miner:
cgminer-o 127.0.0.1:8344 -u name -p pass
http://emercoin.com/MINING_GUIDE_POW