Author

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

member
Activity: 78
Merit: 11
newbie
Activity: 25
Merit: 0
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.
full member
Activity: 182
Merit: 100
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

"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">


Error


401 Unauthorized.



newbie
Activity: 28
Merit: 0
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.
legendary
Activity: 3248
Merit: 1072
again stop selling below 100  Angry

people are retarded, just sell per increments, like 10% so 110 , 121 ecc....
member
Activity: 112
Merit: 10
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.
newbie
Activity: 25
Merit: 0
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..
full member
Activity: 182
Merit: 100
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately. or setup a private pool Wink

Is there a unix dogeqt client?

I prefer in order to keep it manageble, have one QT server. Best choose i guess, right?!

No there is not. Use a windows version or consider setting up a P2Pool node in your network. For now solo mining is no problem, with the increase in difficulty it will become harder in the future.


No problem to solo miner, or mining in pools is the same? If that is the case, I will stay mining in pools..
newbie
Activity: 28
Merit: 0
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?
newbie
Activity: 25
Merit: 0
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately. or setup a private pool Wink

Is there a unix dogeqt client?

I prefer in order to keep it manageble, have one QT server. Best choose i guess, right?!

No there is not. Use a windows version or consider setting up a P2Pool node in your network. For now solo mining is no problem, with the increase in difficulty it will become harder in the future.
sr. member
Activity: 308
Merit: 250
point all your server to the main server with the client, you basically create your own pool
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately.

but how it work, in this way you get lash hashrate?

it is basically the same, you will be using same speed to same network, or setting up a pool will mean the same speed in same network.
member
Activity: 85
Merit: 10
dogecoin client not syncing despite dogecoin.conf added to the right place
legendary
Activity: 3248
Merit: 1072
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately. or setup a private pool Wink
Set up your own "mining pool" by pointing all to the same computer?

Diff is up to 224 btw, if this continues im not to sure solo mining even at 90mH/s will be viable.

for not to be viable, diff should rise above 1000-1500
full member
Activity: 182
Merit: 100
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately. or setup a private pool Wink

Is there a unix dogeqt client?

I prefer in order to keep it manageble, have one QT server. Best choose i guess, right?!
legendary
Activity: 1148
Merit: 1001
2 FUCKING HOURS SINCE I REQUESTED WITHDRAWAL OF MY DOGE FROM CRAPTSY

What the hell I was thinking when I switched exchanges...  Huh

3 FUCKING HOURS SINCE I REQUESTED WITHDRAWAL OF MY DOGE FROM CRAPTSY

4 FUCKING HOURS SINCE I REQUESTED WITHDRAWAL OF MY DOGE FROM CRAPTSY
member
Activity: 84
Merit: 10
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately. or setup a private pool Wink
Set up your own "mining pool" by pointing all to the same computer?

Diff is up to 224 btw, if this continues im not to sure solo mining even at 90mH/s will be viable.
legendary
Activity: 3248
Merit: 1072
hey guys place order per DOGE 0.00001080 BTC on cryptsy
me too, above 1000 satoshi, stop selling below 100
legendary
Activity: 3248
Merit: 1072
point all your server to the main server with the client, you basically create your own pool
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?

90mhash is too good for solo mining Wink you can run dogeqt client on every pc and run cgminer --scrypt algo. And mine solo on each pc separately.

but how it work, in this way you get less hashrate?
Jump to: