Author Topic: btsbots wallet release v0.0.1  (Read 94567 times)

0 Members and 1 Guest are viewing this topic.

Offline JonnyB

  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • twitter.com/jonnybitcoin
I run the @bitshares twitter handle
twitter.com/bitshares

Offline Bhuz

  • Committee member
  • Sr. Member
  • *
  • Posts: 467
    • View Profile
  • BitShares: bhuz
Welcome back alt!

Good job!

Offline fuzzy

Good to see you back around alt!
WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Good to have you back alt!!

This looks awesome!!
Are the sources open?

As an advice, you can ask people to add another key to their account and allow login with a passphrase and from that passphrase derive the private key (they added to their account).
The scheme that makes most sense and is used by Steemit.com looks like this

        SHA256(accountname + role + password)

where role is owner, active, or memo. The has is used as the private key. Python code looks like this:
https://github.com/xeroc/python-graphenelib/blob/master/graphenebase/account.py#L31-L34

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
« Last Edit: October 28, 2016, 06:55:38 am by alt »