Bitcoin Forum
June 14, 2024, 09:34:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: [ANN] [DOGE] [PORT 80 STRATUM] [Forums & Chat] [Live Stats] DOGE.nut2pools.com  (Read 6834 times)
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 17, 2013, 08:34:49 PM
Last edit: March 08, 2014, 08:43:05 PM by Nutnut
 #1

 

Annoucing our DogeCoin pool!!

doge.nut2pools.com

Update - Now with Forums & WebChat

Features

  • Live Stats enabled
  • WebChat
  • Forums
  • PORT 80 STRATUM
  • 2 factor Authentication
  • DDoS protection
  • SSL across the entire site
  • VarDiff
  • Stratum
  • Dedicated Servers (not a VPS)
  • Proportional Payment system - Helps part time miners as there in no PPLNS ramp up period
  • Fully redundant servers
  • 1.5% fee
  • Anonymous account option
  • Idle worker notifications
  • FAST servers hosted in a secure, datacenters
  • Actively developed with new features almost daily
  • Invitation system
  • Auto payout alerts


Feel free to post any questions.


Happy mining

Nutnut

sf_btc
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
December 17, 2013, 09:30:16 PM
 #2

Nice! I'm in.
meech73
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
December 17, 2013, 09:44:05 PM
 #3

I bookmarked the page so I can jump on the US East server
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 17, 2013, 10:04:44 PM
 #4

Welcome guys!

I've just put the TX server online. The NY server may have to wait till tomorrow so use the TX server for now.

Happy dogging.... no wait...  Grin

Nut!

meech73
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
December 17, 2013, 10:44:06 PM
 #5

Welcome guys!

I've just put the TX server online. The NY server may have to wait till tomorrow so use the TX server for now.

Happy dogging.... no wait...  Grin

Nut!

DOGES let me jump back across the ocean!

Edit: Huge improvement! Thanks a bunch...others should jump on board.
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 17, 2013, 11:05:23 PM
 #6

Updated OP. Asia stratum now running much doge too....

And DAMMIT! Just blew another 7970. These gigabytes are crap! that's 7 now and they NEVER go above 80c (usually at 70c) grrrrrr.  Angry

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 18, 2013, 12:28:09 AM
 #7

60 mh/s guys... Come on, help us towards 600!  Wink

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 19, 2013, 09:20:55 AM
 #8

Now 0% to help build hashrate!

Dont forget the donations though guys! Wink

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 19, 2013, 01:11:42 PM
 #9

NEW:  EU Stratum Server online!


fassadlr
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
December 19, 2013, 06:39:51 PM
 #10

Hi! Im getting a lot of "Share above target" messages?

What does that mean?
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 19, 2013, 06:47:16 PM
 #11

most likely that you haven't specified --scrypt in your startup. Therefor you are trying to mine with the bitcoin algo (sha-256d) rather than the alt coin (LTC/FTC/Doge?etc)  algo. (scrypt).

Does your config look like the example on the getting started page?

fassadlr
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
December 19, 2013, 06:56:22 PM
 #12

most likely that you haven't specified --scrypt in your startup. Therefor you are trying to mine with the bitcoin algo (sha-256d) rather than the alt coin (LTC/FTC/Doge?etc)  algo. (scrypt).

Does your config look like the example on the getting started page?

This is what my cmd line config looks like:

cgminer --scrypt -o stratum+tcp://eu.nut2pools.com:5585 -u xxxxx.xxxxxx -p xxxxx --shaders 720

cgminer.conf:

{
"pools" : [
   {
      "url" : "stratum+tcp://doge.scryptpools.com:3333",
      "user" : "xxxxxx.xxxxx",
      "pass" : "xxxxxx"
   }
]
,
"intensity" : "11",
"vectors" : "1",
"worksize" : "128",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "720",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "0",
"temp-target" : "0",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"verbose" : true,
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 19, 2013, 08:00:53 PM
 #13

Honestly don't know. sorry. not sure if it's because you are using a config file and a batch file. Might be worth just using a batch file.

Code:
cgminer --scrypt -o stratum+tcp://eu.nut2pools.com:5585 -u xxxxx.xxxxxx -p xxxxx -o stratum+tcp://otherstratum:5585 -u xxxxx.xxxxxx -p xxxxx --shaders 720 --worksize 128 --intensity 11

The good news is that we've finally finished the crappy round!


Kiki112
Full Member
***
Offline Offline

Activity: 196
Merit: 101


View Profile
December 19, 2013, 08:11:53 PM
 #14

just started mining here Smiley
because of the dogenetcodepool fall Cheesy

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 20, 2013, 09:39:23 AM
 #15

Still accepting registrations.

600MHs and climbing.

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 20, 2013, 10:05:50 AM
 #16

Don't forget to vote for us...

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

Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 20, 2013, 10:56:50 AM
 #17

Need help to 1GHs!

Jump on board and don't forget to vote https://bitcointalk.org/index.php?topic=368474.0

erre
Legendary
*
Offline Offline

Activity: 1666
Merit: 1205



View Profile
December 20, 2013, 11:51:36 AM
 #18

nice pool, i like it  Smiley

Roll a dice FOR FREE every hour, and win up to $200 in btc ---> CLICK HERE

Tip me using the LIGHTING NETWORK! -->https://tippin.me/@Erre96344121
Nutnut (OP)
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile WWW
December 20, 2013, 12:53:57 PM
 #19

Hey thanks!  Smiley

Don't forget to vote... https://bitcointalk.org/index.php?topic=368474.20

fassadlr
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
December 20, 2013, 02:26:11 PM
 #20

Honestly don't know. sorry. not sure if it's because you are using a config file and a batch file. Might be worth just using a batch file.

Code:
cgminer --scrypt -o stratum+tcp://eu.nut2pools.com:5585 -u xxxxx.xxxxxx -p xxxxx -o stratum+tcp://otherstratum:5585 -u xxxxx.xxxxxx -p xxxxx --shaders 720 --worksize 128 --intensity 11

The good news is that we've finally finished the crappy round!



I changed the intensity setting to 8 and now its working just fine Smiley
Pages: [1] 2 3 »  All
  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!