Pages:
Author

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

member
Activity: 102
Merit: 12

> i've used v2.2 before i tried 3.3

2.2 is too old version. Since 3.0 there is many changes. Maybe, some old file has conflict with new engine.
Try to reload blockchain.

For do this:
 - backup your wallet.dat
 - in directory .emercoin, delete everything, but emercoin.conf or wallet.dat
 - run emercoind, and refresh blockchain.

If it will not help, I suggest:
  - create fresh emercoin wallet.
  - move all funds from old wallet to new one.
  - forget about 2.2
legendary
Activity: 1792
Merit: 1008
/dev/null
> Once i see this in my logfile, 1 thread of emercoid (niced at 19) uses 100% cpu until i kill -9 it. emercoind is stuck.

Is this always happening? Maybe, after restart, there is not deadloop?
We cannot reproduce this bug on our wallets - on Linux, BSD and Windows everything seems OK.

If you can repeat the bug, please note us, where it happening. To do this, run (without daemon mode):

$gdb emercoind
(gdb) r
[wait till deadloop]
CTRL/C
(gdb) where

This command shows us runtime stack.
Another option - give us ssh-access to your machine, and we try debug ourself.

> uint256HashMap:Set(517/1024) data=56 sz=57344

This is OK. This is just our new container created, used for caching minting.
This code had been added into 0.3.3, and has not been changed in 0.3.4

For assistance, contact us: [email protected]


So, I assume, problem isn't relevant to this container. However, need debug more deep.

its running in gdb now (had to set args daemon=0 so it dosnt go into background) with debugging symbols.
i also see lots of those
Code:
CTxMemPool::accept, fCheckInputs = 1, fOnlyCheckWithoutAdding = 0
ERROR: FetchInputs() : 5c1f071caa46f05ba4f2addb175e5754675e693615300777381095ffd3f86e19 mempool Tx prev not found 45987e419fe23311e7260cbd2d126ae40438d1dbd02626b294241f6095a1a7a2
ERROR: CTxMemPool::accept() : nonstandard transaction type
i've used v2.2 before i tried 3.3
member
Activity: 102
Merit: 12
Site clone!!!

We noticed, there is appeared a new site emercoin.net.
This is copy of our main page, without working links. However, there is exist the new button "LOGON" in upper-right corner.

We, EmerCoin group, note: That site is irrelevant to our project, and we do not control or responsible for that site content.
Also, owners of that site did not contacted us.

Perhaps, this is phishing or another kind of fraud scheme. Please, be alerted.
member
Activity: 102
Merit: 12
> Once i see this in my logfile, 1 thread of emercoid (niced at 19) uses 100% cpu until i kill -9 it. emercoind is stuck.

Is this always happening? Maybe, after restart, there is not deadloop?
We cannot reproduce this bug on our wallets - on Linux, BSD and Windows everything seems OK.

If you can repeat the bug, please note us, where it happening. To do this, run (without daemon mode):

$gdb emercoind
(gdb) r
[wait till deadloop]
CTRL/C
(gdb) where

This command shows us runtime stack.
Another option - give us ssh-access to your machine, and we try debug ourself.

> uint256HashMap:Set(517/1024) data=56 sz=57344

This is OK. This is just our new container created, used for caching minting.
This code had been added into 0.3.3, and has not been changed in 0.3.4

For assistance, contact us: [email protected]


So, I assume, problem isn't relevant to this container. However, need debug more deep.

legendary
Activity: 1792
Merit: 1008
/dev/null
I've updated my node to the current git master.

Once i see this in my logfile, 1 thread of emercoid (niced at 19) uses 100% cpu until i kill -9 it. emercoind is stuck.

Code:
uint256HashMap:Set(517/1024) data=56 sz=57344

also this only happens when i unlock my wallet for minting!
member
Activity: 102
Merit: 12
Released EmerCoin wallet, v 0.3.4.
Download here: http://sourceforge.net/projects/emercoin/files/

This version is 100% compatible with old one.

Added minor improvements:

1. Added and activated config option -walletnotify.
This is useful for integrate EMC wallet into complex system, like automatic payment collectors, exchnages, etc.
Details here: https://en.bitcoin.it/wiki/Running_Bitcoin

2. Improved PoS minting. Added delay ~3 minutes after successfully closed PoS block.
This preserve series of block closing from correlated UTXOs. PoS reward will be unchanged.

3. Added alternative seed search mechanism, based on emcDNS system.
In hypothetical case, if domain emercoin.com will be blocked, client can just switch DNS to OpenNIC
(https://www.opennicproject.org/),  and fetch seed info from distributed EMC DNS system.
full member
Activity: 854
Merit: 100

I am excited by this. In addition to Proof-of-Stake wallet, you're also providing ability to register NVS entries! That's great!

Here's some thoughts for you:

1. It could be a good idea to provide a web form specifically for domain registration, with a similar feel to conventional domain registrars.  e.g. a form with fields for "name servers" "mail exchange", etc (for editing the complete "zone file" like in this image: https://www.linode.com/docs/assets/1121-dns9.png) Then you could parse the form and submit the appropriate data to the NVS, without requiring users to know the NVS innards. This way, you could present/market the service as a domain registrar in a similar way to how https://getdotbit.com/ or https://www.netki.com/ do for namecoin.

I'm sure you've already thought about this Smiley

Exactly.  Wink
I'll put this on the list and keep your other points in mind. As soon as I have some spare time again I'll work on this and on the captcha Fixx has mentioned.

Thank you for your feedback!

sr. member
Activity: 458
Merit: 250
Hi,

just want to announce my new online wallet feature. With this change I've also changed the URL (and the server):
emercoin.mintr.org
(previosly: emercoin-blockchain.info or emer.conchains.info. To save costs I won't renew them in the future. At the moment they point to the wrong server.)

If you are using an opennicproject.org DNS:
mintr.emc
blockchain.emc

The online wallet comes with a proof-of-stake pool. Additionally, you will earn a part of the service fees too.
It also supports EMCSSL after registration. EMCSSL registration is not possible and also not really necesary, since all you need is a username and a password.

The stake will be calculated daily. Payouts are bi-montly (01 and 15).

Please use with caution. It's not tested on the long run (early beta). Some planned features are still missing. I'll add them in the future.

I am excited by this. In addition to Proof-of-Stake wallet, you're also providing ability to register NVS entries! That's great!

Here's some thoughts for you:

1. It could be a good idea to provide a web form specifically for domain registration, with a similar feel to conventional domain registrars.  e.g. a form with fields for "name servers" "mail exchange", etc (for editing the complete "zone file" like in this image: https://www.linode.com/docs/assets/1121-dns9.png) Then you could parse the form and submit the appropriate data to the NVS, without requiring users to know the NVS innards. This way, you could present/market the service as a domain registrar in a similar way to how https://getdotbit.com/ or https://www.netki.com/ do for namecoin.

I'm sure you've already thought about this Smiley

2. A small thing: Firefox didn't offer to save my login credentials for me, like it does almost all other sites. Some people do use that for convenience.

3. It's great that EMCSSL can be used after registration, although I couldn't see EMCSSL mentioned anywhere on the site (perhaps it could say something under the login form like "...or login to existing account with EMCSSL" with a link to http://emercoin.com/EMCSSL_GUIDE , or just include some clarifying information about how EMCSSL can be used on the site)

4. I've updated the link to your service at emercoin.com, under EXPLORER#1 and also added a new link under "Mining pools". I've been helping the team with the main emercoin website so you're welcome to PM me with better ideas for how you'd like your service mentioned.

Cheers.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
wow - EmerCoin project has some really great additions since I last checked in - good stuff.

- I operate 3 Tor Exit Servers (Russian hosted) which are using DNS resolvers from OpenNIC Project.

Thus, these .exits will resolve .emc domains over Tor. You can select using only said servers by editing your torrc (Tor Browser config.) adding the following;

Code:
ExitNodes startor0ru,startor1ru,startor2ru

and maybe:

Code:
StrictNodes 1

See: https://www.torproject.org/docs/tor-manual.html

Just remember to remove the above when you finish visiting or testing .emc domain's over Tor - to revert back to normal default 'random' operation.

Cheers!
full member
Activity: 854
Merit: 100
Thanks for your feedback.
I'll have a look on how to address this spam problem. Wink

hero member
Activity: 535
Merit: 501
EMC
Excellent, great idea!

Now we have the opportunity to very easily manage record name NVS.

But there are fears login registration (for prevent registration spam). It is better to make it safer (CAPTCHA, google) A perfect - use system EMCSSL!
full member
Activity: 854
Merit: 100
Hi,

just want to announce my new online wallet feature. With this change I've also changed the URL (and the server):
emercoin.mintr.org
(previosly: emercoin-blockchain.info or emer.conchains.info. To save costs I won't renew them in the future. At the moment they point to the wrong server.)

If you are using an opennicproject.org DNS:
mintr.emc
blockchain.emc

The online wallet comes with a proof-of-stake pool. Additionally, you will earn a part of the service fees too.
It also supports EMCSSL after registration. EMCSSL registration is not possible and also not really necesary, since all you need is a username and a password.

The stake will be calculated daily. Payouts are bi-montly (01 and 15).

Please use with caution. It's not tested on the long run (early beta). Some planned features are still missing. I'll add them in the future.
hero member
Activity: 535
Merit: 501
EMC
Seems to have recently been added to this RU exchange EMC/USD & EMC/BTC, no RUR pair atm:

https://www.livecoin.net/trade/index

I think that this pair EMC/RUR would be very uselessness. Therefore, Exchange does not make sense now it is open.
donator
Activity: 3052
Merit: 1110
Seems to have recently been added to this RU exchange EMC/USD & EMC/BTC, no RUR pair atm:

https://www.livecoin.net/trade/index
sr. member
Activity: 403
Merit: 250
http://emc.coin-miners.info/ - does not work
http://emc.multi-pool.info - no one
http: //emc.bitember.comne - works
http://pool.emercoin.com/ - but the basic brakes

You can tell in a personal, tell me where am Main?
full member
Activity: 150
Merit: 100
I would like to see these feature implemented.

Calculate total network hash rate for POW
ie:Deutsche eMark getnetworkhashspersec or Peercoin getnetworkghps

Calculate and display Staking weight, network weight, and estimated time to mint for POS
ie:Deutsche eMark getstakinginfo
sr. member
Activity: 296
Merit: 250
Ok, I delete all and checkout again the source. Now it is on 0.3.3.
sr. member
Activity: 296
Merit: 250
I sync with the git repos fot the pool, but after compiling the daemon on pool I find it was recreationg the blockchain.
It shows v0.4.0emc-6-g0977973-beta, so it seems that repos is still in old bugged version?
member
Activity: 102
Merit: 12
New EmerCoin wallet 0.3.3 is released and available for download at:
http://sourceforge.net/projects/emercoin/files/

There is lot of engine improvements, but most notable new feature - to unlock or lock wallet, just click to the lock icon
in right-bottom corner.
legendary
Activity: 1792
Merit: 1010
very strong market activity, coin is highly innovative, thanks for the opportunity
Pages:
Jump to: