cmbartley Posted January 25, 2017 Share Posted January 25, 2017 https://github.com/segrax/xrp-wallet EdH 1 Link to comment Share on other sites More sharing options...
segra Posted January 25, 2017 Share Posted January 25, 2017 Yeah, Granted SusPay will only work on the testnet until its enabled on the real network. The GUI functionality to execute a FINISH or CANCEL is also non existent at the moment, but the code exists https://github.com/segrax/xrp-wallet/blob/master/Source/Xrp_WalletFrm.cpp#L270 Link to comment Share on other sites More sharing options...
segra Posted January 25, 2017 Share Posted January 25, 2017 Added those functions, but havn't recompiled/released. Also, while i may eventually build it myself... a phone app with a qrcode scanner, and WSS functionality (to submit to ripple validator) would go well for use here (sign your transactions completely offline, scan the qr code off the screen with the phone app and its instantly on the network) thinlyspread, rootvegetable, zero-2-9 and 1 other 4 Link to comment Share on other sites More sharing options...
PunishmentOfLuxury Posted January 26, 2017 Share Posted January 26, 2017 3 hours ago, theshadow said: Also, while i may eventually build it myself... a phone app with a qrcode scanner, and WSS functionality (to submit to ripple validator) would go well for use here (sign your transactions completely offline, scan the qr code off the screen with the phone app and its instantly on the network) That would be brilliant. Even with a never online PC there's a risk with transferring data via USB stick or whatever. QR code would be super safe. segra and thinlyspread 2 Link to comment Share on other sites More sharing options...
segra Posted January 26, 2017 Share Posted January 26, 2017 3 hours ago, PunishmentOfLuxury said: That would be brilliant. Even with a never online PC there's a risk with transferring data via USB stick or whatever. QR code would be super safe. It's actually painful doing it with USB, once or twice isn't so bad, but after that it becomes really annoying. one thought I did have, was the possibility of using a cold wallet, combined with a "mobile" wallet. I havnt tried to compile any of RippleD for iOS (even just the parts required for signing ), but if we can sign transactions on IOS, you could easily setup a mobile wallet, funded by your cold wallet, with suspended payments... you know you need $5 a day, but randomly you need $50. even if your phone is hacked during the day, unless you enter the proof to execute ( and the sequence number ), a large sum of value wouldn't be available, and given it only takes a few seconds for a transaction to process... if you did needit, what's a few seconds. cmbartley, thinlyspread, MundoXRP and 1 other 4 Link to comment Share on other sites More sharing options...
Guest Vinnie Posted February 19, 2017 Share Posted February 19, 2017 On 1/24/2017 at 11:54 PM, cmbartley said: https://github.com/segrax/xrp-wallet This is awesome, do we know who wrote it? I have plans for building up ripple-libpp. Link to comment Share on other sites More sharing options...
cmbartley Posted February 19, 2017 Author Share Posted February 19, 2017 8 minutes ago, Vinnie said: This is awesome, do we know who wrote it? I have plans for building up ripple-libpp. I thought @theshadow had written it. Link to comment Share on other sites More sharing options...
segra Posted February 19, 2017 Share Posted February 19, 2017 8 minutes ago, cmbartley said: I thought @theshadow had written it. Yeah, thats correct, T8493 1 Link to comment Share on other sites More sharing options...
segra Posted February 19, 2017 Share Posted February 19, 2017 26 minutes ago, Vinnie said: This is awesome, do we know who wrote it? I have plans for building up ripple-libpp. I probably should have my nickname here changed But, what sort of plans, and what do you need from me ? Link to comment Share on other sites More sharing options...
Guest Vinnie Posted February 19, 2017 Share Posted February 19, 2017 1 minute ago, theshadow said: what sort of plans, and what do you need from me ? Just to continue to refactor, streamline, and add features. More documentation. Ultimately I would like ripple-libpp to be its own library and not require the rippled subtree. Lean it out a little bit too. Just polish it up in general. We might want to add features for maintaining connection to RCL at some point in the future. Link to comment Share on other sites More sharing options...
segra Posted February 19, 2017 Share Posted February 19, 2017 33 minutes ago, Vinnie said: Just to continue to refactor, streamline, and add features. More documentation. Ultimately I would like ripple-libpp to be its own library and not require the rippled subtree. Lean it out a little bit too. Just polish it up in general. We might want to add features for maintaining connection to RCL at some point in the future. ah, excellent. my next goal was to get the validator running and grab the current ledger from it, although I have no intention of making the cold wallet able to connect , it seemed like it could be useful for something at some point Link to comment Share on other sites More sharing options...
segra Posted February 19, 2017 Share Posted February 19, 2017 @Vinnie what's your thoughts on gRPC? Link to comment Share on other sites More sharing options...
Guest Vinnie Posted February 19, 2017 Share Posted February 19, 2017 1 minute ago, theshadow said: @Vinnie what's your thoughts on gRPC? Is that from http://www.grpc.io/ ? Never heard of it before. Keep in mind, my area of expertise lies in the C++ side. Server more than client. So I don't have a lot of experience in these client side technologies. That said, I took a look at the C++ code in the repository (http://www.grpc.io/). Its not clear what interface it uses for networking. Seems not to use Boost.Asio. Of course, I am biased - I think anything worth using would be built on Boost.Asio since it tracks the Networking Technical Specification which will be part of the C++ standard at some point. And where' the HTTP parser? WebSocket code? RPC 2.0 at least is transport-independent. I guess I'm biased, the ideal RPC library for me will be one that is built on Beast Link to comment Share on other sites More sharing options...
nikb Posted February 19, 2017 Share Posted February 19, 2017 22 minutes ago, Vinnie said: I guess I'm biased, the ideal RPC library for me will be one that is built on Beast Go Beast! Link to comment Share on other sites More sharing options...
cmbartley Posted February 19, 2017 Author Share Posted February 19, 2017 @theshadow if you were interested investing serious time and effort into the build that members of XRPchat would willing to financially support it's development... The community badly needs a trustworthy, commercial-grade cold wallet with a simple UI. faz, PunishmentOfLuxury and Kakoyla 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now