Pages:
Author

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

member
Activity: 94
Merit: 10
Why is bittrex wallet locked?
full member
Activity: 190
Merit: 100
Please keep us in the know.

After, more than a week waiting, Cryptopia finally fixed their wallet and they resent the coins:

https://emercoin.mintr.org/tx/b577b6bbf52e44351af69f426ad534d690dca9bee3a9fcda0f85d091df5ccdea

Now Bittrex wallet is on "maintenance" :\

I don't understand what happened with their wallets, since other exchanges (like Livecoin) are fine.
member
Activity: 67
Merit: 10
What is the reward rate?
member
Activity: 102
Merit: 12
When will you launch VoIp support

VOIP support (ENUMER) already working, you can send ENUM lookup request to the public site:

$ dig -t naptr +short 08068886681.enum.enumer.org
100 10 "u" "E2U+sip" "!^(.*)$!sip:\\[email protected]!" .

Or directly to your wallet (if you locally keep EMCDNS gateway):

$ dig -t naptr +short 08068886681.enum
100 10 "u" "E2U+sip" "!^(.*)$!sip:\\[email protected]!" .

to activate ENUM option in the wallet, use config params in the emercoin.conf:

#emcdnsallowed=.coin|.emc|.lib|.bazar   # remove Allowed TLDs without ENUM
emcdnsallowed=$enum|.coin|.emc|.lib|.bazar      # add Allowed TLDs with ENUM

enumtrust=ver:enum
enumtollfree=@enum:tollfree


Example of the ENUM record you can get from EMC NVS with the command:
name_show enum:12027139373:0

Currently, we do not have our automatic verifier yet.
But, if you would like deploy ENUM record for your phone number, please PM me your phone number.
I will call you, verify number, and if OK - will send signature line you in a PM answer.

full member
Activity: 190
Merit: 100

Please keep us in the know.

I didn't receive any reply from the Cryptopia support. Sad Let's wait some more, but I'm starting to get worried.
member
Activity: 96
Merit: 10
When will you launch VoIp support
legendary
Activity: 3262
Merit: 3675
Top Crypto Casino


I received a reply from the Emercoin dev support. I forwarded it to Cryptopia support. Let's see if they rebroadcast the transaction.

Please keep us in the know.
full member
Activity: 190
Merit: 100
In the explorer is not visible of your transaction(



I received a reply from the Emercoin dev support. I forwarded it to Cryptopia support. Let's see if they rebroadcast the transaction.
legendary
Activity: 3262
Merit: 3675
Top Crypto Casino
Any idea why this transaction wasn't confirmed? I sent it 10 hours ago with a 0.01 fee:

8582eed1061e7c805bf6036ad12277d4e5743f47e51d351ae8e823c59c6018b4

In the explorer is not visible of your transaction(

full member
Activity: 190
Merit: 100
Any idea why this transaction wasn't confirmed? I sent it 10 hours ago with a 0.01 fee:

8582eed1061e7c805bf6036ad12277d4e5743f47e51d351ae8e823c59c6018b4
legendary
Activity: 1470
Merit: 1021
New Cointelegraph article regarding EMCSSL and its implementation. A great read!

https://cointelegraph.com/news/strictly-confidential-blockchain-based-solutions-for-securing-user-data


Can you open a slack channel? It is much more easy to ask questions there.

We do have one, just have not set up an auto inviter yet. That will be coming soon. PM me your email address if you'd like to be added.
member
Activity: 94
Merit: 10
New Cointelegraph article regarding EMCSSL and its implementation. A great read!

https://cointelegraph.com/news/strictly-confidential-blockchain-based-solutions-for-securing-user-data


Can you open a slack channel? It is much more easy to ask questions there.
legendary
Activity: 1470
Merit: 1021
hero member
Activity: 882
Merit: 548
Emercoin (EMC) cryptocurrency! Blockchain secrets EmerCoin!
                                                        YouTube Video: https://youtu.be/oIXNVc9en8c  Russian-speaking people!


                       
newbie
Activity: 5
Merit: 0
Hi,
I came over this coin a few days ago and have been trying to mine it for a coupple of days. It might be the pool that has some issues, but even with 350+Th for 10 straight hours, the pool found 2 blocks. I am NO expert on this, but that seems a little odd.
I was providing 200 of the Th, but after this result, im on the verge of dumping this.

Do you have any idea on what can cause this? or if you know of other working pools, couse I see that blocks are being found(blockexploerer) but NONE comes to the pool ive been mining.
For the record, I'm pretty new at this, so spoonfeeding would be prefered! Smiley
sr. member
Activity: 1081
Merit: 251
Formerly known as Chronobank, now Chrono.tech
legendary
Activity: 1470
Merit: 1021
The Emercoin team and Chronobank are proud to announce their technical partnership. See the press release here: EMC & Chronobank
legendary
Activity: 1470
Merit: 1021
Hi People, tell me where to get additional information on EMC?
Namely:
Blockexplorer URL;
Transactionexplorer URL;
Chaininfo URL;
The number of coins in a block.
Still interested in the exchange, which may UNOMP-MPOS pool to the rate information using API.
Code:
/**
 * Ticker API
 *  Fetch exchange rates via an API
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-ticker-api
 **/
$config['price']['enabled'] = true;
$config['price']['url'] = 'https://bittrex.com';
$config['price']['target'] = '/api/v1.1/public/getticker?market=EMC-USD';
$config['price']['currency'] = 'USD';
It is not working.
And other important information on the coin for the correct pool settings. On the official site of such information I could not find it. Maybe she is there, but smeared with a thin layer and not in the eye catches. Though I have to be somewhere on the surface.
My pool for example: art2015.game-server.cc.
Thank you for your attention.

A portion of what you're looking for can be found here: emercoin.mintr.org

The rest another team member will need to chime in on.
member
Activity: 88
Merit: 10
Hi People, tell me where to get additional information on EMC?
Namely:
Blockexplorer URL;
Transactionexplorer URL;
Chaininfo URL;
The number of coins in a block.
Still interested in the exchange, which may UNOMP-MPOS pool to the rate information using API.
Code:
/**
 * Ticker API
 *  Fetch exchange rates via an API
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-ticker-api
 **/
$config['price']['enabled'] = true;
$config['price']['url'] = 'https://bittrex.com';
$config['price']['target'] = '/api/v1.1/public/getticker?market=EMC-USD';
$config['price']['currency'] = 'USD';
It is not working.
And other important information on the coin for the correct pool settings. On the official site of such information I could not find it. Maybe she is there, but smeared with a thin layer and not in the eye catches. Though I have to be somewhere on the surface.
My pool for example: art2015.game-server.cc.
Thank you for your attention.
Pages:
Jump to: