Search content
Sort by

Showing 17 of 17 results by phatblinkie
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ROL] [PoW ETH Masternode Asic Resistant] – NO ICO-NO PREMINE
by
phatblinkie
on 03/08/2018, 02:31:34 UTC
http://roller.cryptopools.info

node in USA and Germany

well run pool along my other pools

graphs, 3 hour payouts, individual rig calculations

3 difficulty stratum proxies and nicehash support
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ROL] [PoW ETH Masternode Asic Resistant] – NO ICO-NO PREMINE
by
phatblinkie
on 19/07/2018, 15:49:11 UTC
http://roller.cryptopools.info

node in USA and Germany

well run pool along my other pools

graphs, 3 hour payouts, individual rig calculations

3 difficulty stratum proxies and nicehash support
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Moac | A Revolutionary Blockchain Architecture (ICO June 20 - July 5)
by
phatblinkie
on 23/06/2018, 06:48:16 UTC
MOAC pool provided by CryptoPools.info

pplns - graphs - .3 moac payout, calculators, per rig calcs, nicehash support

take a look and put a rig on it before MOAC gets Higher diff.

https://moac.cryptopools.info



Brian, aka. phatblinkie


for other pools checkout https://cryptopools.info
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 21/06/2018, 02:26:02 UTC
yes, that is one thing that pirl is doing to, PIRLPAY (not to be confused with some thing that just posted called pearlpay.)
we are in beta for it now, and it will integrate into shopping carts to start with, and have an api for use like paypal does. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 20/06/2018, 20:31:02 UTC
There are several other pools with great service and uptime.
you can get a list of pools at https://pool.pirl.io/

but feel free to use my pool too, help spread out the hash, it has enough miners to keep the blocks rolling in, and is pplns with graphs.
have USA, ASIA, EU, and Middle East nodes to use, nice hash accepted on all if needed.

http://pirl.cryptopools.info

brian (aka phatblinkie)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Atheios - A PoW Ethereum Network with No Premine
by
phatblinkie
on 24/05/2018, 06:16:30 UTC
hello, cryptopools.info is supporting this coin, feel free to hit my pool
0% fee
PPLNS schema, 15 minute payouts

https://atheios.cryptopools.info
graphs!!

Thanks for your time. phatblinkie
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VIC] Victorium - ‼️ EthHash 🔶 PoW 🔶 NO ICO 🔶 Exchange ‼️ BOUNTY 🚀🌙
by
phatblinkie
on 21/01/2018, 08:25:20 UTC
new pool supporting this coin.
USA based with EU node on the way
nice hash supported too.

https://vic.cryptopools.info/

phatblinkie
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Nodez - Final Launch Date: 20th of Jan 2018 9:00PM UK Time
by
phatblinkie
on 20/01/2018, 06:11:12 UTC
reserved
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NUKO]Nekonium
by
phatblinkie
on 14/01/2018, 01:49:31 UTC
USA based pool.  come join, accepts nicehash as well.

http://nuko.cryptopools.info/


phatblinkie
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 08/01/2018, 05:04:06 UTC
just copy the keystore folder. that is all you need to back up
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NodezCrypto - Masternodes - ETH Codebase - Simply Crypto
by
phatblinkie
on 03/01/2018, 21:11:39 UTC
Please join me on the cryptopools.info NODEZ pool

http://nodez.cryptopools.info

Please pick the appropriate ports for your hash mining hash rate

0-200MH= stratum port 8002, GETWORK port 8822
USA = nodez-us.cryptopools.info:8002
EUR = nodez-eu.cryptopools.info:8002

200-800MH= stratum port 8004, GETWORK port 8824
USA = nodez-us.cryptopools.info:8004
EUR = nodez-eu.cryptopools.info:8004

800+MH= stratum port 8008, GETWORK port 8828
USA = nodez-us.cryptopools.info:8008
EUR = nodez-eu.cryptopools.info:8008
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 13/12/2017, 22:01:59 UTC
So I have just started my PIRL masternode and want to share my experience with community.
There are some things not mentioned in official manual, but you have to do it on order to make everything work properly. I would not speak about Pirl Poseidon things as everything is clear with official manual.
Lets start from VPS part.
Some details you have to do in order to run your pirl MN in proper way.
At first ssh your VPS and execute:
Quote
>adduser pirl

then make random password for pirl user and write it somewhere

Quote
>adduser pirl sudo
 >su pirl
just to change user you working under

Next:

Quote
> cd /home/pirl
>wget http://release.pirl.io/downloads/masternode/linux/pirl
>chmod 777 pirl

Next we need to make PIRL masternode run on system startup:
Quote
>nano pirl-env

Next paste this into opened NANO text editor:
Quote
MASTERNODE="MN Token"
TOKEN="Dashboard Token"

Then CTRL+O, then CTRL+X

Then we need to add startup script:
Quote
sudo nano /etc/systemd/system/pirl.service
Paste here:
Quote
[Unit]
Description=PIRL Masternode Service
After=network.target network-online.target

[Service]
EnvironmentFile=/home/pirl/pirl-env
Type=simple
ExecStart=/home/pirl/pirl
User=pirl
Group=sudo
Restart=always

[Install]
WantedBy=multi-user.target

Then CTRL+O, then CTRL+X.



adding the pirl user to a group named sudo is not needed(and may not even exists on some boxes).
people are reporting having to add the user to wheel from this tutorial which is a bad idea.

Please edit to say

change "adduser pirl sudo" to "adduser pirl"

and change in the service config
change "Group=sudo" to "Group=pirl"

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pegascoin [PGC] | Ethash | 100% Pow
by
phatblinkie
on 15/11/2017, 10:11:42 UTC
cryptopools.info has added new pool to add to the list,

http://pegas.cryptopools.info/

15 minute payouts, 1 coin minimum.

Please add the pool to the ANN topic and your pool listings.

Thanks
Brian (aka phatblinkie)
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 09/11/2017, 09:55:16 UTC
looks like the outage is now over
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 09/11/2017, 08:06:53 UTC
there seems to be humungous DDOS attack or outage for the pools right now. also many other pools are down

this seems to mainly be affecting EU servers, my pool is still working, move your hash over until it comes back up

http://pirl.cryptopools.info/#/help

no its not a joke. its down all over the place.

phatblinkie
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【PIRL】【PoW ETH Masternode Asic Resistant】 ►► NO PREMINE - NO ICO ◀◀
by
phatblinkie
on 05/11/2017, 19:50:50 UTC
I have a pool for you as well. payouts every 15 minutes

usa pool
http://pirl.cryptopools.info/#/

also have an aussie pool
http://aus.pirl.cryptopools.info/#/

see here for connection parameters
http://pirl.cryptopools.info/#/help

Thanks
Brian (phatblinkie)

.. can be found on the discord with that name if help is needed
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIRL] POW No premine No ICO
by
phatblinkie
on 10/10/2017, 17:22:55 UTC
all my transactions so far (bout 11 of them) were completed and verified within a few minutes like most other coins.
the explorer sucks, they are working on it. (i see it doing a lot of calls for information not needed, im sure it is DOS itself)