Questions tagged [xrp]

50 questions
1
vote
1 answer

why aren't trustlines removed and reserve unlocked on xrpl

I am new to the xrpl and working through the python tutorials. yesterday I got to set up three trustlines and today I tried without success to delete them. In my online research I found these two threads in the xrpchat…
Roadrunner
  • 11
  • 1
1
vote
1 answer

XRPL: Request account info for multiple accounts

Is there a way to request account info for multiple XRPL accounts at the same time with the new WebSocket API's? When I check on the website: https://xrpl.org/account_info.html I only see an explanation for getting info on 1 account. But let's say I…
xfscrypt
  • 16
  • 5
  • 28
  • 59
1
vote
1 answer

How to install node.js v16 on VPS cPanel WHM when ea-nodejs10 installs v10.24.1?

I want to yum install xrpl to sign transactions via the xrpl.js library on a cPanel WHM VPS and have made it through How to install a Node.js Application enough that all four ea-*** RPMs, including ea-nodejs10 v10.24.1, have been installed. However,…
ehounder
  • 373
  • 1
  • 2
  • 9
1
vote
0 answers

XRP Warp Wallet in Python

I want to implement the Ripple Warp Wallet in Python. I am able to successfully generate an address, but it does not match the the website output. Here is my code: from Crypto.Protocol.KDF import PBKDF2 from Crypto.Hash import HMAC, SHA256 import…
jkgs
  • 11
  • 4
1
vote
1 answer

How to get a list of tokens, and the details of tokens, such as decimal, name

I would like to get the list of tokens, or is there any way to know if a transaction is a token creation transaction?
yagao
  • 31
  • 1
1
vote
0 answers

XRP full node getTransactions : error - error [ValidationError(instance.options.maxLedgerVersion is not exactly one from [subschema 0],[subschema 1])]

I have set up a full node on my server. Everything is working but getTansactions is throwing error error - error [ValidationError(instance.options.maxLedgerVersion is not exactly one from [subschema 0],[subschema 1])] I tried passing…
1
vote
1 answer

How can I sign a JSON transaction?

I have a JSON representation of an XRPL transaction, like the one below, and I want to sign it in C++ using rippled. How can I? { "TransactionType" : "Payment", "Account" : "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn", "Destination" :…
John Freeman
  • 2,552
  • 1
  • 27
  • 34
1
vote
0 answers

How to get information from xrp rippled like data api v2 in localhost

I run rippled service in my own server. Its state is now 'full' : $ /opt/ripple/bin/rippled server_info | grep state 2020-Feb-12 11:02:16.279916836 HTTPClient:NFO Connecting to 127.0.0.1:5005 "server_state" : "full", …
1
vote
1 answer

Test net environment URL clarification

Anyone suggest to test the Ripple(XRP) API environment URL link for transaction history by address wise. I need test network address so now I am tried to use…
1
vote
0 answers

Malformed: Limit quality is not allowed for XRP to XRP

I use the common line : rippled submit_multisigned…
litterGuy
  • 11
  • 1
0
votes
1 answer

XRP send function does not work. The latest ledger sequence 36750915 is greater than the transaction's LastLedgerSequence

This is my xrpl function. It comes from the xrpl tutorial and should work. But it returns tefBAD_AUTH error. I am writing the xrpl dapps and it is kind of web3. const xrpl = require("xrpl"); const poolSecret = "sEd**********************"; const…
John Alim
  • 1
  • 2
0
votes
1 answer

How we can achieve Cross border payment based on xrp-ledger

I have a query regarding cross border payments Do XRPL provide cross border payment options, also I have read the XRP-ledger documentation couldn't find any thing regarding cross border payments Suggestion would be appreciated.* I have read the…
0
votes
0 answers

How i can get all addresses in xrpl blockchain which starts "rV"?

How i can get all addresses in xrpl blockchain which starts "rV"? I need to get all addresses in xrpl blockchain which starts "rV", but no idea how i can make it. In xrp scaners this function don't, and chatgpt didn't give me idea, how can realized…
0
votes
0 answers

Fail to find an NFT via computed NFTokenPage ID as per docs on XRPL

I'm working on a concept of a NFT search on xrpl and fail to perform a fundamental test - finding existing NFTs via computed NFTokenPage ID (https://xrpl.org/nftokenpage.html#finding-nftokens). The ID seems to be valid per description, and NFTs are…
crtag
  • 2,018
  • 2
  • 14
  • 13
0
votes
2 answers

where do xrp ledger gateways get their xrp from?

im learning xrpl, but im confused about how to get xrp into a private exchange? https://xrpl.org/become-an-xrp-ledger-gateway.html "A Private Exchange holds XRP and lets its customers buy and sell that XRP in its own system. Most cryptocurrencies…
Muhammad Ahmod
  • 649
  • 4
  • 15