-
I am running:
`/usr/bin/curl -H "Content-Type: application/json" -X POST -d '{"method": "account_tx","params": [{"account": "rNriUSXDqVGWkdmFc2oADKqKLy4G2p85Fq","binary": false,"forward": false,"le…
-
I'm running a Rippled node for a exchange service, but now when I sign and submit a transaction from master wallet to another wallet, this error occured:
```{"error_withdraw": ["'tx_blob'", "'tx_bl…
-
Everytime I try to withdraw from the Ledger Live - I get this message:
Wrong device or passphrase for ‘Stratis 1’
Please use the device or passphrase for the selected account
It doesn't matter wh…
-
Hello guys, I have a problem with rippled server. It's weird and I can not figure it out why and how to fix it, so I need your help.
My case:
When I use 'tx' command to get transaction information…
-
Hi,
I'm trying to sign the XRP multi-sig transaction hex using `ledgerjs`, when I keep `SigningPublicKey` blank it throws an error. This is a recommendation from Ripple's documentation, you can go …
-
Use code `(async () => {
let exchange = new ccxt.bittrex({'enableRateLimit': true, 'rateLimit': 6000})
await exchange.loadMarkets(true)
let tickers = await exchange.fetchTickers()
let keyso…
-
-
Hi,i start my ripple server as a rpc. it work at begin.
after a few days , i fund the ledger_version is not increase.
the server_info is this:
{
"result" : {
"info" : {
"build…
-
Right now accounts configuration is passed to the connector on start up.
For large systems and with constant real time additions/changes to accounts this is not scalable.
Shouldn't the Connector h…
-
Hi
I signed with LedgerNanoS with the following code.
But, the result is "[RippledError (invalidTransaction)]".
I think that the result of "xrp.signTransaction" is incorrect.
Or is the test co…