A basic PHP crypto coin for use in the BrickMMO Smart City Development Platform (SCDP).
The following resources were used as research for this project
- https://dev.to/enter?state=new-user&bb=123191
- https://www.youtube.com/watch?v=2FBHiz7ANEI
- https://www.youtube.com/watch?v=_mqDUSg_29k
- https://www.youtube.com/watch?v=QkBbs5JRQ-k
- https://www.youtube.com/watch?v=HneatE69814
- https://bitcoin.org/bitcoin.pdf
The crypto coin will be named Loot and has branding guidelines.
The first three genesis nodes are available at:
To setup a new node follow these steps:
- Choose a new domain/subdomain to host the node.
- Setup hosting for this new domain/subdomain. The hosting will require PHP and mod_rewrite.
- Upload this repo to the new hosting public folder. You do not need to include the following files:
.gitignore
.env.sample
README.md
- Edit the
.env
file with the new domain/subdomain and node name. - Add the following cron job to your server and run every five minuites minute:
wget -qO- https://<DOMAIN></cron/find-nodes >/dev/null 2>&1
- Open
https://<YOUR_DOMAIN>
and https://alpha.loot.brickmmo.com/ and wait for your new node to be registered.
This project uses vanilla PHP and W3.CSS.