Bitcoin Forum
September 28, 2024, 07:57:32 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 [218] 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 ... 1549 »
  Print  
Author Topic: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0  (Read 3098960 times)
Scylin
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 19, 2013, 11:36:04 AM
 #4341

Can anyone perhaps help me.

I got the message that my C drive was getting full, because of all of my dang wallets putting all their shit on my SSD. I then decided to create a symbolic link between a new dogecoinwallet folder on my D drive.

I did this by cutting the original dogecoin folder in my appdata/roaming directory to a new directory on my D drive under users/username/dogecoinwallet

Then via commandprompt the regular symbolic link command. According to command prompt it worked and the link was established.

My problem now, my wallet is unsynced and it's not syncing. I added the .conf file, but it's still not syncing, and my wallet shows a balance of 0, even though I had 1.4 mil -.-.
Is this normal? When I move my wallet from one place to another, does it have to resync to get back to the original number of coins?

Oh and because I freaked out, I reversed the whole action by removing the linked partition on my appdata/roaming and putting the original folder back where it came from.

I did nothing weird with my wallet.dat, so it should still be linked to my 1.4 mil coins right? I didn't do anything that could've corrupted/compromised the wallet.dat file?

Did you create a shortcut with -datadir=D:\users\username\dogecoinwallet?

Whatever you do, protect walled.dat with your life. Put it on an USB stick or something, but make sure you don't accidentally lose it..

I have a backup of my wallet with 1.2 mil on it, so I guess if it's gone the loss won't be that big, but still, it's 200k.

I created the link using mkdir /D "C:\users\username\appdata\roaming\dogecoin" "D:\users\username\dogecoinwallet"
Not sure if it's the exact same path, but the mkdir /D is the same.

And after I put it back where it belonged, all I did was remove the new linked folder that was created in appdata, and reinserted the cutted dogecoinwallet on my D drive back on my C drive.

I still have all the files I deleted in my bin, so if there's something I did terribly wrong, please let me know.
fcrypto7
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 19, 2013, 11:37:22 AM
 #4342

http://www.ebay.com/itm/100-000-DogeCoin-DOGE-100-000-DGC-Cryptocurrency-like-Bitcoin-Litecoin-/131072635183

$ 0.00112 per 1 Doge. wow!
MiMiMiner
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
December 19, 2013, 11:38:18 AM
 #4343

Yes i have 90.000 KHS so that should be 90mh/s right Wink

So i go solo! Is there no way to set up a unix based solo miner? Or is the only way to go to mine directly to ONE windows computer with QT running on it?

You can give it a try and see how stable it is. But as Sultanen mentioned, diff is going up so it might not be the best idea.

How to:

Set up a Windows PC and get the latest client. Start it as server (create start.bat in the same folder as the .exe file and input start dogecoin-qt.exe -server).

Create dogecoin.conf in the %appdata% folder and input:

Code:
rpcuser=anyusername
rpcpassword=anypassword
addnode=67.205.20.10
addnode=146.185.181.114
addnode=95.85.29.144
addnode=78.46.57.132
addnode=188.165.19.28
addnode=162.243.113.110
rpcallowip=192.* (192 or whatever the first 3 digits of your servers' IP are. You can use just * but I don't recommend it)
rpcport=22555
rpcthreads=41
server=1
daemon=1

Connect to your Windows wallet by using cgminer on the servers:

Code:
cgminer --scrypt -o http://theipofyourserver:22555 -u sameasindogecoin.conf -p sameasindogecoin.conf 

That should do the trick.

Thanks!

But i get:

 [2013-12-19 20:35:29] Started cgminer 3.7.2
 [2013-12-19 20:35:35] Probing for an alive pool
 [2013-12-19 20:35:35] Pool 0 slow/down or URL or credentials invalid


EDIT: with telnet i get:


HTTP/1.0 401 Authorization Required
Date: Thu, 19 Dec 2013 11:39:24 +0000
Server: dogecoin-json-rpc/v0.6.4.0-unk-beta
WWW-Authenticate: Basic realm="jsonrpc"
Content-Type: text/html
Content-Length: 296

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>Error</TITLE>
<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'>
</HEAD>
<BODY><H1>401 Unauthorized.</H1></BODY>
</HTML>
Bolk
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 19, 2013, 11:42:14 AM
 #4344

Can anyone perhaps help me.

I got the message that my C drive was getting full, because of all of my dang wallets putting all their shit on my SSD. I then decided to create a symbolic link between a new dogecoinwallet folder on my D drive.

I did this by cutting the original dogecoin folder in my appdata/roaming directory to a new directory on my D drive under users/username/dogecoinwallet

Then via commandprompt the regular symbolic link command. According to command prompt it worked and the link was established.

My problem now, my wallet is unsynced and it's not syncing. I added the .conf file, but it's still not syncing, and my wallet shows a balance of 0, even though I had 1.4 mil -.-.
Is this normal? When I move my wallet from one place to another, does it have to resync to get back to the original number of coins?

Oh and because I freaked out, I reversed the whole action by removing the linked partition on my appdata/roaming and putting the original folder back where it came from.

I did nothing weird with my wallet.dat, so it should still be linked to my 1.4 mil coins right? I didn't do anything that could've corrupted/compromised the wallet.dat file?

Did you create a shortcut with -datadir=D:\users\username\dogecoinwallet?

Whatever you do, protect walled.dat with your life. Put it on an USB stick or something, but make sure you don't accidentally lose it..

I have a backup of my wallet with 1.2 mil on it, so I guess if it's gone the loss won't be that big, but still, it's 200k.

I created the link using mkdir /D "C:\users\username\appdata\roaming\dogecoin" "D:\users\username\dogecoinwallet"
Not sure if it's the exact same path, but the mkdir /D is the same.

And after I put it back where it belonged, all I did was remove the new linked folder that was created in appdata, and reinserted the cutted dogecoinwallet on my D drive back on my C drive.

I still have all the files I deleted in my bin, so if there's something I did terribly wrong, please let me know.

From scratch (as I did it):

Code:
- Create a dir like D:\Dogecoin
- Extract all files from the downloaded zip file
- Create a D:\Dogecoin\dogecoin.conf file with the following contents:

rpcuser=doge
rpcpassword=wow
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

- Copy your wallet.dat file into D:\Dogecoin
- Right-click Dogecoin-qt.exe and create a shortcut
- Right-click shortcut, select properties. In target add -datadir=D:\Dogecoin
- Doubleclick shortcut :)

Be advised, your doges will show up once everything starts synching.
smiba
Member
**
Offline Offline

Activity: 78
Merit: 11



View Profile
December 19, 2013, 11:43:22 AM
 #4345

http://www.reddit.com/r/dogecoin/comments/1t8l8j/dogehouse_gives_100000_doge_to_a_random_worker/

This could be your chance to get 100,000Doge!
Amph
Legendary
*
Offline Offline

Activity: 3248
Merit: 1070



View Profile
December 19, 2013, 11:44:05 AM
 #4346

this, minimum
fcrypto7
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 19, 2013, 11:46:45 AM
 #4347


yes! Nothing is impossible for doge
pumpclub
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 19, 2013, 11:47:06 AM
 #4348

wow! such a great price..such a great work guys!
Scylin
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 19, 2013, 11:48:03 AM
 #4349

Can anyone perhaps help me.

I got the message that my C drive was getting full, because of all of my dang wallets putting all their shit on my SSD. I then decided to create a symbolic link between a new dogecoinwallet folder on my D drive.

I did this by cutting the original dogecoin folder in my appdata/roaming directory to a new directory on my D drive under users/username/dogecoinwallet

Then via commandprompt the regular symbolic link command. According to command prompt it worked and the link was established.

My problem now, my wallet is unsynced and it's not syncing. I added the .conf file, but it's still not syncing, and my wallet shows a balance of 0, even though I had 1.4 mil -.-.
Is this normal? When I move my wallet from one place to another, does it have to resync to get back to the original number of coins?

Oh and because I freaked out, I reversed the whole action by removing the linked partition on my appdata/roaming and putting the original folder back where it came from.

I did nothing weird with my wallet.dat, so it should still be linked to my 1.4 mil coins right? I didn't do anything that could've corrupted/compromised the wallet.dat file?

Did you create a shortcut with -datadir=D:\users\username\dogecoinwallet?

Whatever you do, protect walled.dat with your life. Put it on an USB stick or something, but make sure you don't accidentally lose it..

I have a backup of my wallet with 1.2 mil on it, so I guess if it's gone the loss won't be that big, but still, it's 200k.

I created the link using mkdir /D "C:\users\username\appdata\roaming\dogecoin" "D:\users\username\dogecoinwallet"
Not sure if it's the exact same path, but the mkdir /D is the same.

And after I put it back where it belonged, all I did was remove the new linked folder that was created in appdata, and reinserted the cutted dogecoinwallet on my D drive back on my C drive.

I still have all the files I deleted in my bin, so if there's something I did terribly wrong, please let me know.

From scratch (as I did it):

Code:
- Create a dir like D:\Dogecoin
- Extract all files from the downloaded zip file
- Create a D:\Dogecoin\dogecoin.conf file with the following contents:

rpcuser=doge
rpcpassword=wow
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

- Copy your wallet.dat file into D:\Dogecoin
- Right-click Dogecoin-qt.exe and create a shortcut
- Right-click shortcut, select properties. In target add -datadir=D:\Dogecoin
- Doubleclick shortcut :)

Be advised, your doges will show up once everything starts synching.

I believe -datadir is something similar to what I did. But I linked 2 folders.'
I guess I'll have to check when I get home if the wallet is synced, cause I did make a dogecoin.conf with the contents from the first page on bitcointalk. Not sure how long it takes to sync up. If it's synced and at least some of the coins are showing I'll just take out the wallet.dat and use -datadir or remake the symbolic link.
I kinda panicked when I saw all of my fucking coins were gone and tried to reverse the whole process.

One question, if the wallet is unsynced, should I still have the same addresses and everything in my receive tab? Cause the address I had was different from the one my original wallet had.

I think my mistake was that I cut the original folder to a different partition. I should have copied the whole thing I guess?
montecristo83
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 19, 2013, 11:50:37 AM
 #4350

Yes i have 90.000 KHS so that should be 90mh/s right Wink

So i go solo! Is there no way to set up a unix based solo miner? Or is the only way to go to mine directly to ONE windows computer with QT running on it?

You can give it a try and see how stable it is. But as Sultanen mentioned, diff is going up so it might not be the best idea.

How to:

Set up a Windows PC and get the latest client. Start it as server (create start.bat in the same folder as the .exe file and input start dogecoin-qt.exe -server).

Create dogecoin.conf in the %appdata% folder and input:

Code:
rpcuser=anyusername
rpcpassword=anypassword
addnode=67.205.20.10
addnode=146.185.181.114
addnode=95.85.29.144
addnode=78.46.57.132
addnode=188.165.19.28
addnode=162.243.113.110
rpcallowip=192.* (192 or whatever the first 3 digits of your servers' IP are. You can use just * but I don't recommend it)
rpcport=22555
rpcthreads=41
server=1
daemon=1

Connect to your Windows wallet by using cgminer on the servers:

Code:
cgminer --scrypt -o http://theipofyourserver:22555 -u sameasindogecoin.conf -p sameasindogecoin.conf 

That should do the trick.

Thanks!

But i get:

 [2013-12-19 20:35:29] Started cgminer 3.7.2
 [2013-12-19 20:35:35] Probing for an alive pool
 [2013-12-19 20:35:35] Pool 0 slow/down or URL or credentials invalid


EDIT: with telnet i get:


HTTP/1.0 401 Authorization Required
Date: Thu, 19 Dec 2013 11:39:24 +0000
Server: dogecoin-json-rpc/v0.6.4.0-unk-beta
WWW-Authenticate: Basic realm="jsonrpc"
Content-Type: text/html
Content-Length: 296

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>Error</TITLE>
<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'>
</HEAD>
<BODY><H1>401 Unauthorized.</H1></BODY>
</HTML>


Sorry, but that goes beyond my knowledge of this. Try googling the telnet error message. Maybe it's a common problem.

When I was solo-mining DOGE I used this method without issues.
DolanDuck
Full Member
***
Offline Offline

Activity: 196
Merit: 101


View Profile
December 19, 2013, 11:52:04 AM
 #4351

125 satoshi  Shocked

To the Alpha Centauri !!!

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Stefan
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
December 19, 2013, 11:53:44 AM
 #4352

could anybody paste here your getpeerinfo? no sync at all :-(

Do you feel like my contribution helped you a lot? Express your thanks by sending a tip here: 1STEFAN4c7ZW5wqrxKdHyLsxZAKaa947j
jam3zs
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 19, 2013, 11:55:34 AM
 #4353

I went to bed last night before anyone managed to get the doge over to cryptsy, did anyone manage to make any "big" money from it?
gencoinx
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 19, 2013, 11:57:08 AM
 #4354

YES!! KEEP DRIVING THE PRICE UP!!!

WE HAVE THE POWER!!  Grin
matt4054
Legendary
*
Offline Offline

Activity: 1946
Merit: 1035



View Profile
December 19, 2013, 11:58:08 AM
 #4355

many interest

much much price

very increase

pretty fast

amazing coin!
Bolk
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 19, 2013, 12:00:43 PM
 #4356

Can anyone perhaps help me.

I got the message that my C drive was getting full, because of all of my dang wallets putting all their shit on my SSD. I then decided to create a symbolic link between a new dogecoinwallet folder on my D drive.

I did this by cutting the original dogecoin folder in my appdata/roaming directory to a new directory on my D drive under users/username/dogecoinwallet

Then via commandprompt the regular symbolic link command. According to command prompt it worked and the link was established.

My problem now, my wallet is unsynced and it's not syncing. I added the .conf file, but it's still not syncing, and my wallet shows a balance of 0, even though I had 1.4 mil -.-.
Is this normal? When I move my wallet from one place to another, does it have to resync to get back to the original number of coins?

Oh and because I freaked out, I reversed the whole action by removing the linked partition on my appdata/roaming and putting the original folder back where it came from.

I did nothing weird with my wallet.dat, so it should still be linked to my 1.4 mil coins right? I didn't do anything that could've corrupted/compromised the wallet.dat file?

Did you create a shortcut with -datadir=D:\users\username\dogecoinwallet?

Whatever you do, protect walled.dat with your life. Put it on an USB stick or something, but make sure you don't accidentally lose it..

I have a backup of my wallet with 1.2 mil on it, so I guess if it's gone the loss won't be that big, but still, it's 200k.

I created the link using mkdir /D "C:\users\username\appdata\roaming\dogecoin" "D:\users\username\dogecoinwallet"
Not sure if it's the exact same path, but the mkdir /D is the same.

And after I put it back where it belonged, all I did was remove the new linked folder that was created in appdata, and reinserted the cutted dogecoinwallet on my D drive back on my C drive.

I still have all the files I deleted in my bin, so if there's something I did terribly wrong, please let me know.

From scratch (as I did it):

Code:
- Create a dir like D:\Dogecoin
- Extract all files from the downloaded zip file
- Create a D:\Dogecoin\dogecoin.conf file with the following contents:

rpcuser=doge
rpcpassword=wow
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

- Copy your wallet.dat file into D:\Dogecoin
- Right-click Dogecoin-qt.exe and create a shortcut
- Right-click shortcut, select properties. In target add -datadir=D:\Dogecoin
- Doubleclick shortcut :)

Be advised, your doges will show up once everything starts synching.

I believe -datadir is something similar to what I did. But I linked 2 folders.'
I guess I'll have to check when I get home if the wallet is synced, cause I did make a dogecoin.conf with the contents from the first page on bitcointalk. Not sure how long it takes to sync up. If it's synced and at least some of the coins are showing I'll just take out the wallet.dat and use -datadir or remake the symbolic link.
I kinda panicked when I saw all of my fucking coins were gone and tried to reverse the whole process.

One question, if the wallet is unsynced, should I still have the same addresses and everything in my receive tab? Cause the address I had was different from the one my original wallet had.

I think my mistake was that I cut the original folder to a different partition. I should have copied the whole thing I guess?

I'm not really sure if linked folders does the trick (especially in the appdata folder). If you get a different address, it is a different wallet.

If you have the original wallet, just start from scratch. You didn't lose anything.
bob marley
Member
**
Offline Offline

Activity: 87
Merit: 10



View Profile
December 19, 2013, 12:01:09 PM
 #4357

0.00000136 now   Grin

BTC 1MPPPhAp1QqNZxiQtjgL5BG6oNKZqkXuZG
Ng93
Full Member
***
Offline Offline

Activity: 266
Merit: 100


View Profile
December 19, 2013, 12:02:01 PM
 #4358

0.00000136 now   Grin

someone must bu pumping Shocked
Scylin
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 19, 2013, 12:03:15 PM
 #4359

Can anyone perhaps help me.

I got the message that my C drive was getting full, because of all of my dang wallets putting all their shit on my SSD. I then decided to create a symbolic link between a new dogecoinwallet folder on my D drive.

I did this by cutting the original dogecoin folder in my appdata/roaming directory to a new directory on my D drive under users/username/dogecoinwallet

Then via commandprompt the regular symbolic link command. According to command prompt it worked and the link was established.

My problem now, my wallet is unsynced and it's not syncing. I added the .conf file, but it's still not syncing, and my wallet shows a balance of 0, even though I had 1.4 mil -.-.
Is this normal? When I move my wallet from one place to another, does it have to resync to get back to the original number of coins?

Oh and because I freaked out, I reversed the whole action by removing the linked partition on my appdata/roaming and putting the original folder back where it came from.

I did nothing weird with my wallet.dat, so it should still be linked to my 1.4 mil coins right? I didn't do anything that could've corrupted/compromised the wallet.dat file?

Did you create a shortcut with -datadir=D:\users\username\dogecoinwallet?

Whatever you do, protect walled.dat with your life. Put it on an USB stick or something, but make sure you don't accidentally lose it..

I have a backup of my wallet with 1.2 mil on it, so I guess if it's gone the loss won't be that big, but still, it's 200k.

I created the link using mkdir /D "C:\users\username\appdata\roaming\dogecoin" "D:\users\username\dogecoinwallet"
Not sure if it's the exact same path, but the mkdir /D is the same.

And after I put it back where it belonged, all I did was remove the new linked folder that was created in appdata, and reinserted the cutted dogecoinwallet on my D drive back on my C drive.

I still have all the files I deleted in my bin, so if there's something I did terribly wrong, please let me know.

From scratch (as I did it):

Code:
- Create a dir like D:\Dogecoin
- Extract all files from the downloaded zip file
- Create a D:\Dogecoin\dogecoin.conf file with the following contents:

rpcuser=doge
rpcpassword=wow
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

- Copy your wallet.dat file into D:\Dogecoin
- Right-click Dogecoin-qt.exe and create a shortcut
- Right-click shortcut, select properties. In target add -datadir=D:\Dogecoin
- Doubleclick shortcut :)

Be advised, your doges will show up once everything starts synching.

I believe -datadir is something similar to what I did. But I linked 2 folders.'
I guess I'll have to check when I get home if the wallet is synced, cause I did make a dogecoin.conf with the contents from the first page on bitcointalk. Not sure how long it takes to sync up. If it's synced and at least some of the coins are showing I'll just take out the wallet.dat and use -datadir or remake the symbolic link.
I kinda panicked when I saw all of my fucking coins were gone and tried to reverse the whole process.

One question, if the wallet is unsynced, should I still have the same addresses and everything in my receive tab? Cause the address I had was different from the one my original wallet had.

I think my mistake was that I cut the original folder to a different partition. I should have copied the whole thing I guess?

I'm not really sure if linked folders does the trick (especially in the appdata folder). If you get a different address, it is a different wallet.

If you have the original wallet, just start from scratch. You didn't lose anything.

So even if there's 0 coins showing there should still be 4 addresses in my receive tab if I made 4 addresses. Crap..

I guess I can see what's in my recycle bin and salvage what can be salvaged. Not sure how cutting/pasting is able to fuck up my wallet.dat but alright, I can't believe it actually overwrote it or something..
Is it possible to set your wallet.dat back to a previous version like say if it was overwritten?

I appreciate your help btw. I'm not sure what the hell I fucked up :p

Also, I might have actually overwritten my dogecoin folder with my wallet.dat, could it be that I could restore the wallet.dat to a previous version? Fuck I messed up bad.. Shouldn't fucking freak out when I don't see any coins.
drumamat
Sr. Member
****
Offline Offline

Activity: 1193
Merit: 251


View Profile
December 19, 2013, 12:04:38 PM
 #4360

DOGECOIN on CoinWarz  !
Pages: « 1 ... 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 [218] 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 ... 1549 »
  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!