BitShares Forum

Main => General Discussion => Topic started by: xeroc on March 01, 2015, 05:15:46 pm

Title: List your Feature Requests for a coldstorage solution written in python
Post by: xeroc on March 01, 2015, 05:15:46 pm
Hey friends,

I started digging into offline signing and have working python code to do the ecdsa signing. It came to me that the code can be easily modified to implememt offline coldstorage signing.

Before starting to implement this I would like to ask the community for input .. like feature request of any kind ...

But note that i can work on this only in my spare time .. so it might take some time .. but the most difficult part (the signing) is already done and working.

I would also love to see someone proof read the implementations before it is used for bigger amounts of funds ..

Regards
  - Fabi
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: cass on March 01, 2015, 07:12:05 pm
i'll provide you graphics as svg files .. or guess they will have same dimensions like the ones frank did for argentina, right?
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: xeroc on March 01, 2015, 07:21:31 pm
I can place any text/qr code at any place ... so do what ever you like
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: infovortice2013 on March 01, 2015, 07:39:36 pm
a feature to revise your old cold wallets already has the funds inside

maybe add personal election pic to paper. allows customization
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: wackou on March 02, 2015, 04:52:27 pm
no feature request in particular, but +5% on the initiative, offline signing is really important!
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: fluxer555 on March 02, 2015, 06:37:05 pm
I think it will be easier to make feature suggestions once you have something released.
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: ffwong on March 03, 2015, 03:25:33 am
I guess this may not be a feature for offline coldstorage program.
But I think it is necessary to be able to monitor the balance of the coldstorage balance, without putting coldstorage online with a wallet. That is a software that can check the balance via the blockchain.
bitsharesblocks.com has no such feature (because of TITAN?)

Right now, I don't know how to monitor my BTS balance without running my wallet client.  :(

Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: BunkerChainLabs-DataSecurityNode on March 03, 2015, 04:05:25 am
Fantastic initiative!  +5%
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: xeroc on March 03, 2015, 03:24:23 pm
update: I am currently working with SVG to get awesome looking paperwallets for this ..
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: arhag on March 05, 2015, 09:24:35 pm
xeroc, how about trying to implement secret sharing to share one's (potentially encrypted) brain key to many semi-trusted parties?

I discussed this a little bit in this post (https://bitsharestalk.org/index.php?topic=13808.msg180037#msg180037).
Title: Re: List your Feature Requests for a coldstorage solution written in python
Post by: xeroc on March 05, 2015, 09:45:50 pm
xeroc, how about trying to implement secret sharing to share one's (potentially encrypted) brain key to many semi-trusted parties?

I discussed this a little bit in this post (https://bitsharestalk.org/index.php?topic=13808.msg180037#msg180037).
Sure .. bip38 and shamir secret sharing are my goals