Skip to content

Commit

Permalink
README - Add testnet instruction for DFS
Browse files Browse the repository at this point in the history
Signed-off-by: 216k155 <216k155@luxcore.io>
  • Loading branch information
216k155 committed Jan 26, 2019
1 parent fc4e029 commit 854cba2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ Features
* New PHI2 PoW/PoS hybrid algorithm
* Luxgate
* Parallel masternode

* [Banking layer](#)
* [Proof of file storage (Decentralised distributed file storage)](doc/Technical-description-of-the-implementation-of-a-distributed-file-storage.md)

* [Proof of file storage (Distributed file storage (DFS))](doc/Technical-description-of-the-implementation-of-a-distributed-file-storage.md)

* [DFS Testnet](doc/dfs-testnet.md)

* ~~PHI1612 PoW/PoS hybrid algorithm~~


The Luxcore Project is a decentralized peer-to-peer banking financial platform, created under an open source license, featuring a built-in cryptocurrency, end-to-end encrypted messaging and decentralized marketplace. The decentralized network aims to provide anonymity and privacy for everyone through a simple user-friendly interface by taking care of all the advanced cryptography in the background.

The Luxgate allow for communications among validated blockchain with the ability to perform tasks and advanced functions. Through the use of Pmn, Lux is able to interact with many other popular blockchains and create a unifying bond among those ecosystems.
Expand Down Expand Up @@ -58,11 +64,13 @@ In addition, without Luxgate and Pmn, Bitcoin and Ethereum cannot interact with

Instructions
-----------
[Lux-qt](https://github.com/LUX-Core/lux/blob/master/doc/LUX_QT_v5_Win_Mac_User_Guide.pdf)
* [Lux-qt](doc/LUX_QT_v5_Win_Mac_User_Guide.pdf)

* [Smart contract](doc/smartcontract.md)

[Smart contract](doc/smartcontract.md)
* [Token](doc/Token_Instructionsv2.pdf) (Thanks @snowfro)

[Token](https://github.com/LUX-Core/lux/blob/master/doc/Token_Instructionsv2.pdf) (Thanks @snowfro)
* [DFS Testnet](doc/dfs-testnet.md)

Build Lux wallet
----------
Expand Down
2 changes: 1 addition & 1 deletion doc/dfs-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Both servers are equivalent and can act as "Alice" and "Bob" when requested to s

--datadir =" / root / luxtestnet / "

* To execute any rpc command on these servers you should specify the `testnet` and `rpcpassword = 123456` keys.
To execute any rpc command on these servers you should specify the `testnet` and `rpcpassword = 123456` keys.

Example:

Expand Down

0 comments on commit 854cba2

Please sign in to comment.