|
1 | | -# phantomx-cryptocurrency |
2 | | -phantomx cryptocurrency, a blockchain based digital money |
3 | 1 |
|
| 2 | +# PhantomX - PNX |
4 | 3 |
|
| 4 | +PhantomX is a secure project aims to integrate cryptocurrencies in a real environment. |
5 | 5 |
|
6 | 6 |
|
| 7 | +### Why invest in PhaNtomX |
7 | 8 |
|
8 | | -# Install |
9 | | -<div> |
10 | | -<p> |
11 | | -sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.1++-dev libminiupnpc-dev screen |
| 9 | +> **SUPER FAST TRANSACTIONS:** Instant payments and quick confirmation. Much faster than Bitcoin. Your payments will be processed anywhere in the world at any time, as quickly as possible. The speed of payment, which is the distinctive advantage of a PhantomX. All transactions are stored in a unit of cost and can be accessed by any user at any time. |
12 | 10 |
|
13 | | -git clone https://github.com/phantomxdev/phantomx.git |
| 11 | +> **SECURITY & ANONYMOUS:** With the built-in encryption of the wallet, you can safely store your PhantomX on your equipment. We are providing an online wallet soon as possible. Transactions are completely anonymous using darksend. |
14 | 12 |
|
15 | | -cd phantomx | cd src | cd leveldb |
16 | | -then chmod +x build_detect_platform |
| 13 | +> **GROWING COMMUNITY:** PhantomX has a growing and friendly community. We have many plans and developments for the introduction of the coin into real life. We are open for cooperation and everyone can participate and contribute to the improvement of the dissemination PhantomX. |
17 | 14 |
|
18 | | -cd .. |
| 15 | + |
| 16 | + |
| 17 | +### Technical details |
| 18 | + |
| 19 | + **System Protocol:** Proof-of-Work and Proof-of-Stake |
| 20 | + **Hash Algorithm:** X11 |
| 21 | + **Currency symbols:** PNX |
| 22 | + **Market Cap:** 50 millions |
| 23 | + **Block Time:** 120 seconds |
| 24 | + **Masternode Collateral:** 20.000 PNX |
| 25 | + **Masternode Rewards:** 50% from PoS |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +### How to install |
| 30 | + |
| 31 | +Updating Ubuntu system |
| 32 | +```sh |
| 33 | +sudo apt-get update |
| 34 | +sudo apt-get upgrade |
| 35 | +sudo apt-get dist-upgrade |
| 36 | +``` |
| 37 | + |
| 38 | +Installing new packages |
| 39 | +```sh |
| 40 | +sudo apt-get install -y build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen |
| 41 | +``` |
| 42 | + |
| 43 | +Creating folder on root structure and give permission |
| 44 | +```sh |
| 45 | +sudo mkdir /wallets |
| 46 | +sudo chmod 777 /wallets |
| 47 | +``` |
| 48 | + |
| 49 | +Downloading source code |
| 50 | +```sh |
| 51 | +git clone https://github.com/phantomxdev/phantomx.git phantomx |
| 52 | +cd phantomx |
| 53 | +``` |
| 54 | + |
| 55 | +Changing permission to run |
| 56 | +```sh |
| 57 | +cd ./src/leveldb |
| 58 | +chmod +x build_detect_platform |
| 59 | +cd ../.. |
| 60 | +``` |
| 61 | + |
| 62 | +Compiling daemon |
| 63 | +```sh |
19 | 64 | make -f makefile.unix |
| 65 | +``` |
| 66 | + |
| 67 | + |
| 68 | +### Technical guides for more detail |
| 69 | + |
| 70 | + **Masternode on Windows:** https://phantomx.co/guide/how-to-create-masternode-windows |
| 71 | + **Masternode on Linux:** https://phantomx.co/guide/how-to-create-masternode-linux |
| 72 | + **Updating blockchain:** https://phantomx.co/guide/how-to-update-blockchain |
| 73 | + |
| 74 | + |
20 | 75 |
|
| 76 | +### Contacts |
| 77 | + **Website:** https://www.phantomx.co |
| 78 | + **Telegram:** https://t.me/joinchat/GuzdQUN9fdpX3fSJ4bqWTQ |
| 79 | + **Discord:** https://discord.gg/JU7jwZX |
| 80 | + **Twitter:** https://twitter.com/PhantomX_Coin |
| 81 | + **ANN BitCoinTalk:** https://bitcointalk.org/index.php?topic=2251352.msg22765424.0 |
21 | 82 |
|
22 | | -</p> |
23 | | -<br> |
|
0 commit comments