Author

Topic: [EMC] EMERCOIN — Blockchain Service Platform. PoS&PoW | BTC merge-mined - page 109. (Read 393674 times)

legendary
Activity: 1792
Merit: 1008
/dev/null
Here we go, a block explorer Smiley
Emercoin Block Explorer

Please send coins to EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF Smiley
hero member
Activity: 535
Merit: 501
EMC
Emerfor.org service is available again.
sr. member
Activity: 458
Merit: 250
Unfortunately, the service Emerfor.org is temporarily stopped.

I saw this and knew you were likely to shut it down. The little notes seemed quite humorous at first but the vandal showed no sign of stopping.

Hope the captcha will help as it's great to see this service!

hero member
Activity: 535
Merit: 501
EMC
Unfortunately, the service Emerfor.org is temporarily stopped.
The reason - there was one too crafty fellow, who decided to pick up all the coins by changing your IP address and substituting new EMC. He pickup about 400 coins, he went into a rage and using vulnerability - began to vandalize.

Because of this, the following will have to enter a captcha soon.

But there is good news - unknown sponsor deposited balance service on another 1000 + EMC
hero member
Activity: 535
Merit: 501
EMC
Introducing the new service - Emerfor.org
While this prototype distributes 10 EMC anyone who comes with a unique address IP.
But the main idea - sponsoring the project Folding @ Home using a crypto-currency.
full member
Activity: 164
Merit: 100
is there any exchange for this coin?
not yet but soon will be
the hash rate is growing very fast
newbie
Activity: 48
Merit: 0
is there any exchange for this coin?
sr. member
Activity: 420
Merit: 250
wtf, no debug window?
newbie
Activity: 34
Merit: 0

Can anybody help?

Cheers

Mining for most coins is fairly much the same, so your problem doesn't appear to be specific to Emercoin.

Did you just put -u MyUser.1 -p MyPassword or did you actually set up a worker on the pool website first and put your worker's name and pass when you start cgminer?

I have not used the pool.emercoin.com, but perhaps you need to set up a "worker" on that pool, then the name and password for the worker that you set up.

If that isn't the problem, and you're new to mining, then I'd suggest trying to mine solo to confirm things are working before directing your hash power to a pool.

Hoping a more experienced user will answer, if you can't solve your issue soon.

I think Emercoin is a good one to mine, especially if you are new Smiley



Hi MessyCoin and thanks for your reply.  Smiley

I have a worker already set up in pool.emercoin.com.

In cgminer in I put the url = pool.emercoin.com and in the user field  - my username and the pool.emercoin.com password in the password field.

Perhaps I should try with your suggestion of putting my worker name and password instead....(as you suggest)

Anyway, I will try it and see if it works.

Am I right in assuming that port 3333 is the only port I can use with pool.emercoin.com?

Thanks again
sr. member
Activity: 458
Merit: 250

Can anybody help?

Cheers

Mining for most coins is fairly much the same, so your problem doesn't appear to be specific to Emercoin.

Did you just put -u MyUser.1 -p MyPassword or did you actually set up a worker on the pool website first and put your worker's name and pass when you start cgminer?

I have not used the pool.emercoin.com, but perhaps you need to set up a "worker" on that pool, then the name and password for the worker that you set up.

If that isn't the problem, and you're new to mining, then I'd suggest trying to mine solo to confirm things are working before directing your hash power to a pool.

Hoping a more experienced user will answer, if you can't solve your issue soon.

I think Emercoin is a good one to mine, especially if you are new Smiley

newbie
Activity: 34
Merit: 0
EmerCoin - SHA- 256
Cryptocurrency with Proof-of-Stake + Proof-of-Work mining. Developed by  ppc.fixx.ru  team.
Short : EMC

Site: emercoin.com
Pool: pool.emercoin.com


Wallet and sources (v 0.1.4) Windows, Linux:
https://github.com/EvgenijM86/emercoin/releases

Github:  https://github.com/EvgenijM86/emercoin

Blockchainexplorer(beta) http://pool.emercoin.com/blockinfo?blockNum=1

Description:
Based on PPCoin. More focused on the production of coins by PoS than PoW.
Mining has a bonus on the interval 1-512 difficulty for high initial issue of coins.
Further difficulty will gradually increase, making PoS mining more promising.

EMC established as the local currency of a number of Internet projects (social networks, research projects, networking, games) as well as to support and sponsor hightech projects (robotics, electric vehicles, submersibles).

Of course, EMC is available for any cryptocurrency operations.

 
There will be no pre-mining. Binaries and sources will be available on December 11 2013 Moscow (12:00 +3 GMT).


- Total coins: 1 * 10^9 EMC
- PoW block spacing changes from 10 seconds to 10 minutes depending on number of found blocks and difficulty.
- Award for block is 5020 EMC ( decreases depending on complexity)
- Difficulty is recalculated each block
- PoS - 6% per year
- Confirmations for new block : 32

-------

v 0.1.1 add comand:

+    { "getrawtransaction",      &getrawtransaction,      false},
+    { "listunspent",            &listunspent,            false},
+    { "createrawtransaction",   &createrawtransaction,   false},
+    { "signrawtransaction",     &signrawtransaction,     false},
+    { "sendrawtransaction",     &sendrawtransaction,     false},
+    { "decoderawtransaction",   &decoderawtransaction,   false},


-------

v 0.1.2-0.1.4 add

Now payment links open correctly as in qt-Bitcoin client.
You can integrate EMC reception on their sites using the links format emercoin:EMCAdress?Amount=x (where x - number of coins).
Also available in the source code of the payment gateway - https://github.com/A...mercoin_payment
Test Gateway - http://192.241.241.153/emercoin

Hiya folks,

Just thought that I would say hello all.

I hev just started on coin mining for the first time ever and was wondering if any of you have tried to mine emercoin.

I have one AntMiner U1 and a Vista laptop.

I believe that the pc should not matter when using AntMiner U1 --- correct??

I have installed the UART USB driver.
I have done the Zadig thingy.
I have installed cgminer.
I have installed emercoin-qt.
I have a powered USB hub.
I have registered with pool.emercoin.com and the pool address is pool.emercoin.com:3333

I have followed this instruction:

"Use your miner program to mine with workers you have set. For example, to mine with cgminer you need to run the following command - cgminer -o pool.emercoin.com:3333 -u MyUser.1 -p MyPassword"

Should the -u option be filled with just myuser or with myuser witha .1 added?

Yet when I start cgminer do the inputs as described above, I get the following noticein cgminer:

     --  pool setup failure

How do I resolve this?

Can anybody help?

Cheers
hero member
Activity: 535
Merit: 501
EMC
BitcoinFX! Very good manual for PoS mining!
full member
Activity: 164
Merit: 100
WOW
wtf the diff is 1411322 now, is it going up?
sr. member
Activity: 458
Merit: 250
o24
newbie
Activity: 42
Merit: 0
Wanted to get involved but saw it was SHA, tfw no ASIC
legendary
Activity: 2646
Merit: 1720
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Emercoin - Cryptocurrency of Emergence - 8GB USB Auctions

See: https://bitcointalksearch.org/topic/closed-emercoin-cryptocurrency-of-emergence-8gb-usb-auctions-closed-399891

Auction 1 winner for 800 EMC - figroll - Congratulations !

Auction 2 - Bidding starts at 8 EMC - new finish time: Sunday 19th of January 2014 at 00:00 GMT
full member
Activity: 238
Merit: 100
hello world, hello crypto
WTB some, PM me your price and amount.
legendary
Activity: 2646
Merit: 1720
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Can someone do a step by step guide to PoS?

...


Emercoin Proof-of-Stake Guide - Windows

Navigate to your emercoin.conf file or create one:

%APPDATA%\EmerCoin\

(XP) C:\Documents and Settings\username\Application Data\EmerCoin\emercoin.conf

(Vista, 7) C:\Users\username\AppData\Roaming\EmerCoin\emercoin.conf

See: http://windows.microsoft.com/en-us/windows/show-hidden-files#show-hidden-files=windows-7

See: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7

emercoin.conf

Code:
rpcuser=your-random-rpcuser
rpcpassword=your-random-rpcpassword
rpcallowip=127.0.0.1
server=1
daemon=1
reservebalance=0

Start EmerCoin-qt.exe

Navigate to: Program Files (x86) > EmerCoin > daemon

Create a new .txt file with the contents:

Code:
emercoind walletpassphrase  1000000 true

Rename the text file to something like PoS.bat or emercoind.bat and then run the .bat

See: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7

The wallet padlock will now show "Wallet is encrypted and is currently unlocked for block minting only"

Obviously this .bat contains your wallet password in plain text - so, delete it after you run it or store it on a removable flashdrive or somewhere off your PC. You could also encrypt the .bat file.

Now send your PoS minted coins to this EmerCoin address:

EdqJfBfURLGaCbT5MX5e3z7QvSGeQHcnHa   Grin

As PoS minting is 30 days then I'm guessing that 90 days should be max. weight for full rewards.

Cheers!
legendary
Activity: 1148
Merit: 1000
my first transaction was on 12/11/13 and still no pos
sr. member
Activity: 296
Merit: 250
Quote
Thanks.
I haven't seen anything next to "stake" (except 0.00) just yet Smiley

same i cant really start pos
have i done something wrong
i can see 'unlocked for block minting only'
but i can only see 0.00 next to stake

Look at your first transation when you receive money to your walet. Is it old more than 30 days?

My POS will start tomorrow..
Jump to: