Introduction My GitHub https://github.com/dunncreativess is rife with examples of crypto trading automation, specifically in making markets and arbitrage. From humble roots doing things like internet traffic buying and selling arbitrage, right through sports betting arbitrage and eventually – upon discovering platforms like the since-extinct Qryptos – figuring out that fee rebates are the real way […]
Tag archives: Bots
We used Evolutionary AI and Novel Search to Build a Money-Making Machine
1. Introduction 2. Novel Search 3. Evolutionary Algorithm & Competing Artificial Intelligence Genomes 4. Money-Making Machine 5. Future Use-Cases: Conquering Every World Health Organization and United Nations Initiatives Introduction If you take new and novel (pun intended… read on!) ways to approach a given problem, you can come up with new and exciting ways to […]
Final Bot Pre-Launch & Initial HN 2.0 Post!
Hi folks!Look at this alpha!In most of my recent https://hackernoon.com/@jarettrsdunn posts which are apparently a 404 but live here: https://medium.com/@jarettrsdunn, I’ve been discussing different iterations of my different bots, which are available for public consumption.What’s new is that the new strategy on Livenet appears to be live and well.. so I’m going to drop the ReadMe here and […]
Market Making, Moving Crypto — Free and Open Source Binance Bot
# binanceMarketMaker https://github.com/DunnCreativeSS/privateMarketMakerRepo ** ask for access ** This bot automates making markets on Binance. Where other market making bots fail (ie. BitMex, Deribit, other attempts I’ve made in the past) is by counting on the market to not be volatile. Where this bot wins is by finding markets where we can soak up profits in […]
i-1000th idea to make money online via python-chained sqlmaps!
My i-1000th idea to make money online came to me one morning when playing around with Kali tools and gaining access to stuff I shouldn’t have access to. There was a little bit of a moral dilemma that came to play when I thought to myself about the opportunity to see if someone’s password was […]
Opensource Reddit Sentiment Analysis and Sentence Randomizer
Connect to gsheets for later: https://docs.google.com/spreadsheets/d/1rX4mniePZLIUCIFd7H2EdMioR_ip3LhtAjxJ2VclvXg/edit?usp=sharing Connect to Reddit Load top 1000 /r/bitcoin hot posts Take the raw text, split it into an array on newline chars, filter out empty strings Create an array of judged sentiments from the Natural Language Toolkkit’s Vader function for each string in array from step 4 For each of the […]