Author Topic: List your Feature Requests for a coldstorage solution written in python  (Read 1873 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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.
Sure .. bip38 and shamir secret sharing are my goals

Offline arhag

  • Hero Member
  • *****
  • Posts: 1214
    • View Profile
    • My posts on Steem
  • BitShares: arhag
  • GitHub: arhag
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.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
update: I am currently working with SVG to get awesome looking paperwallets for this ..

Offline BunkerChainLabs-DataSecurityNode

+-+-+-+-+-+-+-+-+-+-+
www.Peerplays.com | Decentralized Gaming Built with Graphene - Now with BookiePro and Sweeps!
+-+-+-+-+-+-+-+-+-+-+

Offline ffwong

  • Full Member
  • ***
  • Posts: 76
    • View Profile
  • BitShares: fftt
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.  :(

Cast me some votes. I am running:
- dragonball for Bitshares 2.0 net
- delegate.fftt for PTS (DPOS) net

Offline fluxer555

  • Hero Member
  • *****
  • Posts: 749
    • View Profile
I think it will be easier to make feature suggestions once you have something released.

Offline wackou

no feature request in particular, but +5% on the initiative, offline signing is really important!
Please vote for witness wackou! More info at http://digitalgaia.io

Offline infovortice2013

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 521
    • View Profile
    • BitShares en español
  • BitShares: traderx
a feature to revise your old cold wallets already has the funds inside

maybe add personal election pic to paper. allows customization
New Keyoteeid: 5rUhuLCDWUA2FStkKVRTWYEqY1mZhwpfVdRmYEvMRFRD1bqYAL
new08/21 id 5Sjf3LMuYPSeNnjLYXmAoHj5Z6TPCmwmfXD6XwDmg27dwfQ

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I can place any text/qr code at any place ... so do what ever you like

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
i'll provide you graphics as svg files .. or guess they will have same dimensions like the ones frank did for argentina, right?
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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