Skip to content

Commit

Permalink
Name changes / Ports
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicCrypto committed Sep 21, 2018
1 parent 45017ff commit 3c66017
Show file tree
Hide file tree
Showing 210 changed files with 2,430 additions and 2,430 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
@@ -1,7 +1,7 @@
<!--- Remove this description and sections that do not apply -->

This issue tracker is only for technical issues related to Northern Core.
General Northern questions and/or support requests and are best directed to the [Northern Discord](https://discordapp.com/invite/9nzt37V).
This issue tracker is only for technical issues related to Epic Core.
General Epic questions and/or support requests and are best directed to the [Epic Discord](https://discordapp.com/invite/9nzt37V).

### Describe the issue

Expand All @@ -20,7 +20,7 @@ Tell us what happens instead
### Screenshots.
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

### What version of Northern Core are you using?
### What version of Epic Core are you using?
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package.

### Machine specs:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -82,7 +82,7 @@ src/qt/test/moc*.cpp
*.qm
Makefile
epic-qt
Northern-Qt.app
Epic-Qt.app

# Unit-tests
Makefile.test
Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
@@ -1,7 +1,7 @@
Contributing to Northern Core
Contributing to Epic Core
==================================

The Northern Core project operates an open contributor model where anyone is
The Epic 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 Northern Core project, and is not to be
confused with overall Northern Network Protocol consensus changes.
The following applies to code changes to the Epic Core project, and is not to be
confused with overall Epic Network Protocol consensus changes.

Whether a pull request is merged into Northern Core rests with the project merge
Whether a pull request is merged into Epic 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 Northern consensus rules are considerably more involved than
Patches that change Epic 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 Northern consensus, it must have been
Where a patch set proposes to change the Epic 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 Northern Core release.
The project leader is the release manager for each Epic Core release.

Copyright
---------
Expand Down
2 changes: 1 addition & 1 deletion COPYING
@@ -1,7 +1,7 @@
Copyright (c) 2009-2015 Bitcoin Developers
Copyright (c) 2014-2015 Dash Developers
Copyright (c) 2015-2017 PIVX Developers
Copyright (c) 2017-2018 Northern Developers
Copyright (c) 2017-2018 Epic 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
@@ -1,4 +1,4 @@
Building Northern
Building Epic

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 epicd,
the intended-for-services, no-graphical-interface, reference
implementation of Northern.
implementation of Epic.
10 changes: 5 additions & 5 deletions Makefile.am
Expand Up @@ -17,7 +17,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EX
empty :=
space := $(empty) $(empty)

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

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

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

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

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Northern-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Epic-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 @@ -136,7 +136,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/Northern-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Epic-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
34 changes: 17 additions & 17 deletions README.md
@@ -1,46 +1,46 @@
# Northern Core integration/staging repository
# Epic Core integration/staging repository

Northern Core is a decentralized, peer-to-peer cryptocurrency with a primary focus on energy-efficiency and scalabilty. The Northern Network makes use of only Proof-of-Stake mining, in the form of masternodes and staking. This means that the Northern blockchain has a very low impact on the environment and ensures that scaling will be a smooth transition in future.
Epic Core is a decentralized, peer-to-peer cryptocurrency with a primary focus on energy-efficiency and scalabilty. The Epic Network makes use of only Proof-of-Stake mining, in the form of masternodes and staking. This means that the Epic blockchain has a very low impact on the environment and ensures that scaling will be a smooth transition in future.

Furthermore, as result of offering multiple ways for users to mint new NORT coins, the network is a lot less centralized than some Proof-of-Work coins that have their hashrates dominated by one or two mining pools.
Furthermore, as result of offering multiple ways for users to mint new EPIC coins, the network is a lot less centralized than some Proof-of-Work coins that have their hashrates dominated by one or two mining pools.

### View the Northern whitepaper here:
### View the Epic whitepaper here:

#### https://cdn.discordapp.com/attachments/416697792048922636/461555510496329728/Northern-Whitepaper-v1.0.0.pdf
#### https://cdn.discordapp.com/attachments/416697792048922636/461555510496329728/Epic-Whitepaper-v1.0.0.pdf

## Coin Specs

#

#### Block times: - *1 minute*
#### Maximum supply: - *5,000,000 (5 million) NORT*
#### Maximum supply: - *5,000,000 (5 million) EPIC*
#### Consensus mechanism: - *Proof-of-Stake (85% masternodes, 15% stakers)*
#### Algorithm: - *Quark-hash*
#### Masternode collateral - *2,500 NORT*
#### Masternode collateral - *2,500 EPIC*
#### Features: - *SwiftTX, budget, treausury and masternode governance is enabled*
#### RPC Port: - *9332*
#### P2P Port: - *6942*
#### RPC Port: - *1256*
#### P2P Port: - *1255*

#

### Block reward breakdown (Block height - Reward per block)
#
#### Block 201-30,000 - *5.000 NORT*
#### Block 201-30,000 - *5.000 EPIC*

#### Block 30,001-200,000 - *3.750 NORT*
#### Block 30,001-200,000 - *3.750 EPIC*

#### Block 200,001-500,000 - *2.500 NORT*
#### Block 200,001-500,000 - *2.500 EPIC*

#### Block 500,001-900,000 - *1.250 NORT*
#### Block 500,001-900,000 - *1.250 EPIC*

#### Block 900,001-1,500,000 - *0.500 NORT*
#### Block 900,001-1,500,000 - *0.500 EPIC*

#### Block 1,500,001-6,000,000 - *0.250 NORT*
#### Block 1,500,001-6,000,000 - *0.250 EPIC*

#### *11 year tapering inflation reward, with a cumulative supply capped at 5,000,000 NORT.*
#### *11 year tapering inflation reward, with a cumulative supply capped at 5,000,000 EPIC.*

#

### More information at [https://nort.network](https://nort.network)
### More information at [https://epic.network](https://epic.network)
### Join our [Discord!](https://discord.gg/9nzt37V)

8 changes: 4 additions & 4 deletions configure.ac
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
AC_INIT([Northern Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.savebitcoin.io],[epic])
AC_INIT([Epic Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.savebitcoin.io],[epic])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/epic-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand All @@ -19,9 +19,9 @@ BITCOIN_TX_NAME=epic-tx

AC_CANONICAL_HOST

AH_TOP([#ifndef NORT_CONFIG_H])
AH_TOP([#define NORT_CONFIG_H])
AH_BOTTOM([#endif //NORT_CONFIG_H])
AH_TOP([#ifndef EPIC_CONFIG_H])
AH_TOP([#define EPIC_CONFIG_H])
AH_BOTTOM([#endif //EPIC_CONFIG_H])

dnl faketime breaks configure and is only needed for make. Disable it here.
unset FAKETIME
Expand Down
4 changes: 2 additions & 2 deletions contrib/bitrpc/bitrpc.py
Expand Up @@ -11,9 +11,9 @@


if rpcpass == "":
access = ServiceProxy("http://127.0.0.1:9332")
access = ServiceProxy("http://127.0.0.1:1256")
else:
access = ServiceProxy("http://"+rpcuser+":"+rpcpass+"@127.0.0.1:9332")
access = ServiceProxy("http://"+rpcuser+":"+rpcpass+"@127.0.0.1:1256")
cmd = sys.argv[1].lower()

if cmd == "backupwallet":
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/bitcoingreen-qt.desktop.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Northern
Comment=Northern P2P Cryptocurrency
Name=Epic
Comment=Epic P2P Cryptocurrency
Exec=epic-qt %u
Terminal=false
Type=Application
Expand Down
8 changes: 4 additions & 4 deletions contrib/debian/control
Expand Up @@ -30,7 +30,7 @@ Package: epicd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Northern is a free open source peer-to-peer electronic cash system that
Epic 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,13 +46,13 @@ Package: epic-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Northern (NORT) is a sustainable cryptocurrency modeled after
Epic (EPIC) is a sustainable cryptocurrency modeled after
Satoshi Nakamoto’s vision for Bitcoin.
It is a decentralized, peer-to-peer transactional currency designed
to offer a solution to the problem posed by the exponential increase
in energy consumed by Bitcoin and other proof-of-work currencies.
Proof-of-work mining is environmentally unsustainable due to the
electricity used by high-powered mining hardware. Northern
electricity used by high-powered mining hardware. Epic
utilizes an en- ergy efficient proof-of-stake algorithm, can be
mined on any computer, and will never require specialized mining
equipment. The Green Protocol offers a simple solution to
Expand All @@ -62,4 +62,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 Northern-Qt, a GUI for Northern based on Qt.
This package provides Epic-Qt, a GUI for Epic based on Qt.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -38,11 +38,11 @@

# Use as many addnode= settings as you like to connect to specific peers
#addnode=69.164.218.197
#addnode=10.0.0.2:6942
#addnode=10.0.0.2:1255

# Alternatively use as many connect= settings as you like to connect ONLY to specific peers
#connect=69.164.218.197
#connect=10.0.0.1:6942
#connect=10.0.0.1:1255

# Listening mode, enabled by default except when 'connect' is being used
#listen=1
Expand All @@ -51,10 +51,10 @@
#maxconnections=

#
# JSON-RPC options (for controlling a running Northern/epicd process)
# JSON-RPC options (for controlling a running Epic/epicd process)
#

# server=1 tells Northern-QT and epicd to accept JSON-RPC commands
# server=1 tells Epic-QT and epicd to accept JSON-RPC commands
#server=0

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
Expand All @@ -72,21 +72,21 @@
# 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 Northern-QT to accept JSON-RPC commands.
# server=1 tells Epic-QT to accept JSON-RPC commands.
# it is also read by epicd to determine if RPC should be enabled
#rpcallowip=10.1.1.34/255.255.255.0
#rpcallowip=1.2.3.4/24
#rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96

# Listen for RPC connections on this TCP port:
#rpcport=9332
#rpcport=1256

# You can use Northern or epicd to send commands to Northern/epicd
# You can use Epic or epicd to send commands to Epic/epicd
# running on another host using this option:
#rpcconnect=127.0.0.1

# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
# with Northern -server or epicd
# with Epic -server or epicd
#rpcssl=1

# OpenSSL settings used when rpcssl=1
Expand All @@ -101,14 +101,14 @@
# both prior transactions and several dozen future transactions.
#keypool=100

# Pay an optional transaction fee every time you send NORTs. Transactions with fees
# Pay an optional transaction fee every time you send EPICs. Transactions with fees
# are more likely than free transactions to be included in generated blocks, so may
# be validated sooner.
#paytxfee=0.00

# User interface options

# Start Northern minimized
# Start Epic minimized
#min=1

# Minimize to the system tray
Expand Down
12 changes: 6 additions & 6 deletions contrib/debian/manpages/bitcoin.conf.5
Expand Up @@ -18,10 +18,10 @@ Enable or disable run on the test network instead of the real *epic* network.
\fBproxy=\fR\fI'127.0.0.1:9050'\fR
Connect via a socks4 proxy.
.TP
\fBaddnode=\fR\fI'10.0.0.2:6942'\fR
\fBaddnode=\fR\fI'10.0.0.2:1255'\fR
Use as many *addnode=* settings as you like to connect to specific peers.
.TP
\fBconnect=\fR\fI'10.0.0.1:6942'\fR
\fBconnect=\fR\fI'10.0.0.1:1255'\fR
Use as many *connect=* settings as you like to connect ONLY to specific peers.
.TP
\fRmaxconnections=\fR\fI'value'\fR
Expand All @@ -40,7 +40,7 @@ You must set *rpcpassword* to secure the JSON-RPC api.
\fBrpcallowip=\fR\fI'192.168.1.*'\fR
By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character).
.TP
\fBrpcport=\fR\fI'9332'\fR
\fBrpcport=\fR\fI'1256'\fR
Listen for RPC connections on this TCP port.
.TP
\fBrpcconnect=\fR\fI'127.0.0.1'\fR
Expand All @@ -59,16 +59,16 @@ Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES
.SH MISCELLANEOUS OPTIONS
.TP
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable attempt to generate NORTs.
Enable or disable attempt to generate EPICs.
.TP
\fB4way=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable use SSE instructions to try to generate NORTs faster.
Enable or disable use SSE instructions to try to generate EPICs faster.
.TP
\fBkeypool=\fR\fI'100'\fR
Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions.
.TP
\fBpaytxfee=\fR\fI'0.00'\fR
Pay an optional transaction fee every time you send NORTs. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
Pay an optional transaction fee every time you send EPICs. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
.TP
\fBallowreceivebyip=\fR\fI'1'\fR
Allow direct connections for the 'pay via IP address' feature.
Expand Down

0 comments on commit 3c66017

Please sign in to comment.