Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    1. Home
    2. ghostlander
    • Profile
    • Following 0
    • Followers 9
    • Topics 12
    • Posts 950
    • Best 210
    • Controversial 0
    • Groups 1

    ghostlander

    @ghostlander

    Regular Member

    399
    Reputation
    533
    Profile views
    950
    Posts
    9
    Followers
    0
    Following
    Joined Last Online

    ghostlander Unfollow Follow
    Regular Member

    Best posts made by ghostlander

    • NeoScrypt CUDAminer

      Here it is finally: https://github.com/ghostlander/cudaminer-neoscrypt

      It supports all NVIDIA GPUs with compute capability 5.0 and higher, i.e of the Maxwell and Pascal architectures. Should work on Volta, too, with manual settings. I’ve changed the name back to CUDAminer because both Christians who have managed the CCminer project back in 2014 are no longer in business, so the old name is rather confusing.

      Both Stratum and GetWork should work fine. No GetBlockTemplate.

      There is a single CUDA kernel written in PTX asm for the most part. CUDA 6.5 seems to do the best, CUDA 7.5 is slightly slower, CUDA 8.0 is considerably slower. Although there are 3 hashing modes which fit different GPUs:

      -m 1 is for the Maxwell architecture. Derived from NSGminer. Does very well on 750 Ti like 270KH/s @ 1400MHz core / 3200MHz memory;

      -m 2 is for the Pascal architecture with GDDR5, i.e. 1060 and 1070. Over 1.1MH/s on a reference 1070 with no overclocking;

      -m 3 is for the Pascal architecture with GDDR5X, i.e. 1080. From TPruvot’s miner. Needs more work though. 1080 is almost as fast as 1070 with it.

      The miner is open source, no dev fees or anything, though your donations are welcome.

      posted in Mining
      ghostlander
      ghostlander
    • RE: Trying to understand the supply of FTC

      const int nForkThree = 204639;

      int64 GetBlockValue(int nHeight, int64 nFees) {

      int64 nSubsidy = 200 * COIN;
      
      if(nHeight >= nForkThree || (fTestNet))
      	nSubsidy = 80 * COIN;
      
      // Halving subsidy happens every 2,100,000 blocks. The code below takes account for the
      // fact that the first 204,639 blocks took 2.5 minutes and after changed to 1 minute.
      nSubsidy >>= (nHeight + 306960) / 2100000;
      
      return nSubsidy + nFees;
      

      }

      [{‘end’: 204638, ‘reward’: 200, ‘start’: 1}, // 40,927,600
      {‘end’: 2100000 - 306960, ‘reward’: 80, ‘start’: 204638 + 1}, // 127,072,160
      {‘end’: 4200000 - 306960, ‘reward’: 40.0, ‘start’: 2100000 - 306960 + 1}, // 84,000,000
      {‘end’: 6300000 - 306960, ‘reward’: 20.0, ‘start’: 4200000 - 306960 + 1}, // 42,000,000
      {‘end’: 8400000 - 306960, ‘reward’: 10.0, ‘start’: 6300000 - 306960 + 1}, // 21,000,000
      {‘end’: 10500000 - 306960, ‘reward’: 5.0, ‘start’: 8400000 - 306960 + 1}, // 10,500,000
      {‘end’: 12600000 - 306960, ‘reward’: 2.5, ‘start’: 10500000 - 306960 + 1}, // 5,250,000
      {‘end’: 14700000 - 306960, ‘reward’: 1.25, ‘start’: 12600000 - 306960 + 1}, // 2,625,000
      {‘end’: 16800000 - 306960, ‘reward’: 0.625, ‘start’: 14700000 - 306960 + 1}, // 1,312,500
      {‘end’: 18900000 - 306960, ‘reward’: 0.3125, ‘start’: 16800000 - 306960 + 1}, // 656,250
      {‘end’: 21000000 - 306960, ‘reward’: 0.15625, ‘start’: 18900000 - 306960 + 1}] // 328,125
      and 328,125 additional

      Total is 335,999,760 coins.

      posted in Feathercoin Discussion
      ghostlander
      ghostlander
    • RE: First Official Feathercoin Halving - Feathercoin Block Reward Halved!!

      Everything works as expected.

      posted in News and Announcements
      ghostlander
      ghostlander
    • RE: NSGminer v0.9.2: The Fastest Feathercoin / NeoScrypt GPU Miner

      NSGminer v0.9.4 Xmas Edition is ready. Hope you like it.

      https://github.com/ghostlander/nsgminer/releases

      posted in Mining
      ghostlander
      ghostlander
    • RE: [Retracted !!! ] Smart contracts - bounty No.3 thread - 4BTC

      If the Omni developers are interested, I’m ready to co-operate. We can do what BTC or LTC don’t want to.

      posted in Feathercoin Discussion
      ghostlander
      ghostlander
    • RE: BCG consultant looking to contribute to FTC

      @alkaline18 FTC hasn’t got much done about marketing, that’s true. There are many coins out there with clueless devs and copy-paste tech, but they do rather well thanks to aggressive marketing approach. Although I wouldn’t mind if FTC gets more outreach indeed.

      I don’t do Skype, but we can have a Google hangout set up for a discussion.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: BCG consultant looking to contribute to FTC

      @alkaline18 The features you’re suggesting require a hard fork and a lot of preparation time. It’s unclear if most of the community will follow. A sizable part of the community left in 2014 after the introduction of NeoScrypt which they thought was a bad move. Time told it wasn’t, but major changes were never easy.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: BCG consultant looking to contribute to FTC

      What ideas have you got to push FTC to top 30?

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Is there still any activity for Feathercoin

      @sradics said in Is there still any activity for Feathercoin:

      @sradics said in Is there still any activity for Feathercoin:

      It has been at least in my impression really silent in this forum for the last months/weeks. Is there any activity for further FTC development planned or is the coin just there and slowly but surely dying? I also cannot find activity at https://bitcointalk.org/index.php?topic=178286.2400 .

      What are in in your opinion reasons to further consider FTC as a valuable altcoin?

      Are developers still on board?

      They still are, though some people left on the way here, some joined.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Not a newbie

      AFAIR Myriad struggled to keep all 5 algorithms balanced and set SHA-256d and Scrypt to merge mining eventually.

      FTC makes use of BLAKE2s already as a part of NeoScrypt. If I wanted it a simple way, I could just use BLAKE2s two years ago. However it isn’t ASIC resistant. Neither Groestl nor Keccak.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander

    Latest posts made by ghostlander

    • RE: A bit of a noob here.

      I get ~730KH/s on a GTX 1060 6Gb @ 90W with my CUDAminer. Additional ~100KH/s with the default 120W power consumption which boosts SPs from ~1600MHz to ~2000MHz.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: p2pool for core 0.16 question

      @j1732 Have you specified --net feathercoin?

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Compiling - size of binary

      strip -s feathercoind

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Inquery: Choice of videocards

      @clickinorka You can go for it indeed. Seems expensive though.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Inquery: Choice of videocards

      @clickinorka Older 8Gb Pro Duo cards are Fiji based. Essentially dual R9 Fury X.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Inquery: Choice of videocards

      1080’s don’t do very well with NeoScrypt because of GDDR5X. Access latency is too high compared to GDDR5. That Pro Duo is two Polaris GPUs with double memory on the same card. Not any better than two RX580 + much more noise.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: NeoScrypt CUDAminer

      Uploaded NeoScrypt CUDAminer v1.0.1. It supports Kepler (GK110) in addition to Maxwells and Pascals. The original Titan, Titan Black, Titan Z, GTX 780 Ti and GTX 780. Keplers were never energy efficient, so the hash rate is about 400KH/s for 200W TDP. Well, it works at least.

      posted in Mining
      ghostlander
      ghostlander
    • RE: Solo Mining

      @bushstar said in Solo Mining:

      0.8 cannot be used to mine blocks as it generates version 2 blocks which are no longer accepted by the network.

      It’s a one line change to generate whatever version blocks.

      main.h:1299: static const int CURRENT_VERSION=2;

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Solo Mining

      You can probably still use v0.8 for solo mining as it is known to work with both GW and GBT.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander
    • RE: Solo Mining

      GetWork seems obsolete in Bitcoin Core and derivatives. You have to use GetBlockTemplate instead. You can specify your own coin base or use one provided by the daemon.

      posted in Newbies - New Members Must Start Here
      ghostlander
      ghostlander