Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
standardise on Lasvegascoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Maister committed Feb 7, 2018
1 parent c5e6537 commit 8339942
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EX
empty :=
space := $(empty) $(empty)

OSX_APP=VGS-Qt.app
OSX_APP=Lasvegascoin-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_BACKGROUND_SVG=background.svg
Expand Down Expand Up @@ -84,7 +84,7 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/MacOS/VGS-Qt: $(BITCOIN_QT_BIN)
$(OSX_APP)/Contents/MacOS/Lasvegascoin-Qt: $(BITCOIN_QT_BIN)
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@

Expand All @@ -94,7 +94,7 @@ $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings:

OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
$(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \
$(OSX_APP)/Contents/MacOS/VGS-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/Lasvegascoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -119,7 +119,7 @@ $(APP_DIST_DIR)/Applications:
@rm -f $@
@cd $(@D); $(LN_S) /Applications $(@F)

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/VGS-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Lasvegascoin-Qt

$(OSX_DMG): $(APP_DIST_EXTRAS)
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -apple -o $@ dist
Expand All @@ -134,7 +134,7 @@ $(APP_DIST_DIR)/.background/$(OSX_BACKGROUND_IMAGE): $(OSX_BACKGROUND_IMAGE_DPIF
$(APP_DIST_DIR)/.DS_Store: $(OSX_DSSTORE_GEN)
$(PYTHON) $< "$@" "$(OSX_VOLNAME)"

$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/VGS-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Lasvegascoin-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2

deploydir: $(APP_DIST_EXTRAS)
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/manpages/lasvegascoin-qt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH VGS-QT "1" "February 2017" "lasvegascoin-qt 1"
.TH LASVEGASCOIN-QT "1" "February 2017" "lasvegascoin-qt 1"
.SH NAME
lasvegascoin-qt \- peer-to-peer network based digital currency
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion contrib/macdeploy/custom_dsstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ds['.']['vSrn'] = ('long', 1)

ds['Applications']['Iloc'] = (370, 156)
ds['VGS-Qt.app']['Iloc'] = (128, 156)
ds['Lasvegascoin-Qt.app']['Iloc'] = (128, 156)

ds.flush()
ds.close()
4 changes: 2 additions & 2 deletions contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class FrameworkInfo(object):
class ApplicationBundleInfo(object):
def __init__(self, path):
self.path = path
appName = "VGS-Qt"
appName = "Lasvegascoin-Qt"
self.binaryPath = os.path.join(path, "Contents", "MacOS", appName)
if not os.path.exists(self.binaryPath):
raise RuntimeError("Could not find bundle binary for " + path)
Expand Down Expand Up @@ -604,7 +604,7 @@ else:

# ------------------------------------------------

target = os.path.join("dist", "VGS-Qt.app")
target = os.path.join("dist", "Lasvegascoin-Qt.app")

if verbose >= 2:
print("+ Copying source bundle +")
Expand Down
20 changes: 10 additions & 10 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
VGS Core
Lasvegascoin Core
=====================

Setup
---------------------
[VGS Core]http://bit.lasvegascoins/ is the original VGS client and it builds the backbone of the network. However, it downloads and stores the entire history of VGS 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. Thankfully you only have to do this once.
[Lasvegascoin Core]http://bit.lasvegascoins/ is the original Lasvegascoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Lasvegascoin 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. Thankfully you only have to do this once.

Running
---------------------
The following are some helpful notes on how to run VGS on your native platform.
The following are some helpful notes on how to run Lasvegascoin on your native platform.

### Unix

Expand All @@ -22,18 +22,18 @@ Unpack the files into a directory, and then run lasvegascoin-qt.exe.

### OSX

Drag VGS-Qt to your applications folder, and then run VGS-Qt.
Drag Lasvegascoin-Qt to your applications folder, and then run Lasvegascoin-Qt.

### Need Help?

* See the documentation at the [VGS Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO***
* See the documentation at the [Lasvegascoin Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO***
for help and more information.
* Ask for help on [BitcoinTalk](https://bitcointalk.org/index.php?topic=1604893.0) or on the [VGS Forum](https://google.forum.com/).
* Join one of our Slack groups [VGS Slack Groups](https://google.slack.com/).
* Ask for help on [BitcoinTalk](https://bitcointalk.org/index.php?topic=1604893.0) or on the [Lasvegascoin Forum](https://google.forum.com/).
* Join one of our Slack groups [Lasvegascoin Slack Groups](https://google.slack.com/).

Building
---------------------
The following are developer notes on how to build VGS 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 Lasvegascoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

- [OSX Build Notes](build-osx.md)
- [Unix Build Notes](build-unix.md)
Expand All @@ -55,8 +55,8 @@ The Lasvegascoin repo's [root README](https://github.com/LIMXTEC/Lasvegascoin/bl

### Resources

* Discuss on the [BitcoinTalk](https://bitcointalk.org/index.php?topic=1604893.0) or the [VGS](https://google.forum.com/) forum.
* Join the [VGS-Dev](https://google.slack.com/)
* Discuss on the [BitcoinTalk](https://bitcointalk.org/index.php?topic=1604893.0) or the [Lasvegascoin](https://google.forum.com/) forum.
* Join the [Lasvegascoin-Dev](https://google.slack.com/)

### Miscellaneous
- [Assets Attribution](assets-attribution.md)
Expand Down
8 changes: 4 additions & 4 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ All dependencies should be compiled with these flags:
-arch x86_64
-isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk

Once dependencies are compiled, see release-process.md for how the VGS-Qt.app
Once dependencies are compiled, see release-process.md for how the Lasvegascoin-Qt.app
bundle is packaged and signed to create the .dmg disk image that is distributed.

Running
Expand All @@ -104,14 +104,14 @@ directory. We have to first create the RPC configuration file, though.
Run `./lasvegascoind` to get the filename where it should be put, or just try these
commands:

echo -e "rpcuser=lasvegascoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/VGS/lasvegascoin.conf"
chmod 600 "/Users/${USER}/Library/Application Support/VGS/lasvegascoin.conf"
echo -e "rpcuser=lasvegascoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/LasvegascoinV2/lasvegascoin.conf"
chmod 600 "/Users/${USER}/Library/Application Support/LasvegascoinV2/lasvegascoin.conf"

The next time you run it, it will start downloading the blockchain, but it won't
output anything while it's doing this. This process may take several hours;
you can monitor its process by looking at the debug.log file, like this:

tail -f $HOME/Library/Application\ Support/VGS/debug.log
tail -f $HOME/Library/Application\ Support/LasvegascoinV2/debug.log

Other commands:
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Optional:
Dependencies for the GUI: Ubuntu & Debian
-----------------------------------------

If you want to build VGS-Qt, make sure that the required packages for Qt development
If you want to build Lasvegascoin-Qt, make sure that the required packages for Qt development
are installed. Qt 5 is necessary to build the GUI.
If both Qt 4 and Qt 5 are installed, Qt 5 will be used.
To build without GUI pass `--without-gui`.
Expand Down
2 changes: 1 addition & 1 deletion share/qt/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<string>????</string>

<key>CFBundleExecutable</key>
<string>VGS-Qt</string>
<string>Lasvegascoin-Qt</string>

<key>CFBundleIdentifier</key>
<string>io.lasvegascoin.Lasvegascoin-Qt</string>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static const int MAX_URI_LENGTH = 255;

#define QAPP_ORG_NAME "VGS"
#define QAPP_ORG_DOMAIN "http://bit.lasvegascoins/"
#define QAPP_APP_NAME_DEFAULT "VGS-Qt"
#define QAPP_APP_NAME_TESTNET "VGS-Qt-testnet"
#define QAPP_APP_NAME_DEFAULT "Lasvegascoin-Qt"
#define QAPP_APP_NAME_TESTNET "Lasvegascoin-Qt-testnet"

#endif // BITCOIN_QT_GUICONSTANTS_H

0 comments on commit 8339942

Please sign in to comment.