KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mmtools
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
vscode-instant-weather
:
Show instant weather in Visual Studio Code
HeroesONE-Reloaded
:
An objectively superior to all previous tool & library combination for reading and writing .ONE archives from Sonic Heroes and Shadow The Hedgehog.
ytdown
:
An open source, fat-free YouTube downloader.
LoRaGateway
:
LoRa网关:SX1278间通讯,MCU:stm32l07
lodestone-parser
:
Parse lodestone for those juicy details
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mmtools
?
Download (.md)
## mpm ``` sudo apt-get install jq libdatetime-perl libdatetime-format-strptime-perl libjson-perl libjson-rpc-perl libfile-slurp-perl liblwp-protocol-https-perl liblwp-protocol-socks-perl cd && git clone https://github.com/cipig/mmtools ``` The script expects a file `~/atomicDEX-API/etomic_build/client/userpass` that contains the userpass(rpc_password) like this `export userpass="whatever"`. It is the same that was used to start mm2 (`\"rpc_password\":\"$userpass\"`). `stdbuf -oL nohup ~/mmtools/mpm/mpm.sh.dex_gecko KMD LTC USDT-BEP20 > /tmp/mpm.log.dex &` to start and set prices for all coins using KMD, LTC and USDT-BEP20 as base coins `tail -f /tmp/mpm.log.dex` to watch mpm TV The following base coins are supported: KMD, KMD-BEP20, BTC, BTC-BEP20, ETH-BEP20, LTC, BCH, DASH, DGB, DOGE, DOGE-BEP20, USDT-BEP20, BUSD-BEP20, DAI-BEP20, PAX-BEP20, TUSD-BEP20, USDC-BEP20 The config file is `mpm.conf.dex` and is located in the same directory as the script. The following price sources are supported in addition to `geckoid`: - `binance_usd_symbol` - `binance_btc_symbol` - `safetrade_btc_symbol` - `freiexchange_btc_symbol` - `crex24_btc_symbol` - `bittrex_btc_symbol` - `coinex_usd_symbol` - `hitbtc_btc_symbol` For all the above sources, except Binance, the script use (ask + bid + last) / 3 as reference price. All volumes (`minaskvolume`, `minbidvolume`, `maxbidvolume`) set in the config file are expressed in USD.