Search content
Sort by

Showing 20 of 34 results by cockblock
Post
Topic
Board Mining (Altcoins)
Re: [Forager] v18.10 - Multi-Pool profit switching miner (AMD/NVIDIA/CPU)
by
cockblock
on 08/12/2018, 23:27:11 UTC
Anyone know how to set the diff for each algo the rejects are killing me! HELP!!!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo
by
cockblock
on 04/06/2018, 11:34:30 UTC
im not buying any more cards the money i spent for 10 1080's was not worth it, now that $500 to $700 per card, i just to buy the crypto itself. no more cards for me. just buy people and that Lambo you want you will get.
Post
Topic
Board Pools (Altcoins)
Re: ░▒▓█[ITALYIIMP 2.0]█▓▒░ [ANN][MULTIPOOL][AUTOTRADE][AUTOSWITCH]
by
cockblock
on 17/05/2018, 17:26:47 UTC
this api dose not work http://italyiimp.com/site/api everytime i run it all says is fail.
is it broken?
Post
Topic
Board Tokens (Altcoins)
Re: █【ANN】【ICO】█【ICO LIVE】 ██ 🌟 BLOCKLANCER ██ JOIN GIG ECONOMY BOOM
by
cockblock
on 28/03/2018, 21:28:54 UTC
yay!!!!! Cheesy lancer token got an icon for LNC on BLOCKFOLIO!!! yaaay
Post
Topic
Board Announcements (Altcoins)
Re: AnimeCoin [アニメコイン] [ANI] NEW OFFICIAL THREAD 2018
by
cockblock
on 28/03/2018, 14:43:10 UTC
still looking for a pool
Post
Topic
Board Tokens (Altcoins)
Re: █【ANN】【ICO】█【ICO LIVE】 ██ 🌟 BLOCKLANCER ██ JOIN GIG ECONOMY BOOM
by
cockblock
on 14/03/2018, 08:44:15 UTC
Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔ DigiSync v6.14.2 - DigiSpeed - Segwit -DiguSign
by
cockblock
on 09/03/2018, 04:37:42 UTC
Digibyte is now asic'ed Angry blake2s nist5 blake killed via dual mining now my-Groestl and Groestl is asic'ed as well what the f dude!

The devs and their friends are probably making a lot of money off their ASIC's so implementing new ASIC-resistant algos doesn't seem to be a priority.

https://i.imgur.com/XrIoM2j.jpg

Yes, it is difficult to switch to a new one when the old one works well. It takes more time for this.

what new one? there all gone but one x17 and even now my rig don't want to mine it anymore and that tells me its been asic'd too.
Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔ DigiSync v6.14.2 - DigiSpeed - Segwit -DiguSign
by
cockblock
on 06/03/2018, 00:24:04 UTC
Digibyte is now asic'ed Angry blake2s nist5 blake killed via dual mining now my-Groestl and Groestl is asic'ed as well what the f dude!
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] ZERGPOOL.com - NEW!Multialgo, autoexchange, 0% fee, 160+ coins
by
cockblock
on 05/03/2018, 03:21:10 UTC
if BashCoin is not trading could you remove it from the api, my rig keeps trying to mine it but i cant fix it only remove the algo. thanks
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - Multi pool (11 pools) / Multi Algo (>20) launcher
by
cockblock
on 18/11/2017, 10:05:51 UTC
Here's a mother pool I found crypto.n-engine.com is a good pool to add just like ahashpool pays good.
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - Multi pool (11 pools) / Multi Algo (>20) launcher
by
cockblock
on 16/11/2017, 01:02:53 UTC
no what you are getting is the 21% thats not being stolen
Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
cockblock
on 15/11/2017, 11:32:49 UTC
Has anyone been able to add the following pools?

italyiimp.com, says it converts coins to BTC

crypto.n-engine.com, says dont use a btc address

Could someone be so kind to update the github with these pools
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - Multi pool (11 pools) / Multi Algo (>20) launcher
by
cockblock
on 15/11/2017, 11:28:52 UTC
Has anyone been able to add the following pools?

italyiimp.com, says it converts coins to BTC

crypto.n-engine.com, says dont use a btc address

Could someone be so kind to update the github with these pools
Post
Topic
Board Pools (Altcoins)
Re: [ANN][EU/US][FREE POOL @ N-ENGINE] THE FIRST FREE POOL !
by
cockblock
on 15/11/2017, 08:49:45 UTC
$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName

$ahashpool_Request = $null

try {
    $ahashpool_Request = Invoke-RestMethod "http://crypto.n-engine.com/api/status" -UseBasicParsing -TimeoutSec 10 -ErrorAction Stop
}
catch {
    Write-Warning "Pool API ($Name) has failed. "
}

$ahashpool_Regions = "us"

$ahashpool_Request | Get-Member -MemberType NoteProperty -ErrorAction Ignore | Select-Object -ExpandProperty Name | ForEach-Object {
    $engine_Host = "n-engine.com"
    $enginel_Port = $engine_Request.$_.port
    $engine_Algorithm = $engine_Request.$_.name
    $engine_Algorithm_Norm = Get-Algorithm $engine_Algorithm
    $engine_Coin = ""

    $Divisor = 1000000

    switch ($engine_Algorithm_Norm) {
        "equihash" {$Divisor /= 1000}
        "blake2s" {$Divisor *= 1000}
        "blakecoin" {$Divisor *= 1000}
        "decred" {$Divisor *= 1000}
        "x11" {$Divisor *= 1000}
        "quark" {$Divisor *= 1000}
        "qubit" {$Divisor *= 1000}
    }

    if ((Get-Stat -Name "$($Name)_$($engine_Algorithm_Norm)_Profit") -eq $null) {$Stat = Set-Stat -Name "$($Name)_$($engine_Algorithm_Norm)_Profit" -Value ([Double]$engine_Request.$_.estimate_last24h / $Divisor) -Duration $StatSpan}
    else {$Stat = Set-Stat -Name "$($Name)_$($engine_Algorithm_Norm)_Profit" -Value ([Double]$engine_Request.$_.estimate_current / $Divisor) -Duration (New-TimeSpan -Days 1)}

    $engine_Regions | ForEach-Object {
        $engine_Region = $_
        $engine_Region_Norm = Get-Region $engine_Region

        if ($Wallet) {
            [PSCustomObject]@{
                Algorithm     = $engine_Algorithm_Norm
                Info          = $engine_Coin
                Price         = $Stat.Live
                StablePrice   = $Stat.Week
                MarginOfError = $Stat.Week_Fluctuation
                Protocol      = "stratum+tcp"
                Host          = "$engine_Algorithm.$engine_Host"
                Port          = $engine_Port
                User          = $Wallet
                Pass          = "$WorkerName,c=xvg"
                Region        = $engine_Region_Norm
                SSL           = $false
                Updated       = $Stat.Updated
            }
        }
    }
}  not working api down?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
cockblock
on 06/10/2017, 22:37:12 UTC
I have to agree it does look like someone "Asic" this algo or has a vary good cpu
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - multipoolminer NVIDIA (ZP, MPH, HR, BF, SPRNV,YIIMP)
by
cockblock
on 09/08/2017, 01:47:43 UTC
The current new version doesn't allow me to set the type of crypto I want when I change the currency to xvc it does not want to mine I'm not sure if it's the wall address or the currency I want to get paid in for the multipool auto switch
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - multipoolminer NVIDIA (ZP, MPH, HR, BF, SPRNV)
by
cockblock
on 02/08/2017, 19:42:44 UTC
ive found this, its the newest ver of minercontrol with all new stuff and jumps to anypool that shows $$$.
needs some type of benchmark script to put in all the hash rates for diff typs of cards.
it dose work well for amd and nvidia i ran it lastnight and it works good once you add wallet address/pool api's/ and some stuff and its good to go. To be honest it's alot of work wish someone could fix it and make it plug and play

https://forum.bits.media/index.php?/topic/36822-miner-control/ nice read

https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A!j5QTlCpT       MC1.7.0.22 (beta fixes)
Post
Topic
Board Mining (Altcoins)
Re: Megaminer - forked multipoolminer for NVIDIA (ZPOOL, MPH, HashRefinery, sprnova)
by
cockblock
on 01/08/2017, 21:41:36 UTC
next update plz add dmd,aeon,boolberry to suprnova Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core
by
cockblock
on 13/07/2017, 00:49:26 UTC
how about adding a second algo to DNR?
maybe some features from emercoin?
maybe a wallet that plugs into exchanges api to do trades from with'n wallet?
maybe a change to the algo so it mutates into other known algos every 2 years? (i wish monero have had this, STUPID BOTNETS!)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core
by
cockblock
on 12/07/2017, 01:03:43 UTC
so as of right now $5000 in computer stuff just to mine get you!........$14 bucks a day hahahaha!