Author Topic: [ANN] Bitshares simple wallet template  (Read 2884 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris4210

  • Sr. Member
  • ****
  • Posts: 431
  • Keep Building!
    • View Profile
    • www.payger.com
  • BitShares: chris4210
That will be very valuable in the future . great work!
Vote Chris4210 for Committee Member http://bit.ly/1WKC03B! | www.Payger.com - Payments + Messenger | www.BitShareshub.io - Community based fanpage for the BitShares Blockchain

Offline CLains

  • Hero Member
  • *****
  • Posts: 2606
    • View Profile
  • BitShares: clains

Offline bitsharesbrazil

  • Sr. Member
  • ****
  • Posts: 243
    • View Profile
understood svk, let me know when ready to go. n thanks to steemit dan & co too.
bitcointalk ANN https://bitcointalk.org/index.php?topic=1084460.0
chat, post, promote it!!!!!!!! Stan help to improve OP!

Offline svk

Is it already available or only for trial?

If it goes down how we can recover funds in browser wallet or software wallet?
It's available sure, but only on the testnet so far. I might put up a version on the BTS main network once I've refined the template some more.

As long as you remember your account name and password you can generate your private key completely independently of the wallet interface, using the cli wallet, node.js or Python.
Worker: dev.bitsharesblocks

Offline bitsharesbrazil

  • Sr. Member
  • ****
  • Posts: 243
    • View Profile
Is it already available or only for trial?

If it goes down how we can recover funds in browser wallet or software wallet?
bitcointalk ANN https://bitcointalk.org/index.php?topic=1084460.0
chat, post, promote it!!!!!!!! Stan help to improve OP!

Offline Chronos

Since your account name and password become your brain key in this case, it is important that you use a very long password, 16 characters at least.
I recommend a very complex password. We don't know what kind of key crackers may be designed in the future.

Offline BunkerChainLabs-DataSecurityNode

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

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
█║▌║║█  - - -  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

Offline svk

Using my graphenejs-lib I've made a new very basic wallet template. This wallet makes use of a new feature I've added to the graphenejs-lib: Account login. This is the same type of login used by Steemit, where a private key is generated on the fly from your account name and password. This means nothing is stored in your browser, and no private data is sent over the wire. This login feature could be reused by any number of wallets and you could then login everywhere using the account name and password.

Since your account name and password become your brain key in this case, it is important that you use a very long password, 16 characters at least. Remember: there's no centralised method of recovery so make sure you remember your password!

For more info, please see this post on steemit: https://steemit.com/bitshares/@svk/new-simple-wallet-template

You can find the source here: https://github.com/svk31/bitshares-wallet-template

And a live preview on the testnet here: http://svk31.github.io/bitshares-wallet-template
Worker: dev.bitsharesblocks