Questions tagged [xrp]

50 questions
0
votes
1 answer

XRPL: Check last 3 transactions only

Im looking for a way to check the last 3 transactions to a specific XRP wallet Im using this link: https://data.ripple.com/v2/accounts/rBn1tX24h6H7SZT8mRe9oUypVJNNGgcav8/transactions But it shows me all the transactions. I would like to see the 3…
MitchZ
  • 3
  • 4
0
votes
0 answers

Installing rippled vs building rippled

I am new on XRP and wants to know the difference between Installing rippled and building rippled. As I understand installing rippled means i am making a rippled server(Node), but what does building rippled means. I have already made a node at its…
ZSA
  • 85
  • 1
  • 13
0
votes
2 answers

xrpl-py testnet is not a valid url

I am new to cryptocurrencies in general and I am at an intermediate level in Python (but a new Websocket user). I am using the xrpl-py library in order to build a Ripple-ledger based App, however I am getting stuck at the very beginning. When I try…
0
votes
1 answer

How to set Custom Headers in xrpl.js

I need to set custom headers for my requests in xrpl.js in order to connect to a Blockchain Service with an API Key. I see that ConnectionOptions has an authorization field, which then is used as options.headers = { Authorization: `Basic ${base64}`…
0
votes
1 answer

How to check when/whether an offer on the XRP Ledger's DEX has been accepted/fully consumed? [XRP] [XRPL]

I've been testing out interacting with the XRP Ledger, coding in Python. I started coding some basic queries regarding the status of the XRP Ledger from scratch based on the XRPL documentation (available here) but then discovered XRPL-PY (I've…
0
votes
2 answers

rippled SSL-Certificate

I want to have a secure connection to my rippled node. That is why I want my node to use the SSL-Certificate of my domain when I connect to it via websocket or grpc. I saved the certificate and the key at /etc/ssl/certs/server.pem and…
roukrak
  • 11
  • 2
0
votes
1 answer

XRPL - Error - Issue a Fungible Token with Transfer Fee

I am try to recrate the steps in the Tutorial using Python - Issue a Fungible Token (https://xrpl.org/issue-a-fungible-token.html). When I try to add an extra step and try to send the funds from the hot address to another (user) account, whereas I…
simbr
  • 75
  • 1
  • 9
0
votes
1 answer

XRPL signing transaction, stuck at getting xrpl wallet from secret numbers

I have 6 digits 8 rows secret numbers. How to convert/use my secret numbers with xrpl.Wallet.fromMnemonic or xrpl.Wallet.fromSecret method? const xrpl = require("xrpl") const PUBLIC_SERVER = "wss://xrplcluster.com/" const client = new…
0
votes
3 answers

Ripple XRP Ledger - How do I create an asset or a token? What is the transaction type that accomplishes that?

I would like to create a token (asset) on the Ripple XRP ledger. What transaction type does that? So far i only found that a wallet called https://www.theworldexchange.net/ supports that activity. However, i'd like to do it directly on the network. …
Albert S
  • 2,552
  • 1
  • 22
  • 28
0
votes
1 answer

Ripple XRP Ledger - How much data can i put in the memo field

What is the limit on the data that i can put in the memo field. I seem to be not able to find that anywhere.
Albert S
  • 2,552
  • 1
  • 22
  • 28
0
votes
1 answer

How can we take all ripple aka XRP accounts snapshot?

How can we take a snapshot of all ripple accounts. I know we can use this api and but it has 1000 https://data.ripple.com/v2/accounts/? but this has a max limit of 1000 and to get snapshot of all accounts of xrp can take too long is there any…
hassan ahmed
  • 593
  • 3
  • 13
0
votes
1 answer

Why is a ledger hashed with the close time of its parent ledger?

This seems to be unnecessary because a ledger is hashed with its own close time and its parent's digest (which thus incorporates the parent's close time).
John Freeman
  • 2,552
  • 1
  • 27
  • 34
0
votes
1 answer

How can I apply a transaction to a ledger?

I have an STTx and a Ledger. How can I get a new Ledger with the transaction applied (or even just a ReadView such that .info().accountHash is up-to-date)?
John Freeman
  • 2,552
  • 1
  • 27
  • 34
0
votes
1 answer

xrp {"result":{"error":"noNetwork","error_code":17,"error_message":"Not synced to Ripple network.","request":{"command":"fee"},"status":"error"}}

I'm trying to run a rippled non-validator node. I'm using an 32GB RAM C5 class instance in aws with an external volume - io1 storage with 10000 iops. I had node reboot for patching and since then it seems fine but it returns curl --data-binary…
ddtraveller
  • 1,029
  • 12
  • 18
0
votes
1 answer

How to do the SET-UP for the XRP RIPPLED node in Exchange linux

What How to SETUP XRP RIPPLED in Linux.I am new to this please help me from scratch.with referral link
karthik sl17
  • 19
  • 1
  • 7