BitShares Forum
		Main => General Discussion => Topic started by: nethyb on November 29, 2014, 03:42:09 am
		
			
			- 
				Given that at some point BitShares users will be importing their BTS/PTS and associated AGS private keys into the the sparkle client to claim their genesis sparkle.
Has a trusted BitShares dev review the code to ensure there are no security issues?
I'm sure everything is fine, just being cautious before I fire up the client.
			 
			
			- 
				Considering it's a test network I don't know why you'd import any private keys into it yet.
You can diff the two versions on github, I skimmed through it but won't say anything "official":   https://github.com/sparkle5/Sparkle/compare/BitShares:bitshares...sparkle
			 
			
			- 
				Thanks toast... I've use the compare link you shared to have a look myself  :)
			 
			
			- 
				Is there any solution to the trusting a third party with your private keys problem? 
			
 
			
			- 
				
Is there any solution to the trusting a third party with your private keys problem?
I have implemented a solution in our PTS-DPOS client: https://github.com/PTS-DPOS/PTS commits 23b76deba0fd49e1c9243e00f0015264593dd704 - a60e54c79199479d23285a4b2c5dccf380542870 . A general description is available here: http://pts.cubeconnex.com/index.php?topic=37.0 .
With some tweaking it should apply to the BTS master code.
No warranties etc., this is an alpha version that has seen little testing.