Coder Social home page Coder Social logo

guide's Introduction

TurboEthereum Guide

This book is intended as a practical user guide for the "Turbo" Ethereum software distribution, originally named after the language in which it is written, C++.

TurboEthereum is a large distribution of software including a number of diverse tools. This book begins with the installation instructions, before proceeding to introductions, walk-throughs and references for the various tools that make up TurboEthereum.

The full software suite of TurboEthereum includes:

  • AlethOne (alethone, "A1") The mainline Ethereum desktop miner. It connects and syncs to the Ethereum network and lets you mine, and send transactions. It will also let you do pool mining.
  • AlethZero (alethzero, "AZ") The power-user Ethereum client. It connects and syncs to the Ethereum network and lets you mine, make transactions, run DApps and inspect the blockchain. It has plugins to allow arbitrary extension.
  • ++eth (eth) The mainline CLI Ethereum client. Run it in the background and it will connect to the Ethereum network; you can mine, make transactions and inspect the blockchain.
  • Mix (mix) The integrated development environment for DApp authoring. Quickly prototype and debug decentralised applications on the Ethereum platform.
  • ethkey A key/wallet management tool for Ethereum keys. This lets you add, remove and change your keys as well as cold wallet device-friendly transaction inspection and signing.
  • ethminer A standalone miner. This can be used to check how fast you can mine and will mine for you in concert with eth, geth and pyethereum.
  • ethvm The Ethereum virtual machine emulator. You can use this to run EVM code.
  • solc The Solidity compiler. You can use this to compile Solidity programs into assembly or machine code.
  • rlp An serialisation/deserialisation tool for the Recursive Length Prefix format.

guide's People

Contributors

chriseth avatar debris avatar drinkius avatar gavofyork avatar lefterisjp avatar yann300 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guide's Issues

Error in exit name

The guide for the interactive console is great but it seems that the name of the exit function is web3.admin.eth.exit not web3.admin.exit.

> web3.eth.exit()
(shell):1: TypeError: Object #<Object> has no method 'exit'
web3.eth.exit()
         ^
TypeError: Object #<Object> has no method 'exit'
    at (shell):1:10
Error: Uncaught TypeError: Object #<Object> has no method 'exit'

> web3.admin.eth.exit()
true
 ⚡   22:51:18|eth  Stop worker 492 ms
  ℹ  22:51:18|eth  Closing blockchain DB
 ⚡   22:51:18|eth  Terminate worker 307 ms
 ⚡   22:51:18|eth  Terminate worker 328 ms
  ℹ  22:51:18|eth  Closing state DB
 ⚡   22:51:19|eth  Worker stopping 925 ms
 ⚡   22:51:19|ethsync  Worker stopping 1485 ms
 ⚡   22:51:19|p2p  Worker stopping 1505 ms
> web3.admin.
`̀``


no new blocks

@gavofyork running on one node I can't get new blocks to generate.

Any ideas what I've done wrong?

Coinbase:
web3.eth.coinbase = '0x2b88c7c88c32a39890ac49b2be7f481277c0b0f9'

config:
`{
"sealEngine": "BasicAuthority",
"options": {
"authorities": [
"0x2b88c7c88c32a39890ac49b2be7f481277c0b0f9"
]
},
"params": {
"accountStartNonce": "0x",
"maximumExtraDataSize": "0x1000000",
"blockReward": "0x",
"registrar": "",
"networkID" : "0x45"
},
"genesis": {
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x1000000000000"
},
"accounts": {
"0000000000000000000000000000000000000001": { "wei": "1", "precompiled": { "name": "ecrecover", "linear": { "base": 3000, "word": 0 } } },
"0000000000000000000000000000000000000002": { "wei": "1", "precompiled": { "name": "sha256", "linear": { "base": 60, "word": 12 } } },
"0000000000000000000000000000000000000003": { "wei": "1", "precompiled": { "name": "ripemd160", "linear": { "base": 600, "word": 120 } } },
"0000000000000000000000000000000000000004": { "wei": "1", "precompiled": { "name": "identity", "linear": { "base": 15, "word": 3 } } }
},
"network": {
"nodes": [
"enode://45c1e7938feb974906e9db17f083398475e61464f1542fed2d07d6c564c164eca488ed627fff79b5fa243d108031add09f2faa51c35ce9ff68b55f33c29b973c@127.0.0.1:40404",
"enode://e88d8c664b8e1228c91f318e6da3ce1d7e47907f6f36e3a73cd53de9a21c085a62b9c490f2446b1d4ea0be7187064f5b366b262fcd03ca90660602da48a82b85@168.62.233.254:40404"
]
}
}

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.