pozdnyakovasp Posted September 23, 2018 Share Posted September 23, 2018 Hi everybody! I can't find answer solution of my problem :-( I use service https://s1.ripple.com:51234 for sign my transactios. several days ago service response me as {"result":{"error":"notSupported","error_code":73,"error_message":"Signing is not supported by this server.","request":{"command":"sign","secret":"<masked>","tx_json":{"Account":"rDKJrN7QbfjgNo43kcJTqUhVGgJbRMMj4e","Amount":133350000,"Destination":"rpfihGcP8RDrTB*******","TransactionType":"Payment"}},"status":"error"}} example request {"method":"sign","params":[{"secret":"**********","tx_json":{"Amount":133350000,"Account":"rDKJrN7QbfjgNo43kcJTqUhVGgJbRMMj4e","Destination":"rpfihGcP8RDrTB****","TransactionType":"Payment"}}]} perhaps someone could help me. How can I solve this problem? Link to comment Share on other sites More sharing options...
at3n Posted September 23, 2018 Share Posted September 23, 2018 (edited) The sign command is now disabled by default in rippled 1.1.0, and will be removed in a future release: https://github.com/ripple/rippled/pull/2657 Thankfully, as it's such bad practice from a security point of view. Edited September 23, 2018 by at3n Link to comment Share on other sites More sharing options...
amulecregg Posted September 23, 2018 Share Posted September 23, 2018 You should sign your prepared transactions locally (and possibly offline), for your own safety. https://developers.ripple.com/rippleapi-reference.html#sign Link to comment Share on other sites More sharing options...
Ctrl-Z Posted November 9, 2019 Share Posted November 9, 2019 On 9/23/2018 at 2:27 PM, amulecregg said: You should sign your prepared transactions locally (and possibly offline), for your own safety. https://developers.ripple.com/rippleapi-reference.html#sign Can you explain to the least technical among us how I can submit the code offline, and if there is a difference in the coding when doing this? Link to comment Share on other sites More sharing options...
SimpleXRPTools Posted November 10, 2019 Share Posted November 10, 2019 You can prepare simple XRP transactions via my SimpleXRPTools, no Node.js required: https://github.com/SimpleXRPTools/SimpleXRPTools Download the whole project and open the html files with an up-to-date Google or Firefox browser. There's some guidance included about what steps should be online or offline. 2 hours ago, Ctrl-Z said: Can you explain to the least technical among us how I can submit the code offline You can't submit code/transactions offline, you prepare them online first then move them to an offline device, sign them with your XRP Secret/Seed, then submit the signed transaction online. If you're into Node.js, Wietse Wind has a beginners tutorial you can follow to get started: https://coil.com/p/wietse/Coding-the-XRP-ledger-A-beginners-course-/kKu7G0Hhq Ctrl-Z 1 Link to comment Share on other sites More sharing options...
Ctrl-Z Posted November 10, 2019 Share Posted November 10, 2019 @SimpleXRPTools thanks. I will review the information. SimpleXRPTools 1 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