Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: phpcoinn on November 14, 2021, 02:30:16 PM



Title: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: phpcoinn on November 14, 2021, 02:30:16 PM
PHPCoin (PHP)
Pure PHP blockchain built for Web

We are proudly introduce new unique blockchain technology and coin.

About PHPCoin
Why another coin?

While many coins are just designed to build, gain interest, give fast profit to owners and exit as potential scam, PHPCoin will tend to develop through a large developer community who can contribute to the project.

Also PHPCoin is designed as some kind of "green" coin which is tend to solve issue of heavy mining algorithms by utilising its own and unique elapsed proof of work (EPOW)

PHPCoin is built on the web based platform which is easily understandable to a wider number of developers. It explains basic blockchain principles and allows people to understand its full purpose not just for earning profit.

In that way PHPCoin will implement decentralized apps and databases and smart contracts written fully in well known and popular language php.

What differentiate PHPCoin from other cryptocurrencies?

Open and easy
Built on the web based platform which is easily understandable to a wider number of developers. It explains basic blockchain principles and allows people to understand its full purpose.

Lightweight coin
Designed as "green" coin which is tend to solve issue of heavy mining algorithms by utilising its own and unique elapsed proof of work (EPOW), minable with any web browser.

Built for web
Creates a network of nodes which while keeping the network secure, hosts decentralized apps, and earn rewards for its services

Coin specs

Name: PHPCoin
Symbol: PHP
Block time: 60 sec
Consensys: EPOW (Elapsed proof of Work)

Address generation:
ECDSA public/private key
RIPEMD160 + 3xSHA256

Address prefix: P

Transaction fee: 0 (during mining and masternode phase)

Genesis block: 2021-11-12 21:17:52
Genesis premine: 4900010 (locked until mastenode phase)

Total supply: 210000000
Masternode collateral: 100000

Mining:
Argon2 for POW, SHA256 for hashing

Resources

Website:
https://phpcoin.net/
Discord:
https://discord.gg/2H2YvFexQq
Github source:
https://github.com/phpcoinn/node
Twitter:
https://twitter.com/phpcoin
Whitepaper (draft version):
https://docs.google.com/document/d/1zb3j1Gyz0i40Iydnt_1Bz532Jqxw-crpGAWZSqYeflg/edit
Detailed reward scheme
https://docs.google.com/spreadsheets/d/e/2PACX-1vTiaJ0bl0Pfle14kM0bKE00IzaHExn7kmhisBRHMBC2jAoNhklcY1yQmE5G4AsnXdJ0SAk4WfW7G2mi/pubhtml
Explorer:
https://explorer.phpcoin.net/apps/explorer/
Main nodes:
https://node1.phpcoin.net/
https://node2.phpcoin.net/
https://node3.phpcoin.net/
https://miner1.phpcoin.net/
https://miner2.phpcoin.net/

Wallets
Linux: https://phpcoin.net/download/phpcoin-wallet-linux
Windows: https://phpcoin.net/download/phpcoin-wallet-win
Wallet source
https://github.com/phpcoinn/electron-wallet

Miner node
https://miner1.phpcoin.net/apps/miner/
https://miner2.phpcoin.net/apps/miner/
Faucet
https://faucet.phpcoin.net/apps/faucet/

CLI Wallet Linux:
https://phpcoin.net/download/phpcoin-wallet
CLI Miner Linux:
https://phpcoin.net/download/phpcoin-miner



Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 14, 2021, 02:40:45 PM
Blockchain consensys
Phpcoin blockchain tries to solve actual issues with traditional proof of work consensus (POW). As POW is often criticized  as a very energy waste, PHP Coin utilizes its own lightweight version of POW, called EPOW -  Elapsed Proof Of Work.
Basic principle of this algorithm is that valid hash is calculated minimum one per second for each miner in such a way that more time elapsed from target block time it will be easier to mine block.

Mining process
Miners generate a new block on the network.
In order to do that, miners get work from a connected node. That work contains the latest block info and pending transactions from mempool.
Then the miner goes into a loop and calculates his elapsed times from the last block.
To prove his work, the miner hashes the base string with argon and its address.
Based on its address it calculates hit value which is changed every second elapsed from last block time.
With a given difficulty for the next block which is calculated from node, miner calculates the target and when its hit value becomes higher than target it mines a block.

Explanation of mining hash calculation
https://docs.google.com/drawings/d/171dKeVOGB8NFwOtJyN_NqYpyxOWcVwOtad7r5DYatHg/edit

Target is not fixed, it is calculated from difficulty and is lower as time passes from the previous block. It is centered to be optimal to mine blocks for given block time.

After finding the hash, the miner sends it to the associated node. Node checks miner hash, and if it is validated, node adds a new block to blockchain. For that block beside mempool transactions node adds two reward transactions.
First one is reward (90%) to miner who submitted targeted hash and second is reward to node (10%) who added block to blockchain. Amount for rewards are calculated from actual block reward.
If node is also a miner then the whole reward goes to it.

Difficulty adjustment
Based on a simple formula that calculates the last 10 blocks, difficulty is calculated and adjusted for every block. If a block is found faster than block target time, difficulty is increased by 5%, otherwise it is decreased by 5%.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 14, 2021, 02:49:49 PM
Start mining in browser

1. Go to wallet node: https://wallet.phpcoin.net/apps/wallet/login.php
2. Click on link to create new address, or directly to link: https://wallet.phpcoin.net/apps/wallet/login.php?action=signup
3. Create your account (write down generated keys)
4. Go to faucet node: https://faucet.phpcoin.net/apps/faucet/
5. Enter your address, and click on button Receive
6. Wait for transaction to be added to blockchain
7. Go to wallet, login with public/private key
8. Send on transaction to some address (for example back to faucet: PYcFC7BvhJ4queNMwbDuxBGdqSmBvyjXZT)
9. Wait for transaction to be added to blockchain
10. Go to miner node: https://miner1.phpcoin.net/apps/miner/
11. Enter you address and click Start to mine


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: MineDumpNextOne on November 14, 2021, 02:50:56 PM
What means Dropped in mining?


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 14, 2021, 02:59:03 PM
What means Dropped in mining?

It means that miner detected new block on network and need to start over


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: MineDumpNextOne on November 14, 2021, 03:03:07 PM
What means Dropped in mining?

It means that miner detected new block on network and need to start over

Can I mine from wallet and browser at the same time? Why miner does not use CPU heavily?


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 14, 2021, 03:17:22 PM
What means Dropped in mining?

It means that miner detected new block on network and need to start over

Can I mine from wallet and browser at the same time? Why miner does not use CPU heavily?

You can mine but on different addresses.
Mining on same address does not improve chances, because in every moment of time hash is same for same address.
It is planned to be easy mining, not impacting CPU or memory, so any device can mine coin.
Details about Elapsed Proof of Work, you can check in whitepaper document.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: TMAXP on November 14, 2021, 04:00:04 PM
get started


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: kilopovidla on November 14, 2021, 07:49:09 PM
Unusual project


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: ttl99 on November 15, 2021, 05:21:11 AM
ookkkk ready mine :o :o :o


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: patrinz37 on November 15, 2021, 07:48:17 AM
0 Accepted 0 Rejected 143 Dropped  BALANCE 0 ??? ??? ???


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: MineDumpNextOne on November 15, 2021, 11:35:41 AM
Any antibot protection? I think there is already bots mining this.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: rakokiller1 on November 15, 2021, 01:37:00 PM
It looks very strange, how does it work, what resources does it involve?


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 15, 2021, 01:59:04 PM
0 Accepted 0 Rejected 143 Dropped  BALANCE 0 ??? ??? ???

Just no luck :-(


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 15, 2021, 05:22:37 PM
It looks very strange, how does it work, what resources does it involve?

It is basic mathematics calculation and very simple. Please check whitepaper for explanation.
That is idea, to not be heavy on any resources, so any device can mine it.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: TMAXP on November 16, 2021, 12:52:33 PM
why when i mining with wallet its mining 15 min  and i have some error and mining stoping


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on November 16, 2021, 09:11:33 PM
why when i mining with wallet its mining 15 min  and i have some error and mining stoping

That problem is just resolved, please download new wallet version.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: kilopovidla on November 18, 2021, 04:40:44 PM
New version of wallet (1.06) not mining correctly.
"Error in miner
Error: TypeError: Cannot read property 'height' of undefined a minute ago"


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: msduzaman on November 18, 2021, 08:15:51 PM
not working
"Hash rejected
generator-disabled"


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on February 08, 2023, 07:20:36 PM
After a year of development this coin will soon go public.
Soon we will publish more information.

Join our discord for more details.
https://discord.gg/2H2YvFexQq


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web | EPOW | Green coin
Post by: phpcoinn on March 23, 2023, 06:24:26 PM
Mainnet will be launched on April 1st 12 PM UTC.

https://twitter.com/phpcoin/status/1638958561316184064?s=20 (https://twitter.com/phpcoin/status/1638958561316184064?s=20)
https://i.ibb.co/GF2vZvC/phpcoin-launch.jpg (https://ibb.co/wYWNnNp)


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: phpcoinn on March 24, 2023, 09:42:11 AM
Small explanation of what's going on with this coin.

This coin was originally launched about 1.5 years ago but then it had many issues ,not mature enough and not ready for public adoption.
We spent that time developing and improving coin software and building a testing community.

In that period we developed masternoding, staking, decentralized apps and started working on smart contracts.

That phase and chain we are calling mainnet-alpha and it is still running.
Coins earned and will be earned in this chain can be swapped directly or via token to mainnet after its launch.

On April 1st we are launching a new chain where the total current mainnet-alpha chain supply is in genesis and can be swapped back from earned coins and tokens.

So there are few ways how users can participate in new chain:
1. Earn coins on mainnet-alpha by mining, masternoding, staking and swap that coins later to mainnet coin or token
2. Buy token and swap it to mainnet coin
3. Mine coin on mainnet

After we collect enough funds from selling the token we will use it to list on some exchange.

Also note that the first 2 weeks (approx) from launch coin can be only mined, after that it will start the masternoding phase with dynamic collateral.

For more up to date information please join our discord.

https://discord.gg/2H2YvFexQq









Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: Eddyc on May 13, 2023, 06:46:39 PM
https://i.ibb.co/d7r2Ckj/lg1.png

https://www.publish0x.com/crypto-bits/phpcoinphp-solid-as-a-rock-and-flexible-as-the-web-xozprmm


A rock can turn into a gem


A campaign is open: Bitcointalk

Followers who check the coin and write their opinion about the PHPCoin(PHP) project in this ANN will be rewarded with 1000 coins.
- 10 best reviews will be awarded in the next 7 days
- Need to post PHP address after comment
- In 7 days, I will make a comment to finalize the campaign and announce the 10 winners.


Campaign finished...






Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: pdneves on August 22, 2023, 07:49:43 AM
Any updates on the project? Joined discord but it seems dead, rarely any chat.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: phpcoinn on October 02, 2023, 09:46:08 AM
Project is steady and running.

If there is less activity on chat, it seems that everything is working  ;)


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: phpcoinn on October 02, 2023, 10:00:59 AM
You can try PHPCoin and earn some by visiting new interactive demo:

https://phpcoin.net/start.php.

First 5 people who complete this tutorial, and post here screenshoot with address will receive 1000 PHP.


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: Ms_Mining on October 02, 2023, 10:20:27 AM
You can try PHPCoin and earn some by visiting new interactive demo:

https://phpcoin.net/start.php.

First 5 people who complete this tutorial, and post here screenshoot with address will receive 1000 PHP.
Address:
PfAvotydFz9xhRoGGHKpGb5mbsaLXKCnt9

https://i.ibb.co.com/cJKFD4v/1.png (https://ibb.co.com/F6kwgRW)
https://i.ibb.co.com/X4xpTGb/2.png (https://ibb.co.com/z5Vbwtr)
https://i.ibb.co.com/Tr691tF/3.png (https://ibb.co.com/4Jzh2p5)

@miningrelease (https://t.me/miningrelease)


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: phpcoinn on October 02, 2023, 11:10:31 AM
You can try PHPCoin and earn some by visiting new interactive demo:

https://phpcoin.net/start.php.

First 5 people who complete this tutorial, and post here screenshoot with address will receive 1000 PHP.
Address:
PfAvotydFz9xhRoGGHKpGb5mbsaLXKCnt9

https://i.ibb.co.com/cJKFD4v/1.png (https://ibb.co.com/F6kwgRW)
https://i.ibb.co.com/X4xpTGb/2.png (https://ibb.co.com/z5Vbwtr)
https://i.ibb.co.com/Tr691tF/3.png (https://ibb.co.com/4Jzh2p5)

@miningrelease (https://t.me/miningrelease)

And here is your 1st reward.

https://main1.phpcoin.net/apps/explorer/address.php?address=PfAvotydFz9xhRoGGHKpGb5mbsaLXKCnt9

Thanks for joining. More rewards wait you in our discord and Zealy community

https://discord.gg/2H2YvFexQq

https://zealy.io/c/phpcoin/invite/5WFagdYXpQdDNTGnIB-yB


Title: Re: [ANN] PHPCoin - Pure PHP blockchain built for Web RELAUNCH | EPOW | MN | POS
Post by: brunofcr on December 05, 2023, 01:40:38 PM
You can try PHPCoin and earn some by visiting new interactive demo:

https://phpcoin.net/start.php.

First 5 people who complete this tutorial, and post here screenshoot with address will receive 1000 PHP.

I like this project, imagine the PHP community creating SC.
Brilliant