Jump to content

Search the Community

Showing results for tags 'node'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • XRP
    • Please Read Before Posting
    • XRP Trading and Price Speculation
    • Press
    • General Discussion
    • Technical Discussion
    • Marketplace
    • Problem Solving
  • Other XRP Based Tech
    • Codius and Smart Contracts
  • Other Technology
    • Alt-coin Trading And Price Speculation
    • Alt-Coins and General Fintech
  • More
    • Coil Posts and Fan Submissions
    • Off-Topic
    • Meta
    • Languages
  • Canadian Zerpers's Topics
  • Vegemite Ripplers's Topics
  • 2 the Moon! For Real. The Club's Topics
  • NY Zerpers - aka bitlicense island's Topics
  • Brackish Waters Club's Topics
  • Trading Places's Topics
  • Anti-Club Club's Topics
  • The Irish Brigade's Topics
  • Saloon's Request
  • The Crypto Buffett's Topics
  • Super serious Ripple club's Topics
  • Making Millions!'s Topics
  • Ripple - India's Topics
  • SWELL's Topics
  • Gospel Hour's Topics
  • Korean XRP Holders's Topics
  • Strayans lovin your work XRP!!!'s Topics
  • Technical Analysis (TA) Area's Topics
  • BTC diving deep club's Topics
  • Ripple Enamel Pin Club's Topics
  • XRP Wave Surfers's Topics
  • FUDster's retreat's Topics
  • Cooking with Snoopy's Topics
  • How it's all going to happen..'s Topics
  • Chocolate Fish's Topics
  • The Round Table's Topics
  • UK Hodlers's Topics
  • ˜”*°• Zerpmania •°*”˜'s Topics
  • XRP YouTube Videos's Topics
  • CRY ROOM's Topics
  • Night's Watch's Topics
  • CasinoCoin's Topics
  • XRP Think Tank's Topics
  • Allvor's Topics
  • NightClub's Topics
  • TeXRP's Topics
  • COIL Think Tank's Topics
  • Bob's Book Club's Topics
  • XRP FAQS's XRP Q an A’s
  • €0.05's Topics
  • Flare Discussion's Topics
  • DeFiers's Topics
  • NOIA's Topics
  • NOIA's The Internet
  • NOIA's Tweets
  • Evernode's Topics

Calendars

  • Ripple Events
  • Vegemite Ripplers's Events
  • NY Zerpers - aka bitlicense island's Events
  • Brackish Waters Club's Events
  • Trading Places's Events
  • Anti-Club Club's Events
  • The Irish Brigade's Events
  • Saloon's Calendar
  • XRP Trading And Price Speculation's Events
  • The Crypto Buffett's Calendar
  • Alt-Coin Trading And Price Speculation's Events
  • Super serious Ripple club's Events
  • Making Millions!'s Events
  • Ripple - India's Events
  • SWELL's Events
  • Gospel Hour's Events
  • Korean XRP Holders's Events
  • Strayans lovin your work XRP!!!'s Events
  • Technical Analysis (TA) Area's Events
  • BTC diving deep club's Events
  • Ripple Enamel Pin Club's Events
  • XRP Wave Surfers's Events
  • FUDster's retreat's Events
  • Cooking with Snoopy's Events
  • Chocolate Fish's Events
  • The Round Table's Events
  • UK Hodlers's Events
  • XRP YouTube Videos's Events
  • CRY ROOM's Events
  • XRP Think Tank's Events
  • Allvor's Events
  • NightClub's Events
  • TeXRP's Events
  • COIL Think Tank's Events
  • Bob's Book Club's Calendar
  • Flare Discussion's Events

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Interests


Location


Occupation


Country


Ripple Address


Biography


Location


Interests


Occupation

Found 11 results
Minimum search term is 4 characters long. Can't find what you want? Click here for the custom google search instead.

  1. Hey XRP community, GetBlock updated our Ripple nodes to version 1.9.4 This network is not based on blockchain, but on a custom developed decentralized ledger. The code of Ripple cryptocurrency is written in C++. All 100 billion XRP coins were created at the same time when the project was launched. XRP coins can be stored in PC wallets, mobile and hardware wallets. The advantages of Ripple are high transaction speed and low commissions. The Ripple cryptocurrency network is a distributed system of peer-to-peer XRP nodes. Every few seconds free blockchain nodes poll each other's state, figuring out which of them has the most complete transactions database at the moment and synchronizing their states. Any transaction between free blockchain nodes changes the state of the transactions database. The greater the number of Ripple nodes, the harder it is for an attacker to gain control of the network as a whole. Ripple maintains a list of identified trusted participants who are authorized to validate transactions. This system allows the Ripple network to run faster than most cryptocurrencies, but at the expense of decentralization. GetBlock provides instant access to shared & dedicated XRP nodes which could be integrated into DeFi, NFT marketplace or Play-to-Earn game in a matter of hours. Get API key and start building on Ripple Node with GetBlock > https://getblock.io/nodes/xrp/
  2. I am attempting to use the xrpl.js library to get the order book between two currencies. Using the xrpl websocket transaction example (no tx example in the xrpl.js library reference) https://xrpl.org/book_offers.html XRPL.js book_offers reference. https://js.xrpl.org/interfaces/BookOffersRequest.html When running the following code I get the error response "Uncaught (in promise) RippledError: Missing field 'account'." But according to both references "account" is not a required property. (async () => { await client.connect() ; let tx = { "id": 4, "command": "book_offers", "taker": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn", "taker_gets": { "currency": "XRP" }, "taker_pays": { "currency": "USD", "issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B" }, "limit": 10 } // Autofill the tx to see how flags actually look compared to the interface usage. let autofilledTx = await client.autofill(tx); let result = await client.submitAndWait(autofilledTx).catch(e => console.log(e)) ; console.log(result); client.disconnect(); })();
  3. Hi, I installed rippled node running inside a container. Everything works fine apart from transaction, it just gets submitted and i get tesSuccess but is never validated. I have enabled history sharding with 50 gb and node size set to medium right now the docker image has only occuppied like 6.7 gb, I am inferring that this problem might be because it does not has complete history or is missing shards and transaction will only be validated properly after 50gb is downloaded or i dont know if i am doing something wrong here, below is my config - i am using https://github.com/WietseWind/docker-rippled/blob/master/Dockerfile this docker image and have edited the config file as below. Thanks in advance. # https://github.com/ripple/rippled/blob/master/cfg/rippled-example.cfg # NOTE # # To accept connections on well known ports such as 80 (HTTP) or # 443 (HTTPS), most operating systems will require rippled to # run with administrator privileges, or else rippled will not start. [server] port_rpc_admin_local port_peer port_ws_admin_local #port_ws_public #ssl_key = /etc/ssl/private/server.key #ssl_cert = /etc/ssl/certs/server.crt [port_rpc_admin_local] port = 5005 ip = 0.0.0.0 admin = 0.0.0.0 protocol = http [port_peer] port = 51235 ip = 0.0.0.0 # alternatively, to accept connections on IPv4 + IPv6, use: #ip = :: protocol = peer [port_ws_public] port = 80 ip = 0.0.0.0 protocol = ws [port_ws_admin_local] port = 6006 ip = 0.0.0.0 admin = 0.0.0.0 protocol = ws [node_size] medium [node_db] type=NuDB path=/var/lib/rippled/db/nudb online_delete=32768 advisory_delete=0 # This is the persistent datastore for shards. It is important for the health # of the ripple network that rippled operators shard as much as practical. # NuDB requires SSD storage. Helpful information can be found at # https://xrpl.org/history-sharding.html [shard_db] path=/var/lib/rippled/db/shards/nudb max_size_gb=50 [database_path] /var/lib/rippled/db # This needs to be an absolute directory reference, not a relative one. # Modify this value as required. [debug_logfile] /var/log/rippled/debug.log [sntp_servers] time.windows.com time.apple.com time.nist.gov pool.ntp.org # To use the XRP test network # (see https://xrpl.org/connect-your-rippled-to-the-xrp-test-net.html), # use the following [ips] section: [ips] r.altnet.rippletest.net 51235 # File containing trusted validator keys or validator list publishers. # Unless an absolute path is specified, it will be considered relative to the # folder in which the rippled.cfg file is located. [validators_file] validators.txt # Turn down default logging to save disk space in the long run. # Valid values here are trace, debug, info, warning, error, and fatal [rpc_startup] { "command": "log_level", "severity": "warning" } # If ssl_verify is 1, certificates will be validated. # To allow the use of self-signed certificates for development or internal use, # set to ssl_verify to 0. [ssl_verify] 1 [ledger_history] 32768
  4. Hello! I installed full-node XRP but i can't understand how to use the API methods for creating Withdraw or Payout in my protocol. What api methods to use for straight integration?
  5. Hey guys, I'm an Ethereum developer and I'm new here so if this question should be posted somewhere else I apogize in advance. So I studied the first ripple whitepaper(not the one published in 2018), "The Ripple Protocol Consensus Algorithm", and wanted to ask some questions(any help would be greatly appreciated): 1) firstly, what is the difference between a node and a server in Ripple? According to the whitepaper "any entinty running the Ripple Server Software is a server". I get this. We have stock servers and validator-servers? Is it the same if I call a server, a node. Intuitively I feel like running a stock-server in Ripple is kind of the same as running a GETH node in eth, right? This may sound simple but I want to know what is what. 2) is there an option for end users to run a UNL? Is the validator-server a UNL? If yes, I can answer the first part(yes). Since you can decide to run a validator server you can run a UNL. 3) the basic idea is that we split the network into subnetworks - UNLs and we verify these UNLs so in the end we combine these and verify the whole system. This is great but isn't it less secure than having a ethereum-like system where every node validates every transaction? 4) what is the latency requirment to participate in the voting process. Apart from the 2 second window for the candidate set submission. I mean is there any other requirement? 5) finally i felt strange with the fact that there is a flag/kick system for nodes in the network combined with the fact that the code isn't open source. Thank you in advance if you took the time to read my questions
  6. Hello, I have the XRP client version 1.4.1 downloaded from 2016 with an unknown amount of XRP (could be in thousands, or hundreds) don’t remember. I have recovered secret keys with several thousand XRP earlier this year and this desktop wallet may hold the largest treasure however for years I haven’t been able to login to the client. The password and username I’m pretty sure I’ve tried every combo and still can’t access the client, it’s online mode and I know I should have got the secret key from it in the past and I might have but I need it unlocked just for peace of mind to make sure there’s not 10,000 XRP on my computer before I throw the computer away. If anyone is willing to help me enter my client V 1.4.1 and succeed they can have 5% of total XRP discovered. Thanks in advance, Email: fxsignalpros@gmail.com
  7. I follow SecureBlockChains on Twitter and they’re working on some different XRP projects, but in this video they talk about creating a personal Ripple node/wallet using a Raspberry Pi. Although I’m not good with the tech part, I thought this was a really cool idea, so I wanted to share it. If they can pull it off, it might be a project worth folllowing. https://www.secureblockchains.com/
  8. Hello everyone, We downsized some servers, which provided us with extra resources to spin up a second rippled node. Thus, our validator now lives behind a non-validating node. Clustering seems to have gone well, the validator is only connected to one peer (our other node), and both nodes show that they are in a cluster. I do have some questions, though: 1. How does the trusted UNL function on a non-validating node? Do both nodes need to trust the same validators? 2. Our validator says that it is 'proposing' and I can see it on the network topology page, however, it is no longer showing up in the validator registry. I was also able to send a test transaction through the validator, and it showed up on the public ledger. Any ideas on why the validator is no longer showing up in the registry? 3. We are using the same five keys in the trusted validator (UNL) list for both nodes, the validator quorum is 5 and the non-validating node's is 3. How come the validator's quorum is higher than the non-validating node? Thank you all so much for your help & support
  9. I am wondering about the implications of opening port 51235 on a rippled validator or node (running in front of a validator). I assume doing so would carry a risk of DDoS attacks, however, it also provides other nodes with access to the ledger. In other words, it seems like there is a minor security risk and a reasonable benefit for the community. From what I understand, rippled nodes will connect to any peer to get the ledger. Is this so, or do they only connect to trusted peers? Finally, is there any reason to include my IP in the [ips] section on my ripple.txt, if port 51235 is closed? Thanks so much!
  10. Hi, I am stuck at one Problem when trying to setup a simple Docker-rippled + ripple-lib app, I have rippled installed in a docker conainer with the following Config (irrelevant parts omited) : http://paste.ubuntu.com/25075264/ This Forum removes all my newlines from code i copy from my IDE for some reason, have to use pastebin, sorry. and i try to connect to the deamon with the ripple-lib javascript library and the following code: 'use strict'; const {RippleAPI} = require('ripple-lib') const api = new RippleAPI({ server: 'wss://172.17.0.7:51235', // docker ip authorization: 'username:password' }); and i always get the response: [NotConnectedError(unexpected server response (401))] no idea why, cant find any logs, someone has any ideas?
  11. Hi, I am new to the ripple world and thirsty for knowledge. Firstly, I want to know what the incentive is for the validating & tracking node operators? On the ripple site they say give some altruistic reason, but really? And secondly, what is the fee structure for ripple? That is, how does ripple make money from the transfers? Thanks! kyur
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.