Author

Topic: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0 - page 1462. (Read 3099417 times)

legendary
Activity: 1386
Merit: 1023
This is glorious. I was like the 10th person to mine this like an hour after it started. I feel.... like cool.
I got 1 million coins using just 200 KHs as a joke on day one... lol.
member
Activity: 84
Merit: 10
Will it overtake litecoin?
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
Hashrate almost 3.0 GH/s!!!

New difficulty is 31.7409  Shocked

At this rate, it'll be 50 tomorrow at this time. We're leaving other alt coins in the dust.
full member
Activity: 210
Merit: 100
Crypto News & Tutorials - Coinramble.com
I switched to doge.netcodepool.org yesterday.
Guess I wasn't wrong about talking of their advantages  Smiley
newbie
Activity: 28
Merit: 0
New difficulty is 31.7409  Shocked

At this rate, it'll be 50 tomorrow at this time. We're leaving other alt coins in the dust.
member
Activity: 112
Merit: 10
2 billion+ doges mined at http://doge.scryptpools.com

Join us while registrations are still open  Smiley
full member
Activity: 140
Merit: 100
OMG!
we are really going to the moon!
newbie
Activity: 43
Merit: 0
New difficulty is 31.7409  Shocked
sr. member
Activity: 308
Merit: 250
Hey people,

I am trying to setup my own p2pool node (locally, just for my rigs), but I cannot RPC connect to the DOGE server.
I believe I have configured it correctly, I even created a bunch of conf files since I don't know which one is good...:

Quote
#l /home/user/.config/DogeCoin/                
DogeCoin-Qt.conf  Dogecoin-Qt.conf  Dogecoin.conf

all the same conf with :
Quote
rpcuser=xxx
rpcpassword=yyy
rpcport=22555
server=1

I tried to connect p2pool to DOGE but

Quote
Testing bitcoind RPC connection to 'http://127.0.0.1:22555/' with username xxx'...
2013-12-14 21:12:35.449357 > Error while checking Bitcoin connection:
2013-12-14 21:12:35.449408 > Traceback (most recent call last):
2013-12-14 21:12:35.449450 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

Which could make sense since I don't see a 22555 port on netstat:
Quote
#netstat -a -p | grep doge
tcp        0      0 *:22556                 *:*                     LISTEN      13518/dogecoin-qt
... (a bunch of outside connections)
unix  3      [ ]         STREAM     CONNECTED     3738377  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738344  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738378  13518/dogecoin-qt  

I tried on 22556 instead but it just times out...
What am I missing?

Thanks!

add to config:
listen=1
Thanks but it did not help :/

allow doge through your firewall. And also see if kespersky or avg anti virus might be blocking doge client from accessing internet. Cheesy

Doge connects fine to the internet.
I am unable to connect to doge RPC within my LAN.

so you want to solo mine? there is no point in solo mining now. I believe.
newbie
Activity: 5
Merit: 0
best.coin.ever

As soon as it's on cryptsy.com I'm buying in!!
newbie
Activity: 28
Merit: 0
I think the massive jump yesterday was actually probably just bandwagoning. Lots of people saw doge growing fast and bought in. Now that some people have it the market should act a bit more normally. That being said, we're still seeing growth, just not as ridiculously fast as it was when people were buying in.
full member
Activity: 130
Merit: 100
Hey people,

I am trying to setup my own p2pool node (locally, just for my rigs), but I cannot RPC connect to the DOGE server.
I believe I have configured it correctly, I even created a bunch of conf files since I don't know which one is good...:

Quote
#l /home/user/.config/DogeCoin/                
DogeCoin-Qt.conf  Dogecoin-Qt.conf  Dogecoin.conf

all the same conf with :
Quote
rpcuser=xxx
rpcpassword=yyy
rpcport=22555
server=1

I tried to connect p2pool to DOGE but

Quote
Testing bitcoind RPC connection to 'http://127.0.0.1:22555/' with username xxx'...
2013-12-14 21:12:35.449357 > Error while checking Bitcoin connection:
2013-12-14 21:12:35.449408 > Traceback (most recent call last):
2013-12-14 21:12:35.449450 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

Which could make sense since I don't see a 22555 port on netstat:
Quote
#netstat -a -p | grep doge
tcp        0      0 *:22556                 *:*                     LISTEN      13518/dogecoin-qt
... (a bunch of outside connections)
unix  3      [ ]         STREAM     CONNECTED     3738377  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738344  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738378  13518/dogecoin-qt  

I tried on 22556 instead but it just times out...
What am I missing?

Thanks!

add to config:
listen=1
Thanks but it did not help :/

allow doge through your firewall. And also see if kespersky or avg anti virus might be blocking doge client from accessing internet. Cheesy

Doge connects fine to the internet.
I am unable to connect to doge RPC within my LAN.
sr. member
Activity: 476
Merit: 500
Let's see another huge increase tomorrow. Today ended at about double of yesterday's value. I doubt Doge will ever get close to a dollar, but hell why not take it to a penny or two?

The reason doge did so well over the last 24 hours was obviously due to it being offered on btc38.com. Since then it has lost value. It has nothing inherent to continue its success.

its been offered on btc38?....I believe its only CoinedUp that has offered it so far...which has been for the last couple days.

Unless you are confusing the symbols DGC(DigitalCoin) for DOGE(Dogecoin).  Undecided
sr. member
Activity: 434
Merit: 250
Let's see another huge increase tomorrow. Today ended at about double of yesterday's value. I doubt Doge will ever get close to a dollar, but hell why not take it to a penny or two?

The reason doge did so well over the last 24 hours was obviously due to it being offered on btc38.com. Since then it has lost value. It has nothing inherent to continue its success.
newbie
Activity: 28
Merit: 0
I switched to doge.netcodepool.org yesterday.
sr. member
Activity: 308
Merit: 250
Hey people,

I am trying to setup my own p2pool node (locally, just for my rigs), but I cannot RPC connect to the DOGE server.
I believe I have configured it correctly, I even created a bunch of conf files since I don't know which one is good...:

Quote
#l /home/user/.config/DogeCoin/                
DogeCoin-Qt.conf  Dogecoin-Qt.conf  Dogecoin.conf

all the same conf with :
Quote
rpcuser=xxx
rpcpassword=yyy
rpcport=22555
server=1

I tried to connect p2pool to DOGE but

Quote
Testing bitcoind RPC connection to 'http://127.0.0.1:22555/' with username xxx'...
2013-12-14 21:12:35.449357 > Error while checking Bitcoin connection:
2013-12-14 21:12:35.449408 > Traceback (most recent call last):
2013-12-14 21:12:35.449450 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

Which could make sense since I don't see a 22555 port on netstat:
Quote
#netstat -a -p | grep doge
tcp        0      0 *:22556                 *:*                     LISTEN      13518/dogecoin-qt
... (a bunch of outside connections)
unix  3      [ ]         STREAM     CONNECTED     3738377  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738344  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738378  13518/dogecoin-qt  

I tried on 22556 instead but it just times out...
What am I missing?

Thanks!

add to config:
listen=1
Thanks but it did not help :/

allow doge through your firewall. And also see if kespersky or avg anti virus might be blocking doge client from accessing internet. Cheesy
sr. member
Activity: 308
Merit: 250
Round Shares 
Est. Shares 106726 (done: 992.77%)
Pool Valid 1059545
Your Valid 4882
Pool Invalid 13747
Your Invalid 1
 
DGE Estimates
Block 0
Fees 0
Donation 0
Payout 0
 
Network Info
Difficulty 26.05619716
Current Block 12177


doge.cryptovalley stats. what is up. I am not liking this. I will have to take my machine somewhere else until doge.cryptovalley mod fixes it. :S
full member
Activity: 266
Merit: 100
Anyone have a current node list for doge wallet? trying to get a friend in. His wallet will not sync. Help a giver out!
Check the first few pages of this thread.  I remember a long list there someone put together.  These should sync the wallet though:

addnode=162.243.113.110
addnode=146.185.181.114
addnode=67.205.20.10
addnode=95.85.29.144
newbie
Activity: 28
Merit: 0
Let's see another huge increase tomorrow. Today ended at about double of yesterday's value. I doubt Doge will ever get close to a dollar, but hell why not take it to a penny or two?
full member
Activity: 130
Merit: 100
Hey people,

I am trying to setup my own p2pool node (locally, just for my rigs), but I cannot RPC connect to the DOGE server.
I believe I have configured it correctly, I even created a bunch of conf files since I don't know which one is good...:

Quote
#l /home/user/.config/DogeCoin/                
DogeCoin-Qt.conf  Dogecoin-Qt.conf  Dogecoin.conf

all the same conf with :
Quote
rpcuser=xxx
rpcpassword=yyy
rpcport=22555
server=1

I tried to connect p2pool to DOGE but

Quote
Testing bitcoind RPC connection to 'http://127.0.0.1:22555/' with username xxx'...
2013-12-14 21:12:35.449357 > Error while checking Bitcoin connection:
2013-12-14 21:12:35.449408 > Traceback (most recent call last):
2013-12-14 21:12:35.449450 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

Which could make sense since I don't see a 22555 port on netstat:
Quote
#netstat -a -p | grep doge
tcp        0      0 *:22556                 *:*                     LISTEN      13518/dogecoin-qt
... (a bunch of outside connections)
unix  3      [ ]         STREAM     CONNECTED     3738377  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738344  13518/dogecoin-qt    
unix  3      [ ]         STREAM     CONNECTED     3738378  13518/dogecoin-qt  

I tried on 22556 instead but it just times out...
What am I missing?

Thanks!

add to config:
listen=1
Thanks but it did not help :/
Jump to: