Pages:
Author

Topic: [ANN] [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining - page 48. (Read 96855 times)

sr. member
Activity: 259
Merit: 250
looks like coin is dead, time to dump everything you have, I just noticed that since the 18th all my mined coins are just vanishing when exported to my address, and not getting there, then when I go to the block explorer to look at the txID it says "sorry this is not on our server" and "sorry not found" Wonder if the people setting this back up were responsible for pump and dump with them or something, reviving dead coins then selling off what they have after buying super cheap cause the coin was dead, or something
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
Anyone have a link to the newest windows wallet?  For me, all of the links are dead.  One of them says it is not available in my county (US).

Thanks!
legendary
Activity: 1294
Merit: 1039
guess so.

 emeraldd getinfo
{
    "version" : 80301,
    "protocolversion" : 60002,
    "walletversion" : 60000,
    "balance" : 0.04574874,
    "blocks" : 2052759,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 2.33134337,
    "testnet" : false,
    "keypoololdest" : 1417278814,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : "EXCEPTION: 11DbException       \nDb::get: Cannot allocate memory       \nemerald in ProcessMessages()       \n"
}

I restarted emeraldd and all is fine, the error went away.
legendary
Activity: 2268
Merit: 1092
Anyone having issues with emerald today? Seems to be running out of memory here.

12/19/14 01:56:16 received block f9aaad6249ef27eb6c8e
12/19/14 01:56:16 DarkGravityWave3 RETARGET
12/19/14 01:56:16 nTargetTimespan = 480    nActualTimespan = 417
12/19/14 01:56:16 Before: 1d009398  0000000093980000000000000000000000000000000000000000000000000000
12/19/14 01:56:16 After:  1d009028  0000000090280374bc6a7ef9db22d0e5604189374bc6a7ef9db22d0e5604188d
12/19/14 01:56:16 ThreadRPCServer method=getblock
12/19/14 01:56:16 Postponing 50 reconnects
12/19/14 01:56:16 REORGANIZE
12/19/14 01:56:16 REORGANIZE: Disconnect 1021 blocks; 449d9947626fde012008..04f42db3c3463a1c5edf
12/19/14 01:56:16 REORGANIZE: Connect 714 blocks; 449d9947626fde012008..fdfd7ff239bcdac34cdc
12/19/14 01:56:39

************************
EXCEPTION: 11DbException
Db::get: Cannot allocate memory
emerald in ProcessMessages()

12/19/14 01:56:39 ProcessMessage(block, 205 bytes) FAILED


Looks like there's a serious fork fight or similar if it's reversing 1021 blocks and adding 714 from another chain.

I tried restarting, and also restoring an old version of a blockchain from backup then syncing, but it gets stuck doing this again.
member
Activity: 96
Merit: 10
up and running now, great Smiley
sr. member
Activity: 281
Merit: 250
"Uptobox not available in your country".... Nevermind, I just setup emerald on my pool and I'm just sending directly to my exchange wallet. If anyone else wants to mine on my pool, it's in my signature. Feel free to add it to the OP.
member
Activity: 96
Merit: 10
Hello,
May i know why does my wallet can't sync? This is my conf:

listen=1
daemon=1
server=1
rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
port=12127
rpcport=12128
maxconnections=20
addnode=188.134.72.213
addnode=107.170.99.188
addnode=92.238.186.27
addnode=62.44.226.18
addnode=82.169.240.36
addnode=108.8.4.42
addnode=71.9.214.72
addnode=70.180.113.106
addnode=90.64.117.129
addnode=24.102.94.25
addnode=92.59.89.58

Thank You.
member
Activity: 93
Merit: 10
Hello,
Any update on availability of Windows wallet? Server still down for maintenance?

Quote
http://uptobox.com/h6ealc97bwjz
(click on green buttons)

Hi,

You can use the link i've posted few posts ago to download the 8.3.1 wallet

@GWCalvert : you can post this link in the op if you want, i'll keep this link up until the server goes up
sr. member
Activity: 281
Merit: 250
Hello,
Any update on availability of Windows wallet? Server still down for maintenance?
full member
Activity: 167
Merit: 100
Where to download latest wallet.
Link here and on official website is not working Sad



Sorry, the server that was hosting the wallet is down, at the moment, for maintenance. It should be back up soon. If not, I will get the wallet uploaded to another source and post the link in the OP...

BTW, the graphics for the Op are hosted on that server, as well, which is why they are not showing for now.
member
Activity: 93
Merit: 10
Where to download latest wallet.
Link here and on official website is not working Sad



You are right, here is a link for the latest wallet including DGW3  Wink

http://uptobox.com/h6ealc97bwjz

(click on green buttons)
full member
Activity: 167
Merit: 100
Bug report: despite the information in the OP, the source seems to use port 12128 for both RPC and P2P. The latter wins.

GetArg("-rpcport"...) uses 12128, as expected, but GetDefaultPort() also returns 12128.

My client is connecting to peers fine, but RPC doesn't work, since the listening port 12128 is expecting to talk the Bitcoin protocol, rather than JSON. Any attempt at emeraldd just hangs indefinitely, with the debug log complaining PROCESSMESSAGE MESSAGESTART NOT FOUND

I've had to patch the source so that it will work with my system.

I'm surprised this doesn't seem to have been noticed before?

This is a known issue and has been written in the code since the original launch. I overlooked it when doing the fork, but will have it updated in the next release which should be coming in the next couple of weeks. I scrapped the patchwork release I was working on (I actually have that running on my laptop) and am doing a much more thorough update of the code and client which is taking some time as I am going through every file, line by line... and there are a lot of lines!  Wink

On another note... We could use some help promoting EMD from the community! Hell, just posting a bit more to thread would be a good thing... Questions, comments, ideas... they are all welcome. On the other hand... criticism will not be tolerated... because we know we are perfect... lol  Tongue
legendary
Activity: 2268
Merit: 1092
Bug report: despite the information in the OP, the source seems to use port 12128 for both RPC and P2P. The latter wins.

GetArg("-rpcport"...) uses 12128, as expected, but GetDefaultPort() also returns 12128.

My client is connecting to peers fine, but RPC doesn't work, since the listening port 12128 is expecting to talk the Bitcoin protocol, rather than JSON. Any attempt at emeraldd just hangs indefinitely, with the debug log complaining PROCESSMESSAGE MESSAGESTART NOT FOUND

I've had to patch the source so that it will work with my system.

I'm surprised this doesn't seem to have been noticed before?
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
"EMD is now 16 months old... quite an elder statesmen in the altcoin world"

"Anyone can create a coin. We are creating a currency."
member
Activity: 108
Merit: 10
blockexp.info
EMD community
post your addie and I will faucet Wink you some coins

Then you can send them to here
http://emd.blockexp.info/address/F1cq5Ub97g3r7eN9o73G1kJDBhMKmEVsVP

that's the dev fund  Grin


how about some love for the block-explorer operator?


http://emd.blockexp.info/address/Es7ubeoF2urxtwXSMquLcXueEuWDrQdhe2 Grin



legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
EMD community
post your addie and I will faucet Wink you some coins

Then you can send them to here
http://emd.blockexp.info/address/F1cq5Ub97g3r7eN9o73G1kJDBhMKmEVsVP

that's the dev fund  Grin
member
Activity: 115
Merit: 10
EMD Core Team
Today the Emerald Crypto [EMD] Development Team announces the beta launch of Bitcoin Zen.

We invite all crypto enthusiasts to sign up, create some content, groups, events and start hanging out with like-minded individuals.

For full details, check out the latest EMD news here: http://www.emeraldcrypto.com/cryptoenthusiast-social-network-announced/

After reading the post, look around at some of the other things in the works from your EMD dev team!

More soon...

P.S. The link to Bitcoin Zen and another new EMD site are in the OP under projects... Check them out!
member
Activity: 115
Merit: 10
EMD Core Team
At some point the AllCrypt exchange has added EMD. If you trade there, add some orders as the market is pretty bare... Do a small test deposit first to make sure everything is working (as you should with any exchange).

We were never notified by them that it was added, but I happened across it this morning. The link has been added to the OP.
member
Activity: 115
Merit: 10
EMD Core Team
emeraldcrypto is now live on CoinKing!    

Thanks for the pool. Added to the OP. Sent some hash over there on EMD to try it out. Nice layout. Will see how well I do mining overnight.

Would be nice if we could get payouts in EMD on the autoswitch pool... Just a thought. Thanks.  Wink
full member
Activity: 167
Merit: 100
Project Z

 Smiley

Feeling much better, so things are starting to come together.

I still have a visit to my Dr. today... his office hasn't called, so there must not be any bad news from the last round of tests...   Grin But, that also means they still do not know what is wrong with me... probably just getting old.  Wink

I am doing some maintenance on my dedicated server and may end up re-initializing the whole thing, so we will be launching some of these new sites on shared hosting to begin with. As they start to grow, we will move them to a dedicated or cloud-based server. One of the sites will, most likely, need a dedicated server with supporting cloud instances before the end of the year.

Our initial goal is to grow the network. As more people enter the EMD community; mining, trading volume and price should all increase organically... instead of the huge spike we saw after the fork went into effect.

As the effects of our developments spread, the revenue from these networks will increase. The revenue will help in our future development plans, as we will be able to farm out some of the work to programmers who are better than ourselves.  Wink

At this point, we will continue to roll out new developments and add to our network of websites to keep interest levels high and the community growing.

It's a long-term plan. But, as I have said many times before: "Anyone can create a coin. We are creating a currency."
Pages:
Jump to: