Search content
Sort by

Showing 20 of 213 results by greatwolf
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Pool][XMR] Pool.CryptoEscrow.eu | Monero Mining Pool supported by Zone117x
by
greatwolf
on 03/09/2014, 20:20:19 UTC
We have upgraded our server yesterday, now we are more stable than ever.

The pool still seems unreliable. Case in point, yesterday pool was unresponsive for a good part of the day I had to switch to another pool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] QIBUCK COIN - X13 - POS/POBH - 1st Proof of Baghold and asset backed.
by
greatwolf
on 12/08/2014, 20:14:49 UTC

Did y'all create the config file?

yes, already made the qibuck.cfg from the OP thread
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] QIBUCK COIN - X13 - POS/POBH - 1st Proof of Baghold and asset backed.
by
greatwolf
on 12/08/2014, 19:56:20 UTC
The updated wallet still isn't connecting and sync'ing for me.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] QIBUCK COIN - X13 - POS/POBH - 1st Proof of Baghold and asset backed.
by
greatwolf
on 11/08/2014, 02:21:11 UTC
Can anyone get the client to sync. I'm not getting any peer connections. Is there a peerlist somewhere?
Post
Topic
Board Service Announcements
Re: [ANN] Atomic Trade New Virtual Currency Exchange USD BTC
by
greatwolf
on 14/07/2014, 19:14:04 UTC
Did the exchange operators actually say they're going back on their plan to implement a trading api? The last relevant post I found regarding this is here:

Does Atomic have a trade API?

trade api is what i'm working on now. It is based on tcp socket messages so it can be robust and provide real time information without the hassles of http.

So whatever the hell happened to this plan? Any serious exchange must have some kind of trading api imo.
Post
Topic
Board Service Announcements
Re: [ANN] Atomic Trade New Virtual Currency Exchange USD BTC
by
greatwolf
on 14/07/2014, 06:21:31 UTC
Nope so no bots on exchange either.

It doesn't mean a bot can't be made to work with atomic-trade though. For example, you can program the bot to issue trades right through the web interface using site scrapping techniques. This is exactly what I did for mintpal despite them not having a trading api publicly available.

I haven't bother with atomic-trade only because the volume isn't there.
Post
Topic
Board Service Announcements
Re: [ANN] Atomic Trade New Virtual Currency Exchange USD BTC
by
greatwolf
on 14/07/2014, 04:55:53 UTC
So there's still no trading api for atomic-trade after all these months?
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] █ ★★★ █ SWISS COIN [EXCHANGE] - www.swisscex.com █ ★★★ █
by
greatwolf
on 11/07/2014, 23:26:19 UTC
Our next release will contain a fully-featured trading API. Therefor we are currently looking for reference implementations in various programming languages!

Please contact us at technical@swisscex.com

You SWISSCEX Development Team


When is this suppose to happen?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Pool][XMR] Pool.CryptoEscrow.eu | Monero Mining Pool supported by Wolf0
by
greatwolf
on 25/06/2014, 03:08:58 UTC
I'm getting timeout connecting to server.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Pool][XMR] Pool.CryptoEscrow.eu | Monero Mining Pool supported by Wolf0
by
greatwolf
on 21/06/2014, 21:37:10 UTC
Being DDoSed.

That's how you know you're doing something right.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Pool][XMR] Pool.CryptoEscrow.eu | Monero Mining Pool supported by Wolf0
by
greatwolf
on 20/06/2014, 18:35:13 UTC
Two suggestions:

  • Please add a backlink to this thread on the pool's support or contact page somewhere. This makes it easier for visitors to find past information and issues and gives another avenue for support.
  • Please do something about the dust tx being sent. For example, put a minimum payout threshold or similar. This is a major problem atm because dust payouts from the pool becomes exorbitantly expensive, or even impossible, to spend.
Post
Topic
Board Altcoin Discussion
Re: Why Poloniex Has Rejected SuperCoin
by
greatwolf
on 14/06/2014, 21:06:16 UTC
Question:
What that line means: if (dAmount <= 0.0 || dAmount > 150000000.0)

That's a range check, it means if dAmount is below 0 or over 150,000,000. Or to put it differently if dAmount is not between 0.00000001 and 150,000,000 then do whatever is in the code block that follows.
Post
Topic
Board Altcoin Discussion
Re: Why Poloniex Has Rejected SuperCoin
by
greatwolf
on 14/06/2014, 20:38:01 UTC
See this alone should be enough to encourage people to use poloniex more over the other exchanges. Kudos to busoni for the code review.
Post
Topic
Board Announcements (Altcoins)
Re: [AC] AsiaCoin | Pure PoS | 100% Interest | Mandatory wallet update NOW!
by
greatwolf
on 09/06/2014, 21:02:43 UTC
A restart and -rescan seems to make it move again.
Post
Topic
Board Announcements (Altcoins)
Re: [AC] AsiaCoin | Pure PoS | 100% Interest | Mandatory wallet update NOW!
by
greatwolf
on 09/06/2014, 20:34:41 UTC
Yep, hotfix doesn't seem so hot, sync has stopped at 20160 blocks for 15 mins now and doesn't look like it wants to move on.

I'm getting a similar problem, syncing isn't going pass 20660 for me (27.73% done). On another note, the client version is still showing v2.0.0.0 for me. Are you sure you uploaded the hotfix v2.0.1.0?
Post
Topic
Board Mining (Altcoins)
Re: Multi Coin Pool CoinFu.io in Beta
by
greatwolf
on 05/06/2014, 20:46:22 UTC
We did a final payout right after we turned the server off.

Are you sure because I did not receive anything. I had a pending balance of about ~0.0006btc on coinfu that was never payed out.
Post
Topic
Board Mining (Altcoins)
Re: Wolf's MRO CPUMiner - 2x speed compared to LucasJones'
by
greatwolf
on 03/06/2014, 21:06:05 UTC
Win64 binaries exist but require AES-NI. How do you know if you have it? If the binary crashes, you don't.
...

Were you referring to that? Did you mean for that to be interpreted as "only a Win64 AES-NI binary is available" because when I first read it, it sounded like there was a non AES-NI build available somewhere. And you also mentioned some optimizations done to the legacy part as well so I'm a bit confused.
Post
Topic
Board Mining (Altcoins)
Re: Wolf's MRO CPUMiner - 2x speed compared to LucasJones'
by
greatwolf
on 03/06/2014, 20:35:14 UTC
This crashes on my intel Q6600 4 core processor.
Post
Topic
Board Exchanges
Re: [ANN] Bittrex - Next generation exchange (btc/ltc/eac/ppc/rdd/ftc/and more)
by
greatwolf
on 28/05/2014, 19:41:16 UTC
Please remove the minimum trade size and replace it with total btc instead like how poloniex and mintpal does it.

Putting a restriction based on a trade's position size is ludicrous considering it does not take into account current price per unit. I haven't considered bittrex thus far for this simple reason.

Consider this simple scenario, imagine the price of a given coin doubles. The total price of our trade will also have to go up since the minimum trade size remains constant. Say a given coin's minimum trade size is 10 and current price per unit is 0.002btc; the min total price per trade is 0.02btc. When that coin doubles to 0.004btc, the min total price per trade has just went up to 0.04btc. It's not hard to see why this is undesirable.

I expect a patch correcting this flaw asap before I can really consider using this exchange.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
greatwolf
on 19/05/2014, 02:22:00 UTC
Is there a delay in payouts?