-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Snider
committed
Jul 13, 2018
1 parent
2aaae9e
commit 6e414ec
Showing
13 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
ITNS/intensecoin-cli-win-64bit-v2.0.2.1.1/intensecoin-cli-win-64bit-v2.0.2.1/CHANGELOG.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
v2.0.2.1 - 2018.05.10 | ||
- added ability to open additional types of wallets created before version v2.0.0 | ||
- fixed issue with the connection_id field not being a valid string in the get_connections RPC command | ||
|
||
v2.0.2 - 2018.05.06 | ||
- added CHANGELOG | ||
- added ability to open and use wallets created before version v2.0.0 | ||
- fixed numerous synchronization issues | ||
- fixed finding readline library on MinGW-w64 | ||
- fixed compilation when using Boost 1.67 | ||
- fixed issue where daemon hangs when closing | ||
|
||
v2.0.1 - 2018.04.29 | ||
- fixed chain processing when negative timestamp intervals are present | ||
|
||
v2.0.0 - 2018.04.18 | ||
- introduced block major version 4: hardfork at height 166,133 | ||
- added new proof-of-work algorithm: cryptonight variant 1 (a.k.a monero v7) | ||
- added new difficulty calculation algorithm | ||
- enabled RingCT transactions: requires 4 mix-ins for transactions | ||
- enabled dynamic fee calculation | ||
|
||
v1.4.5 - 2018.03.19 | ||
v1.4.2 - 2018.02.12 | ||
v1.4.1 - 2017.11.26 | ||
v1.4.0 - 2017.11.24 | ||
v1.3.0 - 2017.11.11 | ||
v1.2.2 - 2017.10.17 | ||
v1.0.0 - 2017.08.01 |
51 changes: 51 additions & 0 deletions
51
ITNS/intensecoin-cli-win-64bit-v2.0.2.1.1/intensecoin-cli-win-64bit-v2.0.2.1/README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
================================================ | ||
Welcome to Intense Coin! | ||
================================================ | ||
|
||
We are building a blockchain-backed decentralized VPN to make the internet a safer place. | ||
This package contains the command line utilities needed to join the Intense Coin network. | ||
|
||
|
||
|
||
------------------------------------------------ | ||
Getting Started - Synchronization | ||
------------------------------------------------ | ||
|
||
Before you can participate in the network, your local copy of the blockchain data must be | ||
synchronized to match the rest of the network. | ||
|
||
Windows: | ||
- double-click the daemon: intensecoind.exe | ||
- blockchain data is stored in: C:\Users\[USERNAME]\AppData\Roaming\intensecoin | ||
|
||
Linux or macOS: | ||
- open the terminal | ||
- change into the CLI archive directory: $ cd intensecoin-cli-archive-directory/ | ||
- run the daemon: $ ./intensecoind | ||
- blockchain data is stored in: ~/.intensecoin | ||
|
||
|
||
Synchronization can take several hours the first time. To check on progress, simply type | ||
"status" and press enter. This is how you execute commands on the daemon. After it has | ||
completed, your status message will look like this: | ||
|
||
Height: some-number/the-same-number (100.0%) on mainnet | ||
|
||
It indicates that you have a copy of the same number of blocks that the network has | ||
created. This is also called the "height" of the network. | ||
|
||
Now you can run intense-wallet-cli to set up your wallet. | ||
|
||
|
||
|
||
------------------------------------------------ | ||
Basic Commands: intensecoind | ||
------------------------------------------------ | ||
|
||
help | ||
- shows all possible commands | ||
|
||
status | ||
- returns a summary of your synchronization status, network hashrate and connections | ||
|
||
|
Binary file added
BIN
+11.7 MB
...cli-win-64bit-v2.0.2.1.1/intensecoin-cli-win-64bit-v2.0.2.1/intense-blockchain-export.exe
Binary file not shown.
Binary file added
BIN
+17.3 MB
...cli-win-64bit-v2.0.2.1.1/intensecoin-cli-win-64bit-v2.0.2.1/intense-blockchain-import.exe
Binary file not shown.
Binary file renamed
BIN
+16.4 MB
...oin-cli-win64-v201/intense-wallet-cli.exe → ...win-64bit-v2.0.2.1/intense-wallet-cli.exe
Binary file not shown.
Binary file added
BIN
+22.5 MB
.../intensecoin-cli-win-64bit-v2.0.2.1.1/intensecoin-cli-win-64bit-v2.0.2.1/intensecoind.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd data | ||
..\intensecoin-cli-win64-v201\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --wallet-file=wallet | ||
..\intensecoin-cli-win-64bit-v2.0.2.1.1\intensecoin-cli-win-64bit-v2.0.2.1\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --wallet-file=wallet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd data | ||
..\intensecoin-cli-win64-v201\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --generate-from-keys=wallet | ||
..\intensecoin-cli-win-64bit-v2.0.2.1.1\intensecoin-cli-win-64bit-v2.0.2.1\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --generate-from-keys=wallet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd data | ||
..\intensecoin-cli-win64-v201\intense-wallet-cli.exe --restore-deterministic-wallet --daemon-host=nodes.hashvault.pro --generate-new-wallet=wallet | ||
..\intensecoin-cli-win-64bit-v2.0.2.1.1\intensecoin-cli-win-64bit-v2.0.2.1\intense-wallet-cli.exe --restore-deterministic-wallet --daemon-host=nodes.hashvault.pro --generate-new-wallet=wallet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd data | ||
..\intensecoin-cli-win64-v201\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --generate-new-wallet=wallet | ||
..\intensecoin-cli-win-64bit-v2.0.2.1.1\intensecoin-cli-win-64bit-v2.0.2.1\intense-wallet-cli.exe --daemon-host=nodes.hashvault.pro --generate-new-wallet=wallet |