Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 15/08/2014, 03:53:09 UTC
good news!
Of course we need to fix this so users dont have to do such things

Is there a way that we can open the browser and pass in a BTCD address to use for logging in?
Maybe just pass it in as a parameter to the URL? this way the QT button can:

1. unlock wallet for 3 seconds
2. directly open the browser with address in URL
3. you can then get the privkey and store it locally and use it as NXT passphrase, basically automate the current login process with the "Remember password" selected
4. then it opens up with all the standard assets already there so the user wont have to do anything special

Maybe we need a button to make a request from faucet and other such useful things for a new user
We need graphics to reskin this to make it all BTCD look and feel

James

We can always use query string to access the URL with additional info (or maybe any other better alternative). From the qt client the link should somehow look like this :

http://localhost:7876/index.html?btcd=&user=rpcuser1&pass=rpcpassword1

If these 3 parameter is presented, Nxt core will do a rpc call to method dumpprivkey "btcd addr" as the passphase, everything i describe correctly ?