Bitcoin Forum
May 06, 2024, 03:29:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: It started with 0.10.1, thought 0.10.2 might 'help' things... it didn't ;-(  (Read 1131 times)
MoreBloodWine (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
June 20, 2015, 09:22:04 PM
Last edit: June 21, 2015, 02:19:29 AM by MoreBloodWine
 #1

Been like this for a while, not sure what happened, coulda been mine / a system fault. In any event, if I close the Qt client and restart it. It does the verifying thing all the way to 100% then just seems to sit here (below)...



Any ideas ?

I just closed it out and restarted but left it like this for the past day or so to no avail. Would hate to start over and dl an entire new chain, seeing as how the current folder is ~40gb.

To be decided...
1715009358
Hero Member
*
Offline Offline

Posts: 1715009358

View Profile Personal Message (Offline)

Ignore
1715009358
Reply with quote  #2

1715009358
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715009358
Hero Member
*
Offline Offline

Posts: 1715009358

View Profile Personal Message (Offline)

Ignore
1715009358
Reply with quote  #2

1715009358
Report to moderator
1715009358
Hero Member
*
Offline Offline

Posts: 1715009358

View Profile Personal Message (Offline)

Ignore
1715009358
Reply with quote  #2

1715009358
Report to moderator
d4n13
Full Member
***
Offline Offline

Activity: 210
Merit: 101


“Create Your Decentralized Life”


View Profile
June 22, 2015, 06:28:40 AM
 #2

Try the following cmdline args:
-checkblocks=1 # minimal block check
-checklevel=0   # minimal level of checking
-splash=0        # mute the slash screen
-listen=0         # don't listen to new connections (aka leach)

also look at task manager and see if the process is consuming memory, disk or cpu resources.

There is also likely a logging option you can dig up to get it to dump a log of what its doing.  If not, try launching bitcoind.exe with all the debug switches on... that will light up your console.

MoreBloodWine (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
June 22, 2015, 06:32:06 AM
 #3

Try the following cmdline args:
-checkblocks=1 # minimal block check
-checklevel=0   # minimal level of checking
-splash=0        # mute the slash screen
-listen=0         # don't listen to new connections (aka leach)

also look at task manager and see if the process is consuming memory, disk or cpu resources.

There is also likely a logging option you can dig up to get it to dump a log of what its doing.  If not, try launching bitcoind.exe with all the debug switches on... that will light up your console.
Since I got no reply I decided to just resync it all.

For future ref though, those would all be things to put in the conf file right ?

To be decided...
d4n13
Full Member
***
Offline Offline

Activity: 210
Merit: 101


“Create Your Decentralized Life”


View Profile
June 22, 2015, 07:35:26 AM
 #4

For future ref though, those would all be things to put in the conf file right ?
For permanency yes, though I would have just tagged them on the command line.

There are still a lot of not so secret secrets that can be found through digging around in the source and developer documents.

MoreBloodWine (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
June 22, 2015, 07:38:39 AM
 #5

For future ref though, those would all be things to put in the conf file right ?
For permanency yes, though I would have just tagged them on the command line.

There are still a lot of not so secret secrets that can be found through digging around in the source and developer documents.
I woulda had to use the conf file FWIW since the client never would load for me to get to the console.

Ty for the commands though.

To be decided...
d4n13
Full Member
***
Offline Offline

Activity: 210
Merit: 101


“Create Your Decentralized Life”


View Profile
June 22, 2015, 07:48:21 AM
 #6

I woulda had to use the conf file FWIW since the client never would load for me to get to the console.
Cross talk... your talking about the API console, I'm talking about the OS command console.

"Bitcoin-Qt Command Line Arguments" should help.

MoreBloodWine (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
June 22, 2015, 08:18:09 AM
 #7

I woulda had to use the conf file FWIW since the client never would load for me to get to the console.
Cross talk... your talking about the API console, I'm talking about the OS command console.

"Bitcoin-Qt Command Line Arguments" should help.
Ok, so if your talking about the OS command console, that's just bringing up run and typing cmd. From that console, how would the system / os (windows) know what to do if one simply typed -checkblocks=1 ?

If one has a system running say litecoin and bitcoin, how would the OS know where to send the command if one just...

start > run > cmd > -checkblocks=1

I'm probably making this more difficult than it needs to be since I don't need to worry about it any more but there's always that future ref thing.

To be decided...
d4n13
Full Member
***
Offline Offline

Activity: 210
Merit: 101


“Create Your Decentralized Life”


View Profile
June 22, 2015, 04:47:24 PM
 #8

Ok, so if your talking about the OS command console, that's just bringing up run and typing cmd. From that console, how would the system / os (windows) know what to do if one simply typed -checkblocks=1 ?

If one has a system running say litecoin and bitcoin, how would the OS know where to send the command if one just...

start > run > cmd > -checkblocks=1
Not at all, your actually pretty close to the mark.

Luckily Youtube is your friend:
4 part cmd tutorial https://www.youtube.com/watch?v=8-Bnm9LxG6A

Basically:
0) Close bitcoin program and wait 60 seconds.
1) go to c:\Programs Files (x86)\Bitcoin
2) Shift click (like on the video) for "Command Prompt Here"
3) Type (no quote) "Bitcoin-Qt -checkblocks=1 -checklevel=0 -splash=0 -listen=0



MoreBloodWine (OP)
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
June 22, 2015, 09:33:33 PM
 #9

Ok, so if your talking about the OS command console, that's just bringing up run and typing cmd. From that console, how would the system / os (windows) know what to do if one simply typed -checkblocks=1 ?

If one has a system running say litecoin and bitcoin, how would the OS know where to send the command if one just...

start > run > cmd > -checkblocks=1
Not at all, your actually pretty close to the mark.

Luckily Youtube is your friend:
4 part cmd tutorial https://www.youtube.com/watch?v=8-Bnm9LxG6A

Basically:
0) Close bitcoin program and wait 60 seconds.
1) go to c:\Programs Files (x86)\Bitcoin
2) Shift click (like on the video) for "Command Prompt Here"
3) Type (no quote) "Bitcoin-Qt -checkblocks=1 -checklevel=0 -splash=0 -listen=0



Ty for that !

To be decided...
d4n13
Full Member
***
Offline Offline

Activity: 210
Merit: 101


“Create Your Decentralized Life”


View Profile
June 23, 2015, 12:32:07 AM
 #10

turns out the file debug.log is really really awesome.  It gives all types of juicy bits of info.

If you run into one of those problems again, you may want to look at that file.  Don't know what private info is in it, so may want to take care.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!