BitShares Forum

Main => General Discussion => Topic started by: emailtooaj on February 03, 2015, 01:58:43 am

Title: Rebuild Index command
Post by: emailtooaj on February 03, 2015, 01:58:43 am
Hello all,
Could someone tell/give me the proper command to "Rebuild Index" in the wallet please!

Thank You!
Title: Re: Rebuild Index command
Post by: vikram on February 03, 2015, 06:16:22 pm
Run the executable with " --rebuild-index" argument.
Title: Re: Rebuild Index command
Post by: mostar on April 14, 2015, 01:34:16 pm
When one shoud use it?

Title: Re: Rebuild Index command
Post by: xeroc on April 14, 2015, 01:40:39 pm
When one shoud use it?
if you are stuck syncing with the blockchain or see a delegate participation rate of less than 50% or so
Title: Re: Rebuild Index command
Post by: mostar on April 15, 2015, 06:25:40 pm
Its 1.2%
Code: [Select]
security_state

{
  "alert_level": "grey",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 0.012094895834206521
}

Why dose it happen?
Title: Re: Rebuild Index command
Post by: xeroc on April 15, 2015, 06:31:06 pm
Its 1.2%
Code: [Select]
security_state

{
  "alert_level": "grey",
  "estimated_confirmation_seconds": 10,
  "participation_rate": 0.012094895834206521
}

Why dose it happen?
you need to reset the blockchain .. you seem to be stuck in a unresolvable fork ..
you can do so by deleting the "chains" folder in %APPDATA%\Roaming\BitShares (do NOT delete the wallets folder)
and restart the client

also note that you HAVE to run the latest 0.8.* version
Title: Re: Rebuild Index command
Post by: TurkeyLeg on April 16, 2015, 03:20:21 pm
estimated confirmation seconds: 3030
participation_rate: 0.066471858052966876

I can't find the "chains" folder in the app contents (OSX) or anywhere else on the machine.

I'm also having a hard time running the rebuild index command in the console...my client is so laggy it's almost impossible to use (I couldn't even copy and paste from the console).

I tried uninstalling the app and downloading the 0.8.0 client from github again, but no change when I relaunch obviously.

I'm sure it's me missing something or not understanding the process correctly - can someone help?

Thanks :-)
Title: Re: Rebuild Index command
Post by: xeroc on April 16, 2015, 03:38:12 pm
estimated confirmation seconds: 3030
participation_rate: 0.066471858052966876

I can't find the "chains" folder in the app contents (OSX) or anywhere else on the machine.

I'm also having a hard time running the rebuild index command in the console...my client is so laggy it's almost impossible to use (I couldn't even copy and paste from the console).

I tried uninstalling the app and downloading the 0.8.0 client from github again, but no change when I relaunch obviously.

I'm sure it's me missing something or not understanding the process correctly - can someone help?

Thanks :-)
On MAC the folder is  ~/Library/Application Support/BitShares

maybe delete everthing in there EXCEPT!!!! the 'wallets' folder (they contain the keys to your funds!)
Title: Re: Rebuild Index command
Post by: TurkeyLeg on April 16, 2015, 03:44:36 pm
estimated confirmation seconds: 3030
participation_rate: 0.066471858052966876

I can't find the "chains" folder in the app contents (OSX) or anywhere else on the machine.

I'm also having a hard time running the rebuild index command in the console...my client is so laggy it's almost impossible to use (I couldn't even copy and paste from the console).

I tried uninstalling the app and downloading the 0.8.0 client from github again, but no change when I relaunch obviously.

I'm sure it's me missing something or not understanding the process correctly - can someone help?

Thanks :-)
On MAC the folder is  ~/Library/Application Support/BitShares

maybe delete everthing in there EXCEPT!!!! the 'wallets' folder (they contain the keys to your funds!)

Just deleting "chains" in ~/Library/Application Support/BitShares worked perfectly! Thanks man.