Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    1. Home
    2. shadow1117
    • Profile
    • Following 0
    • Followers 1
    • Topics 8
    • Posts 79
    • Best 57
    • Controversial 0
    • Groups 1

    shadow1117

    @shadow1117

    Full time Nerd. Programming for work and for me and possibly others.

    138
    Reputation
    50
    Profile views
    79
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Location Germany Age 35

    shadow1117 Unfollow Follow
    Regular Member

    Best posts made by shadow1117

    • Feathercoin Rising like crazy

      Feathercoin is going up like a rocket

      seen 2848 and rising on bittrex

      at 18:26 cest it peaked again at 3000 wow

      posted in Feathercoin Discussion
      shadow1117
      shadow1117
    • Mining GUI with stats and autorestart and so on

      Hello,

      i’ve shown some of my Work in my introduction Post but now since this baby is slowly growing and some People are interested i make a separate Topic for this.

      Please feel free to leave a report of any bugs and feature requests you might have.

      Features:

      • monitors your miner and restarts it if there are problems (hung, low hashrate…)
      • compatible to p2pool, coinotron (more will come if you tell me which to implement)
      • can observe ccminer, bfgminer and nsgminer (many more if they have the RPC API of bfg or i add them)
      • shows your current wallet balance and the value of feathercoin in any desired currency
      • has some nice charts for your miner
      • Multi GPU (shows each GPU individually in the chart)

      Here is A Picture of the current State:
      0_1498227278696_upload-0858a4d8-dc50-47e6-a4bf-3ae6df7f4097

      current “stable” release : https://github.com/shadow11177/ccminerGUI/releases/tag/0.5

      A link to the Source code can be found in my signature:

      posted in Mining
      shadow1117
      shadow1117
    • [Guide] Solo mining for Feathercoin and Neoscrypt

      [FAQ] How do I solo mine Feathercoin?

      It is not recommenced to try mining solo unless you have a lot of hashing power like 8x GTX1070 or something in this ballpark otherwise its very unlikely that you will ever mine a block by yourself and yo may wait long periods without gaining a block.

      All you need is:

      Your Feathercoin wallet (feathercoin-qt.exe) fully synced

      A feathercoin.conf file in the data folder of the feathercoin wallet with this contents(wherever you installed feathercoin\data\feathercoin.conf):
      you have to have the wallet running while mining!
      restart the wallet after you have created this file:

      server=1
      rpcuser=user
      rpcpassword=pass
      rpcallowip=0.0.0.0
      rpcport=9337
      port=9336
      

      A fairly recent version of ccminer (rename .exe file to ccminer.exe (i didnt test others))
      i am using this one (ccminer_cuda75.exe):
      https://github.com/djm34/ccminer-sp-neoscrypt/releases/tag/1.5.79-djm34-edition
      and a .bat /.cmd file with following content:

      ccminer.exe -a neoscrypt -i 22 -o 127.0.0.1:9337 -u user -p pass
      pause
      

      The screen should look like this:
      0_1500654432129_upload-eae83d55-497d-49da-9e36-3bd957302a6b

      posted in Guides howto solomining
      shadow1117
      shadow1117
    • New Miner with an Idea (or kinda Project thing)

      Hello,

      im new to crypto currency and i had quiet a joy of fiddeling around with the different mining software and things…
      i went from having around 30KH/s to something around 500 with my GTX 970 (even hit almost 1GH/s but with ridiculous power cosumtion and a Bluescreen(yes im on Windows) after a view minutes)

      im currently using ccminer and building a small gui that keeps an eye on it and shows me some graphs wich i like so much.

      it is very buggy but at least more stable than the ccminer :-) btw. here is a picure of it:
      0_1496582586576_Unbenannt.png

      posted in Newbies - New Members Must Start Here
      shadow1117
      shadow1117
    • RE: Using an exchange to store feathercoins...

      i bought a view feathercoins last week by buying bittcoins on blockchain transfering them to bittrex and changing to ftc and let it pay out to my local wallet was a piece of cake i lost about 2€ in the process (the biggest fee was euro to bitcoin) bittrex only takes 0.2 ftc for a payout

      posted in Exchanges
      shadow1117
      shadow1117
    • RE: Mining GUI with stats and autorestart and so on

      Yay first night after the overhaul in which nothing bad happened :-) made a major release from that:

      0.5:
      Fixed:
      Restarts of miner working properly
      Charts not hanging up after a while
      Now the ftc chart shows value of FTC instead of your balance (oops)

      Added:
      Minimum Hashrate for a miner Restart now configurable (Working with CCMiner needs to be testet on NSGMiner)

      posted in Mining
      shadow1117
      shadow1117
    • RE: New Miner with an Idea (or kinda Project thing)

      @wrapper
      im currently working on rpc client and cleaning the code,
      adding coments and so on…

      next version will be compatibe to p2pool, coinotron for pools
      and bfgminer, ccminer, nsgminer and all other miners based on bfgminers rpc api (as soon as it survives one night)

      posted in Newbies - New Members Must Start Here
      shadow1117
      shadow1117
    • RE: New Miner with an Idea (or kinda Project thing)

      @aciddude the stuff shown in the console while the miner is running 0_1496948608072_ccminer-sp-whirlpoolx-580x293.jpg

      posted in Newbies - New Members Must Start Here
      shadow1117
      shadow1117
    • RE: New Miner with an Idea (or kinda Project thing)

      @wrapper i didnt expect someone to actualy test or even use it but i would be pleased if someone would try

      i will start document my findings and methods and cleanup the code so atleast that may help someone with a bigger project to implement my work

      posted in Newbies - New Members Must Start Here
      shadow1117
      shadow1117
    • RE: New Miner with an Idea (or kinda Project thing)

      @aciddude its quick and dirty try reading the code than you will understand

      btw. is someone actualy trying if this works?

      posted in Newbies - New Members Must Start Here
      shadow1117
      shadow1117

    Latest posts made by shadow1117

    • RE: [Guide] Solo mining for Feathercoin and Neoscrypt

      @AcidD just collected all my files… it may help cause since im registered in this forum the question on how to solo mine raises sometimes…

      posted in Guides
      shadow1117
      shadow1117
    • RE: best mining software and config for gtx1070

      @sabre for nvidia cards i always recomend ccminer
      https://github.com/djm34/ccminer-sp-neoscrypt/releases/tag/1.5.79-djm34-edition

      and for your config where do you want to mine?

      posted in Mining
      shadow1117
      shadow1117
    • RE: Solo mining question/ new member =)

      @wrapper can you move it? i created it in the mining section

      posted in Mining
      shadow1117
      shadow1117
    • [Guide] Solo mining for Feathercoin and Neoscrypt

      [FAQ] How do I solo mine Feathercoin?

      It is not recommenced to try mining solo unless you have a lot of hashing power like 8x GTX1070 or something in this ballpark otherwise its very unlikely that you will ever mine a block by yourself and yo may wait long periods without gaining a block.

      All you need is:

      Your Feathercoin wallet (feathercoin-qt.exe) fully synced

      A feathercoin.conf file in the data folder of the feathercoin wallet with this contents(wherever you installed feathercoin\data\feathercoin.conf):
      you have to have the wallet running while mining!
      restart the wallet after you have created this file:

      server=1
      rpcuser=user
      rpcpassword=pass
      rpcallowip=0.0.0.0
      rpcport=9337
      port=9336
      

      A fairly recent version of ccminer (rename .exe file to ccminer.exe (i didnt test others))
      i am using this one (ccminer_cuda75.exe):
      https://github.com/djm34/ccminer-sp-neoscrypt/releases/tag/1.5.79-djm34-edition
      and a .bat /.cmd file with following content:

      ccminer.exe -a neoscrypt -i 22 -o 127.0.0.1:9337 -u user -p pass
      pause
      

      The screen should look like this:
      0_1500654432129_upload-eae83d55-497d-49da-9e36-3bd957302a6b

      posted in Guides howto solomining
      shadow1117
      shadow1117
    • RE: Solo mining question/ new member =)

      @Wellenreiter i think i copy that into the mining section as how to solo mine?

      posted in Mining
      shadow1117
      shadow1117
    • RE: Solo mining question/ new member =)

      Oh sorry guys didnt notice that here is a post with people having this problem (i helped @milkeyway over pm) shouldnt use mark all as read :-(

      All you need is:

      your Feathercoin wallet (feathercoin-qt.exe) fully synced

      a feathercoin.conf file (wherever you installed feathercoin\data\feathercoin.conf) in the data folder of the feathercoin wallet with his contents: you have to have the wallet running while mining and restart the wallet after you have created this file

      server=1
      rpcuser=user
      rpcpassword=pass
      rpcallowip=0.0.0.0
      rpcport=9337
      port=9336
      

      a fairly recent version of ccminer (rename .exe file to ccminer.exe (i didnt test others))
      i am using this one:
      https://github.com/djm34/ccminer-sp-neoscrypt/releases/tag/1.5.79-djm34-edition
      and a .bat /.cmd file with following content:

      ccminer.exe -a neoscrypt -i 22 -o 127.0.0.1:9337 -u user -p pass
      pause
      

      and it should look like this:
      0_1500654432129_upload-eae83d55-497d-49da-9e36-3bd957302a6b

      posted in Mining
      shadow1117
      shadow1117
    • RE: Whats going on with P2Pool

      @AcidD yes but seems to work again I havnt tested just seen this morning that there seemed to be a problem so I switched the pool

      posted in Mining
      shadow1117
      shadow1117
    • RE: Whats going on with P2Pool

      I own neither if the pools

      I mined on one of them and switched to the other this morning… both seem to work fine now… I may open my own and play a bit with the source code

      posted in Mining
      shadow1117
      shadow1117
    • RE: Whats going on with P2Pool

      @Wellenreiter it seems to have problems again

      http://mexicat.co.uk:19327/static/

      seems to work

      posted in Mining
      shadow1117
      shadow1117
    • RE: Roadmap for US Dollar?

      @KingScorpio @AcidD @wrapper
      I Think he got it too reads kind of serious but is absolutely hilarious thank you guy’s I love this kind of humor

      posted in Off-Topic
      shadow1117
      shadow1117