Search content
Sort by

Showing 15 of 15 results by CTAXAHOB
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] X3Coin - ASIC-friendly, private, x3c.io. Launch June 11
by
CTAXAHOB
on 09/06/2018, 19:43:25 UTC
i will mine this
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🔶 ICO Sold out in first 2 days flat! 🔶 GainerCoin.com 🔶
by
CTAXAHOB
on 18/05/2018, 12:22:21 UTC
Hello,

Of what coin is Gainercoin a clone, source code wise?

Thank you.
Post
Topic
Board Announcements (Altcoins)
Re: ELYA
by
CTAXAHOB
on 20/03/2018, 00:32:12 UTC
Hello,

   If the pool owner/operator of freshpool.org could please fix whatever issue is keeping me from a proper hashrate, I'd GREATLY appreciate it!.  I am not disparaging anyone's pool or skills, however after moving from one ELYA pool to freshpool,  I should be getting 2.3kh NOT 1.26 or even less. I've seen my rig's hashrate down to 764kh/s with three evga gtx 1060 6gb, one gtx 970 4gb and 7 processor cores.  

I know how to set up my rig and satellites, I do understand vardiff and static, I can code when needed but hate it and generally know my way around a computational set up to keep it running in top shape. Sooooooooooooooo, please pool operators, keep your pools right, tweak what you need to and assist me in restoring my missing hashrate. I don't know how many other miners are affected but I've been fighting with this all day and am VERY TIRED OF IT. Even with a 10-15% HR drop from rig to pool, this is still VERY unacceptable.

Thank you for your time,

Lady Hashington

dont forget that

- miner software tends to be overly optimistic, or even straight out lying about the hashrate they reach in order to get an edge on competition.  take their reported hashrates with a grain of salt

- there's network lag

- there's all kinds of factors


at any rate, stealing from your *hashrate* would be the worst possible way to steal from you since it's immeidately visible


at every single pool i've mined at, all coins combined, i pretty much never had the advertised miner hashrate being also the accepted hashrate of the pool
5%-10% seems to be the average gap



if you really really want to make sure you're not getting your hashrate stolen, setup a local pool on your computer (takes a hour or two since you're computer savvy)
and mine on it and see the results
Post
Topic
Board Announcements (Altcoins)
Re: ELYA
by
CTAXAHOB
on 19/03/2018, 08:14:07 UTC
new ZERO fee pool with profitability charts and per block statistics.

http://cryptoknight.cc/elya/



too many scam reports about your pools

if you really charge 0% then how can u afford transaction fees and what is the point of running the pools?

i wouldn't touch your pool if my life depended on it
Post
Topic
Board Pools (Altcoins)
Re: CryptoKnight Cryptonote 0% fee pools - Stellite updated and running smooth!
by
CTAXAHOB
on 18/03/2018, 21:36:33 UTC
0% fee?  RIGHT

how the hell do u guys make money then?


sounds fishy i'll pass thx

Post
Topic
Board Announcements (Altcoins)
Re: ELYA
by
CTAXAHOB
on 14/03/2018, 11:27:00 UTC
running at 5.2 KH/sec on fresh pool right now

got a few payouts. seems to work ok

i buy hash from miningrigrentals site
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Karbo (Ҝ) Карбованець - Cryptonote / Anon
by
CTAXAHOB
on 18/02/2018, 17:31:20 UTC


2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version.  Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.



32bit? As a workaround  comment out https://github.com/seredat/karbowanec/blob/master/src/crypto/slow-hash.c#L51 like this:
Code:
#if !defined NO_AES && (defined(__x86_64__) || (defined(_MSC_VER)/* && defined(_WIN64)*/))

And why don't you open it in QT Creator?

Compiling for 64bit still fails to the 2nd error (TransactionId not a member of CryptoNote), your workaround doesn't fix it (it does fix the 1st error but it becomes irrelevant when compiling for 64 bits).


Thanks again.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Karbo (Ҝ) Карбованець - Cryptonote / Anon
by
CTAXAHOB
on 18/02/2018, 15:36:51 UTC
Hi,

Indeed, I was trying to build for 32 bits, my bad.

I'm only familiar with VS but if QT Creator is the way to go, can someone please quickly outline the basic procedure for the compilation?

What to install, what file to open with it..

I installed QT Creator and checked the MINGW box, Cmake was installed already, tried to open CMakeLists.txt with the QT Creator app, but it didn't do much.

Thank you.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Karbo (Ҝ) Карбованець - Cryptonote / Anon
by
CTAXAHOB
on 18/02/2018, 10:32:07 UTC
Дoбpый дeнь,

Пытaюcь cкoмпилиpoвaть wallet c https://github.com/seredat/karbowanecwallet.git

Hacкoлькo иcxoдники cooтвeтcтвyют peлизaм?  Бeз cooтвeтcвyющиx иcxoдникoв я пpocтo тaк нe зaпycкaю.

B Win 10 / VS2017, c QT 5.10:



1>------ Build started: Project: cryptonote, Configuration: Release Win32 ------
1>slow-hash.c
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): error C2371: 'aesb_single_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(143): note: see declaration of 'aesb_single_round'
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): error C2371: 'aesb_pseudo_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(154): note: see declaration of 'aesb_pseudo_round'
1>Done building project "cryptonote.vcxproj" -- FAILED.


2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version.  Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.
Post
Topic
Board Computer hardware
Re: [WTS] Selling a few GIGABYTE NVIDIA 1070 WF OC - barely used - BTC or FIAT
by
CTAXAHOB
on 05/12/2017, 20:00:03 UTC
Also I'd like to point out that delivery is an option.  If it's in Europe somewhere not too far from France, I can drive to your place and deliver the goods, we can test the hardware before you pay for it to make sure everything is in good order.

Post
Topic
Board Computer hardware
Re: [WTS] Selling a few GIGABYTE NVIDIA 1070 WF OC - barely used - BTC or FIAT
by
CTAXAHOB
on 05/12/2017, 19:47:28 UTC
Quote
Is it 2 * 7 card rigs?

14 GPU
3 rig frames (unique, self built, wooden)
3 mobo (asus prime 270-p) with 4gb ram + cpu each
2x 1200w corsair psu, 3x 750w psu, 1x500w psu
14x risers - most are SATA yellows, there are like 4 6-pin blue ones.

I have plenty of lowball offers at this time.  Please don't waste everyone's time by lowballing me, these GPUs are almost new and I'm not letting them go for $250 each or something.
Post
Topic
Board Computer hardware
Re: [WTS] Selling a few GIGABYTE NVIDIA 1070 WF OC - barely used - BTC or FIAT
by
CTAXAHOB
on 03/12/2017, 15:34:18 UTC
Paris, France.
Post
Topic
Board Computer hardware
Re: [WTS] Selling a few GIGABYTE NVIDIA 1070 WF OC - barely used - BTC or FIAT
by
CTAXAHOB
on 03/12/2017, 10:26:32 UTC
Post
Topic
Board Computer hardware
[WTS] Selling a few GIGABYTE NVIDIA 1070 WF OC - barely used - BTC or FIAT
by
CTAXAHOB
on 03/12/2017, 10:05:43 UTC
Moving to another country in a couple months, need to sell some hardware.

Have 14x 1070x: this model precisely:
https://www.gigabyte.com/Graphics-Card/GV-N1070WF2OC-8GD-rev-10#kf

Pictures:
https://imgur.com/a/4xnmJ

Can sell any number of cards, up to 14 at a time.

They were all purchased between end of june 2017 and beginning of august 2017, since then they spent about two months mining - 68% max TDP in a cool environment - and about 1 to 2 months on the shelf.

I have the original invoices and boxes, they were all bought cash in Paris, France.

They all work perfectly and are in like-new condition.

Willing to travel within reason for a direct transaction, or ship at your convenience.  Willing to talk on the phone, etc.

I'm accepting payment in BTC or fiat.

Also have a bunch of paraphernalia - mobo, PSU, risers, you name it.

Please make offer in PM.
Post
Topic
Board Bitcoin Technical Support
Server side multiple wallets - how is it done?
by
CTAXAHOB
on 22/11/2017, 00:10:08 UTC
I'm trying to interface PHP with bitcoin-core (not overly ambitious, I know, but you have to start somewhere).  Got it working to an extent but realized I'm missing something important - how to manage several wallets?

I'd like to make a simple wallet PHP app that would be multi-user.

Am I correct to assume it means several wallets (private keys) managed by the same bitcoin-core daemon?
I see there's multiwallet support in the latest bitcoin-core, is this the best way to do it?

How was it done before this feature or with forks of bitcoin-core that do not support multiwallet as of today?

How do the exchanges such as Kraken, for example, do it?  Do they interface with bitcoin-core or do they implement their own version of a bitcoin daemon?

Thank you for dropping some knowledge on me.  It's not that straightforward to find that info.

Let me know if I'm in the wrong forum (and yes I did search the forums).

Thanks.