another issue is that I have my blockchain downloaded on my ssd drive, i do the bitcoin-cli datadir to it, it connects but bitcoincore is still downloading the blocks to my home folder. I am unsure how to stop this other download.
I have my blockchain downloaded on an ssd, so I routed the bitcoin core gui to read from the ssd, it connected and synced and is running.
That's because the start parameter you added to bitcoin-qt wont be used by bitcoind or you're using it with default start parameters.
You mentioned that you've used the GUI to set the custom data directory.
Anyway, to make a global default, add
datadir=YOUR_SSD_DATA_DIR to your "
bitcoin.conf" file in the default data directory.
If you don't have a bitcoin.conf file there, create one.
Default bitcoin datadir:
https://en.bitcoin.it/wiki/Data_directory#Default_LocationI did a fresh install and was able to install just bitcoind. So no more GUI, I added the directory through the command line pointed to the bitcoin folder on my ssd.
Ok, i will add the data dir to the config file and give it a shot. Thanks
Learning how to open up my port 8333 on my router. Issue with this is that ipconfig is showing a different IP address then whatismyip.
IP shown by
ipconfig is your local IP (which given by your router).
I'ts strange because when I look up my IP on a site like whatismyip it shows up with another IP and not the one on my ipconfig command, not sure what would be causing that. I do know that ipconfig wouldnt lie and would show the real ip, so i will stick with the ip from ipconfig. Thanks
Bitcoin Client Software and Version Number: 22.0 bitcoin core installed from snap
Operating System: Ubuntu 20.04.3 LTS
Description of Problem: Unable to get into bitcoind cli and obtaining info
I am creating an small game site with one game so far, im working with a friend in the same city but the development server is in his house, im looking to run the bitcoin node from my house.
we are trying to set up the rpc connection to process the small transaction going into and from the gamers wallets from the games and their external btc wallets, everything is pretty much setup but i am not able to find my nodes ip address and user name and password. Ive been searching for hours on how to get this info but nothing is popping up. I know its something super easy (maybe). Well thanks for the help, would love to get this going.
Just to verify:
The
BTC node is in your house.
The server that people will be playing on is in another house.
People will be plating on the other server, which will at times connect to the node at your house to send / receive
BTC.
If you are not going to be using a VPN / TOR or anything else that provides security for this setup then you are going to have to use the public IP of the server that people are playing on. And you will have to as others have said forward the public port of your router to the port & ip of the machine that your node is on.
Keep in mind the following.
1) Most home internet providers use DHCP so both your public IP and your friends public IP will change
2) If your server is getting DHCP from your router then if the PC or router reboots you may get a different IP.
3) Opening up ports like this is insecure.
-Dave
Yes the node is in my house
Server is in friends house in same city close by.
Yes people will be playing on server in friends house and that server will be connecting to my server with bitcoin node.
I am def looking into using tor now to help with security, but i feel like i will have to learn this first thing before the tor aspect comes in.
Ok, for port forwarding to same ports.
1, is there a way to keep this the same?
2. Yeah i just checked and my ip (with node) already has been changed in the last day.
3. whats the safe way? tor?
Any reason you have the machines in 2 separate locations? It's adding complexity and lowering security.
For small amounts it's probably not that big a deal, but if you are ever storing a significant amount of funds you probably want to do it in a more secure way.
-Dave
We are experimenting and learning as we go, I was eventually thinking of throwing all of this up on a dedicated server, the main site on one server and the node on another. Yes its complex but in my thinking is that it will help if the server is hacked, i rather the main site be hacked then the site and node at the same time.
Whats a more secure way your thinking of storing the money?