It is possible to change installation directory for QT wallet? I don't think I have enough space on my C:
Yes you can make a .bat file which is just a text file for example "runbitbay.bat" and just have it run BitBay-QT with the parameter datadir="(this is the directory to store data)"
Make sure in windows file explorer you see the full file extension
So for example this is the command you want in your bat file:
d:\bitbay\bitbayqt.exe datadir="d:\bitbay\bitbaydata"
In order to have a data directory there though it will ask for a config file. So in that directory create a file called bitbay.conf
Then enter the following in the text file:
server=1
rpcuser=bitbayrpc
rpcpassword=(make up a password)
If you want to add nodes do as follows:
addnode=104.172.24.79
Thank you, I'll try this.
What is the purpose of adding a node? Is it optional?
Edit: I tried this but the folder is still created in c:
These are my steps, maybe I forget something?
- bitbay folder on my k: drive
- Moved the .exe there and created a .bat file with inside k:\bitbay\bitbay-wallet-qt.exe datadir="k:\bitbay\bitbaydata"
- created a folder bitbaydata with a config file inside:
server=1
rpcuser=bitbayrpc
rpcpassword=mypswrd
-Then I start the bat file and everything seems alright, except the data folder is still created on C:
Do you have any idea where I am wrong?
So it wasn't creating files in the bitbaydata directory? You can see instructions here on bitcoin wiki as well... same logic.
https://en.bitcoin.it/wiki/Data_directory
Please check the directory in K for the files it should be creating. If you run from the console it might give you feedback
Nodes are optional
Let me know if it happens after you double check everything. Here is another example of how to type it...
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitcoinData
Now it seems to be alright.
Just have to add - before datadir as suggested in bitcoinwiki, that was the error.
Hope to get everthing sync in short time now. The deadline from bittrex it's tomorrow.
After I sync the blockchain, I think i create a new receiver address and send my BAY there.
Do I need something else?Like to encrypt the wallet?
What is the rpc password for?
Sorry for all this questions but I am short in time and not very experienced in doing this.
Thanks a lot for your reply.
If you are worried about the last minute closure of Bittrex you can still send to your receive address at the QT before the sync completes. The funds will show immediately on chainz block explorer and will eventually show once synced. Just always make sure you backup wallet.dat. And remember, your wallet.dat is now located in that data directory you just specified.