ripplerm (62)in #steemiex • 7 years ago[Steemiex] A new Ripple Gateway for Steem (alpha launch)Proudly announce the launch of Steemiex , a new gateway that bridges Steem blockchain into Ripple-Consensus-Ledger (RCL). Users can deposit STEEM and/or SBD into…ripplerm (62)in #steemiex • 7 years ago[Steemiex Guide] Adding New Currency-Pair (Market) in Gatehub-wallet1. on TRADE tab, click on currency-pair drop-down, then + button. 2. click Custom , enter new Issuer Name, Address, and Currency. 3. Now you can select newly added…ripplerm (62)in #steemiex • 7 years ago[Steemiex Guide] Withdraw from Ripple-network to Steem-blockchainAny withdrawal of STM or SBD must be sent to Steemiex's Hotwallet: r3dpA9FBczceWTWh4FRquuSvEVaQyU3GNg [ Important: Do NOT send any STM or SBD to Steemiex's issuing…ripplerm (62)in #steemiex • 7 years ago[Steemiex Guide] Deposit from Steem to Ripple-networkBefore making any deposit, you must connect your Ripple account to Steemiex issuing address: rKYyUDK7N4Wd685xjfMeXM9G8xEe5ciVkC Deposit from Steem blockchain…ripplerm (62)in #steemiex • 7 years ago[Steemiex Guide] How to set Trustlines to SteemiexIssuing Address: rKYyUDK7N4Wd685xjfMeXM9G8xEe5ciVkC Ripplerm-Wallet Switch the wallet-account to your own address, and set the associated secret-key. (please refer…ripplerm (62)in #ripple • 7 years agoXRP-Giveaway for Steem UsersThis giveaway campaign is intended to help Steem members who like to join Ripple network, by activating their new accounts with 20XRP. The XRPs of this giveaway is crowd-funded…ripplerm (62)in #ripple-wallet • 7 years ago[Ripple-Wallet Guide] Trading / ExchangeWallet Demo: Source Code: Switching between Markets Clicking on the down-arrow next to the trade-pair will bring up a list of market for selection. If the desired…ripplerm (62)in #ripple-wallet • 8 years ago[Ripple-Wallet Guide] Making PaymentWallet Demo: Source Code: Overview The GUI should be self-explanatory. Recipient Input from Contacts list: Besides normal ripple-address, you can also choose to…ripplerm (62)in #ripple-wallet • 8 years ago[Ripple-Wallet Guide] Managing TrustlinesWallet Demo: Source Code: All currencies (except XRP) on Ripple-Consensus-Ledger are IOUs, which are recorded on RCL as balances of trustlines between two parties. To…ripplerm (62)in #ripple • 8 years ago[Ripple] Understanding passphrase, secret-key, and address (account).Introduction The relationship between the 'secret_key' and address of a Ripple account, is quite different from other cryptos. In Ripple, when we say 'secret_key', it's not…ripplerm (62)in #ripple-wallet • 8 years ago[Ripple-Wallet Guide #2] Account InfoWallet Demo: Source Code: On load, the wallet will land on the Info tab. Here's the place to check the XRP balance and other settings of an account. For example, a…ripplerm (62)in #ripple-wallet • 8 years ago[Ripple-Wallet Guide #1] Overview, Network, Account.Demo: Source: Information on the Header Network: indicates the connection status (online/offline), and whether you are on Main/Testnet. Server: The main…ripplerm (62)in #ripple • 8 years ago[Ripple Wallet] - Introduction.Background There was an official wallet developed by RippleLabs team. One hosted at and also a downloadable Desktop-Client available on their website. However, since an…ripplerm (62)in #voting • 8 years ago[Experiment] The Born of a Top Voting BotOut of curiosity, I tried to code a simple voting-bot, and deployed it two days ago. The main objective of the bot is set to be maximizing rewards. Quite to my surprise, albeit…ripplerm (62)in #steemit • 8 years ago[Proposal] Decoupling Curation Rewards from Post'sIn response to recent discussions regarding reward-curves adjustment and curation-rewards-removing. The problems I think the majority in the community are against the…ripplerm (62)in #steem-lib • 8 years agoSteem-lib Guide [Part3]Previous: Steem-lib Guide [Part2] Listening to all transactions. The easiest way is use remote.stream() and listen for 'transaction' event, as describe in Guide[Part1]…ripplerm (62)in #story • 8 years agoStory About Farm Workers[p/s: This story is 100% plagiarism ] A landowner went out early in the morning to hire workers for his vineyard. He agreed to pay them a STEEM for the day and sent them…ripplerm (62)in #steem-lib • 8 years agoSteem-lib Guide [Part2]Previous: Steem-lib Guide [Part1] This section is about transaction construction, signing and broadcast. Set Keys Set a privatekey(WIF) as signingkey for an account.…ripplerm (62)in #steem-lib • 8 years agoSteem-lib Guide [Part1]Remote.js is the point of entry for interacting with Steem Servers Setting to set multiple-servers, with login parameters: var Remote = require('steem-lib').Remote;ripplerm (62)in #steem-lib • 8 years agoSteem-lib, Intro.A javascript library that's I had been working on during past few months. This post is just a quick walk-through about its overall structure. Usage a Steem client that…