ethereum number of nodes

It looks like you're new here.If you want to get involved, click one of these buttons!Sign In Register Categories Recent Discussions Activity Unanswered Best Of... Categories All Categories Mining Pool Discussion General Project Discussion (non-technical) Education Protocol and Client discussion web3-js Whisper Swarm 2 RLP IoT & Hardware Smart Contracts and Dapps Serpent Solidity Projects Reference clients code and builds Eth & AlethZero- Cpp Implementation Geth - Go Implementation Mist Node.js Implementation Python Implementation Mix Other Implementations Meetups Other Events Jobs & Skills Press and Articles Audio/Video Ether Sale Other Languages Chinese German Italian French 2 Hebrew 6 Japanese Portugese Romanian Russian Spanish Turkish Watercooler eth full node running errors mintar 5 April 6 in Eth & AlethZero- Cpp Implementation My first message here.
Greetings to everybody.I built ethereum-cpp from sources ( RelWithDebInfo ) and started in full node mode on Windows 10.--------------eth cpp-ethereum, a C++ Ethereum client cpp-ethereum 1.3.0 By cpp-ethereum contributors, (c) 2013-2016.--------------First day of running was OK.The datastore grew up to around 25 Gb.On the second day I found "Guru Meditation" errors e.g.----------------- X 19:27:54.411|p2p|07afddaa…|Parity/v1.6.3-beta-ccc5732-20170314/x86_64-linux-gnu/rustc1.15.1 Ignoring malformed block: C:\a03_libs\cpp-ethereum\libethashseal\Ethash.cpp(97): Throw in function void __cdecl dev::eth::Ethash::verify(enum dev::eth::Strictness,const class dev::eth::BlockHeader &,const class dev::eth::BlockHeader &,class dev::vector_ref) constDynamic exception type: class boost::exception_detail::clone_implstd::exception::what: ExtraDataIncorrect[struct dev::eth::tag_block * __ptr64] = [ type: class std::vector >, size: 24, dump: f0 22 e6 97 a7 01 00 00 c2 26 e6 97 a7 01 00 00 ][struct dev::tag_comment * __ptr64] = Received block from the wrong fork (invalid extradata).[structkevin charles bitcoin
dev::tag_extraData * __ptr64] = [ type: class std::vector >, size: 24, dump: 10 e6 f5 8e a7 01 00 00 1f e6 f5 8e a7 01 00 00 ][struct dev::eth::tag_now * __ptr64] = 1491434874[struct dev::eth::tag_phase * __ptr64] = 1 .... X 19:27:47.844|p2p|07afddaa…|Parity/v1.6.3-beta-ccc5732-20170314/x86_64-linux-gnu/rustc1.15.1 Import Failure ExtraDataIncorrect Guru Meditation #01920000.94365e3a… ...-----------------After the restart I see a lot of-----------------------------X 19:37:34.510|verifier0 BlockQueue missing our job: was there a GM?-----------------------------Over the night the datastore size only increased by ~1 Gb and currently is ~26.1 GB.litecoin locationFrom the information on the net I guess the current size of the datastore has to be around 100 Gb.So, looks like I'm stuck.Any suggestions?square one bitcoin atm
1 Comments mintar 5 April 10 0 mintar 5 April 10 0 mintar 5 April 10 0 mintar 5 April 11 0 Sign In or Register to comment.ethereum-console Commandline console for Ethereum nodes.ethconsole connects to an Ethereum node running in the background (tested with eth and geth) via IPC and provides an interactive javascript console containing the web3 object with admin additions.bitcoin tax filingNote that the admin additions are not yet official and may change any time.github bitcoin miningInstallation / Usage # npm install -g ethereum-console /ethereum-console /ethereum-console /web3 ... # ethconsole Connecting to node at /home/user/.ethereum/geth.ipc Connection successful.bitcoin crowdfunding team
Current block number: 1083107 Entering interactive mode.> web3.admin.getNodeInfo(function(err, info) { console.log(info.name); } ) eth/v1.2.0-2192c209/Debug-Linux/clang/int Usage of the Test Interface ethconsole provides access to the cpp-ethereum test interface, which can be used to test smart contracts that depend on timing and blocks being mined.ethereum price notification# Install the development version of cpp-ethereum on Ubuntu: # sudo add-apt-repository -y ppa:ethereum/ethereum-qt # sudo add-apt-repository -y ppa:ethereum/ethereum # sudo add-apt-repository -y ppa:ethereum/ethereum-dev # sudo apt-get -y update # sudo apt-get -y install eth # # Start eth in test-mode using data directory /tmp/test $ eth --test -d /tmp/test & # Wait for it to start up... # Run the example: $ ethconsole /tmp/test/geth.ipc example.js These testing interfaces exist in cpp-ethereum: web3.test.setChainParams({}, cb(err, bool)) set chain parameters using the json chain description you can use the function chainParams in utils.js to create such a description web3.test.mineBlocks(x, cb(err, bool)) start mining and stop again after exactly x blocks web3.test.modifyTimestamp(x, cb(err, bool)) set the timestamp of the current block to x web3.test.rewindToBlock(x, cb(err, bool)) rewind the blockchain to block number x web3.test.addBlock(x, cb(err, bool) inject an RLP-encoded blockbitcoin vps cheap