Web Wallet for Ritocoin
Be your own bank, take control of your own money and start using Ritocoin today!
This web wallet gives you 100% control and privacy over your keys and transactions. We never see or store your keys - only you do!
Open Source
This is an open source web based wallet written in javascript and released under the MIT license which means it's free to use and edit.
MultiSig
We offer a fully transparent multisig solution which works seamlessly offline and with other Ritocoin clients.
Wallet
Quick access to an online wallet where only you have access to your own private keys.
Addresses
We support regular addresses and multisig with access to your own private keys!
Ritocoin Community
For support visit the Ritocoin #helpdesk channel in our Discord server.
Wallet Service
The wallet is created based on the combination of the username and password you enter above. This means you can create multiple wallets with the same username but different password. We do not store or even see your login credentials in any way, so it is your responsibility to remember the username and password you use to access your wallet(s).
LogoutWelcome to your wallet, enjoy your stay!
New Address create a new address
Any keys created on this page will need to be manually stored by you. They will be needed later to redeem the Ritocoins.
Address Options
You can use the advanced options below to generate different kind of keys and addresses.
New Multisig Address Secure multisig address
Public keys can be generated in your browser or from your Ritocoin client.
Enter the public keys of all the participants, to create a multi signature address. Maximum of 15 allowed. Compressed and uncompressed public keys are accepted.
Enter the amount of signatures required to release the coins
New Time Locked Address Coins can be released only after a certain date
Use OP_CHECKLOCKTIMEVERIFY (OP_HODL) to create a time locked address where the funds are unspendable until a set date and time has passed.
Public keys can be generated in your browser or from your Ritocoin client.
Enter the public key that will be able to unlock the funds after the a certain date.
Enter the or required to release the coins:
New HD Address making bip32 even easier
Use the form below to generate a master hierarchical deterministic address.
Address Options
You can use the advanced options below to generate different kinds of master addresses.
Transaction Create a new transaction
Use this page to create a raw transaction
Address, WIF key or Redeem Script:Ritocoin Fee Calculator
This page will give you a guide on the lowest fee to use to get your transaction included within the next few blocks. It works by predicting the size of a transaction and comparing it to another transaction in a recent block to determine an appropriate fee.
Recommended Fee: 0.00000000 Ritocoin
for a transaction of 0 bytes
? Sat/Byte
Inputs
0 Bytes
Regular Compressed 1 148 bytes *estimate
MultiSig 0 0 bytes *estimate
Hodl Time Locked 0 0 bytes *estimate
Unknown 0 0 bytes *estimate
Outputs
0 Bytes
Regular p2pkh (1...) 2 68 bytes *estimate
Regular p2sh (3...) 0 0 bytes *estimate
Blockchain Data
This is based on us comparing your transaction against a very recent transaction found in a very recent block
Block Height: ?
Block #: ?
Block Time: ?
Transaction ID: ?
Transaction Size: 0 bytes
Transaction Fee: 0.00000000
Satoshi per Byte: 0
Based on your data and this recently mined transaction we recommend a fee of 0.00000000 Rito to get it into the next few blocks
Verify transactions and other scripts
Enter the raw transaction, redeem script, pubkey, hd address or wif key to convert it into a readable format that can be verified manually.
Transaction Script
The above script has been decoded
Txid | N | Script | Signed? | MultiSig? |
Address | Amount | Script |
WIF key
The above wif key has been decoded
Address:
Public key:
Private key:
Is compressed:
Public key
The above public key has been encoded to its address
Address:
HD Address
The key has been decoded
Key Derivation
The path of key derivation
Keys
Keys derived from the hd address provided
Index | Address | Private Key (WIF) | Extended xPub | Extended xPrv |
Sign Transaction once a transaction has been verified
Once you have verified a transaction you can sign and then broadcast it into the network.
Development Javascript framework, API and more
Frequently Asked Questions
Some common questions about this service, and cryptocurrencies in general:How does the wallet work?
From our Wallet Page, for your first time, just pick a username and password and enter those in to create your wallet. Remember those values because you need to use the same values every time you want to re-access your wallet. It will create a single Ritocoin address that you can share with others for them to use to send coins to you.When you first create the wallet, it will show a balance of 0 RVN. Send some coins to the address shown, and some time later you can click the "0 RVN" button to tell it to refresh the balance to get the latest information on how many coins you have.
You can send money out from that same page by clicking on the Spend link. Enter the recipient address and how much you want to send, and optionally change the fee that will be spent, and you're all done.
I sent coins to my wallet, why doesn't the balance reflect the new coins right away?
Blockchain based coins like Ritocoin operate like a ledger. Coins that are "sent" are actually transactions in the ledger, giving control of the coins from one key over to another key. This information is recorded in "blocks" that are mined by miners. Your transaction will (usually) be included in the next block that the network mines, but it will not be immediately available. It is required that at least 6 additional blocks be mined on top of the block containing your transaction, before that transaction is deemed "confirmed" and spendable. The network finds blocks on average every 60 seconds, so you shouldn't have to wait more than 6 minutes or so before your transactions are confirmed.tldr: It might take up to 10 minutes before transactions involving your balance are updated.
Under the "New" pulldown - what is all that?
Those are features available for advanced users who understand cryptocurrencies, and wish to interact with the Ritocoin blockchain without operating a full node of their own.You can create a new address, create transactions from that address, verify, sign and even broadcast them, all from this website. Seriously, how cool is that? One of the best features is the multi-signature addresses. You can use that to involve a third party mediator when sending funds to an untrusted person. You can send coins, and if the other guy doesn't live up to their side of the bargain, you and your mediator can simply reverse the transaction.
Explain the security of this service
First, we log almost nothing. We have a basic web server that logs hits to the site, but your IP address is not included in those logs. We see when someone visited the page, but that's about all we see. The server is hosted on a rackmounted colocated server that we physically control somewhere on the planet earth, and it has a self-signed SSL certificate for this domain. CloudFlare is setup to provide service to our domain, and the SSL settings are set to full. CloudFlare only accesses our server using SSL, and of course, it delivers the content on to you using their own signed SSL certificate.The weak point to the security of this service is you and the computer you use to access this service. Your keys are generated within your browser. Our server never sees your keys. If you are interested in confirming that, you can simply view source on this website, and check out our .js files. There are a few calls to PHP scripts on our server that do things like get balances and broadcast transactions, but you will see that the private key is never sent to those scripts.
It is your responsibility to ensure that you do not have malware that is reading keys from your browser session or from your cache. It is also your responsibility to record your keys in a safe place, so that you do not lose your funds. There is no guarantee that this service will always be available to you, so keeping a personal record of your keys will ensure no loss of funds should our service be interrupted or discontinued. If you lose your keys, or forget your password, it is literally impossible for us to help you recover them.
What is the brain wallet or custom seeds?
That is where you can create an address using a special seed that it uses to generate the public and private key pair. Keys created using these seeds will always produce the same key, so it's a convenient way for you make keys using phrases that you might be able to memorize.So say you want to be able to make a key and not record it anywhere. You could make a key using this seed being a very long and random set of words that you then memorize. Later on you can reproduce that key using those words.
Obviously, anyone who knew your phrase would be able to make the key, as well, so the security of the key is only as good as the complexity of the words/phrases that were used to generate it. There are a number of fun things you can do, such as hide a key behind a well known phrase, song lyric, or answer to a riddle.
Why do you not use 2FA (2 Factor Authentication) anywhere on the site?
The Ritocoin Web Wallet was designed to be used in such a way that no information about the user is stored on our server. 2FA would require us to maintain a database of information about our users that they would authenticate against, and therefore goes against the design principles of the service. We do not store any information about you, and therefore as far as we know, it is not possible to use 2FA with our service. If anybody knows of a way for us to provide 2FA without requiring us to store information on the user, we'd welcome that information. See below on how to contact us.Can I use this service for educational purposes?
Absolutely. If you are an educator, you can find great value in leading your students through exercises involving this website. They can all create keys, verify transactions, and broadcast transactions to each other. As the teacher, you could set aside a small number of Ritocoin funds to distribute to your student's keys so they have some money to work with. Cryptocurrency is here to stay and if you have students in your care, Ritocoin is a tremendous resource to help them learn some of the more inner workings of how the blockchain transactions work.What is the charge for this service?
This is a free service, provided by the Ritocoin community.Any additional questions...
Feel free to join the Ritocoin Discord server and pose your questions in the #helpdesk channel.Return to the Ritocoin Web Wallet homepage
Ritocoincoin Web Wallet
Information
This web wallet is based on Coinb.in - a free and open source project originally for Bitcoin and released under the MIT license by OutCast3k in 2013.
Privacy
We believe strongly in privacy. This site does not collect IP or transaction data in any way, nor do we store your Ritocoin private keys you generate here. This service exists for your convenience and as a service to the Ritocoin community. Due to the nature of how our service works, we can not help you recover lost keys that you might fail to preserve.
Donate
Please donate Ritocoins to B7PzPtUTVV6SVWqmtJQf18zSPP3TFPsAER if you found this service useful and/or want to see more features!
Visit our homepage or Read our FAQ