Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLops01 committed Oct 18, 2019
1 parent 2b12769 commit dafd90a
Show file tree
Hide file tree
Showing 444 changed files with 3,069 additions and 3,069 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contributing to Pulse Core
Contributing to ALTC Core
============================

The Pulse Core project operates an open contributor model where anyone is
The ALTC Core project operates an open contributor model where anyone is
welcome to contribute towards development in the form of peer review, testing
and patches. This document explains the practical process and guidelines for
contributing.
Expand Down Expand Up @@ -157,10 +157,10 @@ where possible keep them short, un-complex and easy to verify.
"Decision Making" Process
-------------------------

The following applies to code changes to the Pulse Core project, and is not to be
confused with overall Pulse Network Protocol consensus changes.
The following applies to code changes to the ALTC Core project, and is not to be
confused with overall ALTC Network Protocol consensus changes.

Whether a pull request is merged into Pulse Core rests with the project merge
Whether a pull request is merged into ALTC Core rests with the project merge
maintainers and ultimately the project lead.

Maintainers will take into consideration if a patch is in line with the general
Expand All @@ -174,7 +174,7 @@ In general, all pull requests must:
- be well peer reviewed;
- follow code style guidelines;

Patches that change Pulse consensus rules are considerably more involved than
Patches that change ALTC consensus rules are considerably more involved than
normal because they affect the entire ecosystem and so must be preceded by
extensive discussions and clear detailing. While each case will be different,
one should be prepared to expend more time and effort than for other kinds of
Expand Down Expand Up @@ -214,7 +214,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that
mistakes could be very costly to the wider community. This includes refactoring
of consensus critical code.

Where a patch set proposes to change the Pulse consensus, it must have been
Where a patch set proposes to change the ALTC consensus, it must have been
discussed extensively on the forums and Slack, be accompanied by a widely
discussed Proposal and have a generally widely perceived technical consensus of being
a worthwhile change based on the judgement of the maintainers.
Expand Down Expand Up @@ -254,7 +254,7 @@ about:
Release Policy
--------------

The project leader is the release manager for each Pulse Core release.
The project leader is the release manager for each ALTC Core release.

Copyright
---------
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2009-2015 Bitcoin Developers
Copyright (c) 2014-2015 Dash Developers
Copyright (c) 2015-2018 Pulse Developers
Copyright (c) 2015-2018 ALTC Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Building Pulse
Building ALTC

Use the autogen script to prepare the build environment.

Expand All @@ -10,4 +10,4 @@ Always verify the signatures and checksums.

See doc/build-*.md for instructions on building ALTCd,
the intended-for-services, no-graphical-interface, reference
implementation of Pulse.
implementation of ALTC.
10 changes: 5 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EX
empty :=
space := $(empty) $(empty)

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

$(OSX_APP)/Contents/MacOS/Pulse-Qt: all-recursive
$(OSX_APP)/Contents/MacOS/ALTC-Qt: all-recursive
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $(BITCOIN_QT_BIN) $@

Expand All @@ -105,7 +105,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/Pulse-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/ALTC-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

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

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Pulse-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/ALTC-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 @@ -145,7 +145,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/Pulse-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/ALTC-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 build-aux/m4/gmp.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl Copyright (c) 2018 The Pulse Core developers
dnl Copyright (c) 2018 The ALTC Core developers
dnl Distributed under the MIT software license, see the accompanying
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
AC_INIT([Pulse Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ALTC.me],[ALTC])
AC_INIT([ALTC Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ALTC.me],[ALTC])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/ALTC-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
8 changes: 4 additions & 4 deletions contrib/debian/ALTC-qt.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Name=Pulse
Comment=Pulse P2P Cryptocurrency
Comment[fr]=Pulse, monnaie virtuelle cryptographique pair à pair
Comment[tr]=Pulse, eşten eşe kriptografik sanal para birimi
Name=ALTC
Comment=ALTC P2P Cryptocurrency
Comment[fr]=ALTC, monnaie virtuelle cryptographique pair à pair
Comment[tr]=ALTC, eşten eşe kriptografik sanal para birimi
Exec=ALTC-qt %u
Terminal=false
Type=Application
Expand Down
10 changes: 5 additions & 5 deletions contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Build-Depends: debhelper,
libprotobuf-dev, protobuf-compiler
Standards-Version: 3.9.2
Homepage: http://www.ALTC.me
Vcs-Git: git://github.com/Pulse-Developer/ALTC-core.git
Vcs-Browser: http://github.com/Pulse-Developer/ALTC-core
Vcs-Git: git://github.com/ALTC-Developer/ALTC-core.git
Vcs-Browser: http://github.com/ALTC-Developer/ALTC-core

Package: ALTCd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Pulse is a free open source peer-to-peer electronic cash system that
ALTC 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
Expand All @@ -46,7 +46,7 @@ Package: ALTC-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Pulse is a free open source peer-to-peer electronic cash system that
ALTC 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
Expand All @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI
Full transaction history is stored locally at each client. This
requires 1+ GB of space, slowly growing.
.
This package provides Pulse-Qt, a GUI for Pulse based on Qt.
This package provides ALTC-Qt, a GUI for ALTC based on Qt.
10 changes: 5 additions & 5 deletions contrib/debian/examples/ALTC.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
#maxconnections=

#
# JSON-RPC options (for controlling a running Pulse/ALTCd process)
# JSON-RPC options (for controlling a running ALTC/ALTCd process)
#

# server=1 tells Pulse-QT and ALTCd to accept JSON-RPC commands
# server=1 tells ALTC-QT and ALTCd to accept JSON-RPC commands
#server=0

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
Expand All @@ -72,7 +72,7 @@
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
# because the rpcpassword is transmitted over the network unencrypted.

# server=1 tells Pulse-QT to accept JSON-RPC commands.
# server=1 tells ALTC-QT to accept JSON-RPC commands.
# it is also read by ALTCd to determine if RPC should be enabled
#rpcallowip=10.1.1.34/255.255.255.0
#rpcallowip=1.2.3.4/24
Expand All @@ -81,7 +81,7 @@
# Listen for RPC connections on this TCP port:
#rpcport=13786

# You can use Pulse or ALTCd to send commands to Pulse/ALTCd
# You can use ALTC or ALTCd to send commands to ALTC/ALTCd
# running on another host using this option:
#rpcconnect=127.0.0.1

Expand All @@ -98,7 +98,7 @@

# User interface options

# Start Pulse minimized
# Start ALTC minimized
#min=1

# Minimize to the system tray
Expand Down
8 changes: 4 additions & 4 deletions contrib/debian/manpages/ALTCd.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.TH ALTCD "1" "February 2017" "ALTCd 2.1.4.1"
.SH NAME
Pulse \- peer-to-peer network based digital currency
ALTC \- peer-to-peer network based digital currency
.SH SYNOPSIS
ALTCd [options] <command> [params]
.TP
ALTCd [options] help <command> \- Get help for a command
.SH DESCRIPTION
This manual page documents the ALTCd program. Pulse is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
This manual page documents the ALTCd program. ALTC is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:

Pulse can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Pulse system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
ALTC can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the ALTC system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.

.SH OPTIONS
.TP
Expand Down Expand Up @@ -178,7 +178,7 @@ Sends amount from the server's available balance to 'ALTCaddress'. amount is a r
Stops the ALTC server.
.TP
\fBvalidateaddress 'ALTCaddress'\fR
Checks that 'ALTCaddress' looks like a proper Pulse address. Returns an object containing:
Checks that 'ALTCaddress' looks like a proper ALTC address. Returns an object containing:

"isvalid" : true or false.
"ismine" : true if the address is in the server's wallet.
Expand Down
8 changes: 4 additions & 4 deletions contrib/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For example:
./github-merge.py 3077

(in any git repository) will help you merge pull request #3077 for the
Pulse-Project/Pulse repository.
ALTC-Project/ALTC repository.

What it does:
* Fetch master and the pull request.
Expand All @@ -36,16 +36,16 @@ couldn't mess with the sources.

Setup
---------
Configuring the github-merge tool for the Pulse repository is done in the following way:
Configuring the github-merge tool for the ALTC repository is done in the following way:

git config githubmerge.repository Pulse-Developer/Pulse-Core
git config githubmerge.repository ALTC-Developer/ALTC-Core
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
git config --global user.signingkey mykeyid (if you want to GPG sign)

optimize-pngs.py
================

A script to optimize png files in the Pulse
A script to optimize png files in the ALTC
repository (requires pngcrush).

fix-copyright-headers.py
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/logprint-scanner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2017-2018 The Pulse developers
# Copyright (c) 2017-2018 The ALTC developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
6 changes: 3 additions & 3 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/Pulse-Developer/ALTC-core
url=https://github.com/ALTC-Developer/ALTC-core
proc=2
mem=2000
lxc=true
Expand All @@ -39,7 +39,7 @@ version Version number, commit, or branch to build. If building a commit
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/Pulse-Developer/ALTC-core
-u|--url Specify the URL of the repository. Default is https://github.com/ALTC-Developer/ALTC-core
-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 @@ -238,7 +238,7 @@ 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/ALTC-project/gitian.sigs.git
git clone https://github.com/Pulse-Developer/ALTC-core-detached-sigs.git
git clone https://github.com/ALTC-Developer/ALTC-core-detached-sigs.git
git clone https://github.com/devrandom/gitian-builder.git
pushd ./gitian-builder
if [[ -n "$USE_LXC" ]]
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packages:
- "ca-certificates"
- "python"
remotes:
- "url": "https://github.com/Pulse-Developer/ALTC-core.git"
- "url": "https://github.com/ALTC-Developer/ALTC-core.git"
"dir": "ALTC"
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/Pulse-Developer/ALTC-detached-sigs.git"
- "url": "https://github.com/ALTC-Developer/ALTC-detached-sigs.git"
"dir": "signature"
files:
- "ALTC-osx-unsigned.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
- "python-setuptools"
- "fonts-tuffy"
remotes:
- "url": "https://github.com/Pulse-Developer/ALTC-core.git"
- "url": "https://github.com/ALTC-Developer/ALTC-core.git"
"dir": "ALTC"
files:
- "MacOSX10.11.sdk.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 @@ -9,7 +9,7 @@ packages:
- "libssl1.0-dev"
- "autoconf"
remotes:
- "url": "https://github.com/Pulse-Developer/ALTC-detached-sigs.git"
- "url": "https://github.com/ALTC-Developer/ALTC-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode-1.7.1.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
- "python"
- "rename"
remotes:
- "url": "https://github.com/Pulse-Developer/ALTC-core.git"
- "url": "https://github.com/ALTC-Developer/ALTC-core.git"
"dir": "ALTC"
files: []
script: |
Expand Down
4 changes: 2 additions & 2 deletions contrib/init/ALTCd.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description "Pulse Core Daemon"
description "ALTC Core Daemon"

start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
Expand Down Expand Up @@ -38,7 +38,7 @@ pre-start script
echo "It is recommended that you also set alertnotify so you are "
echo "notified of problems:"
echo
echo "ie: alertnotify=echo %%s | mail -s \"Pulse Alert\"" \
echo "ie: alertnotify=echo %%s | mail -s \"ALTC Alert\"" \
"admin@foo.com"
echo
exit 1
Expand Down
4 changes: 2 additions & 2 deletions contrib/init/ALTCd.init
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pulse#!/bin/bash
ALTC#!/bin/bash
#
# ALTCd The Pulse core server.
# ALTCd The ALTC core server.
#
#
# chkconfig: 345 80 20
Expand Down
6 changes: 3 additions & 3 deletions contrib/init/ALTCd.openrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/ALTCd}
BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}}
BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}"
name="Pulse Core Daemon"
description="Pulse crypto-currency p2p network daemon"
name="ALTC Core Daemon"
description="ALTC crypto-currency p2p network daemon"
command="/usr/bin/ALTCd"
command_args="-pid=\"${BITCOIND_PIDFILE}\" \
Expand Down Expand Up @@ -84,7 +84,7 @@ checkconfig()
eerror "It is recommended that you also set alertnotify so you are "
eerror "notified of problems:"
eerror ""
eerror "ie: alertnotify=echo %%s | mail -s \"Pulse Alert\"" \
eerror "ie: alertnotify=echo %%s | mail -s \"ALTC Alert\"" \
"admin@foo.com"
eerror ""
return 1
Expand Down
Loading

0 comments on commit dafd90a

Please sign in to comment.