Bitcoin Forum
May 27, 2024, 05:54:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: July 27, 2017, 04:56:07 PM
Release Candidate v.3.3.4_core - AllOs
@GuntharDeNiro GuntharDeNiro released this 14 hours ago

Changelogs:

Added pairs to hotreconfig: now you can add/remove pairs by adding/deleting them from config.js without restarting GUNBOT
Added options to disable "average down" > DOUBLE_UP: false/true; IF you set this to false, GUNBOT would trade without averaging down.
Added BTC_TRADING_LIMIT in override: you can now specify a btc trading limit per pair in "override" section
Add check to protect from multiple buy
Add armv7 build: enjoy your raspberry pi3!!!
Fix bittrex sell
Please report any bug immediately!!!
Thanks!
~Gun

v3.3.4 doesn't work on win32, tulind problem.
i can see the programming is calling darwin-x64 stuff, whereas my pc is win32
2  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: July 26, 2017, 08:57:14 PM
do we still have 1000 trades strategy on new gunbot?

if so how to set up?

the strategy which continuously buys and continuously puts immediate sell orders?
3  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: July 26, 2017, 11:35:28 AM
"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false
}

"GAIN": 0.6, meaning sell at gaining 0.6% ?
only 0.1% left after fee?

can i change this figure when doing normal trading (no bag)? or is that on purpose?

also now it's always the taker not maker of orders which means the fee is higher. how to change that?
4  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: July 25, 2017, 06:10:43 PM
Release Candidate v3.3.3 - Poloniex/Bittrex - All OS - Code name: "Autopilot"
@GuntharDeNiro GuntharDeNiro released this 11 minutes ago

This is a major release introducing new concepts both in core and strategies. Starting by this release, Gunbot devs family is now bigger: @raffaeledonadono is now caring about the "core-engine" while i am focused on the "strategies" part of the code. This new devs structure will allow us to stay focused on the different parts of the code while double checking each other code with doubled security and coding accuracy.
Please: continue to forward all support requests to me, tho, thank you.

The final release will aim to:

Make Gunbot able to run as many pairs and as many exchanges as you want in one single process using a very low amount of RAM and CPU
Solve all past reported bugs
Give new Technical Analysis instruments for an advanced trading experience
Give a real cross-platform package including GUI for *nix/OSX/arm
Give Gunbot real-data from exchanges with no limit to "bot timing"
Give 3rd parties devs a Websocket API to build plugins
Give Gunbot capability to work as a live data-hub for 3rd parties software
Give end-users capability to build their own strategies based on TA indicators
This Release Candidate aims to:

Give existing customers a tool to liquidate their altcoin holdings with profit and give new liquidity to their Gunbot to continue trading at new price levels (healing from recent cripto-crashes)
Give a preview and receive feedbacks for a community-driven final release
This Release Candidate is able to:

Run all your pairs in one single console for Poloniex and Bittrex exchanges
Average down your "bought price" from existing "bags" and sell them at profit in 24/48 hours
Continue to trade all your pairs without creating "bags" or liquidating them at lower levels (with profit) if the value of the altcoin dropped below the bought price.
Fetching real data from Poloniex and Bittrex exchanges: you can now see the same values than exchanges for indicators (BB, EMA, etc). If Gunbot restarts, the indicators data will NOT be lost.
Trade all your pairs with a real and effective BB and GAIN strategy (SG and other strategies to be completed in a patch)
Deprecate bot timing: we are now "live" on the exchange and we run following microseconds tickers updates from exchanges
Fix all bugs reported in v3.3.2: double buys, wrong indicators, wrong priceToBuy/priceToSell calculations
included all 422 errors, stuck instances etc
Added TA indicators capability
Added "watch mode only" and "panic sell" mode: first mode would run gunbot without trading, second one would sell all altcoin at actual market price (WARNING: it might be at loss).
How to run v3.3.3 from existing v3.x

Disclaimer: v3.3.3 is backward compatible with any existing trades/balances. - v3.3.3 config files are NOT backward compatible
Step-by-Step instructions:
The concept: one of the main issues of Gunbot old versions, was to be unable to follow the price flow during up and down levels swings. If BB and EMA moved to new low levels and you bought during the previous price level timeframe, you would end with the unfamous "bags" in your portfolio. Despite we all "luv" bags because they represent cheap coins we were able to buy, if market conditions keep being bearish, "bags" would engulf our portfolio with unsold coins, hence missed trades because of low primary coin liquidity. The v3.3.3 "Autopilot" version, solves this issue with a simple wise move: averaging down your bought price and selling all "bags" at a profit in a short-term time frame, giving so new liquidity to your Gunbot and making it able to continue its profitable strategy on the new market level.
How it works: the leading indicators are still BB. Now we use live data from exchange so we can trick BB at a reliable value, same than exchanges. I tested this strategy with SMA: it triggers the average-buy order TOO EARLY, do not use SMA for this strategy!!
See the following scenario:
Your last buy order for coin X was at 0.001;
HighBB was at 0.0014;
Bear come in the scene and price drops to 0.00083 and now HighBB is at 0.00094;
Because HighBB value (0.00094) dropped below your last bought price (0.001), Gunbot buys again SAME AMOUNT OF COIN X
We have now a new "bought price" at (0.001+0.00083)/2=0.00091 with an HighBB at 0.00094: WE CAN SELL AT PROFIT VERY SOON!!!
What you need to do to autostart this on your existing bags?
The Release Candidate is already configured to start this automatically on your existing bags. The only thing you need to configure are pairs you want to run on this. Let's see some config file format:
We are still without GUI so you will need to understand how the config file is structured: it is a json file
Sections in the config.js file need their synthax:
Exchanges/Pair section
"pairs": {
"poloniex": {
"BTC_XMR": {
"strategy": "bb",
"override": {}
},
"BTC_ETH": {
"strategy": "bb",
"override": {}
},
"BTC_ETC": {
"strategy": "bb",
"override": {}
}
},

  "bittrex": {
     "BTC-LTC": {
        "strategy": "bb",
        "override": {}
     },
                 "BTC-PIVX": {
        "strategy": "bb",
        "override": {}
     }
  }
},
As you can see it is a simple json file but we need to respect commas, quotes and parenthesis format inside it. The tree is like this:

PAIR SECTION > EXCHANGE > PAIR LIST
If you have any doubt you can contact me for assistance about the right synthax to use or you can open config.js file with Notepad++ using its embedded code highlight feature.

Strategies section
The strategy section is preconfigured to start averaging down when it is needed and sell pretty much immediately with 0.6% of profit: if follows BB in buy (unless TRAILING STOP enters the scene) and then sells at 0.6% with GAIN (notice the highBB setting is at 60 to not override GAIN). Start like this to get rid of your bags and let it run for 1 or 2 days. You will see your bot coming back to life on your poloniex/bittrex trading history (and balance). When you are satisfied of your bags recovering, switch highBB setting at 40 or below at desired levels: you will meet a new GUNBOT: emotionless, continuosly profitable, despite the coins swings.
Example of strategy to get rid of bags

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 60,
"LOW_BB": 40,
"PANIC_SELL": false
}
Change to this configuration once you got rid of your bags

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false
}
Disclaimer: you need capital to average down. Rather you are able to deposit more bitcoin at your exchange account or you need some immediate liquidity from existing bags. How much capital or how much liquidity you need to start using this strategy? Same amount in BTC (or primary coin) of one of your bags: say you have a list of 10 bags > deposit BTC (or primary coin) amount equal to ONE OF YOUR BAGS HOLDING VALUE IN BTC (i.e. if one of your bags is ETH and its value in BTC is 0.02BTC: deposit 0.02BTC), or sell one of your bags (any of your choice) at market price so to give your account an immediate liquidity, if you are unable to deposit more BTC (or primary coin). You dont need to deposit a lot of BTC (or primary coin) to average down your bags: it is enough to cover just one bag only and your GUNBOT will start a chain of bags-recovering, getting liquidity as it sells your bags. Keep this in mind by now on when you use GUNBOT: dont use all your capital, GUNBOT will need a reserve in case averaging down is needed because market conditions.

How to start GUNBOT
Windows: compile the config.js file and double click on gunthy.exe
Linux/MacOs: compile config.js file and run ./gunthy
I'm pretty sure a lot of questions will come out and i'm looking forward to all of you bugging me 24/7 on forums and Telegram...but this is why we love GUNBOT!

Please report any bag immediately!!! Wink
Thanks!
~Gun

how to compile the config.js file on windows?
Double click shows error,
line 2
char 9
missing ';'

Double click gunthy.exe shows error, fail to load config
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 23, 2017, 02:04:47 PM
omg never saw this coming...
you know what...
i'm not angry, because i sold half of my coins in the first pump (because, why not  Grin the price wass above my expectation and i was happy)
i made 5times or 6times profit i didn't calculate (because i'm a new and bad trader...sorry...just using pocket money)
the second half seems worthless now, but i gained a lot in total.
so you know what,
might be arrogant to say that,
but maybe everyone should learn from me.
if you think something is scam (actually i never thought about torcoin and quite like the idea), anyway if you have doubts about it, buy low and sell immediately at the first pump. gain some profit and go invest some well-established coins.
since carsen is going to announce a new coin, now do you guys know what to do? Cool
and in fact, i just joined bitcointalk recently, engaged most in torcoin because i really like the idea. you guys really disappointed me Cry
6  Alternate cryptocurrencies / Altcoin Discussion / Re: [index] Announcements (Altcoins) /soon-ish on: April 22, 2017, 10:44:29 PM
what about pow/pos hybrid? maybe add this new category?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 08:40:29 PM
If you do not intent to dump... What is your wallet address with 1 Mio TOR?

Man you trolls need to read through the thread before you post. He has posted it several times now....

Also for the hundredth time, Torcoin has Tor integrated fully. It is in the "tor" branch on github not the master branch, so if you clone the git or just pull the master branch you won't have Tor integration, if you switch over to the "tor" branch you will see the Tor integration.

The price is probably going up because of my shytname that I am redeeming. hahaha

People know that this coin has more than just potential, its the next big thing. Haters are just mad because they didn't buy in when it was cheap. TOR is going to one of the few real solid cryptos to rival DASH and Monero. Even at that, Monero is complete shit, its not even based off the Bitcoin Core at all and some homebrewed C# code which is YUCK.

oh cool. looking forward to it. because i bought it when it was below 1$ and sold half at $6-7, thanks to whoever pumped it. for the rest, we will see. and saying bad things about other coins won't help. write you code please. if tor is finished, why isn't it on the master branch?

wow did it really go up to $6-7 ? I can't blame you for selling half at that price really :-)  I would say a target stable price for the next couple months is $4-$6 with likely price at $10 by mid-summer.  Of course since market cap is low and interest is high, I expect a lot of wild price fluctuations, so no doubt some speculators will make money buying and selling.  As you can see from my wallets, I haven't sold any and I'm not planning too, though I will be giving some away as bounties to improve the coin, and buying some ads.

yeah it went up to i guess $8-9 for a short time. dropped quickly after i sold Smiley

funny that you got "A solid, experienced, active development team" but you need others to create wallets...
same for translation lol

i wish i could help but i'm too busy right now. plus your bounty system is just not very practical (no specification, no standard, no trust, nothing lol)

i hope you will do good, not only because what you claim to do, but also more or less because i've bought some tor (plus made good profit by selling half), but right now it seems that you keep disappointing me...and maybe also others who are interested.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 08:26:53 PM
If you do not intent to dump... What is your wallet address with 1 Mio TOR?

Man you trolls need to read through the thread before you post. He has posted it several times now....

Also for the hundredth time, Torcoin has Tor integrated fully. It is in the "tor" branch on github not the master branch, so if you clone the git or just pull the master branch you won't have Tor integration, if you switch over to the "tor" branch you will see the Tor integration.

The price is probably going up because of my shytname that I am redeeming. hahaha

People know that this coin has more than just potential, its the next big thing. Haters are just mad because they didn't buy in when it was cheap. TOR is going to one of the few real solid cryptos to rival DASH and Monero. Even at that, Monero is complete shit, its not even based off the Bitcoin Core at all and some homebrewed C# code which is YUCK.

oh cool. looking forward to it. because i bought it when it was below 1$ and sold half at $6-7, thanks to whoever pumped it. for the rest, we will see. and saying bad things about other coins won't help. write you code please. if tor is finished, why isn't it on the master branch?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 07:39:59 PM
wow!

24hr trading volume of almost $300k USD!!

http://coinmarketcap.com/currencies/torcoin-tor/

TorCoin heading for $5 USD much sooner than even I expected!

This coin is going to be HOT, folks.  We expect TorCoin to reach top 5 coins on CoinMarketcap by end of summer.  It is simply THAT GOOD.

Yeah you expect. but why? you need to convince us, instead of updating the price everyday. is that your promotion lol. we want more technical stuff. given that the wallet isn't running on tor, you don't even match the name of you coin!

is it safe to say that you are just using the fame of tor to earn money.
i believe people are interested (if any, not you buying your own coin to pump the price), because you have hot words "tor" "anonymity" etc. but do you deserve these words?

hope you do what you've promised. we are tired of seeing scamcoins poping up. hope you are not like those. torcoin will be good if you do all what you claim to do.

TorCoin is way up. If it was a scam/pump-dump I would have already dumped.  You can monitor my coins in the blockchain and see that I haven't sold any - literally not one single TOR.

but you said you are going to. if you really want it to hit top 5 or something, i think you shouldn't even think about selling, but focusing on its features. plus proxy website, protonmail, lol. why the hiding.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 07:33:48 PM
wow!

24hr trading volume of almost $300k USD!!

http://coinmarketcap.com/currencies/torcoin-tor/

TorCoin heading for $5 USD much sooner than even I expected!

This coin is going to be HOT, folks.  We expect TorCoin to reach top 5 coins on CoinMarketcap by end of summer.  It is simply THAT GOOD.

Yeah you expect. but why? you need to convince us, instead of updating the price everyday. is that your promotion lol. we want more technical stuff. given that the wallet isn't running on tor, you don't even match the name of you coin!

the Wallet *IS* running on Tor in the new github branch

I already gave an entire list of reasons why this coin is superior to other coins.  Here they are again!

1. fully integrated with TOR for maximum privacy running a node

2. a COOL name!

3. Focus on usability - excellent windows gui client, linux client, and MacOS and Android coming soon

4. A solid, experienced, active development team

5. Stealth sending - anonymously sending payments

6. Encrypted end-to-end messaging within the blockchain - anonymous messaging for TorCoin users

7. a low cap on supply (around 12 million)

8. hybrid PoS / PoW

9. Easy to mine (x11 hashing algo)

10. fast confirmation times



1. are you sure? i didn't see that
2. yeah you definitely have. expect that tor project may want to talk to you
3. Huh it's just normal wallet
4. so far i only see two people in this topic related to torcoin
5. could you elaborate more
6. could you elaborate more
7. that should be a reason
8. so? how does it different from other hybrid coins. plus that don't justify your premine
9. ok
10. ok. not as fast as it should be though
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 07:18:18 PM
wow!

24hr trading volume of almost $300k USD!!

http://coinmarketcap.com/currencies/torcoin-tor/

TorCoin heading for $5 USD much sooner than even I expected!

This coin is going to be HOT, folks.  We expect TorCoin to reach top 5 coins on CoinMarketcap by end of summer.  It is simply THAT GOOD.

Yeah you expect. but why? you need to convince us, instead of updating the price everyday. is that your promotion lol. we want more technical stuff. given that the wallet isn't running on tor, you don't even match the name of you coin!

is it safe to say that you are just using the fame of tor to earn money.
i believe people are interested (if any, not you buying your own coin to pump the price), because you have hot words "tor" "anonymity" etc. but do you deserve these words?

hope you do what you've promised. we are tired of seeing scamcoins poping up. hope you are not like those. torcoin will be good if you do all what you claim to do.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org on: April 20, 2017, 07:00:17 PM
Whats the reason for the sudden price rise to 600%? How much does dev holds on?

The dev (probably) pumps the price with his own btc before he dumps the 1.000.000 coins he has Smiley There's no actual media coverage (other than a shitty post in a shitty blog noone reads) to justify the price exceeding 1 $ / coin in less than a couple of days

I've never pumped the price.  I bought about .2 btc worth of TOR during the 48 hours post-launch just to give it some liquidity for miners who wanted to sell, and I haven't bought any since, nor will I.  I haven't sold either - nor will I.  

all of the buy orders are natural, organic buy orders.




I'm already a multimillionaire from Bitcoin and Ethereum and I'm not touching my coins unless they hit a very high amount (over $20 per coin). I'm reserving 25-50k TorCoins for operations and the rest are going into cold storage.

can you see conflicts here
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!