Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Ethereum - Instalación de Herramientas de Trabajo


dEEpEst

Recommended Posts

 

Lista de comandos:

[HIDE-THANKS]=== Instalacion de geth ====================================

 

sudo apt-get install software-properties-common

 

sudo add-apt-repository -y ppa:ethereum/ethereum

 

sudo add-apt-repository -y ppa:ethereum/ethereum-dev

 

sudo apt-get update

 

sudo apt-get install ethereum

 

 

 

=== Conectar geth a la red de Ethereum ======================

 

mkdir ~/ethereum

 

geth --datadir "~/ethereum" --networkid 1

 

 

 

=== Instalacion de Mist ======================================

 

Descargar mist de esta ubicacion:

This is the hidden content, please

 

sudo apt-get install gconf2 gconf-service gconf-service-backend gconf2-common libgconf-2-4

 

cd ~/Downloads

 

ls -la

 

sudo dpkg -1 Ethereum-Wallet-linux64-0.8.10.deb

 

 

 

=== Instalacion de Git y Node.js ==============================

 

sudo apt-get install git

 

sudo apt-get install build-essential libssl-dev curl

 

curl -o-

This is the hidden content, please
| bash

 

source ~/.bashrc

 

command -v nvm

 

nvm ls-remote

 

nvm install 7.10.0

 

nvm use 7.10.0

 

node --version

 

 

 

=== Instalacion de testrpc ====================================

 

npm install -g ethereumjs-testrpc

 

testrpc[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.