Bitcoin Forum
June 16, 2024, 03:14:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 03:57:26 PM

I believe I overwrote it with my current wallet.dat, as I think they have the same addresses in it.
I'll look into the programme and see if I get a wallet.dat file out of it. I'll just compile all of those fuckers in a folder and then once the whole blockchain is synced I'll start replacing the wallet.dat files with ones that actually cointain my coins.

Thanks for the help!

You're welcome. Good luck! Doge to the moon and beyond. Such wow!

Just as an update. I just got home and tried to recover everything.. Couldn't find anything, so I had to set it back to an older backup. Lost 300k doges... Fml
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 12:18:17 PM
I'm going to be doing that. I'll just take the wallet.dat file out of my current folder, delete it, restore the other folder from my recycle bin, take out the wallet.dat, remove that as well and then reinstall the wallet on my d drive using -datadir.

Also, I edited a small part in in my previous message:
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.

I see. Did you overwrite with your current wallet.dat or with a newer one? If you suspect you lost your doges, stop making any changes (writes) to your drives and use a recovery program like GetDataBack for NTFS or FAT.

I believe I overwrote it with my current wallet.dat, as I think they have the same addresses in it.
I'll look into the programme and see if I get a wallet.dat file out of it. I'll just compile all of those fuckers in a folder and then once the whole blockchain is synced I'll start replacing the wallet.dat files with ones that actually cointain my coins.

Thanks for the help!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 12:10:40 PM

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

Another approach:

Code:
- Salvage all wallet.dat files you have, and put them in a secure place
- Set up Dogecoin from scratch
- Load, and let it sync
- Replace wallet.dat file

I think that should do the trick as well.

I'm going to be doing that. I'll just take the wallet.dat file out of my current folder, delete it, restore the other folder from my recycle bin, take out the wallet.dat, remove that as well and then reinstall the wallet on my d drive using -datadir.

Also, I edited a small part in in my previous message:
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.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 12:03:15 PM
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.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 11:48:03 AM
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?
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 11:36:04 AM
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.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 19, 2013, 11:27:36 AM
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?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 18, 2013, 11:20:33 PM
Dont even have anything under pending...
9  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows on: December 18, 2013, 11:53:51 AM
My cgminer seriously jumps to my backup pool every 3 seconds.. It can't seem to get a stable connection with the hashcow server, neither with the regular stratum, nor the ip. Could this be because I'm from Europe?
10  Alternate cryptocurrencies / Altcoin Discussion / Re: free 5,000,000 doges to giveaway. many dogecoins. like such cute dog. on: December 16, 2013, 02:02:22 AM
Followed and tweeted Smiley
D9Y2QvkSQFWNbCLAtRHdXUxVrePkWF3op8

From @kimahri888
11  Alternate cryptocurrencies / Altcoin Discussion / Re: Millions to Give! | Daily DogeCoin | Like | Follow | Tweet | Receive DogeCoins! on: December 16, 2013, 02:01:00 AM
Followed, retweeted and tweeted the special thing Cheesy
D9Y2QvkSQFWNbCLAtRHdXUxVrePkWF3op8
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Doge Pool running, 0% fee, Prop Pool ! pool.testserverino.de - open for all on: December 16, 2013, 12:01:24 AM
Hm, already made a manual payout request. Was number 4600 or something.

Edit: Got paid, thanks.
13  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Doge Pool running, 0% fee, Prop Pool ! pool.testserverino.de - open for all on: December 15, 2013, 11:50:52 PM
So guys,

money is send to pool, payoouts will begin shortly. We will open for manual transfer ASAP.



Have you changed the automatic payout threshold?
14  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Doge Pool running, 0% fee, Prop Pool ! pool.testserverino.de - open for all on: December 15, 2013, 11:36:34 PM
Cant you just pay us from this adress, it has 58043908.13794835 DOG balance?
http://dogechain.info/address/DRLXRkgiMkZ4LJUphMoev5Yzamgzw8FKpK



LOL. Good find.
I'd like my 96k please. D6tESoeSaJKAVE3DuSYZwLpahjCBv1oCmY
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Doge Pool running, 0% fee, Prop Pool ! pool.testserverino.de - open for all on: December 15, 2013, 10:26:43 PM
Auto payout set to 100k all of sudden and now pool's hacked?
I don't want to be the one to say scam, but kind of weird, no?
16  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Doge Pool running, 0% fee, Prop Pool ! pool.testserverino.de - open for all on: December 15, 2013, 09:26:15 PM
Down again?
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 14, 2013, 05:23:10 PM
Does anyone have a successful trade in coinedup.com?

Multiple. Got almost 0.2 btc paid out by em.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow - v1.1 Released on: December 13, 2013, 11:01:09 AM
100k here for 0.019 heh. Got 500k in stock, and when I get my rig setup I'll be looking for a constant buyer, I'll be at ~3mh/s so I'll be rolling in doge.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Poll] Which Doge - Mining pool do you use / like / is the best ? on: December 12, 2013, 04:52:51 PM
Testserverino ofc, mined almost 500k so far over the last few days.. Just wait until I get my R9 280xs... I'll go mine me some doge!
20  Alternate cryptocurrencies / Altcoin Discussion / Re: ~DigitalCoin~ 5000 DGC Draw $1000+ |{ FREE ENTRY GUESS GAME} December 12 Draw on: December 12, 2013, 03:36:00 PM
3432
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!