Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
more replacement of fermat info
Browse files Browse the repository at this point in the history
  • Loading branch information
Amon Engemann committed Jun 10, 2017
1 parent 37b9636 commit cf67883
Show file tree
Hide file tree
Showing 26 changed files with 63 additions and 94 deletions.
14 changes: 7 additions & 7 deletions INSTALL.md
Expand Up @@ -2,7 +2,7 @@ Installing IoP Client
==========================

At this early stage we don't provide other official packages than for Ubuntu Linux.
But you can find other community packages on the [community repositories](http://repo.fermat.community)
But you can find other community packages on the [community repositories](http://repo.iop.cash)

For a little help building IoP Core on OSX see [INSTALL_OSX.md](https://github.com/internet-of-people/iop-blockchain/blob/beta/INSTALL_OSX.md)

Expand All @@ -12,7 +12,7 @@ We will provide Windows, MacOSX and other Packages after the beta phase, please

To install or upgrade the IoP Token Core on an Ubuntu trusty or xenial system, you only need this one-liner:

`curl -L http://repo.fermat.community/install/install-iop-node.deb.sh | sudo bash -`
`curl -L http://repo.iop.cash/install/install-iop-node.deb.sh | sudo bash -`

Ready!

Expand All @@ -26,11 +26,11 @@ In the editor you do this

for Ubuntu 14.04:

`deb [arch=amd64] http://repo.fermat.community/ 14.04 main`
`deb [arch=amd64] http://repo.iop.cash/ 14.04 main`

for Ubuntu 16.04:

`deb [arch=amd64] http://repo.fermat.community/ 16.04 main`
`deb [arch=amd64] http://repo.iop.cash/ 16.04 main`

Save and exit editor.

Expand Down Expand Up @@ -82,14 +82,14 @@ After that empty the .IoP folder despite the wallet.dat - then start the IoP-qt
Windows, MacOSX and Other Packages
========================
We don't support offically other packages (yet).
Nevertheless, there are [unsopported community build packages](http://repo.fermat.community) where you can even find Windows packages.
Nevertheless, there are [unsopported community build packages](http://repo.iop.cash) where you can even find Windows packages.

Using the blockchain tool
=========================

Until we have official documentation you can follow the Fermat IoP Wallet Guide:
Until we have official documentation you can follow the IoP Wallet Guide:

[English](http://repo.fermat.community/Fermat_Wallet_Tutorial/FermatWalletTutorialEN.html)
[English](http://repo.iop.cash/IoP_Wallet_Tutorial/IoPWalletTutorialEN.html)

[Spanish](https://docs.google.com/document/d/1_RkGVSKEz42Sh9NgGdt9WKrKcvi6jhdhtlxxHqgpZxA)

Expand Down
10 changes: 5 additions & 5 deletions PREMINING.md
Expand Up @@ -9,7 +9,7 @@ This information is outdated!
In order to install the IoP Wallet that will allow you to send and recieve IoPs you need to follow this procedure:

### For Ubuntu users
Follow the instructions to install here http://repo.fermat.community/index.html under the Ubuntu section.
Follow the instructions to install here http://repo.iop.cash/index.html under the Ubuntu section.

After installation is complete, start the IoP wallet by running **IoP-qt** from the command line.

Expand All @@ -20,7 +20,7 @@ $ IoP-qt


### For Windows users
Follow the instructions to install here http://repo.fermat.community/index.html under Windows section.
Follow the instructions to install here http://repo.iop.cash/index.html under Windows section.


## Address Generation
Expand All @@ -32,7 +32,7 @@ In order to recevie tokens from the Premined stage, you need to generate an IoP
* Click on the **Request Payment** button to generate the address.


Next you need to save this address on the **Fermat Tokens** spreadsheet on Google Drive, by posting a comment in the Token Tracking System tab in column *IM* labelled *IoP Wallet Address* in the row that corresponds to your name.
Next you need to save this address on the **IoP Tokens** spreadsheet on Google Drive, by posting a comment in the Token Tracking System tab in column *IM* labelled *IoP Wallet Address* in the row that corresponds to your name.

## Securing your wallet

Expand Down Expand Up @@ -72,7 +72,7 @@ importprivkey [privKeyString]

Certain amount of tokens will be send using a time constrained transaction. meaning that those **IoPs** will be available to be spent after certain date.

The time constrains that are applied on the *Fermat Token* spreadsheet are:
The time constrains that are applied on the *IoP Token* spreadsheet are:

* 6 months
* 1 year
Expand Down Expand Up @@ -151,7 +151,7 @@ To know how many blocks you have locally, perform the following actions:
* Go to *Help* and *debug window*
* On the *Information* tab search for the *Current number of blocks*.

Then compare it with our block explorer at [http://explorer.fermat.community/](http://explorer.fermat.community/) . The numbers should be the same.
Then compare it with our block explorer at [http://mainnet.iop.cash/](http://mainnet.iop.cash/) . The numbers should be the same.

### Testnet blockchain

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ IoP Core integration/staging tree

[![Build Status](https://travis-ci.org/IoP/IoP.svg?branch=master)](https://travis-ci.org/IoP/IoP)

https://IoPcore.org
http://iop.cash

What is IoP?
----------------
Expand All @@ -16,7 +16,7 @@ software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the IoP Core software, see https://IoP.org/en/download, or read the
[original whitepaper](https://IoPcore.org/IoP.pdf).
[original whitepaper](https://iop.cash/IoP.pdf).

License
-------
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
@@ -1,14 +1,14 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 77)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[IoP Core]])
AC_INIT([IoP Core],[beta-_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/internet-of-people/iop-blockchain/issues],[IoP],[https://IoPcore.org/])
define(_COPYRIGHT_HOLDERS,[%s])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[IoP Ventures LLC]])
AC_INIT([IoP Core],_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/internet-of-people/iop-blockchain/issues],[IoP],[https://iop.cash/])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/IoP-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
6 changes: 3 additions & 3 deletions contrib/debian/control
Expand Up @@ -23,9 +23,9 @@ Build-Depends: debhelper,
libprotobuf-dev, protobuf-compiler,
python
Standards-Version: 3.9.2
Homepage: https://IoPcore.org/
Vcs-Git: git://github.com/IoP/IoP.git
Vcs-Browser: https://github.com/IoP/IoP
Homepage: https://iop.cash/
Vcs-Git: git://github.com/internet-of-people/iop-blockchain.git
Vcs-Browser: https://github.com/internet-of-people/iop-blockchain

Package: IoPd
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/copyright
Expand Up @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: IoP
Upstream-Contact: Satoshi Nakamoto <satoshin@gmx.com>
irc://#IoP@freenode.net
Source: https://github.com/IoP/IoP
Source: https://github.com/internet-of-people/iop-blockchain

Files: *
Copyright: 2009-2016, Bitcoin Core Developers
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/watch
Expand Up @@ -2,4 +2,4 @@
version=3
# use qa.debian.org redirector; see man uscan
opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \
http://githubredir.debian.net/github/IoP/IoP v(.*).tar.gz
http://githubredir.debian.net/github/internet-of-people/iop-blockchain v(.*).tar.gz
2 changes: 1 addition & 1 deletion contrib/devtools/README.md
Expand Up @@ -68,7 +68,7 @@ For example:
./github-merge.py 3077

(in any git repository) will help you merge pull request #3077 for the
IoP/IoP repository.
internet-of-people/iop-blockchain repository.

What it does:
* Fetch master and the pull request.
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/README.md
Expand Up @@ -19,7 +19,7 @@ Sanity checks:

Once you've got the right hardware and software:

git clone git://github.com/IoP/IoP.git
git clone git://github.com/internet-of-people/iop-blockchain.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
cd gitian-builder/inputs
Expand Down Expand Up @@ -61,5 +61,5 @@ Here's a description of Gavin's setup on OSX 10.6:
5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above:

export USE_LXC=1
git clone git://github.com/IoP/IoP.git
git clone git://github.com/internet-of-people/iop-blockchain.git
... etc
2 changes: 1 addition & 1 deletion contrib/rpm/README.md
Expand Up @@ -19,7 +19,7 @@ reference the release tarball available from https://IoP.org/bin/ and
`Source1` should reference the BerkeleyDB source.

Sources 10-99 are for source files that are maintained in the
[IoP git repository](https://github.com/IoP/IoP) but are not part of
[IoP git repository](https://github.com/internet-of-people/iop-blockchain) but are not part of
the release tarball. Most of these will reside in the `contrib` sub-directory.

Sources 10-19 should be reserved for miscellaneous configuration files.
Expand Down
4 changes: 2 additions & 2 deletions doc/build-osx.md
Expand Up @@ -25,7 +25,7 @@ Build IoP Core

1. Clone the IoP source code and cd into `IoP`

git clone https://github.com/IoP/IoP
git clone https://github.com/internet-of-people/iop-blockchain.git
cd IoP

2. Build IoP-core:
Expand Down Expand Up @@ -92,4 +92,4 @@ Notes

* Tested on OS X 10.7 through 10.11 on 64-bit Intel processors only.

* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/IoP/IoP/issues/7714)
* Building with downloaded Qt binaries is not officially supported.
13 changes: 3 additions & 10 deletions doc/build-unix.md
Expand Up @@ -79,16 +79,9 @@ install necessary parts of boost:

sudo apt-get install libboost-all-dev

BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~IoP/+archive/IoP).
You can add the repository and install using the following commands:

sudo add-apt-repository ppa:IoP/IoP
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, these will install
BerkeleyDB 5.1 or later. Versions higher than 5.x might break wallet compatibility. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.

See the section "Disable-wallet mode" to build IoP Core without wallet.
Expand Down Expand Up @@ -273,7 +266,7 @@ Setup and Build Example: Arch Linux
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:

pacman -S git base-devel boost libevent python
git clone https://github.com/IoP/IoP.git
git clone https://github.com/internet-of-people/iop-blockchain.git
cd IoP/
./autogen.sh
./configure --disable-wallet --without-gui --without-miniupnpc
Expand Down
2 changes: 1 addition & 1 deletion doc/developer-notes.md
Expand Up @@ -423,7 +423,7 @@ Git and github tips
[remote "upstream-pull"]
fetch = +refs/pull/*:refs/remotes/upstream-pull/*
url = git@github.com:IoP/IoP.git
url = git@github.com:internet-of-people/iop-blockchain.git
This will add an `upstream-pull` remote to your git repository, which can be fetched using `git fetch --all`
or `git fetch upstream-pull`. Afterwards, you can use `upstream-pull/NUMBER/head` in arguments to `git show`,
Expand Down
6 changes: 3 additions & 3 deletions doc/gitian-building.md
Expand Up @@ -309,8 +309,8 @@ Clone the git repositories for IoP and Gitian.

```bash
git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/IoP/IoP
git clone https://github.com/IoP-core/gitian.sigs.git
git clone https://github.com/internet-of-people/iop-blockchain.git
git clone https://github.com/internet-of-people/gitian.sigs.git
```

Setting up the Gitian image
Expand Down Expand Up @@ -365,7 +365,7 @@ Output from `gbuild` will look something like
remote: Total 57959 (delta 0), reused 0 (delta 0), pack-reused 57958
Receiving objects: 100% (57959/57959), 53.76 MiB | 484.00 KiB/s, done.
Resolving deltas: 100% (41590/41590), done.
From https://github.com/IoP/IoP
From https://github.com/internet-of-people/iop-blockchain
... (new tags, new branch etc)
--- Building for trusty amd64 ---
Stopping target if it is up
Expand Down
17 changes: 2 additions & 15 deletions doc/release-notes.md
Expand Up @@ -7,25 +7,12 @@ and performance improvements, as well as updated translations.

Please report bugs using the issue tracker at github:

<https://github.com/IoP/IoP/issues>
<https://github.com/internet-of-people/iop-blockchain/issues>

To receive security and update notifications, please subscribe to:

<https://IoPcore.org/en/list/announcements/join/>

Compatibility
==============

Microsoft ended support for Windows XP on [April 8th, 2014](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
an OS initially released in 2001. This means that not even critical security
updates will be released anymore. Without security updates, using a IoP
wallet on a XP machine is irresponsible at least.

In addition to that, with 0.12.x there have been varied reports of IoP Core
randomly crashing on Windows XP. It is [not clear](https://github.com/IoP/IoP/issues/7681#issuecomment-217439891)
what the source of these crashes is, but it is likely that upstream
libraries such as Qt are no longer being tested on XP.

We do not have time nor resources to provide support for an OS that is
end-of-life. From 0.13.0 on, Windows XP is no longer supported. Users are
suggested to upgrade to a newer verion of Windows, or install an alternative OS
Expand Down Expand Up @@ -66,4 +53,4 @@ Thanks to everyone who directly contributed to this release:

... fill in here

As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/IoP/).
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
3 changes: 1 addition & 2 deletions doc/release-notes/release-notes-0.10.0.md
Expand Up @@ -7,7 +7,7 @@ bug fixes.

Please report bugs using the issue tracker at github:

https://github.com/IoP/IoP/issues
https://github.com/internet-of-people/iop-blockchain/issues

Upgrading and downgrading
=========================
Expand Down Expand Up @@ -759,4 +759,3 @@ Thanks to everyone who contributed to this release:
- Zak Wilcox

As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/IoP/).

4 changes: 2 additions & 2 deletions doc/release-notes/release-notes-0.10.1.md
Expand Up @@ -7,7 +7,7 @@ updates. It is recommended to upgrade to this version.

Please report bugs using the issue tracker at github:

<https://github.com/IoP/IoP/issues>
<https://github.com/internet-of-people/iop-blockchain/issues>

Upgrading and downgrading
=========================
Expand Down Expand Up @@ -48,7 +48,7 @@ Notable changes

This is a minor release and hence there are no notable changes.
For the notable changes in 0.10, refer to the release notes for the
0.10.0 release at https://github.com/IoP/IoP/blob/v0.10.0/doc/release-notes.md
0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md

0.10.1 Change log
=================
Expand Down
4 changes: 2 additions & 2 deletions doc/release-notes/release-notes-0.10.2.md
Expand Up @@ -7,7 +7,7 @@ updates. It is recommended to upgrade to this version.

Please report bugs using the issue tracker at github:

<https://github.com/IoP/IoP/issues>
<https://github.com/internet-of-people/iop-blockchain/issues>

Upgrading and downgrading
=========================
Expand Down Expand Up @@ -47,7 +47,7 @@ Notable changes
===============

This fixes a serious problem on Windows with data directories that have non-ASCII
characters (https://github.com/IoP/IoP/issues/6078).
characters.

For other platforms there are no notable changes.

Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes/release-notes-0.10.3.md
Expand Up @@ -7,7 +7,7 @@ updates. It is recommended to upgrade to this version as soon as possible.

Please report bugs using the issue tracker at github:

<https://github.com/IoP/IoP/issues>
<https://github.com/internet-of-people/iop-blockchain/issues>

Upgrading and downgrading
=========================
Expand Down
18 changes: 9 additions & 9 deletions doc/release-notes/release-notes-0.3.20.md
@@ -1,22 +1,22 @@
Please checkout the git integration branch from:

https://github.com/IoP/IoP
https://github.com/internet-of-people/iop-blockchain

... and help test. The new features that need testing are:

* -nolisten : https://github.com/IoP/IoP/pull/11
* -nolisten : https://github.com/internet-of-people/iop-blockchain/pull/11
* -rescan : scan block chain for missing wallet transactions
* -printtoconsole : https://github.com/IoP/IoP/pull/37
* RPC gettransaction details : https://github.com/IoP/IoP/pull/24
* listtransactions new features : https://github.com/IoP/IoP/pull/10
* -printtoconsole : https://github.com/internet-of-people/iop-blockchain/pull/37
* RPC gettransaction details : https://github.com/internet-of-people/iop-blockchain/pull/24
* listtransactions new features : https://github.com/internet-of-people/iop-blockchain/pull/10

Bug fixes that also need testing:

* -maxconnections= : https://github.com/IoP/IoP/pull/42
* RPC listaccounts minconf : https://github.com/IoP/IoP/pull/27
* RPC move, add time to output : https://github.com/IoP/IoP/pull/21
* -maxconnections= : https://github.com/internet-of-people/iop-blockchain/pull/42
* RPC listaccounts minconf : https://github.com/internet-of-people/iop-blockchain/pull/27
* RPC move, add time to output : https://github.com/internet-of-people/iop-blockchain/pull/21
* ...and several improvements to --help output.

This needs more testing on Windows! Please drop me a quick private message, email, or IRC message if you are able to do some testing. If you find bugs, please open an issue at:

https://github.com/IoP/IoP/issues
https://github.com/internet-of-people/iop-blockchain/issues

0 comments on commit cf67883

Please sign in to comment.