Bitcoin Forum
May 25, 2024, 06:09:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 »  All
  Print  
Author Topic: [ANN][EU/US][SegWit][FREE POOL @ N-ENGINE] THE FIRST FREE POOL !  (Read 2926 times)
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 13, 2017, 11:01:43 PM
 #41

Added ZCoin (lyra2z)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
stevascha
Member
**
Offline Offline

Activity: 312
Merit: 10


View Profile
November 14, 2017, 04:25:00 PM
 #42

stratum crypto yescryptr16 doesnt work, i use usa server
please fix it

YENTEN - YescryptR16 - NO PREMINE - ASIC RESISTANT - WALLET MINING - COMMUNITY MANAGED - ADULT MALES
Yenten is a Japanese cryptocurrency of the cpu, by the cpu, for the cpu.
No ASIC. ASIC is for girls and kids. Join us!
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 14, 2017, 10:54:38 PM
 #43

stratum crypto yescryptr16 doesnt work, i use usa server
please fix it

You certainly reached the maximum connection allowed.

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 14, 2017, 10:55:59 PM
 #44

Added BitConnect (scrypt)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
cockblock
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
November 15, 2017, 08:49:45 AM
 #45

$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?
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 15, 2017, 11:26:43 AM
 #46

.....  not working api down?

Working fine.. what is wrong ?

For the next time, do not past it here, use my Email pls (contact[a.t]n-engine.com)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 16, 2017, 11:01:43 AM
 #47

Added Verge (x17)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 16, 2017, 11:10:51 AM
 #48

Added Innova (neoscrypt)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 16, 2017, 03:58:29 PM
 #49

Added :
Desire(neoscrypt)
TrezarCoin(neoscrypt)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 17, 2017, 01:58:39 PM
 #50

Added ArcticCoin(x11)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 18, 2017, 04:44:04 PM
 #51

Added Polytimos (polytimos)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 18, 2017, 11:38:13 PM
 #52

Added MonetaryUnit (x11)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
stevascha
Member
**
Offline Offline

Activity: 312
Merit: 10


View Profile
November 20, 2017, 04:57:56 AM
 #53

recently try connect asia stratum, seems slower to find block than crypto stratum, isn't it?

YENTEN - YescryptR16 - NO PREMINE - ASIC RESISTANT - WALLET MINING - COMMUNITY MANAGED - ADULT MALES
Yenten is a Japanese cryptocurrency of the cpu, by the cpu, for the cpu.
No ASIC. ASIC is for girls and kids. Join us!
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 20, 2017, 07:57:04 AM
 #54

recently try connect asia stratum, seems slower to find block than crypto stratum, isn't it?

Where you from ?

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
stevascha
Member
**
Offline Offline

Activity: 312
Merit: 10


View Profile
November 21, 2017, 02:38:27 AM
 #55

recently try connect asia stratum, seems slower to find block than crypto stratum, isn't it?

Where you from ?

indonesia

YENTEN - YescryptR16 - NO PREMINE - ASIC RESISTANT - WALLET MINING - COMMUNITY MANAGED - ADULT MALES
Yenten is a Japanese cryptocurrency of the cpu, by the cpu, for the cpu.
No ASIC. ASIC is for girls and kids. Join us!
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 21, 2017, 10:22:08 AM
 #56

recently try connect asia stratum, seems slower to find block than crypto stratum, isn't it?

Where you from ?

indonesia

Try the US link (usa.n-engine.com), or main link (crypto.n-engine.com)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 21, 2017, 10:35:23 AM
 #57

Added BitGem (scrypt)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 21, 2017, 07:00:32 PM
 #58

Added 42

Come and Win some other coin in the 42 th block found on our pool!

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 22, 2017, 03:58:17 PM
 #59

Added Bitcoin Planet (skein)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
naskel (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile WWW
November 24, 2017, 01:14:27 PM
 #60

Added Aurora (skein)

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
Pages: « 1 2 [3] 4 5 6 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!