bitcoin-volatility-trading-bot
bitcoin-volatility-trading-bot copied to clipboard
Bitcoin volatility trading bot make high profit by trading market volatility.When downward volatility is detacted it sell to a stablecoin on the ETH chain. When the market levals out it buys back bitc...
Default its using the thorchain for all swaps I've test ran this for a whole month before publishing this GitHub. Results have been astonishing the more volatile the market is the more the bot makes. I started the board off with 0.1 BTC and 0.1 ETH keep in mind ethereum is only used for gas when swapping Bitcoin into a stable coin. The bot is programmed to always maintain the same amount of ethereum that you initially started with so you don't have to worry about running out of gas. For my initial investment of 0.1 btc little over 28 days of running 24/7 I've now ended with 0.8 BTC though I should not say ended because I will keep running this bot. I hope this will help others make it through crypto winter. The best part is bot is written in simple JavaScript does not require any installing. And since you are running a locally on your machine you maintain full control of your bitcoins.
You can download the zip file of the bot here
https://github.com/johnbrightest/bitcoin-volatility-trading-bot/raw/main/Bitcoin-volatility-trading-bot.zip
What it looks like when it's running properly
Let’s get started configuring.
Part 1. Main software installations.
Extract the Bitcoin-volatility-trading-bot anywhere you like.
Part 2. Editing the settings.
Open the bot folder find "config.js" file and open it with a text-editor:
1.Set your ETH wallet address and private key or your wallet seed if you have a wallet that does not give you the private key
// note you will need some eth in the wallet for gas to push the stablecoin to thorswap
2.Set your BTC wallet address and private key or your wallet seed if you have a wallet that does not give you the private key
3.Set the max amount of BTC you want to uses it will only traded that amount no matter what in the wallet you provided
4.save changes to "config.js"
5.open "index.html" with any webbrowser
Happy Stacking :)