Bitcoin Forum
June 29, 2024, 01:30:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 [377] 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 ... 579 »
  Print  
Author Topic: [ANN][EAC] EarthCoin *SEEKING NEW EXCHANGES - HUGE VOLUMES BEING MISSED!  (Read 840291 times)
1Kb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 22, 2014, 11:26:41 AM
 #7521


The Read Me is very good with cgminer. I used this guide https://bitcointalk.org/index.php?topic=315477.0, just skip the part with the eruptors. You should join a pool though.

Ok! Yes, I've joined a mining pool since before but still no luck entering the right information in cgminer.. The only thing connected seems to be the Earthcoin-program.

I've joined eac.poolerino.com and created a worker, they're giving me this info for "Stratum settings"..

STRATUM:   stratum+tcp://eac.poolerino.com
PORT:   3334
Username:   Weblogin.Worker
Password:   Worker Password

Any other tips on guides how to configure cgminer for earthcoin..?


I have a 7850 2gb btw, planning to get some more of those though.

Bump. Thankful for any help.

You might also want to look at http://guiminer.org/guiminer-scrypt.html most of the AMD cards are there with predefined settings. It is running on guiminer 3.1.0 btw. Also, once to start mining via guiminer and look at the log, you'll see the start parameters of cgminer. If you want to use that in a start.bat please remove the -T (this suppresses any display information)

Also the links in http://earthcointalk.org/wiki/mining/ might be of help
pheL
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 22, 2014, 11:29:44 AM
 #7522

This is my setting:

Code:
cgminer-3.7.2-windows\cgminer.exe --scrypt -o stratum+tcp://eac.poolerino.com:3334 -u username.workername -p workerpw --gpu-platform 0 --device 0 --worksize 256 --vectors 1 --intensity 13 --gpu-threads 1 --log 1 --thread-concurrency 8192


Bump. Thankful for any help.

Thank you! And were excactly do you put this? In cmd after opening it in the cgminer directory..?
m3ta-schatten
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 22, 2014, 11:37:29 AM
 #7523

This is my setting:

Code:
cgminer-3.7.2-windows\cgminer.exe --scrypt -o stratum+tcp://eac.poolerino.com:3334 -u username.workername -p workerpw --gpu-platform 0 --device 0 --worksize 256 --vectors 1 --intensity 13 --gpu-threads 1 --log 1 --thread-concurrency 8192


Bump. Thankful for any help.

Thank you! And were excactly do you put this? In cmd after opening it in the cgminer directory..?

Create a .bat File in the Cgiminer directory and copy the whole command in it.

My answer was helpful? Feel free to donate! BTC: 1DBNyEYuUDQ9g3UYfdVcJdFuhAh1knrept , EAC: ehdBTPGhM18zpcXfRB7SX5oDiLqBMNKirE , Dodge: D5sYaMsoAUSPuc62Jj6Qa5Bd82CUAuJL8F , ZEIT: MopZYVBSfYNmUmMcTrT8k6D5DbrKM7hgLb
Refferal Link: https://www.cryptsy.com/users/register?refid=107619
Cryptsy Tradekey: ff6af7ec7599979337e26d48e8fd0eaad3327d94
Honeypot1
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 22, 2014, 11:40:48 AM
 #7524

7.46930429 btc buy wall @ 187 satoshi on cryptsy.

The walls were creeping up today - it seems the pump is more or less gradual.
pheL
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 22, 2014, 11:48:26 AM
 #7525

This is my setting:

Code:
cgminer-3.7.2-windows\cgminer.exe --scrypt -o stratum+tcp://eac.poolerino.com:3334 -u username.workername -p workerpw --gpu-platform 0 --device 0 --worksize 256 --vectors 1 --intensity 13 --gpu-threads 1 --log 1 --thread-concurrency 8192


Bump. Thankful for any help.

Thank you! And were excactly do you put this? In cmd after opening it in the cgminer directory..?

Create a .bat File in the Cgiminer directory and copy the whole command in it.

Thanks. Cgminer still wants me to "specify at least one pool server" though... Starting with URL. Is this right? What URL in that case? Tried a dozen.
pheL
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 22, 2014, 12:02:03 PM
 #7526


The Read Me is very good with cgminer. I used this guide https://bitcointalk.org/index.php?topic=315477.0, just skip the part with the eruptors. You should join a pool though.

Ok! Yes, I've joined a mining pool since before but still no luck entering the right information in cgminer.. The only thing connected seems to be the Earthcoin-program.

I've joined eac.poolerino.com and created a worker, they're giving me this info for "Stratum settings"..

STRATUM:   stratum+tcp://eac.poolerino.com
PORT:   3334
Username:   Weblogin.Worker
Password:   Worker Password

Any other tips on guides how to configure cgminer for earthcoin..?


I have a 7850 2gb btw, planning to get some more of those though.

Bump. Thankful for any help.

You might also want to look at http://guiminer.org/guiminer-scrypt.html most of the AMD cards are there with predefined settings. It is running on guiminer 3.1.0 btw. Also, once to start mining via guiminer and look at the log, you'll see the start parameters of cgminer. If you want to use that in a start.bat please remove the -T (this suppresses any display information)

Also the links in http://earthcointalk.org/wiki/mining/ might be of help


Thank you! My GPU seem to actually mine now!  Grin With low settings for 7850. Getting hashrate etc at eac.poolerino.com. Do I have to specify an adress for my upcoming "pile" of EAC? Or does it store automatically on poolerino? Also, is it only Guiminer that has to be running? Or should i still configure cgminer/the earthcoin-client?
1Kb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 22, 2014, 12:06:12 PM
 #7527


The Read Me is very good with cgminer. I used this guide https://bitcointalk.org/index.php?topic=315477.0, just skip the part with the eruptors. You should join a pool though.

Ok! Yes, I've joined a mining pool since before but still no luck entering the right information in cgminer.. The only thing connected seems to be the Earthcoin-program.

I've joined eac.poolerino.com and created a worker, they're giving me this info for "Stratum settings"..

STRATUM:   stratum+tcp://eac.poolerino.com
PORT:   3334
Username:   Weblogin.Worker
Password:   Worker Password

Any other tips on guides how to configure cgminer for earthcoin..?


I have a 7850 2gb btw, planning to get some more of those though.

Thank you! My GPU seem to actually mine now!  Grin With low settings for 7850. Getting hashrate etc at eac.poolerino.com. Do I have to specify an adress for my upcoming "pile" of EAC? Or does it store automatically on poolerino? Also, is it only Guiminer that has to be running? Or should i still configure cgminer/the earthcoin-client?

Bump. Thankful for any help.


You might also want to look at http://guiminer.org/guiminer-scrypt.html most of the AMD cards are there with predefined settings. It is running on guiminer 3.1.0 btw. Also, once to start mining via guiminer and look at the log, you'll see the start parameters of cgminer. If you want to use that in a start.bat please remove the -T (this suppresses any display information)

Also the links in http://earthcointalk.org/wiki/mining/ might be of help

Guiminer is a graphical tool over cgminer. Just look at the log of guiminer and find the parameters used to start cgminer (look at my previous reply to find more details)
From experience, not all cgminer versions act the same. So the 1 with guiminer (cgminer 3.1.0) now has proven to work for you. You might find 3.7.2. might not. That is something you will have to try.

Ow, and please read the wiki:) I think that will give you a head start on almost all of your questions:)
anthonyreid
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile WWW
January 22, 2014, 12:06:14 PM
 #7528

Can somebody explain to me one thing. First of all, why did the price go up, then the payout increased by 5 times? Shouldn't it go down?

And why is the price going down now? Shouldn't it actually rise, after the x5 payout day?
testbitcoiner
Member
**
Offline Offline

Activity: 126
Merit: 10

I like crypto


View Profile
January 22, 2014, 12:10:20 PM
 #7529

Can somebody explain to me one thing. First of all, why did the price go up, then the payout increased by 5 times? Shouldn't it go down?

And why is the price going down now? Shouldn't it actually rise, after the x5 payout day?

it is not going down... it is stable at 200 atm


and it went up because the 5x day was already priced in.

people who wanted to sell did before 5x in expectation of lower prices

people who wanted to buy waited until 5x had started, in expectation of lower prices

ergo: prices rose
marsyahui
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 22, 2014, 01:06:19 PM
 #7530

EAC should learn from WDC .explan the 2% premine   http://worldcoinfoundation.org/en/join/foundation-spending
1Kb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 22, 2014, 01:09:55 PM
Last edit: January 22, 2014, 01:28:32 PM by 1Kb
 #7531

EAC should learn from WDC .explan the 2% premine   http://worldcoinfoundation.org/en/join/foundation-spending

So you think by providing such a list, that the contents is accurate and correct? I mean, what is stopping people to provide an incomplete list where only beneficial entries are made? No matter how you present information regarding any premine, it will always be based on trust.

P.s.
It was not meant as a personal attack. I apologise, I reread my comment and found that my responds sounds like a "pointing at you" kinda responds which is/was not intended. I hope you do not feel offended.
slowgin222
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 22, 2014, 01:14:09 PM
 #7532

Can somebody explain to me one thing. First of all, why did the price go up, then the payout increased by 5 times? Shouldn't it go down?

And why is the price going down now? Shouldn't it actually rise, after the x5 payout day?

it is not going down... it is stable at 200 atm


and it went up because the 5x day was already priced in.

people who wanted to sell did before 5x in expectation of lower prices

people who wanted to buy waited until 5x had started, in expectation of lower prices

ergo: prices rose

It seemed to me like it was just one huge pumper buying up everything rather than many people buying slowly though.
testbitcoiner
Member
**
Offline Offline

Activity: 126
Merit: 10

I like crypto


View Profile
January 22, 2014, 01:48:33 PM
 #7533

Can somebody explain to me one thing. First of all, why did the price go up, then the payout increased by 5 times? Shouldn't it go down?

And why is the price going down now? Shouldn't it actually rise, after the x5 payout day?

it is not going down... it is stable at 200 atm


and it went up because the 5x day was already priced in.

people who wanted to sell did before 5x in expectation of lower prices

people who wanted to buy waited until 5x had started, in expectation of lower prices

ergo: prices rose



It seemed to me like it was just one huge pumper buying up everything rather than many people buying slowly though.

since the volume was MUCH higher than even the cryptsy launch, this is unlikely...

sure someone might have tried to pump, but during this kind of volume, no single entity can move the price


edit: I'm trolling the chat box on coinex regularly and I remember a lot of people saying that they would buy EAC, but it made no sense to do it before the next price drop at 5x day...
lucoia
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 22, 2014, 01:53:17 PM
 #7534

Pool miners should decide to mine all on one pool, yesterday was a disaster for pools, variance was so high sometimes there was 1 block found every 3 hours.

Right now diff is back at 47 (almost double the 25 like before 5x) but most pools got less workers, means that there a still few chinese big farm that keep solo mining.

Quote
Next Network Block    44726    (Current: 44725)
Last Block Found    44664
Time Since Last Block    1 hour 19 seconds

Coinium found the last block over 1 hour ago on normal day, I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool or most of the coins will go to the big farms and the next x2 and x5 days will be terrible again for pools.

I would chose coinium but if we decide we can all go wherever.


P.S.: lol nice prices today, all of my predictions were right, price spikes on 5x day, and back at around 150 after 24hours, I could get back all in now, I sold twice at 270 yesterday almost perfectly timed (yay!) but I got few predictions from the following days so game is not over yet, people are waking up, there are still lot of coins to be dumped but few farms are still mining in so there are people who got interest to get it pumped again, plus lot of normal people who will follow the fever moments, so eyes open, we will see nice flows again in the following days, plus some news could be come sooner then expected from devs.

Are you really that naive? if everyone jumps on 1 pool it is very, very likely that eac will fork and the network will die so is that what you are after?
Quote from: lucoia
I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool
Poolerino + Hackshard + Coinium = 260 MH/s total.

Network Hashrate: 3GH/s

Math is with you.
roboseal
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile WWW
January 22, 2014, 01:56:55 PM
 #7535

Thanks to Centurion @ earthcointalk.org who gave me access to a good twittername you can now follow the www.earthcoin.eu news site on twitter: https://twitter.com/EarthCoinNews

Official earthcoin news @ http://earthcoin.eu Donations: eZg5iVS58re5m9573uxPkfUdF3ctAEDjm5
testbitcoiner
Member
**
Offline Offline

Activity: 126
Merit: 10

I like crypto


View Profile
January 22, 2014, 01:57:47 PM
 #7536

Pool miners should decide to mine all on one pool, yesterday was a disaster for pools, variance was so high sometimes there was 1 block found every 3 hours.

Right now diff is back at 47 (almost double the 25 like before 5x) but most pools got less workers, means that there a still few chinese big farm that keep solo mining.

Quote
Next Network Block    44726    (Current: 44725)
Last Block Found    44664
Time Since Last Block    1 hour 19 seconds

Coinium found the last block over 1 hour ago on normal day, I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool or most of the coins will go to the big farms and the next x2 and x5 days will be terrible again for pools.

I would chose coinium but if we decide we can all go wherever.


P.S.: lol nice prices today, all of my predictions were right, price spikes on 5x day, and back at around 150 after 24hours, I could get back all in now, I sold twice at 270 yesterday almost perfectly timed (yay!) but I got few predictions from the following days so game is not over yet, people are waking up, there are still lot of coins to be dumped but few farms are still mining in so there are people who got interest to get it pumped again, plus lot of normal people who will follow the fever moments, so eyes open, we will see nice flows again in the following days, plus some news could be come sooner then expected from devs.

Are you really that naive? if everyone jumps on 1 pool it is very, very likely that eac will fork and the network will die so is that what you are after?
Quote from: lucoia
I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool
Poolerino + Hackshard + Coinium = 260 MH/s total.

Network Hashrate: 3GH/s

Math is with you.

tbh: I want to make a case for small pools...

yesterday my 14MH/s pool was at 45%, i.e. mined more than twice as much during 5x day than expected...
and it has a 86% of required shares over 7 days...

imho, there is some scaling problem on pools with high MH/s

they are inefficient

I would suggest staying away from anything above 200 MH/s unless difficulty is so high that you might have a bad luck month or something

but if that ever happens, we're all rich anyway (if you did not sell your EAC--I have sold not 1 single coin)


edit: plus, they might get DDOSed during x2 or x5 days...

no sense in DDOSing a 15 MH/s pool
testbitcoiner
Member
**
Offline Offline

Activity: 126
Merit: 10

I like crypto


View Profile
January 22, 2014, 04:21:25 PM
 #7537

https://bitcointalk.org/index.php?topic=425950.20

+

vote for EAC
juniorraaf
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 22, 2014, 04:31:37 PM
 #7538

done
mrchisholm
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 22, 2014, 04:32:19 PM
 #7539


+1, The interview made me 10x more excited about this coin then i was before. Everyone should go and read it  Cheesy
Silvano
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 22, 2014, 04:36:23 PM
 #7540

Pool miners should decide to mine all on one pool, yesterday was a disaster for pools, variance was so high sometimes there was 1 block found every 3 hours.

Right now diff is back at 47 (almost double the 25 like before 5x) but most pools got less workers, means that there a still few chinese big farm that keep solo mining.

Quote
Next Network Block    44726    (Current: 44725)
Last Block Found    44664
Time Since Last Block    1 hour 19 seconds

Coinium found the last block over 1 hour ago on normal day, I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool or most of the coins will go to the big farms and the next x2 and x5 days will be terrible again for pools.

I would chose coinium but if we decide we can all go wherever.


P.S.: lol nice prices today, all of my predictions were right, price spikes on 5x day, and back at around 150 after 24hours, I could get back all in now, I sold twice at 270 yesterday almost perfectly timed (yay!) but I got few predictions from the following days so game is not over yet, people are waking up, there are still lot of coins to be dumped but few farms are still mining in so there are people who got interest to get it pumped again, plus lot of normal people who will follow the fever moments, so eyes open, we will see nice flows again in the following days, plus some news could be come sooner then expected from devs.

Are you really that naive? if everyone jumps on 1 pool it is very, very likely that eac will fork and the network will die so is that what you are after?
Quote from: lucoia
I suggest everybody who use poolerino, hackshard and coinium to chose one and mine all on the same pool
Poolerino + Hackshard + Coinium = 260 MH/s total.

Network Hashrate: 3GH/s

Math is with you.

yesterday, i made an hashrate control on this 3 pool, and they was around 500Mh/s in a 10Giga network hashrate.
imho, it's middlecoin and some other chinese p2pool effect.

EAC: eStpUnXdAACnB8mntosy1H3yiumrFwUdYU  DOGE: DQvMVeWDzetrbcYU7FFrg9Q9KEcDTeQLm2
LOT: M5qBdb43nj53Jjjf8Ci95dgQzoUriQiKDv     MOON: 2UNbhV3RUdFNRiK6wWop6gPawM9xGbbaEn
Pages: « 1 ... 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 [377] 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 ... 579 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!