Search content
Sort by

Showing 7 of 7 results by clovers
Post
Topic
Board Mining (Altcoins)
Re: An (even more) optimized version of cpuminer
by
clovers
on 07/04/2014, 10:34:08 UTC
The win64 binaries for 2.3.3 report a BitcoinMiner trojan in many antivirus softwares:
https://www.virustotal.com/en/file/8af141adfe7a2823a89fe5cc87f4da1c6be34f49a690b15e565d8b5c36e32045/analysis/1396711203/
False positives or a very bad situation?

BTW The scan is done on the original sourceforge link.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully Dynamic Cyptocurrency [NOW ON SWISSCEX!] And Services!
by
clovers
on 04/03/2014, 11:17:32 UTC
I have been out for a couple of weeks and haven't been tracking what was happening here.

So - are the GPU miners in the Qt-wallet working or not?
This was imo the most promising feature of FoxCoin, that was about to make it succeed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully Dynamic Cyptocurrency [NOW ON 4 EXCHANGES] And Services!
by
clovers
on 09/02/2014, 12:35:22 UTC
I want to compile FoxCoin from souces on Windows, but Im having really hard time with it.

Can you tell me what versions of mingw/opnessl/berkeleydb/boost/qt are you using, and if those are not the newest versions where did you get them from? (f.e. downgrading MinGW to 4.6.2 through mingw-get, that I tried, creates issues too :/)


EDIT: This is the error I am currently getting:
Code:
In file included from bignum.h:13:0,
                 from main.h:9,
                 from checkpoints.cpp:11:
util.h:555:16: error: conflicting declaration 'typedef void* pthread_t'
 typedef HANDLE pthread_t;
                ^
In file included from c:\mingw32\i686-w64-mingw32\include\c++\i686-w64-mingw32\bits\gthr-default.h:35:0,
                 from c:\mingw32\i686-w64-mingw32\include\c++\i686-w64-mingw32\bits\gthr.h:148,
                 from c:\mingw32\i686-w64-mingw32\include\c++\ext\atomicity.h:35,
                 from c:\mingw32\i686-w64-mingw32\include\c++\bits\ios_base.h:39,
                 from c:\mingw32\i686-w64-mingw32\include\c++\ios:42,
                 from c:\mingw32\i686-w64-mingw32\include\c++\ostream:38,
                 from c:\mingw32\i686-w64-mingw32\include\c++\iostream:39,
                 from C:\deps\boost/boost/assert.hpp:82,
                 from C:\deps\boost/boost/range/iterator_range_core.hpp:21,
                 from C:\deps\boost/boost/range/iterator_range.hpp:13,
                 from C:\deps\boost/boost/assign/list_of.hpp:20,
                 from checkpoints.cpp:6:
c:\mingw32\i686-w64-mingw32\include\pthread.h:196:19: error: 'pthread_t' has a previous declaration as 'typedef uintptr_t pthread_t'
 typedef uintptr_t pthread_t;
                   ^
In file included from bignum.h:13:0,
                 from main.h:9,
                 from checkpoints.cpp:11:
util.h: In function 'pthread_t CreateThread(void (*)(void*), void*, bool)':
util.h:578:12: error: invalid conversion from 'HANDLE {aka void*}' to 'pthread_t {aka unsigned int}' [-fpermissive]
     return hthread;
            ^
makefile.mingw:72: recipe for target 'obj/checkpoints.o' failed
mingw32-make: *** [obj/checkpoints.o] Error 1

C:\FoxCoin-src3\src>
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully dynamic Cyptocurrency [NOW ON 4 EXCHANGES!]
by
clovers
on 04/02/2014, 12:42:46 UTC
(Sent you 250 FOX)
Received, ty Smiley

BTW What is the difference between Herd Dig and Pond Dig? My intuition would be Herd is P2P Pools and Pond is non-P2P, but aren't those two the same (Dogecoin f.e. has Herd for both)?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully dynamic Cyptocurrency [NOW ON 4 EXCHANGES!]
by
clovers
on 03/02/2014, 20:37:15 UTC
I think I found a little bug.

Code:
if(nHeight < 196000)
    {
       nSubsidy = (250 - (nHeight * 0.000125)) * COIN; //Subsidy decreases by 0.000125 every block
    }
    else
    {
        nSubsidy = 5 * COIN;
    }
This should be 1960000 (1.96M), not 196000 (196k), am I right?

FOX: x6uCwxU5ZSoswyboJxgwsQzdsT56ykmB1P Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully dynamic Cyptocurrency [NOW ON 4 EXCHANGES!]
by
clovers
on 02/02/2014, 14:52:04 UTC
The internal dig is testnet right?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully dynamic Cyptocurrency [NOW ON 4 EXCHANGES!]
by
clovers
on 01/02/2014, 14:08:53 UTC
Also: GPUDigging ONLY supports ponds for the moment. Solo/Herd digging will ignore the GPU settings for the moment.
Will Solo/Herd GPUdigging be available in the non-beta release?
Also is CoinFox/FoxCoin on github official and will you be posting source updates there?