diff --git a/.travis.yml b/.travis.yml index 1bea3e65d..0bdd24d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,9 +54,9 @@ before_script: - if [ -n "$OSX_SDK" -a -f depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz ]; then tar -C depends/SDKs -xf depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz; fi - make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS script: - - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "litecoin-project/litecoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys; fi - - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "litecoin-project/litecoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then git fetch --unshallow; fi - - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "litecoin-project/litecoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then contrib/verify-commits/verify-commits.sh; fi + - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "floblockchain/flo" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys; fi + - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "floblockchain/flo" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then git fetch --unshallow; fi + - if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "floblockchain/flo" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then contrib/verify-commits/verify-commits.sh; fi - export TRAVIS_COMMIT_LOG=`git log --format=fuller -1` - if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi - OUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST diff --git a/README.md b/README.md index 59b174db2..86d73a83e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Litecoin Core integration/staging tree ===================================== -[![Build Status](https://travis-ci.org/litecoin-project/litecoin.svg?branch=master)](https://travis-ci.org/litecoin-project/litecoin) +[![Build Status](https://travis-ci.org/floblockchain/flo.svg?branch=master)](https://travis-ci.org/floblockchain/flo) https://litecoin.org diff --git a/depends/README.md b/depends/README.md index 35814cabb..145edb750 100644 --- a/depends/README.md +++ b/depends/README.md @@ -12,9 +12,9 @@ For example: make HOST=x86_64-w64-mingw32 -j4 -A prefix will be generated that's suitable for plugging into Litecoin's +A prefix will be generated that's suitable for plugging into FLO's configure. In the above example, a dir named x86_64-w64-mingw32 will be -created. To use it for Litecoin: +created. To use it for FLO: ./configure --prefix=`pwd`/depends/x86_64-w64-mingw32 @@ -43,7 +43,7 @@ The following can be set when running make: make FOO=bar BUILD_ID_SALT: Optional salt to use when generating build package ids If some packages are not built, for example `make NO_WALLET=1`, the appropriate -options will be passed to litecoin's configure. In this case, `--disable-wallet`. +options will be passed to flo's configure. In this case, `--disable-wallet`. Additional targets: diff --git a/doc/README.md b/doc/README.md index 7f001e264..88d1b97f6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,15 +1,15 @@ -Litecoin Core +FLO Core ============= Setup --------------------- -Litecoin Core is the original Litecoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Litecoin transactions (which is currently more than 7 GBs); 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. +FLO Core is the original FLO client and it builds the backbone of the network. It downloads and, by default, stores the entire history of FLO transactions (which is currently more than 7 GBs); 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. -To download Litecoin Core, visit [litecoin.org](https://litecoin.org). +To download FLO Core, visit [litecoin.org](https://litecoin.org). Running --------------------- -The following are some helpful notes on how to run Litecoin on your native platform. +The following are some helpful notes on how to run FLO on your native platform. ### Unix @@ -24,18 +24,18 @@ Unpack the files into a directory, and then run litecoin-qt.exe. ### OS X -Drag Litecoin-Core to your applications folder, and then run Litecoin-Core. +Drag FLO-Core to your applications folder, and then run FLO-Core. ### Need Help? -* See the documentation at the [Litecoin Wiki](https://litecoin.info/) +* See the documentation at the [FLO Wiki](https://litecoin.info/) for help and more information. * Ask for help on [#litecoin](http://webchat.freenode.net?channels=litecoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=litecoin). -* Ask for help on the [LitecoinTalk](https://litecointalk.io/) forums. +* Ask for help on the [FLOTalk](https://litecointalk.io/) forums. Building --------------------- -The following are developer notes on how to build Litecoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build FLO on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [OS X Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) @@ -45,7 +45,7 @@ The following are developer notes on how to build Litecoin on your native platfo Development --------------------- -The Litecoin repo's [root README](/README.md) contains relevant information on the development process and automated testing. +The FLO repo's [root README](/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) - [Release Notes](release-notes.md) @@ -61,8 +61,8 @@ The Litecoin repo's [root README](/README.md) contains relevant information on t - [Benchmarking](benchmarking.md) ### Resources -* Discuss on the [LitecoinTalk](https://litecointalk.io/) forums. -* Discuss general Litecoin development on #litecoin-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=litecoin-dev). +* Discuss on the [FLOTalk](https://litecointalk.io/) forums. +* Discuss general FLO development on #litecoin-dev on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=litecoin-dev). ### Miscellaneous - [Assets Attribution](assets-attribution.md) diff --git a/doc/README_windows.txt b/doc/README_windows.txt index d3885952b..63c40f9c4 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,23 +1,23 @@ -Litecoin Core -============= - -Intro ------ -Litecoin is a free open source peer-to-peer electronic cash system that is -completely decentralized, without the need for a central server or trusted -parties. Users hold the crypto keys to their own money and transact directly -with each other, with the help of a P2P network to check for double-spending. - - -Setup ------ -Unpack the files into a directory and run litecoin-qt.exe. - -Litecoin Core is the original Litecoin client and it builds the backbone of the network. -However, it downloads and stores the entire history of Litecoin 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 litecoin wiki at: - https://litecoin.info/ -for more help and information. +FLO Core +============= + +Intro +----- +FLO is a free open source peer-to-peer electronic cash system that is +completely decentralized, without the need for a central server or trusted +parties. Users hold the crypto keys to their own money and transact directly +with each other, with the help of a P2P network to check for double-spending. + + +Setup +----- +Unpack the files into a directory and run flo-qt.exe. + +FLO Core is the original FLO client and it builds the backbone of the network. +However, it downloads and stores the entire history of FLO 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 litecoin wiki at: + https://litecoin.info/ +for more help and information. diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 137e97713..f78a6a31c 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -57,7 +57,7 @@ https://github.com/bitcoin/bips/blob/master/bip-0064.mediawiki Example: ``` -$ curl localhost:19332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff7627ff72e5e8b0f71210f92ea7a4000c5d75-0.json 2>/dev/null | json_pp +$ curl localhost:17312/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff7627ff72e5e8b0f71210f92ea7a4000c5d75-0.json 2>/dev/null | json_pp { "chainHeight" : 325347, "chaintipHash" : "00000000fb01a7f3745a717f8caebee056c484e6e0bfe4a9591c235bb70506fb", @@ -99,4 +99,4 @@ Only supports JSON as output format. Risks ------------- -Running a web browser on the same node with a REST enabled litecoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `