<stellar-slack>
<creemej> Can I get a QR-code for an account in account-viewer? Not implemented yet?
<stellar-slack>
<jed> no it doesn't have that
<stellar-slack>
<jed> it is only supposed to be super basic
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
<stellar-slack>
<creemej> Can't I use an existing stand-alone generator for this?
<stellar-slack>
<dzham> @creemej: what are you trying to do?
de_henne has quit [Ping timeout: 246 seconds]
<stellar-slack>
<creemej> Send lumens from Centaurus(android) to account (account-viewer). I already send some with typing the public address ... I do this only one time!
<stellar-slack>
<sacarlson> you can also run centaurus on your computer that can create a qrcode
<stellar-slack>
<sacarlson> mine is setup to run on testnet if you want to try it there
<stellar-slack>
<creemej> Do not have a mobile wallet on testnet. Don't know how to get one.
<stellar-slack>
<sacarlson> no sorry didn't try that. it would require haveing a rooted phone for me to do it without fully creating the package
<stellar-slack>
<sacarlson> I could make a live version on a computer that I could place at a different point
<stellar-slack>
<sacarlson> but come to think of it I guess you could still create accounts and cut and paist the account to another Live app on your computer so at least you wouldn't have to type it into your phone
<stellar-slack>
<creemej> Can I use *centaurus* on my computer with my existing live wallet (account-viewer) or do I need to create a new wallet?
<stellar-slack>
<sacarlson> you should be able to run the same key set at two points. you can import and export keys on centaurus
<stellar-slack>
<creemej> Don't uderstand: but come to think ... to anther live app ... wouldn't have to type ... ?
<stellar-slack>
<sacarlson> another app you can just copy and paiste they secret key
<stellar-slack>
<creemej> what/where app
<stellar-slack>
<sacarlson> the exploorer being one of them
<stellar-slack>
<creemej> The goal is to have a QR-code generated for my live account on account-viewer. I don't see how *centaurus* kan help there.
<stellar-slack>
<sacarlson> centaurus has a qr-code generator did you not see it?
<stellar-slack>
<sacarlson> you want me to setup a live centaurus?
<stellar-slack>
<creemej> yes, but don't know how to use it on an existing live account ... with security aspects
<stellar-slack>
<creemej> no, not yet, I want to understand it first
<stellar-slack>
<sacarlson> best play in testnet then before you make a mistake and worry about security at this point
<stellar-slack>
<creemej> good idea, but I am turning in a circle. How can I play with a centaurus-wallet on test, can I select live/test?
<stellar-slack>
<sacarlson> no not on the phone you can't. if you have a rooted phone I can provide you the file and line number to change to set it to testnet mode but not sure you want to do that. why must it be on the phone?
<stellar-slack>
<sacarlson> you can run android simulator on a computer as another option that you would have root privlidges
<stellar-slack>
<creemej> so, I can't ... best play in testnet then before ...
<stellar-slack>
<sacarlson> not from your phone as far as I know. testnet would be problematic
<stellar-slack>
<creemej> Would it be better to look for a stand-alone QR-code generator or strip it from centaurus.
<stellar-slack>
<sacarlson> but like I said the qr-code address are the same on testnet so you could create a new account on the computer side with the tenstnet version and just copy and paist it to a working Live app on the same computer
<stellar-slack>
<sacarlson> you might see if you can read that code with you phone. don't send any money to it
<stellar-slack>
<sacarlson> or you could create the account on the explorer and import the account into centaurus
<stellar-slack>
<creemej> yes ok, that last one, ... create the account on the explorer and import ... into centaurus live on the same computer. But where do I get centaurus for OSX?
<stellar-slack>
<sacarlson> it's just a website. but you can also set it up as a static file that runs on OSX browser
<stellar-slack>
<creemej> url?
<stellar-slack>
<sacarlson> it's just a static javascript program
<stellar-slack>
<sacarlson> yes that's where I installed it from
<stellar-slack>
<sacarlson> it's not setup to run from github buy I can instruct you on the files you would need to set it up as static
<stellar-slack>
<creemej> ok, I will look at the page .../tab/wallet
<stellar-slack>
<sacarlson> remind you again that site is setup to run on Testnet
<stellar-slack>
<sacarlson> it would take me about 5 min to create a mirror site that would also run on Live
<stellar-slack>
<eno> you can gen a qrcode with any generater
<stellar-slack>
<sacarlson> yes but the address will work between networks
<stellar-slack>
<sacarlson> well at this time centaurus is the only standard qr-code generator for stellar that I know of
<stellar-slack>
<raymens> would be great if all wallets use the same data schema for backups
<stellar-slack>
<sacarlson> yes that would be nice raymens but the code generated on centaurus also has the public address in it as it was ported from the old version and has a json format for both numbers if I recall corectly
<stellar-slack>
<raymens> oh that's a bit bloated I guess
<stellar-slack>
<eno> google and open a qrcode website,post your address ,then centaurus will play well with it
<stellar-slack>
<sacarlson> you might be right eno you might try that
<stellar-slack>
<sacarlson> try decode the one I sent above and see what the format looks like
<stellar-slack>
<sacarlson> here's an account to try GCL2C4ESE5PQ6GHGQUYVJ2EFH42FEHCN4LOAWYZTKTVEBCZ2GSQD66T4
<stellar-slack>
<creemej> @eno thanks, yes, it was that simple!
<stellar-slack>
<creemej> @sacarlson No problem, works fine!
<stellar-slack>
<raymens> shouldn't that be expanded with something like: stellar://[address]?amount=5&asset=[currencyCode]&memo=[someTransactionCode]
<stellar-slack>
<raymens> or in the case of a backup, stellarbackup://.....
<stellar-slack>
<raymens> etc.
<stellar-slack>
<sacarlson> backup all you need is the secreet key text part that you could convert to a qr-code or whatever
<stellar-slack>
<sacarlson> or I'm not sure what your asking?
<stellar-slack>
<raymens> a protocol for that
<stellar-slack>
<sacarlson> save the string in a text file
<stellar-slack>
<sacarlson> or do you want to make a transaction?
<stellar-slack>
<sacarlson> as an experiment I was able to add qr-code generator using qrcode.js lib in my expermental wallet http://zipperhead.ddns.net/stellar_min_client.html. when you start or restore an keyset it creates a qr-code at the bottom
<stellar-slack>
<sacarlson> I could also add a method to create a compatible qr-code to export to Centaurus that I may add tomaro
u77 has quit [Quit: Connection closed for inactivity]
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
IAmNotDorian has quit [Ping timeout: 260 seconds]
de_henne has quit [Remote host closed the connection]
u77 has joined #stellar
stellar-slack1 has joined #stellar
stellar-slack has quit [Ping timeout: 244 seconds]