Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: bredcat on May 01, 2016, 05:17:07 PM



Title: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 05:17:07 PM
Well, I'm fairly new to Bitcoin mining and so I don't exactly know the problem here.
It's just as it's said, I can run Bitcoin Core, but it just won't display. I checked task manager, and it says that the process is running, but it's not showing it on the screen.
I've already allowed it into my Firewall for my connections but it still won't show it.
Specs:
Windows 10
Processor: Intel(R) Core(TM) i3-4160 CPU @ 3.50GHz 3.60GHz
Ram: 6 GB
System type: 64-bit Operating System, x64-based processor


Title: Re: Bitcoin Core not Displaying?
Post by: achow101 on May 01, 2016, 05:31:04 PM
Bitcoin Core isn't really mining related.

Do you see the icon in the taskbar? If you do, then the window for it is just off screen. Try doing Shift + Right Click and select move and you should be able to move it back to where you can see it.


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 05:52:19 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.


Title: Re: Bitcoin Core not Displaying?
Post by: Zoomer on May 01, 2016, 05:57:58 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 06:04:54 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools
I closed it and restarted it, but its doing the same exact thing as before.


Title: Re: Bitcoin Core not Displaying?
Post by: achow101 on May 01, 2016, 06:09:31 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools
I closed it and restarted it, but its doing the same exact thing as before.
Can you post the debug.log? Also, try setting -resetguisettings in the startup command.


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 06:23:06 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools
I closed it and restarted it, but its doing the same exact thing as before.
Can you post the debug.log? Also, try setting -resetguisettings in the startup command.
Where can I find the debug.log?


Title: Re: Bitcoin Core not Displaying?
Post by: toy4lov3rs on May 01, 2016, 06:29:57 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools
I closed it and restarted it, but its doing the same exact thing as before.
Can you post the debug.log? Also, try setting -resetguisettings in the startup command.
Where can I find the debug.log?
you can find this in data folder of bitcoin core
by default it is
C:/user/Appdata/Roaming/bitcoin


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 06:39:50 PM
I know that it's not mining related, but I was watching a beginners guide to mining and said it was needed, so I installed it.

But no, it is not in the taskbar. I have no idea why, even though the process is running in the background.
try closing the wallet from taskmanager and restart it
PS. you don't need bitcoin core to mine,you can mine without core wallet through mining pools
I closed it and restarted it, but its doing the same exact thing as before.
Can you post the debug.log? Also, try setting -resetguisettings in the startup command.
Where can I find the debug.log?
you can find this in data folder of bitcoin core
by default it is
C:/user/Appdata/Roaming/bitcoin
I don't have one for some reason.


Title: Re: Bitcoin Core not Displaying?
Post by: achow101 on May 01, 2016, 06:41:51 PM
Where can I find the debug.log?
Open up Windows Explorer and in the top bar where the path is, type
Code:
%appdata%/Bitcoin
And hit enter. You should see the file in there.


Title: Re: Bitcoin Core not Displaying?
Post by: toy4lov3rs on May 01, 2016, 06:44:08 PM
Where can I find the debug.log?
Open up Windows Explorer and in the top bar where the path is, type
Code:
%appdata%/Bitcoin
And hit enter. You should see the file in there.
its only if he used bitcoin default directory unchanged, but if he is using custom path to store blockchain then debug.log will found in directory set for bitcoin data.


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 07:13:58 PM
Where can I find the debug.log?
Open up Windows Explorer and in the top bar where the path is, type
Code:
%appdata%/Bitcoin
And hit enter. You should see the file in there.
its only if he used bitcoin default directory unchanged, but if he is using custom path to store blockchain then debug.log will found in directory set for bitcoin data.
I reinstalled it and left everything unchanged, but the Bitcoin folder still isn't there.


Title: Re: Bitcoin Core not Displaying?
Post by: achow101 on May 01, 2016, 07:32:41 PM
Where can I find the debug.log?
Open up Windows Explorer and in the top bar where the path is, type
Code:
%appdata%/Bitcoin
And hit enter. You should see the file in there.
its only if he used bitcoin default directory unchanged, but if he is using custom path to store blockchain then debug.log will found in directory set for bitcoin data.
I reinstalled it and left everything unchanged, but the Bitcoin folder still isn't there.
Then it looks like Bitcoin Core ins't starting. Do you have an antivirus installed? If you do, sometimes they will flag Bitcoin Core as a virus, so add the bitcoin-qt.exe file to the exemptions list. Make sure you also do that with Windows Defender.


Title: Re: Bitcoin Core not Displaying?
Post by: bredcat on May 01, 2016, 07:39:53 PM
Where can I find the debug.log?
Open up Windows Explorer and in the top bar where the path is, type
Code:
%appdata%/Bitcoin
And hit enter. You should see the file in there.
its only if he used bitcoin default directory unchanged, but if he is using custom path to store blockchain then debug.log will found in directory set for bitcoin data.
I reinstalled it and left everything unchanged, but the Bitcoin folder still isn't there.
Then it looks like Bitcoin Core ins't starting. Do you have an antivirus installed? If you do, sometimes they will flag Bitcoin Core as a virus, so add the bitcoin-qt.exe file to the exemptions list. Make sure you also do that with Windows Defender.
I didn't get a message from Windows Defender that it was harmful, and I have no other antivirus software. When I scanned it with WD, it said it was safe.