Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Luxcore is GNU AGPLv3 licensed.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F216k155%2Flux.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2F216k155%2Flux?ref=badge_shield) [![Build Status](https://travis-ci.org/LUX-Core/lux.svg?branch=master)](https://travis-ci.org/LUX-Core/lux) [![GitHub version](https://badge.fury.io/gh/LUX-Core%2Flux.png)](https://badge.fury.io/gh/LUX-Core%2Flux.png) [![HitCount](http://hits.dwyl.io/216k155/lux.svg)](http://hits.dwyl.io/216k155/lux)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FLUX-Core%2Flux.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FLUX-Core%2Flux?ref=badge_shield) [![Build Status](https://travis-ci.org/LUX-Core/lux.svg?branch=master)](https://travis-ci.org/LUX-Core/lux) [![GitHub version](https://badge.fury.io/gh/LUX-Core%2Flux.png)](https://badge.fury.io/gh/LUX-Core%2Flux.png) [![HitCount](http://hits.dwyl.io/LUX-Core/lux.svg)](http://hits.dwyl.io/LUX-Core/lux)
<a href="https://discord.gg/ndUg9va"><img src="https://discordapp.com/api/guilds/364500397999652866/embed.png" alt="Discord server" /></a> <a href="https://twitter.com/intent/follow?screen_name=LUX_COIN"><img src="https://img.shields.io/twitter/follow/LUX_COIN.svg?style=social&logo=twitter" alt="follow on Twitter"></a>

[![Build history](https://buildstats.info/travisci/chart/LUX-Core/lux?branch=master)](https://travis-ci.org/LUX-Core/lux?branch=master)
Expand Down Expand Up @@ -275,4 +275,4 @@ not straightforward.
[ISSUE_TEMPLATE](doc/template/ISSUE_TEMPLATE_example.md)

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F216k155%2Flux.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2F216k155%2Flux?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FLUX-Core%2Flux.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FLUX-Core%2Flux?ref=badge_large)
2 changes: 1 addition & 1 deletion building/mac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
2. Clone lux repository

```shell
git clone https://github.com/216k155/lux
git clone https://github.com/LUX-Core/lux
```

3. Ensure mysql and boost installed.
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Build-Depends: debhelper,
libprotobuf-dev, protobuf-compiler
Standards-Version: 3.9.2
Homepage: http://www.luxcore.io
Vcs-Git: git://github.com/216k155/lux.git
Vcs-Browser: http://github.com/216k155/lux
Vcs-Git: git://github.com/LUX-Core/lux.git
Vcs-Browser: http://github.com/LUX-Core/lux

Package: luxd
Architecture: any
Expand Down
8 changes: 4 additions & 4 deletions contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ osx=true
SIGNER=
VERSION=
commit=false
url=https://github.com/216k155/lux
url=https://github.com/LUX-Core/lux
proc=2
mem=2000
lxc=true
Expand All @@ -39,7 +39,7 @@ version Version number, commit, or branch to build. If building a commit or bra

Options:
-c|--commit Indicate that the version argument is for a commit or branch
-u|--url Specify the URL of the repository. Default is https://github.com/216k155/lux
-u|--url Specify the URL of the repository. Default is https://github.com/LUX-Core/lux
-v|--verify Verify the gitian build
-b|--build Do a gitian build
-s|--sign Make signed binaries for Windows and Mac OSX
Expand Down Expand Up @@ -237,8 +237,8 @@ echo ${COMMIT}
if [[ $setup = true ]]
then
sudo apt-get install ruby apache2 git apt-cacher-ng python-vm-builder qemu-kvm qemu-utils
git clone https://github.com/216k155/gitian.sigs.git
git clone https://github.com/216k155/detached-sigs.git
git clone https://github.com/LUX-Core/gitian.sigs.git
git clone https://github.com/LUX-Core/detached-sigs.git
git clone https://github.com/devrandom/gitian-builder.git
pushd ./gitian-builder
if [[ -n "$USE_LXC" ]]
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sanity checks:

Once you've got the right hardware and software:

git clone git://github.com/216k155/lux.git
git clone git://github.com/LUX-Core/lux.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
cd gitian-builder/inputs
Expand Down Expand Up @@ -62,5 +62,5 @@ Here's a description of Gavin's setup on OSX 10.6:
5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above:

export USE_LXC=1
git clone git://github.com/216k155/lux.git
git clone git://github.com/LUX-Core/lux.git
... etc
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages:
- "python"
reference_datetime: "2018-04-05 00:00:00"
remotes:
- "url": "https://github.com/216k155/lux.git"
- "url": "https://github.com/LUX-Core/lux.git"
"dir": "lux"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx-signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ architectures:
packages:
- "faketime"
remotes:
- "url": "https://github.com/216k155/detached-sigs.git"
- "url": "https://github.com/LUX-Core/detached-sigs.git"
"dir": "signature"
files:
- "lux-osx-unsigned.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-rpi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
- "python"
reference_datetime: "2015-06-01 00:00:00"
remotes:
- "url": "https://github.com/216k155/lux.git"
- "url": "https://github.com/LUX-Core/lux.git"
"dir": "lux"
files:
- "raspberrypi-tools.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win-signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages:
- "libssl1.0-dev"
- "autoconf"
remotes:
- "url": "https://github.com/216k155/detached-sigs.git"
- "url": "https://github.com/LUX-Core/detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode-1.7.1.tar.gz"
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 4.0.x to 5.3.2.1
===============
+Manythings
+will try my best to keep updated from now on

# Version 4.0.0
===============
+Wallet version upgraded
Expand Down
106 changes: 0 additions & 106 deletions doc/Perpetual-Futures-contracts-and-Leverage-Margin-trading.md

This file was deleted.

18 changes: 0 additions & 18 deletions doc/README

This file was deleted.

2 changes: 1 addition & 1 deletion doc/README_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ build process to remain somewhat deterministic. Here's how it works:
that have been previously (deterministically) built in order to create a
final dmg.
- **TODO** The Apple keyholder uses this unsigned app to create a detached signature,
using the script that is also included there. Detached signatures are available from this [repository](https://github.com/216k155/detached-sigs).
using the script that is also included there. Detached signatures are available from this [repository](https://github.com/LUX-Core/detached-sigs).
- Builders feed the unsigned app + detached signature back into Gitian. It
uses the pre-built tools to recombine the pieces into a deterministic dmg.
10 changes: 7 additions & 3 deletions doc/README_windows.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Luxcore
=====================
=============

Intro
-----
Expand All @@ -13,7 +13,11 @@ Setup
-----
Unpack the files into a directory and run lux-qt.exe.

Luxcore is the original LUX client and it builds the backbone of the network.
However, it downloads and stores the entire history of LUX transactions;
Luxcore is the original Lux client and it builds the backbone of the network.
However, it downloads and stores the entire history of lux transactions;
depending on the speed of your computer and network connection, the synchronization
process can take anywhere from a few hours to a day or more.

See the lux docs at:
https://docs.luxcore.io/
for more help and information.
84 changes: 0 additions & 84 deletions doc/build-msw.txt

This file was deleted.

2 changes: 1 addition & 1 deletion doc/build-netbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python27

Download the source code:
```
git clone https://github.com/216k155/lux
git clone https://github.com/LUX-Core/lux
```

See [dependencies.md](dependencies.md) for a complete overview.
Expand Down
Loading