Bitcoin Forum
May 23, 2024, 01:16:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: 🔥🔥【MONITOR】 🔥🔥 Dracoix's Moonshot Pump Monitor  (Read 12195 times)
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 25, 2017, 02:21:41 AM
Last edit: October 13, 2017, 08:29:08 PM by dracoix
 #1

MOONSHOT MONITOR: Beta (Build 2166) - 10/5
MOON ALERT (CLASSIC): v1.0 (Build 1173 - UNLOCKED)

CAUTION!
THERE IS A SCAMMER PRETENDING TO BE ME!
PROOF:


https://bitcointalk.org/index.php?topic=2044611.msg22124774#msg22124774
https://imgur.com/a/vgd7Y
https://blockchain.info/address/1JPKv5W5T4ZuNxiyKmuqnMTeFZAknxNNd7

9/29: Still at it: https://imgur.com/JHnl9nt
10/13: Still scamming people: https://i.imgur.com/68YPaaV.png

I WILL NEVER BE ON A TELEGRAM PUMP GROUP!
I WILL NEVER ASK FOR BITCOINS! (ONLY ETH)
MAKE SURE YOUR SOFTWARE HAS THE CORRECT ETH ADDRESS AND HAS MY NAME ON IT!





Public 3-day trial keycodes are available only on obvious dip-days.




IF YOU WISH TO BUY A KEYCODE, USE THE SETUP PROCESS!

How to reach me and others using Moonshot & Classic - Dracoix's Moonshot Official Discord Server
Why Discord? Because I already have it installed on my personal computer and workstation and you'll know it's the real me.

If you all keep donating & purchasing, I'll keep updating. Smiley
My ETH Address - 0xfF2f42207BE05d43246501813Dbca50D6eacB6E3

Before Reading Further:
64-Bit Java JRE is Required - Download Here
Minimum 4GB of RAM is Required, 8GB Recommended
It takes a lot of resources, similar to opening all 400+ coin pairs at once in a browser and scanning them all in a few seconds.

MOONSHOT - BETA:

First let's get this out of the way:
MOONSHOT IS A JAVA DESKTOP APPLICATION
MOONSHOT IS ONLY MEANT FOR MONITORING AND DETECTING PUMPS & DUMPS!
MOONSHOT WILL NOT AUTO-TRADE FOR YOU!
MOONSHOT IS CURRENTLY ONLY FOR BITTREX, POLONIEX, BITMEX, AND BINANCE!
(But Kraken comes next, then maybe Bitfinex, then one big happy family of cross-exchange detection.)

10/5 Upcoming Beta b21xx:
(BASE BUILD) - DOWNLOAD (UNSTABLE) BETA BUILD 2166 HERE
(SNAPSHOT BUILDS) - JOIN DISCORD SERVER - Look At Pinned Messages
Other Snapshot builds available on the Discord server, latest one I deem most stable is the closest one I use actively.
Runs up to 15 minutes before a keycode is requires. You can make a purchase for one immediately upon entering setup.

When using unstable builds:

- Make sure you download the base-build zip file available above, it has all the new libraries needed for further unstable builds.
- Replace the snapshot JAR file provided on Discord server. This will update to the most latest least-buggy application.


Screenshot both exchanges working: https://i.imgur.com/ELzHY0O.png
Screenshot testing Poloniex: https://i.imgur.com/G8ad61j.png
- This thing is fast, really really really fast.
- Major refactoring in how candles operate
-+ Caches the pulled Bulk, Tick, Order, and 'Fast' prototype candles into the parent candle
-+ Internal logic to determine best OHCL V&BV to use individually, and crunched accordingly.
-+ More instantaneous updates.
- Statistics library refactored to prevent a possible future bug and also memory leakage.
-+ Now acts as an updatable calculation, rather than being created new each time. Cuts down on Java garbage collection on multiple massive data structures.
-+ Raw data still must be copied (or created) each time to prevent multithread issues. The most affected would have been the 30min BV% and Last-6-Candle pulls.
-+ Sorting data is asserted rather than on-the-fly from the source which could be in an unknown state. Affects Median calculation and Subtle Forecast algorithms.
- BitMEX support added.
-+ USD-XBT pair only.
-+ Minor quirks still.
- Binance support added.
-+ Minor quirks still.
-+ Requires a lot of network bandwidth for initial Bulk pull.
- Poloniex support added.
-+ Bulk data still comes from public HTTP API, update data comes from the public asynchronous Websocket, heavily lightweight compared to Bittrex.
-+ Some quirks in asynchronous updates, but I'm sure it can play nicely with Bittrex's synchronous updates.
-+ There will always be one list for markets, button functionality needs to be refactored to better indicate what is poloniex and what is bittrex.
- Minor setup user entry fix, because of slight mistakes denying people their activation after purchase.
- New tabs for All Markets, Favorites, and soon Merged Markets for cross-pollination feature.
- 4K Screen scaling issues being addressed, minimum screen size is still 1600x900
- Progress bar is getting replaced with a green/yellow/red/blue status box, because it was only useful for Bittrex and its sync queue.
- Minor fix to USDT & ETH market throttling


8/30 Beta b2103 Updates:
- Screenshot:
https://i.imgur.com/szjQNuE.png
- Major auth bug found that affects both trial and legitimate purchases, only noticed after 3 days. Luckily no one has purchased a full version yet.
-+ Anyone who has Classic claimed keycodes are not affected.
-+ Anyone who would have received trial keycodes would be as if they had full account and run forever. Two lucky people.
-+ Anyone who would have purchased a keycode would only be able to run for 3 days straight.
-+ Download link removed & actual zip file deleted for b2089/b2091
- Market info header now uses proper UI coding rather than HTML
-+ Organized into modules
-+ PCA/Relative 5min price change removed, as it was internal debug info.
-+ Current Fueling & Moonshot info is strictly based on Orders, not volume or price data. Use best judgment and risk assessment.
- Fixed major throttle issue caused by ETH- and USDT- markets, they are now both on 60-second and 120-second update delay so that all active BTC- markets can update faster and more often.
-+ This may cause some ETH- and USDT- markets to not even appear except under extreme circumstances.
- Minor fix for setup to trim keycode claim text entry
- Menus actually do something, but not fully implemented yet.
-+ File -> Exit added
-+ Edit -> Save Chart Screenshot added, but disabled for now.
-+ Help -> About added, provides everything needed for getting in touch with me and the account debug info

8/25 Alpha Updates (Pre-Beta):
- Keycode auth is finalized for 'Setup', 'Claim', and 'Recovery' using 8-digit nonce.
- Discovered and fixed minor bug in Confidence calculation, a critical part was tied to price change and not volume, must have been sleep deprived when first coding it.
- Discovered and fixed major bug while refactoring, program throttling caused a massive desync with Bittrex (over 700 market updates in queue after 20 minutes, holy $#!%).
-+ Removed bottleneck caused by HTTP unannounced read timeouts.
-+ Bittrex must first simulate Poloniex throttling (6 requests per second before hard-ban) and be stable while doing it for future cross-pollination detection and debugging.
-+ Full listed market summaries update now called only when the queue is empty. Usually after 40 seconds; another refactor is needed to speed this up.
-+ Tick updates now on a high-priority for 'alert' triggered markets, and low-priority when scanning.
-+ Completed fill orders now for 'alert' triggered markets only.

-snip-

Q: What's the Price?
A: *Intermission* GO THROUGH THE SETUP PROCESS & INSTRUCTIONS! Between 0.11 and 0.13 ETH (near $40) for a life-time keycode. If this is too expensive for your taste, Classic will always be available, free, and updated when needed. Poloniex and Kraken's API will be implemented into Classic, but can only run one exchange at a time; multiple instances can still be ran. I do not personally trade on Bitfinex, but I will do my best to implement its API.

Q: How do I pay?
A: The program itself has a setup process, a non-exchange wallet is highly recommended, paying through an exchange will almost (60% so far) fail the payment process.

Q: Why not charge more?
A: I make enough on the side just by using Moonshot alone. If you wish to donate for more development go for it Smiley.

Q: Why not charge less?
A: I already poured hours into it, it wasn't created in one afternoon like Classic was.

Q: What will you do with the profit from sales?
A: If I start making more from this than I do from trades, I'll call it a profit. Until then, homelab server equipment.

Q: How often do you keep this updated?
A: As often as someone pm's or throws ETH at me, that's my motivation. I welcome donations, and you can see exactly where those transactions go.

Q: How much have you made from actually using Moonshot yourself?
A: Much more than the Classic version, I can attribute to over a third of my gains directly credited to Moonshot. I have yet to lose more than I gained.

Most Recent Screenshots & Development Progression:
8/27: https://i.imgur.com/m7D7lup.png - $NBT pump & dump.
8/26: https://i.imgur.com/aC7voHM.png - $LSK just doesn't want to end the fueling process.
8/25: https://i.imgur.com/tTogRwa.png - $PPC, even though it's going down it still indicates there's plenty of hodlers.
8/25: Late Night Screenshot Dump: http://imgur.com/a/O65Uj - $LSK & $REP
8/18: https://i.imgur.com/kF0UkAA.png - Simulating moonshot trigger highlights WITHOUT knowing any future data;
8/15: https://i.imgur.com/M4tddwV.png - More visuals added, backend crunches more traditional statistics; less fudge, more raw.
8/15: https://i.imgur.com/GeVMNcL.png - $XAUR
8/14: https://i.imgur.com/rK3xzav.png & https://i.imgur.com/gUWSK5j.png- $SWIFT broke it, and it didn't know what to do. lol (yes I made coins off this one! Cheesy)
8/13: https://i.imgur.com/p0J24Cl.png - $RISE decided it was important on its own before any triggers were programmed.

Moonshot Features:
- Bittrex (Done), Poloniex, Kraken, and Bitfinex (maybe) API's being implemented. (Your personal API keys might be required!)
- (Done) Visual listing and past 30 minute volume activity bars when first pump or dump is detected.
- (Done) Simple candlestick and volume chart when pair selected.
- Cross pollination detection, when multiple exchanges are pumping the same altcoin. (Only available if having multiple exchanges enabled.)
- Like with classic, I still personally will not request your API keys, but some may be required to communicate with the exchange. Keep them safe, locked tight, IP white-listed, and withdrawals disabled, as always.
- More detailed coin picking for use with auto-trade bots and HODLing strategies.
- SOUND! (optional)

Moonshot System Requirements (currently):
Application uses a lot of CPU resources for market crunching and "secret sauces", more so than Moon Alert Classic. However, Classic v1.1 will be sharing the same CPU burden.
Screen: 1600x900 minimum. (I'll fix it for 1366x768 later on.)
CPU: Minimum of Intel i5-4440 -OR- AMD FX-8300 | Recommend Any Intel i7 or Xeon E3 Flagship after 2013 -OR- AMD Ryzen 5 1500+
RAM: Minimum of 4GB | Recommend 8GB
Network: Currently optimized for 1Mbs Down when scanning, Initial Bittrex bulk downloads require 7Mbs to keep synced.

8/12 News - Dracoix's Moonshot Monitor - Alpha Progression
As promised, alpha version's first functional screenshot! Cheesy
https://i.imgur.com/dq2GiuI.png

-snip-

7/31 News - Dracoix's Moonshot Monitor
Because of interest and recommendations, I am currently developing this more visual version of Moon Alert called 'Moonshot Monitor'. (Not to be confused with the token.) The console version will now be called 'classic', and will remain to be a cheaper/freelike alternative. Moonshot will still not auto-trade for you, as I do not wish to risk your coins on possible bad code; so use other auto-trade bots on your behalf.



Classic Version:

First let's get this out of the way:
MOONALERT IS A JAVA DESKTOP APPLICATION
MOONALERT IS ONLY MEANT FOR MONITORING AND DETECTING PUMPS & DUMPS!
MOONALERT WILL NOT AUTO-TRADE FOR YOU!
MOONALERT IS CURRENTLY ONLY FOR BITTREX!

Unlike some services here asking your api keys or an extremely large payment, this is a simple program with a simple and primitive goal of detecting pumps, dumps, and sometimes launches to the moon. This small program is now free for everyone. Cheesy

Screenshots:
https://i.imgur.com/V5tNAOv.png
https://i.imgur.com/2uwYYkw.png

FAQ

Q: Wow it's free now? Why?
A: Because I'm developing its bigger brother, Moonshot and down-porting the source code to classic when needed.

Q: What exchanges does this work with?
A: Right now, only Bittrex.

Q: Will it support other exchanges such as Bitfinex or Poloniex someday?
A: Someday. Depends on the interest. I chose Bittrex because the amount of altcoins listed and the amount of bandwagoning going on.

Q: What markets does it support?
A: BTC- and ETH-

Q: Does it require API keys?
A: No. Bittrex allows public use of its core API

Q: Why does it look so primitive?
A: It only has one simple task. Find anomalous volume changes.

Q: How much have you made using this?
A: Better than shot-in-the-dark SMA & Bollinger guessing I'll tell you that much. I can't guarantee profits, but I can tell you it helps the picking of coins. I have regrets not buying into coins when told to, but never when there was a massive dump and pulled out.

Q: Why do you not include other important data such as HIGH/LOW/SMA/EMA/BB/etc?
A: The program is meant to detect anomalous volume changes, open the market in a browser window if it peaks your curiosity.

Q: How sensitive of volume changes will it detect?
A: Anything over 1 coin of base-value (either ETH or BTC) volume within 5 minutes will automatically be crunched to see if it's a pump or dump. Most times it's ignored, but the program will adjust dynamically during its run to make sure it lists at least one coin of interest.

SETUP
Step 1: Extract into any folder.

Step 2:
Windows: If running windows, double-click "start.bat".
Mac: If running Mac, use the JAR runner that the Mac version of Java comes with.
Linux: java -jar DracoixMoonAlert.jar

INTERMISSION: I WILL NEVER ASK FOR BITTREX API KEYS!
INTERMISSION: I WILL NEVER ASK FOR PRIVATE KEYS!

Step 3:
Your done, it should now be sniffing Bittrex for anomalous volume changes.

TROUBLESHOOTING

Problem: I never see any fiat (USDT/BITCNY) pairs being listed!
Solution: I have yet support those pairs as they are not subject to obvious pumps. Maybe I'll make a PRO version and include them if I gain enough support.

Problem: I'm getting java errors, or the program crashed.
Solution: Update Java and make sure you're using the program provided in this thread.

Problem: I'm getting "HTTP response code: 503" errors.
Solution: That's Bittrex's fault.

DOWNLOAD
Always, always, always virus scan even if it's a Java application. There should be no EXE file, and the BAT file should only be 3 lines of code to help windows run it.

*Current Build:*
Classic is now free. Smiley
[UNLOCKED VERSION] DOWNLOAD VERSION 1.0 BUILD 1173 HERE
Changes:
-As promised, it's free, and any Classic payments are now invalid and will not grant you a free Moonshot version.

Old Changes:
This was a simple hotfix build, I'm currently working on version 1.1 and Moonshot.
- Fixed ANS/SEC -> NEO/SAFEX rebrand issue.
- Weekly coin picks secret sauce is slightly better and now includes an "After 7-Days" value.
-+ Weekly coin picks now forecast properly, thanks in part of tuning with two coins (*cough* NEO & OMG *cough*).
-+ Weekly coin picks now have depreciating compounding returns. The further into the future, the more likely of 0% price gain; and the more stable the pick, the less likely it'll be 0% price gain.
-+ Remember, past performance does not guarantee future results. Yet, past behavior depreciates over time if not reinforced by external stimulus. Something is stimulating those picks.
- Internally removed version 1.1 test code, this is still 1.0, keycode purchases still work.

Bugs: Moon alert and buy signals are still restrictive (math's fault, not mine) use the Conf% and your own best judgement.

Previous Builds:

Build 1089 (download removed)

Changes:
- Added weekly coin picks!
- Massive reduction in bandwidth requirement. Thanks to refactoring code.
- Corrections for more traditional statistics rather than fudging.
- Current candlestick volume and its statistics are shown.
- PCA is now more relative than having a 2-week average.
- Growth activity predictor removed for being as random as a coin toss.
Bugs: Moon alert and buy signals have more intrinsically strict requirements to trigger. (I'm starting to think it's an accidental feature rather than a bug.)

Build 1011 (download removed)
Build 1002 (download removed)

KNOWN ISSUES
Issue: ~7Mbs network bandwidth requirement. Bittrex is inconsistent with its ticker and candlestick api data, this is the reason why it downloads all of it in bulk every 2-5 minutes, because the candlestick data seems to be better vs the ticker. I'm guessing it's because of the 'true' 5min time spans, rather than 'last' 5 minutes. It is still being tuned. A solution or workaround will be found eventually, and a promising one is already being tested. It should drop down to about 1Mbs with less spamming of the same market with no changes.

May you all profit from your endeavours as we moon ride all together. Cheesy
kidsrock
Newbie
*
Offline Offline

Activity: 280
Merit: 0


View Profile
July 25, 2017, 05:05:31 AM
 #2

i am little bit confuse with Step 4 and Step 5. did i need to pay some eth amount to this address 0xff2f42207be05d43246501813dbca50d6eacb6e3 ?

and after i need to paste my eth wallet address into the file .conf so i can run the software?

thank you
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 25, 2017, 05:42:07 AM
 #3

i am little bit confuse with Step 4 and Step 5. did i need to pay some eth amount to this address 0xff2f42207be05d43246501813dbca50d6eacb6e3 ?

and after i need to paste my eth wallet address into the file .conf so i can run the software?

thank you

If you entered all the correct info, it is automatically saved into account.conf.

And yes you need to pay the exact amount, any wallet that supports up to 6 decimal places will work. I made sure it works with apps like Jaxx with it's truncated decimal places for this very reason.

If you messed up your ETH address or TxHash during this process, just exit, delete the account.conf file, and start over. And I always recommend paying via an actual wallet rather than an exchange, because exchanges have a habit of batch-jobbing transactions and there may be multiple partial payments.
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 26, 2017, 09:21:18 AM
 #4

I deployed a new build (1011) with some minor fixes, a new predictor, and better instructions. It awesomely caught DOGE volume dump spike on 26/7/2017 @ 01:03 PST when I was debugging. I thought something was wrong with my code, but nope, that sucker dropped like a brick for a split second.
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 27, 2017, 11:48:05 PM
 #5

New build (1089) has been refactored and now uses and shows proper statistics. Includes coin picking as a bonus feature. Moon and Buy signals may not be working, or are incredibly rare.
FireBurn
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile WWW
July 28, 2017, 10:03:54 AM
 #6

Hello, What software version is available for linux?
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 28, 2017, 06:20:27 PM
 #7

Hello, What software version is available for linux?

All of them. If you have 'deflate' installed (don't know why not) it can be extracted and ran with 'java -jar DracoixMoonAlert.jar'

I'll make a gzip tarball for the next version.
fanten
Full Member
***
Offline Offline

Activity: 266
Merit: 101

The Future of Global Copyright Registration


View Profile
July 30, 2017, 07:49:02 AM
 #8

Quote
Pay the *EXACT* requested ETH amount to -- 0xff2f42207be05d43246501813dbca50d6eacb6e3 -- This is the second part in confirming your keycode.

how much exactly? can I know before I download and install anything?

Smile
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 30, 2017, 09:32:25 AM
 #9

It is random and generated based on your ETH address and personally created keycode. It will simply display the asking price once the two are entered into the program. If you want a lower price, try a different keycode. This primitive, I'm calling now 'classic', version will always be under $10 fiat conversion price. Right now I think it's closer to $3. I'll even hard-code in past Address+TxHash combinations incase it goes above $10 fiat conversion price.
bgibso01
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
July 30, 2017, 04:24:18 PM
 #10

Is there a trial version available for few days..
would like to try before buying
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 30, 2017, 05:17:16 PM
 #11

Is there a trial version available for few days..
would like to try before buying

Working on that very issue. Check pm inbox.
tiyago027
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
July 31, 2017, 04:10:31 AM
 #12

i am also interested with this app, please can I have try as well? thanks
tiyago027
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
August 02, 2017, 11:23:48 PM
 #13

Hello, thank you, I am able to make it work.

I am trying things now.

Although the tool notifies you every 5mins, I notice it only provides displays 3 to 5 coins
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 03, 2017, 02:03:12 AM
 #14

Hello, thank you, I am able to make it work.

I am trying things now.

Although the tool notifies you every 5mins, I notice it only provides displays 3 to 5 coins

It is self-throttled to prevent Bittrex from banning your IP from too many requests, and it tries to display ANY coins of interest, sometimes it won't find any on a pass. The ones with 'Conf' over 95% are the ones that are really actively moving.

Also, I'm working on actual trial key generation since people seem to have issues. I am totally happy to pass out trial keycodes like candy for the next classic version, just ask.
parakacha
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 05, 2017, 09:46:31 AM
 #15

Hi,

I tried to use VERSION 1.0 BUILD 1089 on Windows 10 but got error saying "unable to access jarfile DracoixMoonAlert.jar"

Thanks
cointabo
Sr. Member
****
Offline Offline

Activity: 477
Merit: 250



View Profile
August 05, 2017, 03:45:12 PM
 #16

Hello I would like to try this software before purchasing. Please inbox me the details, thank you!
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 06, 2017, 01:47:30 AM
 #17

To whomever paid exactly 0.01 ETH: either you got really really lucky, or just an awesome person, or both. Thank you and/or nice job!. Cheesy (If you made a horrible mistake, send the correct amount and I'll refund you.)

Version 1.1 Classic is coming out soon, like, really soon. I decided to just make the keycodes much harder to brute, but no need for 3rd-party activation other than the same payment query. Still, power to the coders who succeed.

Hi,

I tried to use VERSION 1.0 BUILD 1089 on Windows 10 but got error saying "unable to access jarfile DracoixMoonAlert.jar"

Thanks

Double check your Java installation, make sure you're not on a 'workstation' (enterprise/server/etc), if so, make sure the .jar is allowed to be executed by the user.
romstah
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 06, 2017, 04:26:35 AM
 #18

lol that was me, i made a mistake  Cheesy.. i didnt scroll up to see the exact value. Its ok you can keep it, i'll send you again when i can.
dracoix (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 06, 2017, 06:16:28 AM
 #19

lol that was me, i made a mistake  Cheesy.. i didnt scroll up to see the exact value. Its ok you can keep it, i'll send you again when i can.

Whelp congrats on being an early adopter, if that is your address, free full version Moonshot soonish(tm).
parakacha
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 06, 2017, 10:27:14 AM
 #20

Hi,

Thanks for the help with my issue. For those using Windows 10, I had to run the bat file via CMD not within explorer.

I'm running the program now.

Thank you
Pages: [1] 2 3 4 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!