Search content
Sort by

Showing 20 of 36 results by Vizakenjack
Post
Topic
Board Trading Discussion
Take Profit - trading ideas and signals marketplace. 1800$ contest for TESTERS
by
Vizakenjack
on 25/01/2018, 11:48:02 UTC
Hey guys,

I represent takeprofit.io - a marketplace where you can subscribe for profitable trading signals or earn by posting yours. We need beta-testers.

Features:
- Supports all pairs at Bitfinex and Bittrex. More exchanges coming later.
- Post signals and receive your personal rating.
- Follow the best traders and receive their signals.
- Engine automatically checks the price and updates signals, closing it for stop loss or take profit.

If you want to try posting signals or want to follow experienced traders, join or MVP here app.takeprofit.io. It's free!

And for signal providers we have a contest:
Whoever post the best quality signals during the week wins $1000, $500, $300 in our XTP tokens for 1st, 2nd and 3rd place.
This contest starts today (25.01.2017 11:00 UTC) and lasts 1 week (up to 1.02.2017 11:00 UTC).

Some tips:
- After adding a signal, it has a status of "pending", it means just like limit order didn't filled yet. The price need to go lower than your entry to change it's status to "active".
- If you want to make signal "active" right after adding, just check "market buy" box.
- After the signal is active, it can be closed for stoploss or takeprofit.
- Minimum take profit percentage is 10%.
- At the end of contest, we calculate P/L of "active" signals based on their current profitability.
- No short signals at this moment. Long only.

We would very much appreciate feedback, bug reports and feature requests.
Cheers!

Join our telegram channel: https://t.me/takeprofitio
English telegram group: https://t.me/joinchat/Fy1yAk6etQsFxLBlKK6pUw
Russian telegram group: https://t.me/joinchat/Fy1yAlBfNet2_Mk9_y8jkQ

Example of signal:
http://img-fotki.yandex.ru/get/762837/23228743.e2/0_1344cc_890d9c56_orig.jpg
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
Vizakenjack
on 01/12/2014, 01:04:26 UTC
WTS nicehash bot, it sets lowest possible price for your order and decreases it if there are no orders below you.

PM me
Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
Vizakenjack
on 05/10/2014, 16:42:07 UTC
I'm trying to run abe-blockexplorer. I have found "magic number" and "address_version", modified DataStore.py and abe.conf.

If I use this version - https://github.com/bitcoin-abe/bitcoin-abe
it can't find litecoin module:
Quote
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/root/bitcoin-abe/Abe/abe.py", line 2096, in
    sys.exit(main(sys.argv[1:]))
  File "/root/bitcoin-abe/Abe/abe.py", line 2090, in main
    store = make_store(args)
  File "/root/bitcoin-abe/Abe/abe.py", line 156, in make_store
    store = DataStore.new(args)
  File "Abe/DataStore.py", line 3275, in new
    return DataStore(args)
  File "Abe/DataStore.py", line 185, in __init__
    store.initialize()
  File "Abe/DataStore.py", line 839, in initialize
    chain = Chain.create(policy, **conf)
  File "Abe/Chain/__init__.py", line 21, in create
    mod = __import__(__name__ + '.' + policy, fromlist=[policy])
ImportError: No module named Litecoin


If I use version with litecoin module: https://github.com/CryptoManiac/bitcoin-abe

It starts to scan but then it crashes:

Quote
Exception at 762842
Failed to catch up {'blkfile_number': 100000, 'dirname': '/root/.litecoin', 'chain_id': 8, 'id': Decimal('4'), 'blkfile_offset': 762707}
Traceback (most recent call last):
  File "Abe/DataStore.py", line 2422, in catch_up
    store.catch_up_dir(dircfg)
  File "Abe/DataStore.py", line 2475, in catch_up_dir
    store.import_blkdat(dircfg, ds, filename[0])
  File "Abe/DataStore.py", line 2596, in import_blkdat
    b = store.parse_block(ds, chain_id, magic, length)
  File "Abe/DataStore.py", line 2630, in parse_block
    d['transactions'].append(deserialize.parse_Transaction(ds))
  File "Abe/deserialize.py", line 90, in parse_Transaction
    for i in xrange(n_vout):
OverflowError: Python int too large to convert to C long


What's the problem? Which version should I use?
Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Vizakenjack
on 04/10/2014, 19:14:58 UTC
Code:
C:\Coins\foobarcoin>make -f Makefile.Release
c:\Qt\4.8.4\bin\rcc.exe -name bitcoin src\qt\bitcoin.qrc -o release\qrc_bitcoin.
cpp
g++ -c -fpermissive -O2 -frtti -fexceptions -mthreads -fdiagnostics-show-option
-Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-par
ameter -Wstack-protector -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_GUI -DBOOST_THREA
D_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DWIN32 -D_MT -DBOOST_THREAD_PR
OVIDES_GENERIC_SHARED_MUTEX_ON_WIN -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LI
B -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQ
T_HAVE_SSE2 -DQT_NEEDS_QMAIN -I"..\..\Qt\4.8.4\include\QtCore" -I"..\..\Qt\4.8.4
\include\QtGui" -I"..\..\Qt\4.8.4\include" -I"src" -I"src\json" -I"src\qt" -I"sr
c\leveldb\include" -I"src\leveldb\helpers" -I"..\..\deps\boost_1_53_0" -I"..\..\
deps\db-4.8.30.NC\build_unix" -I"..\..\deps\openssl-1.0.1e\include" -I"..\..\Qt\
4.8.4\include\ActiveQt" -I"build" -I"build" -I"..\..\Qt\4.8.4\mkspecs\win32-g++"
 -o build\qrc_bitcoin.o release\qrc_bitcoin.cpp
g++ -Wl,--large-address-aware -static -static-libgcc -static-libstdc++ -Wl,-s -m
threads -Wl,-subsystem,windows -o release\foobarCoin-qt.exe object_script.foobarCoin
-qt.Release  -L"c:\Qt\4.8.4\lib" -lmingwthrd -lmingw32 -lqtmain build\bitcoin-qt
_res.o -lshlwapi -lssl -lcrypto -ldb_cxx -lws2_32 -lole32 -loleaut32 -luuid -lgd
i32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_
program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 C:/Coins/foobarco
in/src/leveldb/libleveldb.a C:/Coins/foobarcoin/src/leveldb/libmemenv.a -lshlwapi
-LC:/deps/boost_1_53_0/stage/lib -LC:/deps/db-4.8.30.NC/build_unix -LC:/deps/ope
nssl-1.0.1e -lssl -lcrypto -ldb_cxx -lws2_32 -lshlwapi -lmswsock -lole32 -loleau
t32 -luuid -lgdi32 -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-s
d-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
-lboost_chrono-mgw46-mt-sd-1_53 -lQtGui4 -lQtCore4
./build\miner.o:miner.cpp:(.text$_ZN5boost6detail5win3223GetTickCount64emulation
Ev+0x1e): undefined reference to `_InterlockedCompareExchange'
./build\miner.o:miner.cpp:(.text$_ZN5boost6detail5win3223GetTickCount64emulation
Ev+0x77): undefined reference to `_InterlockedCompareExchange'
./build\miner.o:miner.cpp:(.text$_ZN5boost6detail5win3223GetTickCount64emulation
Ev+0xdf): undefined reference to `_InterlockedCompareExchange'
collect2: error: ld returned 1 exit status error
mingw32-make: *** [release\foobarCoin-qt.exe] Error 1


What's the problem? Could anyone help me?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zipcoin [ZIPC]- X13 PoW/PoS - NO Premine - 7 days PoW - Ninja
by
Vizakenjack
on 07/08/2014, 16:23:26 UTC
bitcoin + dogecoin + litecoin + darkcoin !!!!!

I very impressive he's very intelligent


Do you know that you could encrypt your wallets?
Post
Topic
Board Announcements (Altcoins)
Re: Scam alert - DoS coin.
by
Vizakenjack
on 04/08/2014, 23:13:36 UTC
I've already answered the question 3 times before you even posted that one. You constantly kept asking me despite me taking down your posts over FUD.

I have posted in your thread, but I didn't even read your answer, because you have deleted my post. If you are a fair developer and not gonna sell your premine, why do you deletes my posts?
Post
Topic
Board Announcements (Altcoins)
Topic OP
Scam alert - DoS coin.
by
Vizakenjack
on 04/08/2014, 22:38:45 UTC
This coin has a 20% premine and nobody knows where is it. Dev is able to dump it any time. That's why we need premine escrow for a huge premine like this.

I have said: "20% premine MUST BE holded by escrow. Otherwise it's just a scam". The dev just deleted my post. I had to post it again, but the dev deleted it too.

Screenshots of my gmail:
Quote

Quote

Quote
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TEX] Texas Coin - "Amazingly Fair Launch" - ipominer
by
Vizakenjack
on 25/07/2014, 18:26:01 UTC
Fucking scam, DEV DELETES MY POSTS.

After a week there wil be about 10 000 blocks * 30 = 300 000 coins. Premine is 1.9% of 26300000 = 500 000 COINS

And that's why there are no transparent premine address and the dev is going to promote this coin to the bittrex as soon as possible.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
Vizakenjack
on 25/07/2014, 13:15:09 UTC
Please add a history method to API. For example:

orders.get&history - Get completed orders for a selected algo
Parameters:
id - API ID.
key - API Key.
algo - Algorithm marked with ID.

Also, there could be pool_url parameter to load orders for a selected pool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPATA]★Spartacus★[X15]★POW/POS★3.5 days POW★ON BITTREX
by
Vizakenjack
on 16/07/2014, 23:33:37 UTC
Quote
3) It is impossible to programmatically protect against source code.  Adding balance checks here wouldn't have saved everyone.  It might have stopped one or two transactions from going through, but it's not complete.  Additionally, once we have that in, there are other things developers can do to hide coins.  It becomes a cat and mouse game.

Sure? It's just a few lines of code.

1. Set max money supply (based on announce thread) to variable A
2. Check the total coins on the exchange after each deposit. If it's more than variable A, stop the market and check it by hand.

So, if you had an alert for 1.500.000+ coins on your exchange, you'd prevent this scam.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KEY] KeyCoin - X13 - Last Day of PoW
by
Vizakenjack
on 16/07/2014, 12:23:52 UTC
real block rewards:

Code:
if(pindexBest->nHeight < 400)
    {
        nSubsidy = 500 * COIN;
    }
        else if(pindexBest->nHeight < 700)
    {
        nSubsidy = 450 * COIN;
    }
        else if(pindexBest->nHeight < 1000)
    {
        nSubsidy = 350 * COIN;
    }
        else if(pindexBest->nHeight < 1300)
    {
        nSubsidy = 300 * COIN;
    }
        else if(pindexBest->nHeight < 1600)
    {
        nSubsidy = 250 * COIN;
    }
    else if(pindexBest->nHeight < 2000)
    {
        nSubsidy = 550 * COIN;
    }
    else if(pindexBest->nHeight < 2100)
    {
        nSubsidy = 150 * COIN;
    }
    else if(pindexBest->nHeight < 3000)
    {
        nSubsidy = 100 * COIN;
    }
    else if(pindexBest->nHeight < 4000)
    {
        nSubsidy = 50 * COIN;
    }
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Isiscoin - ISIS - X15 PoW/PoS - 14% PoS Interest - Tor Whitepaper - 7/3!
by
Vizakenjack
on 09/07/2014, 10:54:27 UTC

Go in twitter and ask @BittrexExchange to add ISIS, they like twitter hypes
Post
Topic
Board Announcements (Altcoins)
Re: |ANN||WASP||WASPCOIN||X13||POS||POW|
by
Vizakenjack
on 06/07/2014, 12:04:55 UTC
1.4% premine for this shit?  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Roxcoin | X11 | 4.5m | PoW/PoS | NO Premine | POW Ended Smoothly!
by
Vizakenjack
on 01/07/2014, 20:46:34 UTC
i don't care, let it drop even below 1k

i learned to hold long time ago, if you think that swing like that can touch me...i'm holding other coins for 6 months now
Oh man, you need to learn one thing.

If you still want to hold it and if you're sure price will go down soon, just sell now and buy it later for a cheaper price.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Roxcoin | X11 | 4.5m | PoW/PoS | NO Premine | POW Ended Smoothly!
by
Vizakenjack
on 01/07/2014, 20:38:14 UTC
sell them then, if you really think that the price will be lower, i will hold no matter what, that price is crap for me
I have already sold it for about ~8k. You can check my wallet on blockchain, it's empty.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Roxcoin | X11 | 4.5m | PoW/PoS | NO Premine | POW Ended Smoothly!
by
Vizakenjack
on 01/07/2014, 20:34:00 UTC
well i was right, you bought them and you want to buy more at lower price

29.06.2014 16:21
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][*SVR*] Survivor Coin - The wasteland CryptoCoin! LAUNCHED !! 30+ GH/s!!
by
Vizakenjack
on 25/06/2014, 23:47:52 UTC
People selling at these low prices are dumb!

Rly? Don't forget that there is IPO coins bought for a 0.001
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][X11][GOD] -- Godcoin the Divine Crypto-Currency used by the Gods.
by
Vizakenjack
on 23/06/2014, 22:00:54 UTC
another scam coin.
newbie dev + premine + 0 block reward.

The pre-mine is tiny..

OH RLY?

10 min block = 144 blocks per day, *7 = 1008 coins per day.

After a week we will get 7056 coins. And the happy dev 10080 premined coins, waiting for a first exchange to dump it.

I'm calling this "first week premine", it's MORE THAN 50%

FUCKING SCAM, STAY AWAY FROM THIS
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][LNC] Linearcoin | Coming 6/21 | Unique Block Reward System | X11 POW
by
Vizakenjack
on 21/06/2014, 09:49:14 UTC
This is scam.

0.1% premine means 25000 coins? Looks fair enough, BUT...

5 min block time = 288 blocks per day, 50 coins per block. It's about 14400 coins. After a week there will be about 100 000 coins (INCLUDING so-called "halving"). So your ~0.1% premine converts to 25% (INSANE!)

I'm pretty sure, dev will dump it all as soon as it hits bittrex.

The ONLY WAY - release it with a transparent premine with about 1000 coins.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
Vizakenjack
on 18/06/2014, 14:18:30 UTC
Would be nice if past orders groups by pool url && pool port && pool username && pool password.

So instead of 10 little orders without date and pagination, I'll be able to find how much did I spent for certain pool