Author

Topic: [ANN][EAC] EarthCoin *SEEKING NEW EXCHANGES - HUGE VOLUMES BEING MISSED! - page 469. (Read 840369 times)

legendary
Activity: 1036
Merit: 1000
full member
Activity: 128
Merit: 100
legendary
Activity: 1274
Merit: 1000
Earthcoin devs, the exchange ecrypto.net you have on your homepage is a scam that has done a runner with everyone's money. might want to put up an apology for advertising it for trading eac.

The devs of earthcoin can't know that..
They were just simply stating that an exchange has picked them up, the first one even.
Isn't that normal to tell that to your investors?
hero member
Activity: 966
Merit: 1003
I'm one of the people helping to test this p2pool for squiggle (by sending my miners) - we could do with some more miners if anyone is willing to help out?  Smiley

I would have thought we would have found a block by now, hopefully soon so we can verify its functioning


I know....I'm keeping the faith   *fingers crossed*


Well unfortunately guys I don't think we ever got the hashing power to find a block. If you want to keep mining to test I'd sure appreciate it but if you need to move on I understand. I'd really like to test the p2pool concept with some of these alt coins though. I really think p2pool has some advantages for the coin over standard coins.
We should agree on a time/date when we concentrate lot of power and attack the issue simultaneously for a short period of time, better to do it that way than few people mining for 2 hours and quit and the next few mining the following hours etc imo.
full member
Activity: 128
Merit: 100
everyone hold your coins! why? because this coin obviously has a future!

need to keep up the giveaways

and get EAC on :
http://coinmarketcap.com/ DONE!
http://cryptmarketcap.com/
cryptsy
full member
Activity: 154
Merit: 100
their own forum... interesting...

well spotted dude
full member
Activity: 121
Merit: 100
All those bitching about the premine, it was made very clear from day one that 2% was premined, no ones trying to hide that fact..  and from where im sitting those coins are being used to promote the coin, which benefits anyone that's holding (have you not noticed all of the giveaways and bounties?  Huh) So either buy in or.. stfu  Tongue
full member
Activity: 207
Merit: 100
legendary
Activity: 1036
Merit: 1000
So many people blinded by beautiful pictures and ignoring that devs are holding more than 260 Million coins...

We all know that.  Undecided

legendary
Activity: 980
Merit: 1000
hero member
Activity: 546
Merit: 500
So many people blinded by beautiful pictures and ignoring that devs are holding more than 260 Million coins...
When we get exact plan what they will do with all that money?  Roll Eyes

At current rate, this is worth over 700 000 USD.
legendary
Activity: 1036
Merit: 1000
Good that i have 2610 EAC Smiley
Now its worth 0,0081171 BTC  Cool

Im hodling the coins!
hero member
Activity: 1666
Merit: 565
just started mining!
full member
Activity: 194
Merit: 100
Earthcoin devs, the exchange ecrypto.net you have on your homepage is a scam that has done a runner with everyone's money. might want to put up an apology for advertising it for trading eac.
full member
Activity: 147
Merit: 100
I'm one of the people helping to test this p2pool for squiggle (by sending my miners) - we could do with some more miners if anyone is willing to help out?  Smiley

I would have thought we would have found a block by now, hopefully soon so we can verify its functioning


I know....I'm keeping the faith   *fingers crossed*


Well unfortunately guys I don't think we ever got the hashing power to find a block. If you want to keep mining to test I'd sure appreciate it but if you need to move on I understand. I'd really like to test the p2pool concept with some of these alt coins though. I really think p2pool has some advantages for the coin over standard coins.
newbie
Activity: 42
Merit: 0

 Can someone please help me setup solo mining? I know a little about setting it up on 1 machine as there are many guides but i dont see any info on setting up multiple workers. 5 i need to hook up to be exact.I think i could probably do allot better solo Mining but need some help setting it up.

 Thank You in advance for any help and hope you all had a happy holiday.

MybadOmen

You probably found it by now, if you managed to ignore all the bitiching that is Smiley

But if not, here goes again, shamelessly reposting my previous post on this for the 2nd time, forgive me Smiley

Assuming this is in windows:

- Set up your earthcoin wallet (download from original thread)
- Run it, then quit
- Find and open the earthcoin data directory (open start and in the searchbox type '%appdata/roaming% ' without the quotes, that should point you to the roaming directory where you should find an earthcoin directory, note that if you don't find it you most likely have system folders hidden enabled and you need to change that 1st)
- create a 'earthcoin.conf' file (without quotes) with notepad (watch that notepad does not name it 'earthcoin.conf.txt') and add the following lines in bold to it:
listen=1
daemon=1
server=1
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcport=15678
rpcconnect=127.0.0.1
addnode=77.244.7.167
addnode=188.194.13.44

- now replace the **Yourusername** and **Yourpassword** with your specifics (doesn't matter at all what it is, just as long as you call on exactly that when you start cgminer)
- save earthcoin.conf
- run earthcoin wallet and let it sync (update the blockchain, solo mining won't work if it is not updated)
- now find your cgminer directory (don't know how to do this for other miners so download cgminer if you don't have it)
- make a new batchfile with notepad and name it 'cgminersoloearth.bat' (or something like that) and again watch out that notepad does not add a .txt extension or it won't work
- edit the 'cgminersoloearth.bat'file and add the following bold lines
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o localhost:15678 -u **Yourusername** -p **Yourpassword** -o **Yourpoolurl**:**Yourpoolport** -u **Yourpoolusername** -p **Yourpoolpassword** --config cgminersoloearth.conf
pause

- replace **Yourusername** and **Yourpasswprd** with exactly what you chose earlier for the earthcoin.conf file
- replace **Yourpoolurl** and **Yourpoolport** with your pool information (check start post if you don't have a pool and have singed up, you need a worker configured on most pools or it will not work)
- replace **Yourpoolusername** and **Yourpoolpassword** with your earthcoin pool login info (note this step is so that you can take advantage of the longpoll function that the pool provides while solo mining, it prevents you from working on already solved blocks while solo mining and thereby wasting a lot of time and kh/s)
- save the cgminersoloearth.bat file in the cgminer.exe directory
- now make a 'cgminersoloearth.conf' file in the same directory (or edit if it already exists) and put any GPU tuning script lines in there - can't tell you what those are because it differs per card and personal setup but it should be things like thread_concurrency, vectors, intensity and about 50 other variables you can set to tune your kh/s performance - read the cgminer docs and google a lot)
- start earthcoin wallet if it is not already running and let it sync
- start the 'cgminersoloearth.bat' file from the cgminer directory
- you will see cgminer load with and after a few seconds show you the 'normal' screen with kh/s per card, accepted and rejected shares and all that other stuff
- likely a couple of lines above that it will say something like 'connected to localhost diff XXX (whatever number) with LP (means longpoll, if it says without LP check back after a few minutes) as user **Yourusername**

Succes, this means you are mining solo succesfully!

Now for the nasty part, you will not see much else for hours most likely, except your kh/s slightly changing every few seconds.

Accepted, Rejected values per GPU wiil stay 0 for a long time since you don't submit shares like when mining on a pool.
Only when you actually solve a block you will see a message like 'Solved blablabla BLOCK' and your values will change.
Most other times you will see either 'Network diff set to X (any number)' or 'Stratum from pool 1 detected new block' or 'Block change for localhost:15678 detection via **Yourpoolurl** stratum' (that last one to notice you that the block you are solo solving at that moment has been solved already and your miner should move on and stop wasting time)

That's about it. Hope I didn't f-up, checked it twice but there might be an error in here, point it out and I'll correct it.

Sorry for the horrible formatting, don't do these forum things very often   Wink

If this works and helps feel free to tip me for a beer  Smiley
@coinfingers
eo97FjVZkx5SwFDTnYfFssPjG59q85PEPu
sr. member
Activity: 280
Merit: 250

Earthcoin now officially listed on 3 exchanges. Ecrypto, Coinedup and Coinex.


Need it on Dustcoin.com and that will help even more.   The value seems to have dropped a bit since it first went on coinedup.  My guess is an initial dump from the new avenue to sell the coins.

its Higher than doge....which is a good sign imho....as that was the coin getting all the attention.....i think EAC may have stolen some of their thunder...
sr. member
Activity: 280
Merit: 250

 Can someone please help me setup solo mining? I know a little about setting it up on 1 machine as there are many guides but i dont see any info on setting up multiple workers. 5 i need to hook up to be exact.I think i could probably do allot better solo Mining but need some help setting it up.

 Thank You in advance for any help and hope you all had a happy holiday.

MybadOmen

Dude, if you can't google a solo mine guide, you probably can't handle it. And if difficulty keeps increasing, you missed the solo mining window anyway.

 I am not an idiot i have just never solo mined before.I always used a pool even back mining Bitcoin for $7.00 each but i would like to know how to do it and like i said i know how to set it up on 1 machine , just not sure how to add the other 4 workers.I usually just create .Bat files and use cgminer. And before that i used Diablo for bitcoin.

 No worries ill take care of it just thought i would ask for some help here to avoid trial and error which seems was a mistake.

There was a great explanation on this page
https://bitcointalk.org/index.php?topic=379236.1700

i was way lost in the beginning on the user/pass as i didnt anticipate you could just make your own.....i was looking for it somewhere Smiley
Jump to: