How to buy EOS token from the actual ico whit " PARITY "steemCreated with Sketch.

in #eos7 years ago (edited)


*Parity sync more fast than mist

Installing parity


Build dependencies

Parity requires Rust version 1.18.0 to build We recommend installing Rust through rustup. If you don't already have rustup, you can install it like this:  

  • Linux:

 $ curl https://sh.rustup.rs -sSf | sh 

Parity also requires gcc, g++, libssl-dev/openssl, libudev-dev and pkg-config packages to be installed. 

  • OSX: 

 $ curl https://sh.rustup.rs -sSf | sh 

clang is required. It comes with Xcode command line tools or can be installed with homebrew. 

  • Windows

Make sure you have Visual Studio 2015 with C++ support installed. Next, download and run the rustup installer from https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe, start "VS2015 x64 Native Tools Command Prompt", and use the following command to install and set up the msvc toolchain:

 $ rustup default stable-x86_64-pc-windows-msvc
 

Once you have rustup, install parity or download and build from source

Quick build and install

cargo install --git https://github.com/paritytech/parity.git parity

or

Build from source

# download Parity code

$ git clone https://github.com/paritytech/parity

$ cd parity

# build in release mode

$ cargo build --release


This will produce an executable in the ./target/release subdirectory. Note: if cargo fails to parse manifest try: 

$ ~/.cargo/bin/cargo build --release


or

Simple one-line installer for Mac and Ubuntu

bash <(curl https://get.parity.io -Lk)

Start Parity

Manually

To start Parity manually, just run 

$ ./target/release/parity


In your Browser : http://127.0.0.1:8180/#/home

Now expects the node to sync with the ETH network and you will be able to buy from these steps the EOS tokens easily

Go to Accounts

Go to Transfer

Go to eos.io and get address

Transfer ETH to the EOS address

Clic, password, transfer ok

Review your transfer

Congratulations, you bought correctly if you can see the transfer confirming in the blockchain eth



Sort:  

Thanks for making this, I dont know why it didnt get more attention ,newbie question If i alredy have parity why do i still need rust?

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 64448.82
ETH 2646.10
USDT 1.00
SBD 2.77