From f3618369264e6bcaca08446edec1eefcb2b4fa87 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 3 Jun 2023 03:18:34 -0400 Subject: [PATCH] Updated README (will be doing updates on this soon) --- README.md | 56 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 81a9702..e653e6b 100644 --- a/README.md +++ b/README.md @@ -41,40 +41,40 @@ This game can introduce lots of trolling & botting. Get creative & figure out wa - BTC & ETH are the only major trading pairs between all other cryptocurrencies. ###### Fees & Minimums -| Command | Fee | Minimum | -| --- | --- | --- | -| cashout | 2% | $10000 USD Balance | -| send | 1% | $5000 Balance | -| trade | 0.1% | $5 | +| Command | Fee | Minimum | +| ------- | ---- | ------------------ | +| cashout | 2% | $10000 USD Balance | +| send | 1% | $5000 Balance | +| trade | 0.1% | $5 | ###### Exchange Commands -| Command | Description | -| --- | --- | -| @irccex | Information about the bot. | -| @stats | Statistics on the exchange, market, and more. | -| $\ | Return information for the \ cryptocurrency. *(\ can also be a comma seperated list)* | -| !bang | Grab a reward when the reward pool is triggered. | -| !bank | Return your total bank account balance. | -| !bottom \<1h/24h/7d/value/volume> | Return information for the bottom 10 cryptocurrencies based on the \<1h/24h/7d/value>. | -| !cashout [msg] | Deposit all your USD to your bank account and optionally leave the [msg] message for the !rich list. | -| !portfolio | Total USD value of your wallet. | -| !register | Register an exchange account. | -| !rich | Return the top 10 richest bank accounts. | -| !score | Return your score & rank on the leaderboard. | -| !scores | Return the top 10 players on the leaderboard. | -| !send \ \ \ | Send \ of \ to \. | -| !top [\<1h/24h/7d/value/volume>] | Return information for the top 10 cryptocurrencies, optionally based on \<1h/24h/7d/value/volume>. | -| !trade \ \ | Trade \ between \. | -| !value \ \ | Convert \ of the \ cryptocurrency to it's value. | -| !wallet | View your exchange wallet. | +| Command | Description | +| ---------------------------------- | -------------------------------------------------------------------------------------------------------- | +| `@irccex` | Information about the bot. | +| `@stats` | Statistics on the exchange, market, and more. | +| `$` | Return information for the `` cryptocurrency. *(`` can also be a comma seperated list)* | +| `!bang` | Grab a reward when the reward pool is triggered. | +| `!bank` | Return your total bank account balance. | +| `!bottom <1h/24h/7d/value/volume>` | Return information for the bottom 10 cryptocurrencies based on the `<1h/24h/7d/value>`. | +| `!cashout [msg]` | Deposit all your USD to your bank account and optionally leave the `[msg]` message for the `!rich` list. | +| `!portfolio` | Total USD value of your wallet. | +| `!register` | Register an exchange account. | +| `!rich` | Return the top 10 richest bank accounts. | +| `!score` | Return your score & rank on the leaderboard. | +| `!scores` | Return the top 10 players on the leaderboard. | +| `!send ` | Send `` of `` to ``. | +| `!top [<1h/24h/7d/value/volume>]` | Return information for the top 10 cryptocurrencies, optionally based on `<1h/24h/7d/value/volume>`. | +| `!trade ` | Trade `` between ``. | +| `!value ` | Convert `` of the `` cryptocurrency to it's value. | +| `!wallet` | View your exchange wallet. | -- \ can be the symbols amount, USD amount if prefixed with a $, or the total amount you hold if * is used. +- `` can be the symbols amount, USD amount if prefixed with a $, or the total amount you hold if * is used. * `!send acidvegas 0.05 BTC` sends 0.05 BTC to acidvegas. * `!send chrono $10.00 BTC` sends $10.00 worth of BTC to chrono. * `!send mikejonez * BTC` sends all of your BTC to mikejonez. * `!send vap0r 1,000,000 USD` commas can also be used in the amount. -- \ is the from_symbol/to_symbol you are wanting to make trades with. +- `` is the `from_symbol/to_symbol` you are wanting to make trades with. * `!trade ETH/NANO 0.14` trades 0.14 ETH to NANO. * `!trade XRP/BTC $100` trades $100 USD worth of XRP to BTC. * `!trade ETH/DOGE *` trades all of your ETH to DOGE. @@ -93,11 +93,13 @@ The IRCCEX project is completely open source & non-profit, though any support/pl * **Suicide Round** - There is no bank in this mode, and if you lose your nick through a NICK or QUIT, you lose your wallet. Round can last 3-7 days and the top 10 wallets will score. * **Bank Round** - Round lasts a week and the top 10 players in the bank will score. * **Flash Match** - Round lasts a day and the top 10 players in the bank will score. +* Need to handle coins that get removed or renamed as it breaks wallet outputs. ###### Try it out We are running IRCCEX actively in **#exchange** on **EFNet** & **SuperNETs**, come chat with us, make some money, and share ideas! ###### Mirrors -- [acid.vegas](https://acid.vegas/irccex) *(main)* +- [acid.vegas](https://acid.vegas/irccex) - [GitHub](https://github.com/acidvegas/irccex) - [GitLab](https://gitlab.com/acidvegas/irccex) +- [SuperNETs](https://git.supernets.org/acidvegas/irccex)