Skip to content

Commit

Permalink
updates ITNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Jul 13, 2018
1 parent 2aaae9e commit 6e414ec
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 4 deletions.
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
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed ITNS/intensecoin-cli-win64-v201/libcrypto.a
Binary file not shown.
Binary file removed ITNS/intensecoin-cli-win64-v201/libssl.a
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ITNS/open-wallet.bat
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
2 changes: 1 addition & 1 deletion ITNS/restore-from-keys.bat
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
2 changes: 1 addition & 1 deletion ITNS/restore-from-seed.bat
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
2 changes: 1 addition & 1 deletion ITNS/start-new-wallet.bat
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

0 comments on commit 6e414ec

Please sign in to comment.