Skip to content

Commit e76791d

Browse files
author
limxdev
committed
Merge branch '0.9.8.x' of https://github.com/LIMXTEC/BitCore into 0.9.8.x
2 parents 71ee3cb + a4afd98 commit e76791d

2 files changed

Lines changed: 27 additions & 31 deletions

File tree

README.md

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
1-
BitCore integration/staging tree
1+
Welcome to BitCore BTX
22
=====================================
33

4-
[![Build Status](https://travis-ci.org/LIMXTEC/BitCore.svg?branch=0.15)](https://travis-ci.org/LIMXTEC/BitCore)
4+
![GitHub Logo](https://i.imgur.com/jnpy4Me.jpg)
55

6-
https://bitcore.cc
6+
[ Release Notes ](https://www.reddit.com/r/bitcore_btx/comments/fsbzog/odarhom_release_notes_short_overview_first_draft/) - [ FAQ ](https://www.reddit.com/r/bitcore_btx/wiki/index/odarhom_faq) - [ Website ](https://www.bitcore.cc) - [ BitcoinTalk ](https://bitcointalk.org/index.php?topic=1883902.0)
7+
8+
[![Build Status](https://travis-ci.org/LIMXTEC/BitCore.svg?branch=0.9.8.x)](https://travis-ci.org/LIMXTEC/BitCore)
79

810
What is BitCore?
911
----------------
1012

11-
BitCore is an experimental digital currency that enables instant payments to
12-
anyone, anywhere in the world. BitCore uses peer-to-peer technology to operate
13-
with no central authority: managing transactions and issuing money are carried
14-
out collectively by the network. BitCore is also the name of open source
15-
software which enables the use of this currency.
13+
Established on 24th of April 2017, BitCore from the community for the community. BitCore has one of the lowest transaction fees on the market while possibly providing the best on-chain scaling solution in the entire crypto-sphere. Take a look at our [comparison chart](https://bitcore.cc/wp-content/uploads/2019/11/BitCoreVsAgosto2019.jpg).
14+
15+
BitCore BTX preserves and implements Bitcoin features such as SegWit, which enables advanced scaling technologies like Lightning Network. Significant differences at launch time included:
16+
17+
- Unique wallet addresses (prefixes of 2 and S and btx (BIP 173 bench32)
18+
- Command Fork System
19+
- Masternode System Dash Core
20+
- 220 Byte Datacarriersize (OP_RETURN)
21+
- Hashalgorythm Timetravel10
22+
- Bitcore Diffshield
23+
- Travis CI support
1624

1725
For more information, as well as an immediately useable, binary version of
1826
the BitCore software, see [https://bitcore.cc](https://bitcore.cc).
1927

20-
License
21-
-------
28+
Claiming for Bitcoin holders
29+
---
30+
31+
Claiming for the first snapshot (Bitcoin block #463604) ended 30th of October 2017. We made a new snapshot of the Bitcoin network on 2nd of November 2017 (Bitcoin block #492820). These ~5 million addresses are able to claim BitCore BTX for free, right now! Read how to [here](https://steemit.com/crypto-news/@xwerk/bitcore-btx-guide-the-2nd-snapshot-for-btc-hodlers-free-btx-or-how-it-works).
2232

23-
BitCore is released under the terms of the MIT license. See [COPYING](COPYING) for more
24-
information or see https://opensource.org/licenses/MIT.
2533

2634

2735

2836
Development Process
2937
-------------------
3038

3139
The `master` branch is regularly built and tested, but is not guaranteed to be
32-
completely stable. [Tags](https://github.com/LIMXTEC/bitcore/tags) are created
40+
completely stable. [Releases](https://github.com/LIMXTEC/bitcore/release) are created
3341
regularly to indicate new official, stable release versions of BitCore.
3442

3543
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).
@@ -38,8 +46,6 @@ The developer [mailing list](https://groups.google.com/forum/#!forum/bitcore-dev
3846
should be used to discuss complicated or controversial changes before working
3947
on a patch set.
4048

41-
Developer IRC can be found on Freenode at #bitcore-dev.
42-
4349
Testing
4450
-------
4551

@@ -61,21 +67,11 @@ These tests can be run (if the [test dependencies](/test) are installed) with: `
6167

6268
The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.
6369

64-
### Manual Quality Assurance (QA) Testing
65-
66-
Changes should be tested by somebody other than the developer who wrote the
67-
code. This is especially important for large or high-risk changes. It is useful
68-
to add a test plan to the pull request description if testing the changes is
69-
not straightforward.
70-
71-
Translations
72-
------------
73-
74-
We only accept translation fixes that are submitted through [Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcore/).
75-
Translations are converted to BitCore periodically.
70+
License
71+
-------
7672

77-
Translations are periodically pulled from Transifex and merged into the git repository. See the
78-
[translation process](doc/translation_process.md) for details on how this works.
73+
BitCore is released under the terms of the MIT license. See [COPYING](COPYING) for more
74+
information or see https://opensource.org/licenses/MIT.
7975

8076
**Important**: We do not accept translation changes as GitHub pull requests because the next
8177
pull from Transifex would automatically overwrite them again.

masternode.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ daemon="bitcored"
2727
cli_dir="/usr/local/bin"
2828
cli="bitcore-cli"
2929
ssh_port=${SSH_CLIENT##* }
30-
port=9468
31-
rpcport=9469
30+
port=8555
31+
rpcport=8556
3232
tport=19468
3333
trpcport=19469
3434
user="$name"

0 commit comments

Comments
 (0)