Code Monkey home page Code Monkey logo

go-etherzero's People

Contributors

arachnid avatar bas-vk avatar cjentzsch avatar cubedro avatar debris avatar dylanpoe avatar ebuchman avatar egonelbre avatar ethers avatar ferhatelmas avatar fjl avatar gavofyork avatar gballet avatar gluk256 avatar holiman avatar janos avatar jimenezrick avatar karalabe avatar lmars avatar mcdee avatar nonsense avatar obscuren avatar rjl493456442 avatar rolong avatar tgerring avatar vbuterin avatar wanderer avatar winsvega avatar zelig avatar zsfelfoldi 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

Watchers

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

go-etherzero's Issues

Unable to "make geth"; Ubuntu 18.04.5; Go1.10.4

Everything was done according to the instruction for Linux/Ubuntu. When i finally type in the make geth command I get an error stating the following:
"node/node.go:36:2: cannot find package "github.com/prometheus/tsdb/fileutil" in any of: Several directories listed"

I have tried different Go versions as well as different Ubuntu versions. nothing seems to be working.

Maximum peer count

Prompt at startup
INFO [08-10|10:54:41.893] Maximum peer count ETH=25 LES=0 total=25

Safe to use Git Master?

Earlier I Synced the chain, then after it caught up, it produces these bad block errors and will not finish the sync

notice you committed something so I checked out go-etherzero from scratch deleted .etherzero/geth and will try again... any info would be appreciated..

########## BAD BLOCK #########
Chain config: {ChainID: 90 Homestead: 0 DAO: DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 Constantinople: Engine: unknown}

Number: 1119366
Witness: 3b9639dadd18a258
Hash: 0xe36c9f1318944ef9823f9f7639e815f6ce4f1409d9ca2172d3d74fa280732c72
&{[] 1 34957 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [0xc45fbb7600] [197 242 83 215 232 210 133 143 86 142 89 224 59 189 181 161 189 17 46 229 29 247 163 193 169 141 238 128 8 8 79 176] [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 34957}

codahale/hdrhistogram repo url has been transferred under the github HdrHstogram umbrella

Problem

The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons are to group all implementations under the same roof and to provide more active contribution from the community as the original repository was archived several years ago.

The dependency URL should be modified to point to the new repository URL. The tag "v0.9.0" was applied at the point of transfer and will reflect the exact code that was frozen in the original repository.

If you are using Go modules, you can update to the exact point of transfer using the @v0.9.0 tag in your go get command.

go mod edit -replace github.com/codahale/hdrhistogram=github.com/HdrHistogram/[email protected]

Performance Improvements

From the point of transfer, up until now (mon 16 aug 2021), we've released 3 versions that aim support the standard HdrHistogram serialization/exposition formats, and deeply improve READ performance.
We recommend to update to the latest version.

fatal error: out of memory - probably after db corruption

fatal error: out of memory - probably after db corruption. This error happens permanently each time I start geth:
C:\Users\DDD\Downloads\ETZ>geth-windows-4.0-amd64.exe --syncmode "full" --datadir "D:\Ethzero"
WARN [02-15|16:23:19] No etherbase set and no accounts found as default
INFO [02-15|16:23:20] Starting peer-to-peer node instance=Geth/v1.8.0-unstable-e51fc24b/windows-amd64/go1.9.2
INFO [02-15|16:23:20] Allocated cache and file handles database=D:\Ethzero\geth\chaindata cache=128 handles=1024
INFO [02-15|16:23:21] Initialised chain configuration config="{ChainID: 88 Homestead: 1150000 DAO: 1920000 DAOSupport: true EIP150: 2463000 EIP155: 2675000 EIP158: 2675000 Byzantium: 4370000 Ethzero: 5025000 Engine: ethash}"
INFO [02-15|16:23:21] Disk storage enabled for ethash caches dir=D:\Ethzero\geth\ethashdata count=3
INFO [02-15|16:23:21] Disk storage enabled for ethash DAGs dir=C:\Users\DDD\AppData\Ethashzero count=2
INFO [02-15|16:23:21] Initialising Ethzero protocol versions="[63 62]" network=88
INFO [02-15|16:23:21] Loaded most recent local header number=3949858 hash=711bd8…94128a td=417792037240709344407
INFO [02-15|16:23:21] Loaded most recent local full block number=3949858 hash=711bd8…94128a td=417792037240709344407
INFO [02-15|16:23:21] Loaded most recent local fast block number=3949858 hash=711bd8…94128a td=417792037240709344407
INFO [02-15|16:23:21] Loaded local transaction journal transactions=0 dropped=0
INFO [02-15|16:23:21] Regenerated local transaction journal transactions=0 accounts=0
INFO [02-15|16:23:21] Starting P2P networking
INFO [02-15|16:23:24] UDP listener up self=enode://639ddbb594023525625fb8a0fb28ee00749737b044cc1467d9515bfa1bb1e5ee18d5fca86a71d0065c8f741ec37d332a75e237e78b7afa7c4bb86a2b72aae2a1@[::]:21212
INFO [02-15|16:23:24] RLPx listener up self=enode://639ddbb594023525625fb8a0fb28ee00749737b044cc1467d9515bfa1bb1e5ee18d5fca86a71d0065c8f741ec37d332a75e237e78b7afa7c4bb86a2b72aae2a1@[::]:21212
INFO [02-15|16:23:24] IPC endpoint opened: \.\pipe\geth.ipc
INFO [02-15|16:23:54] Block synchronisation started
INFO [02-15|16:23:54] Synchronising with the network peer=99646ce50bc153c4 eth=63 head=067f0c…82bb8d td=2128944307977145899332 mode=full
INFO [02-15|16:24:16] Inserted new block number=3949859 hash=0f8841…97e26f uncles=1 txs=50 gas=6638053 elapsed=20.590s
INFO [02-15|16:24:16] Imported new chain segment blocks=1 txs=50 mgas=6.638 elapsed=20.598s mgasps=0.322 number=3949859 hash=0f8841…97e26f
INFO [02-15|16:24:19] Inserted new block number=3949860 hash=8a2903…db9fcd uncles=0 txs=15 gas=508697 elapsed=3.382s
INFO [02-15|16:24:19] Imported new chain segment blocks=1 txs=15 mgas=0.509 elapsed=3.401s mgasps=0.150 number=3949860 hash=8a2903…db9fcd
RunPrecompiledContract ,s out of gas
runtime: VirtualAlloc of 1048576 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw(0xf3b10b, 0xd)
/usr/local/go/src/runtime/panic.go:605 +0x9c
runtime.sysMap(0xc05b1c0000, 0x100000, 0x1, 0x17ebd58)
/usr/local/go/src/runtime/mem_windows.go:122 +0x154
runtime.(*mheap).sysAlloc(0x17d22a0, 0x100000, 0x48e9320)
/usr/local/go/src/runtime/malloc.go:470 +0xde
runtime.(*mheap).grow(0x17d22a0, 0x1, 0x0)
/usr/local/go/src/runtime/mheap.go:887 +0x67
runtime.(*mheap).allocSpanLocked(0x17d22a0, 0x1, 0x17ebd68, 0x48e9320)
/usr/local/go/src/runtime/mheap.go:800 +0x33b
runtime.(*mheap).alloc_m(0x17d22a0, 0x1, 0xc042010006, 0x48e9320)
/usr/local/go/src/runtime/mheap.go:666 +0x126
runtime.(*mheap).alloc.func1()
/usr/local/go/src/runtime/mheap.go:733 +0x54
runtime.systemstack(0x5ecfd10)
/usr/local/go/src/runtime/asm_amd64.s:360 +0xb5
runtime.(*mheap).alloc(0x17d22a0, 0x1, 0x4010006, 0x48e9320)
/usr/local/go/src/runtime/mheap.go:732 +0xa8
runtime.(*mcentral).grow(0x17d3770, 0x0)
/usr/local/go/src/runtime/mcentral.go:232 +0x9b
runtime.(*mcentral).cacheSpan(0x17d3770, 0x48e9320)
/usr/local/go/src/runtime/mcentral.go:106 +0x341
runtime.(*mcache).refill(0x180000, 0x6, 0x48e9320)
/usr/local/go/src/runtime/mcache.go:123 +0xb2
runtime.(*mcache).nextFree.func1()
/usr/local/go/src/runtime/malloc.go:557 +0x39
runtime.systemstack(0xc04201db38)
/usr/local/go/src/runtime/asm_amd64.s:344 +0x7e
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1135

goroutine 1629 [running]:
runtime.systemstack_switch()
/usr/local/go/src/runtime/asm_amd64.s:298 fp=0xc044698d18 sp=0xc044698d10 pc=0x45c590
runtime.(*mcache).nextFree(0x180000, 0x6, 0xc05b1be680, 0x487cb60, 0x0)
/usr/local/go/src/runtime/malloc.go:556 +0xb0 fp=0xc044698d70 sp=0xc044698d18 pc=0x412280
runtime.mallocgc(0x20, 0xe36c80, 0xeac201, 0xc044698e01)
/usr/local/go/src/runtime/malloc.go:711 +0x72f fp=0xc044698e18 sp=0xc044698d70 pc=0x412b7f
runtime.convT2Islice(0x16131a0, 0xc044698ec0, 0xc044698f80, 0xc044698fd8)
/usr/local/go/src/runtime/iface.go:433 +0x74 fp=0xc044698e50 sp=0xc044698e18 pc=0x410864
github.com/ethzero/go-ethzero/trie.(*Trie).hashRoot(0xc04f718840, 0x0, 0x0, 0xc05b1be620, 0x20, 0xc054475af8, 0x20, 0x46, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/trie/trie.go:501 +0x190 fp=0xc044698ee8 sp=0xc044698e50 pc=0x6423b0
github.com/ethzero/go-ethzero/trie.(*Trie).Hash(0xc04f718840, 0x0, 0x0, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/trie/trie.go:465 +0x89 fp=0xc044698f90 sp=0xc044698ee8 pc=0x641bf9
github.com/ethzero/go-ethzero/trie.(*SecureTrie).Hash(0xc04f718840, 0x0, 0x0, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/trie/secure_trie.go:152 +0x5c fp=0xc044698fe8 sp=0xc044698f90 pc=0x639f6c
github.com/ethzero/go-ethzero/core/state.(*stateObject).updateRoot(0xc04edae700, 0x1615c60, 0xc042150b00)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state/state_object.go:239 +0x67 fp=0xc044699040 sp=0xc044698fe8 pc=0x7ef567
github.com/ethzero/go-ethzero/core/state.(*StateDB).Finalise(0xc04f1071d0, 0xc042002901)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state/statedb.go:530 +0x14f fp=0xc044699100 sp=0xc044699040 pc=0x7f599f
github.com/ethzero/go-ethzero/core/state.(*StateDB).IntermediateRoot(0xc04f1071d0, 0xc04f123801, 0x0, 0x0, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state/statedb.go:542 +0x66 fp=0xc044699158 sp=0xc044699100 pc=0x7f5b06
github.com/ethzero/go-ethzero/common.common.Hash.Bytes(...)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state_processor.go:117
github.com/ethzero/go-ethzero/core.ApplyTransaction(0x1794a80, 0xc045fd4000, 0x0, 0xc04f1238e0, 0xc04f1071d0, 0xc045b97d40, 0xc044c2a2d0, 0xc04f123820, 0x0, 0x0, ...)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state_processor.go:117 +0xb4d fp=0xc04469bef0 sp=0xc044699158 pc=0x8b5d9d
github.com/ethzero/go-ethzero/core.(*StateProcessor).Process(0xc0420f6e60, 0xc04b90ea20, 0xc04f1071d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/state_processor.go:78 +0x709 fp=0xc04469e970 sp=0xc04469bef0 pc=0x8b4ce9
github.com/ethzero/go-ethzero/core.(*BlockChain).insertChain(0xc045fd4000, 0xc0421e9400, 0x453, 0x453, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/blockchain.go:972 +0x1dce fp=0xc0446a1c50 sp=0xc04469e970 pc=0x89942e
github.com/ethzero/go-ethzero/core.(*BlockChain).InsertChain(0xc045fd4000, 0xc0421e9400, 0x453, 0x453, 0x17e9d28, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/blockchain.go:864 +0x6e fp=0xc0446a1ce0 sp=0xc0446a1c50 pc=0x8975ae
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).importBlockResults(0xc0420449c0, 0xc0421e6f00, 0x453, 0x453, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:1359 +0x190 fp=0xc0446a1f10 sp=0xc0446a1ce0 pc=0xa53c30
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).processFullSyncContent(0xc0420449c0, 0xc046159f98, 0xeaa820b1dad2217a)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:1334 +0x7b fp=0xc0446a1f68 sp=0xc0446a1f10 pc=0xa53a1b
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).(github.com/ethzero/go-ethzero/eth/downloader.processFullSyncContent)-fm(0xdbc188bf00000008, 0xfe7020)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:482 +0x31 fp=0xc0446a1f90 sp=0xc0446a1f68 pc=0xa6ad01
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).spawnSync.func1(0xc042775ec0, 0xc0428b7800, 0xc043f822a0)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:500 +0x58 fp=0xc0446a1fc8 sp=0xc0446a1f90 pc=0xa671a8
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc0446a1fd0 sp=0xc0446a1fc8 pc=0x45f2a1
created by github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).spawnSync
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:500 +0xce

goroutine 1 [chan receive, 1 minutes]:
github.com/ethzero/go-ethzero/node.(*Node).Wait(0xc042098000)
/ext-go/1/src/github.com/ethzero/go-ethzero/node/node.go:533 +0x86
main.geth(0xc0420ad1e0, 0xfe5150, 0xb2d05e00)
/ext-go/1/src/github.com/ethzero/go-ethzero/cmd/geth/main.go:218 +0x58
github.com/ethzero/go-ethzero/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xdbd260, 0xfe65e8, 0xc0420ad1e0, 0xc0420ad1e0, 0xc042125f40)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xd9
github.com/ethzero/go-ethzero/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0420456c0, 0xc042060000, 0x5, 0x8, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/gopkg.in/urfave/cli.v1/app.go:264 +0x63c
main.main()
/ext-go/1/src/github.com/ethzero/go-ethzero/cmd/geth/main.go:206 +0x5c

goroutine 6 [syscall, 1 minutes]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:131 +0xad
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x29
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:28 +0x48

goroutine 7 [chan receive]:
github.com/ethzero/go-ethzero/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x17be9e0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x38
created by github.com/ethzero/go-ethzero/vendor/github.com/rcrowley/go-metrics.NewMeter
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x12e

goroutine 13 [select]:
github.com/ethzero/go-ethzero/accounts/keystore.(*KeyStore).updater(0xc04248c000)
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/keystore/keystore.go:203 +0x10b
created by github.com/ethzero/go-ethzero/accounts/keystore.(*KeyStore).Subscribe
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/keystore/keystore.go:190 +0x133

goroutine 14 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:65 +0x145
github.com/ethzero/go-ethzero/accounts/usbwallet.(*Hub).updater(0xc042428000)
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/usbwallet/hub.go:224 +0x45
created by github.com/ethzero/go-ethzero/accounts/usbwallet.(*Hub).Subscribe
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/usbwallet/hub.go:213 +0x133

goroutine 15 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:65 +0x145
github.com/ethzero/go-ethzero/accounts/usbwallet.(*Hub).updater(0xc042428140)
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/usbwallet/hub.go:224 +0x45
created by github.com/ethzero/go-ethzero/accounts/usbwallet.(*Hub).Subscribe
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/usbwallet/hub.go:213 +0x133

goroutine 16 [select, 1 minutes]:
github.com/ethzero/go-ethzero/accounts.(*Manager).update(0xc042066680)
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/manager.go:95 +0x1dd
created by github.com/ethzero/go-ethzero/accounts.NewManager
/ext-go/1/src/github.com/ethzero/go-ethzero/accounts/manager.go:68 +0x5ae

goroutine 34 [select]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0422102a0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x179
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x19c

goroutine 35 [select]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc04201de00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x120
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4c4

goroutine 36 [select]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc04201de00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x142
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4e6

goroutine 37 [runnable, locked to thread]:
syscall.Syscall(0x7ff98d3926e0, 0x1, 0x1254, 0x0, 0x0, 0xc045f73258, 0x42e490, 0xc05ab878e0)
/usr/local/go/src/runtime/syscall_windows.go:163 +0x69
syscall.FlushFileBuffers(0x1254, 0xc045f73270, 0x203401)
/usr/local/go/src/syscall/zsyscall_windows.go:948 +0x6b
syscall.Fsync(0x1254, 0xfe6528, 0xc043fc30e0)
/usr/local/go/src/syscall/syscall_windows.go:521 +0x32
internal/poll.(*FD).Fsync(0xc043fc30e0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_posix.go:56 +0x8f
os.(*File).Sync(0xc045cd32f8, 0xc059988e70, 0xc059988c18)
/usr/local/go/src/os/file_posix.go:127 +0x51
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/storage.(*fileWrap).Sync(0xc0507ee5d0, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:513 +0x35
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*tWriter).finish(0xc059ac27e0, 0x0, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/table.go:512 +0x237
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).flush(0xc0465903c0, 0xc052cd45e0, 0x20)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:404 +0x51
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0xc0465903c0, 0xc05489c250, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:465 +0x73b
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc04201de00, 0xf378c9, 0xb, 0x160c620, 0xc0465903c0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:185 +0x169
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc04201de00, 0xc04c75c700, 0xc04a988d00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:577 +0x69e
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc04201de00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:633 +0x5d
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc04201de00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:824 +0x3c1
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x665

goroutine 38 [select, 1 minutes]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc04201de00)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x199
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x687

goroutine 39 [select, 1 minutes]:
github.com/ethzero/go-ethzero/core.(*ChainIndexer).updateLoop(0xc042078240)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/chain_indexer.go:268 +0x17d
created by github.com/ethzero/go-ethzero/core.NewChainIndexer
/ext-go/1/src/github.com/ethzero/go-ethzero/core/chain_indexer.go:107 +0x265

goroutine 40 [select]:
github.com/ethzero/go-ethzero/core.(*BlockChain).update(0xc045fd4000)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/blockchain.go:1204 +0x116
created by github.com/ethzero/go-ethzero/core.NewBlockChain
/ext-go/1/src/github.com/ethzero/go-ethzero/core/blockchain.go:171 +0xe3f

goroutine 41 [select]:
github.com/ethzero/go-ethzero/core.(*ChainIndexer).eventLoop(0xc042078240, 0xc042098b40, 0xc045a3bf20, 0x160baa0, 0xc042140bc0)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/chain_indexer.go:189 +0x268
created by github.com/ethzero/go-ethzero/core.(*ChainIndexer).Start
/ext-go/1/src/github.com/ethzero/go-ethzero/core/chain_indexer.go:132 +0xd6

goroutine 42 [select]:
github.com/ethzero/go-ethzero/core.(*TxPool).loop(0xc042095dc0)
/ext-go/1/src/github.com/ethzero/go-ethzero/core/tx_pool.go:306 +0x36e
created by github.com/ethzero/go-ethzero/core.NewTxPool
/ext-go/1/src/github.com/ethzero/go-ethzero/core/tx_pool.go:278 +0x704

goroutine 43 [select]:
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).qosTuner(0xc0420449c0)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:1531 +0x359
created by github.com/ethzero/go-ethzero/eth/downloader.New
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:231 +0xa23

goroutine 44 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).stateFetcher(0xc0420449c0)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/statesync.go:76 +0x161
created by github.com/ethzero/go-ethzero/eth/downloader.New
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:232 +0xa45

goroutine 45 [select]:
github.com/ethzero/go-ethzero/miner.(*worker).update(0xc042428640)
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/worker.go:252 +0x310
created by github.com/ethzero/go-ethzero/miner.newWorker
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/worker.go:155 +0x539

goroutine 46 [chan receive, 1 minutes]:
github.com/ethzero/go-ethzero/miner.(*worker).wait(0xc042428640)
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/worker.go:295 +0x355
created by github.com/ethzero/go-ethzero/miner.newWorker
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/worker.go:157 +0x55b

goroutine 99 [select]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc046206180)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x142
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4e6

goroutine 19 [select]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0424862a0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x179
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x19c

goroutine 64 [select, 1 minutes]:
github.com/ethzero/go-ethzero/p2p/nat.Map(0x16147a0, 0xc042033d00, 0xc0432aaae0, 0xf2d095, 0x3, 0x52dc, 0x52dc, 0xf4aa49, 0x12)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/nat/nat.go:114 +0x4d2
created by github.com/ethzero/go-ethzero/p2p/discover.newUDP
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/udp.go:243 +0x50c

goroutine 63 [chan receive, 1 minutes]:
github.com/ethzero/go-ethzero/miner.(*Miner).update(0xc045fb2910)
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/miner.go:81 +0x1af
created by github.com/ethzero/go-ethzero/miner.New
/ext-go/1/src/github.com/ethzero/go-ethzero/miner/miner.go:69 +0x274

goroutine 1627 [runnable]:
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).fetchParts(0xc0420449c0, 0x1605820, 0xc0421b4ad0, 0xc04604c2a0, 0xc043f822c0, 0xc0420144d0, 0xc046ea7eb0, 0xc046ea7f00, 0xc046ea7ef0, 0xc046ea7ee0, ...)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:1001 +0x24c
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).fetchReceipts(0xc0420449c0, 0x3c4523, 0xc046ea7f98, 0xc042008100)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:954 +0x345
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).syncWithPeer.func5(0xc000000008, 0xfe7020)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:476 +0x3e
github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).spawnSync.func1(0xc042775ec0, 0xc0428b7800, 0xc044009660)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:500 +0x58
created by github.com/ethzero/go-ethzero/eth/downloader.(*Downloader).spawnSync
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/downloader/downloader.go:500 +0xce

goroutine 85 [select]:
github.com/ethzero/go-ethzero/eth/fetcher.(*Fetcher).loop(0xc045fb4d00)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/fetcher/fetcher.go:316 +0x80b
created by github.com/ethzero/go-ethzero/eth/fetcher.(*Fetcher).Start
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/fetcher/fetcher.go:178 +0x46

goroutine 87 [select, 1 minutes]:
github.com/ethzero/go-ethzero/p2p/discover.(*nodeDB).expirer(0xc0420fcf60)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/database.go:231 +0xfd
created by github.com/ethzero/go-ethzero/p2p/discover.(*nodeDB).ensureExpirer.func1
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/database.go:223 +0x45

goroutine 37342 [select]:
net.(*netFD).connect.func2(0x16140a0, 0xc0420fc5a0, 0xc05439cfc0, 0xc04563aae0)
/usr/local/go/src/net/fd_windows.go:105 +0xf9
created by net.(*netFD).connect
/usr/local/go/src/net/fd_windows.go:104 +0x218

goroutine 98 [select, 1 minutes]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc046206180)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x120
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4c4

goroutine 67 [IO wait]:
internal/poll.runtime_pollWait(0x5f5dbd0, 0x72, 0x160a6a0)
/usr/local/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc046210158, 0x72, 0x1603600, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x17b9c68, 0xc046210018, 0xfe6500, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_windows.go:205 +0x13a
internal/poll.(*FD).ReadFrom(0xc046210000, 0xc0461d4030, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_windows.go:591 +0x106
net.(*netFD).readFrom(0xc046210000, 0xc0461d4030, 0x10, 0x10, 0xc046210000, 0xc0462100b8, 0x0, 0xee6b28000, 0xc04620dd48)
/usr/local/go/src/net/fd_windows.go:157 +0x65
net.(*UDPConn).readFrom(0xc046172018, 0xc0461d4030, 0x10, 0x10, 0x2, 0x2, 0x2, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x71
net.(*UDPConn).ReadFromUDP(0xc046172018, 0xc0461d4030, 0x10, 0x10, 0x2, 0x0, 0x0, 0x1e32072241)
/usr/local/go/src/net/udpsock.go:106 +0x79
github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp.(*network).call(0xc0461d8040, 0xc0461d4010, 0x2, 0x2, 0x0, 0xc0461d4030, 0x10, 0x10, 0x0, 0x0)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp/network.go:54 +0x2ed
github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc0461d8060, 0xc0461d4010, 0x2, 0x2, 0xc, 0x2, 0xc043399d70, 0x28, 0x28, 0xc04620df60)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:104 +0x6e
github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc0461d8060, 0xc0461d8060, 0x28, 0x28)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/jackpal/go-nat-pmp/natpmp.go:56 +0x9f
github.com/ethzero/go-ethzero/p2p/nat.discoverPMP.func1(0xc0461b85ec, 0x4, 0x4, 0xc04604d620)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/nat/natpmp.go:73 +0xba
created by github.com/ethzero/go-ethzero/p2p/nat.discoverPMP
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/nat/natpmp.go:71 +0xcc

goroutine 100 [select, 1 minutes]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc046206180)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2cf
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x665

goroutine 101 [select, 1 minutes]:
github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc046206180)
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x199
created by github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb.openDB
/ext-go/1/src/github.com/ethzero/go-ethzero/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x687

goroutine 102 [select, 1 minutes]:
github.com/ethzero/go-ethzero/p2p/discover.(*Table).refreshLoop(0xc0420a2d00)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/table.go:326 +0x1e2
created by github.com/ethzero/go-ethzero/p2p/discover.newTable
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/table.go:116 +0x3a2

goroutine 103 [select]:
github.com/ethzero/go-ethzero/p2p/discover.(*udp).loop(0xc042226ee0)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/udp.go:375 +0x5e7
created by github.com/ethzero/go-ethzero/p2p/discover.newUDP
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/udp.go:258 +0x2ec

goroutine 104 [IO wait]:
internal/poll.runtime_pollWait(0x5f5de10, 0x72, 0x160a6a0)
/usr/local/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc046188818, 0x72, 0x1603600, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x17b9c68, 0xc0461886d8, 0xfe6500, 0x4, 0xc0459d3f00, 0x9a09ef)
/usr/local/go/src/internal/poll/fd_windows.go:205 +0x13a
internal/poll.(*FD).ReadFrom(0xc0461886c0, 0xc0454a4000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_windows.go:591 +0x106
net.(*netFD).readFrom(0xc0461886c0, 0xc0454a4000, 0x500, 0x500, 0xdaa48ca1e0c2a08a, 0x2902f64119198b77, 0x3b7629e6f0e63cb6, 0xecabb207e2e3b190, 0xdfc50ccc7e265803)
/usr/local/go/src/net/fd_windows.go:157 +0x65
net.(*UDPConn).readFrom(0xc0421431d8, 0xc0454a4000, 0x500, 0x500, 0x0, 0xc0459d3f00, 0x99182c, 0xdee7e0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x71
net.(*UDPConn).ReadFromUDP(0xc0421431d8, 0xc0454a4000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock.go:106 +0x79
github.com/ethzero/go-ethzero/p2p/discover.(*udp).readLoop(0xc042226ee0)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/udp.go:502 +0xe2
created by github.com/ethzero/go-ethzero/p2p/discover.newUDP
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/discover/udp.go:259 +0x311

goroutine 105 [IO wait, 1 minutes]:
internal/poll.runtime_pollWait(0x5f5dc90, 0x72, 0xc042098d98)
/usr/local/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc042098ed8, 0x72, 0x1603600, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x17b9c68, 0xc042098d98, 0xc0421ee7a0, 0x17, 0x1, 0x0)
/usr/local/go/src/internal/poll/fd_windows.go:205 +0x13a
internal/poll.(*FD).acceptOne(0xc042098d80, 0x3ec, 0xc0462c0000, 0x2, 0x2, 0xc042098d98, 0x0, 0xc042d33d00, 0x412edf, 0x10)
/usr/local/go/src/internal/poll/fd_windows.go:767 +0xae
internal/poll.(*FD).Accept(0xc042098d80, 0xc0421480c0, 0x0, 0x0, 0x0, 0x0, 0xc000000000, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/internal/poll/fd_windows.go:801 +0x171
net.(*netFD).accept(0xc042098d80, 0x147a250, 0xc0421ee600, 0xc04656a118)
/usr/local/go/src/net/fd_windows.go:192 +0x88
net.(*TCPListener).accept(0xc042004090, 0xc042d33eb0, 0x405a0b, 0xc04656a0c0)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x35
net.(*TCPListener).Accept(0xc042004090, 0x0, 0xc04656a0c0, 0x2, 0x2)
/usr/local/go/src/net/tcpsock.go:247 +0x50
github.com/ethzero/go-ethzero/p2p.(*Server).listenLoop(0xc0420986c0)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:665 +0x27f
created by github.com/ethzero/go-ethzero/p2p.(*Server).startListening
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:443 +0x160

goroutine 106 [select, 1 minutes]:
github.com/ethzero/go-ethzero/p2p/nat.Map(0x16147a0, 0xc042033d00, 0xc0432aa7e0, 0xf2d089, 0x3, 0x52dc, 0x52dc, 0xf38a65, 0xc)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/nat/nat.go:114 +0x4d2
github.com/ethzero/go-ethzero/p2p.(*Server).startListening.func1(0xc0420986c0, 0xc045692750)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:448 +0x92
created by github.com/ethzero/go-ethzero/p2p.(*Server).startListening
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:447 +0x202

goroutine 107 [select]:
github.com/ethzero/go-ethzero/p2p.(*Server).run(0xc0420986c0, 0x1614720, 0xc042040000)
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:512 +0x616
created by github.com/ethzero/go-ethzero/p2p.(*Server).Start
/ext-go/1/src/github.com/ethzero/go-ethzero/p2p/server.go:428 +0x761

goroutine 108 [select, 1 minutes]:
github.com/ethzero/go-ethzero/contracts/release.(*ReleaseService).checker(0xc045fb2be0)
/ext-go/1/src/github.com/ethzero/go-ethzero/contracts/release/release.go:118 +0x166
created by github.com/ethzero/go-ethzero/contracts/release.(*ReleaseService).Start
/ext-go/1/src/github.com/ethzero/go-ethzero/contracts/release/release.go:98 +0x46

goroutine 109 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 110 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 111 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 112 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 113 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 114 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 115 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 116 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 117 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 118 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 119 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 120 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 121 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f

goroutine 122 [select, 1 minutes]:
github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers.func1(0xc042210380)
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:55 +0x3c9
created by github.com/ethzero/go-ethzero/eth.(*Ethereum).startBloomHandlers
/ext-go/1/src/github.com/ethzero/go-ethzero/eth/bloombits.go:53 +0x4f
log.txt

Error when compiling go-etherzero

Hi. An error occurs when compiling on the server go-etherzero "build command-line-arguments: can't load github.com/Azure/azure-storage-blob-go/2018-03-28/azblob: module github.com/Azure/azure-storage-blob-go@latest found (v0. 8. 0), but does not contain the package github.com/Azure/azure-storage-blob-go/2018-03-28/azblob".
I looked up what the repository is at github.com/Azure/azure-storage-blob-go/2018-03-28/azblob no, it was moved. Please correct the source code. Thanks.

fatal error: runtime: out of memory

It happened at 3626018 block while geth node syncing:

INFO [02-06|03:00:28] Imported new block receipts count=177 elapsed=720.133ms bytes=1481468 number=3625331 hash=c50f54…08a992 ignored=0
INFO [02-06|03:00:28] Imported new state entries count=1152 elapsed=6.383ms processed=7649177 pending=14022 retry=0 duplicate=0 unexpected=0
INFO [02-06|03:00:31] Imported new block receipts count=342 elapsed=926.551ms bytes=2835075 number=3625673 hash=ee2e87…7013d3 ignored=0
INFO [02-06|03:00:31] Imported new state entries count=768 elapsed=30.329ms processed=7649945 pending=17895 retry=0 duplicate=0 unexpected=0
INFO [02-06|03:00:32] Imported new block receipts count=345 elapsed=767.801ms bytes=3156704 number=3626018 hash=3e4f3c…a69545 ignored=0
INFO [02-06|03:00:32] Imported new state entries count=384 elapsed=506.461µs processed=7650329 pending=22423 retry=0 duplicate=0 unexpected=0
INFO [02-06|03:00:35] Imported new state entries count=1920 elapsed=9.554ms processed=7652249 pending=22335 retry=0 duplicate=0 unexpected=0
INFO [02-06|03:00:37] Imported new state entries count=1920 elapsed=75.161ms processed=7654169 pending=21362 retry=0 duplicate=0 unexpected=0
fatal error: runtime: out of memory

runtime stack:
runtime.throw(0xfb8a56, 0x16)
/usr/local/go/src/runtime/panic.go:596 +0x95
runtime.sysMap(0xc481580000, 0x8000000, 0x19a5e00, 0x19bf198)
/usr/local/go/src/runtime/mem_linux.go:216 +0x1d0
runtime.(*mheap).sysAlloc(0x19a5e60, 0x8000000, 0x427031)
/usr/local/go/src/runtime/malloc.go:440 +0x374
runtime.(*mheap).grow(0x19a5e60, 0x4000, 0x0)
/usr/local/go/src/runtime/mheap.go:774 +0x62
runtime.(*mheap).allocSpanLocked(0x19a5e60, 0x4000, 0x100)
/usr/local/go/src/runtime/mheap.go:678 +0x44f
runtime.(*mheap).alloc_m(0x19a5e60, 0x4000, 0x100000000, 0xffffffffffffffff)
/usr/local/go/src/runtime/mheap.go:562 +0xe2
runtime.(*mheap).alloc.func1()

Full error log:
error_stack.txt

insufficient funds for gas * price + value

So I solo mined my first block (YAY) but I tried transferring the 1.8 etz to another wallet but I get the error message

insufficient funds for gas * price + value

I transferred 1.7 etz no problem with the eth.sendTransaction(from, to, value) but when I try to empty the wallet I get the error. With no transaction cost, why can I not just transfer the whole value?

error: proto

  1. When fully compiled, it displays an error:
build/env.sh go run build/ci.go install
util.go:168: package listing failed: exit status 1
can't load package: package github.com/etherzero/go-etherzero/proto: found packages eth (attestation.pb.go) and proto (masternode_block.pb.go) in /home/golang/go/src/github.com/etherzero/go-etherzero/build/_workspace/src/github.com/etherzero/go-etherzero/proto

eth package -> proto package

cant compile windows

go version go1.11.4 windows/amd64
use instructions
https://github.com/etherzero-org/go-etherzero/wiki/Installation-instructions-for-Windows
have error. dont compile geth

C:\Users\axelx\src\github.com\etherzero\go-etherzero>go install -v ./cmd/...
github.com/etherzero/go-etherzero/vendor/github.com/hashicorp/golang-lru/simplelru
github.com/etherzero/go-etherzero/common/fdlimit
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/token
github.com/etherzero/go-etherzero/crypto/sha3
github.com/etherzero/go-etherzero/common/hexutil
github.com/etherzero/go-etherzero/vendor/github.com/go-stack/stack
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/util
github.com/etherzero/go-etherzero/log
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/comparer
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/cache
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/storage
github.com/etherzero/go-etherzero/common
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/filter
github.com/etherzero/go-etherzero/metrics
github.com/etherzero/go-etherzero/vendor/github.com/golang/snappy
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/errors
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/opt
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/iterator
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/journal
github.com/etherzero/go-etherzero/params
github.com/etherzero/go-etherzero/rlp
github.com/etherzero/go-etherzero/common/math
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/memdb
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb/table
github.com/etherzero/go-etherzero/crypto/secp256k1
github.com/etherzero/go-etherzero/vendor/gopkg.in/karalabe/cookiejar.v2/collections/prque
github.com/etherzero/go-etherzero/vendor/github.com/hashicorp/golang-lru
github.com/etherzero/go-etherzero/vendor/github.com/aristanetworks/goarista/monotime
github.com/etherzero/go-etherzero/vendor/github.com/syndtr/goleveldb/leveldb
github.com/etherzero/go-etherzero/crypto/randentropy
github.com/etherzero/go-etherzero/vendor/github.com/pborman/uuid
github.com/etherzero/go-etherzero/common/mclock
github.com/etherzero/go-etherzero/event
github.com/etherzero/go-etherzero/vendor/gopkg.in/fatih/set.v0
github.com/etherzero/go-etherzero/common/compiler
github.com/etherzero/go-etherzero/ethdb
github.com/etherzero/go-etherzero/p2p/netutil
github.com/etherzero/go-etherzero/vendor/github.com/rs/xhandler
github.com/etherzero/go-etherzero/vendor/gopkg.in/natefinch/npipe.v2
github.com/etherzero/go-etherzero/vendor/github.com/edsrzf/mmap-go
github.com/etherzero/go-etherzero/vendor/github.com/rs/cors
github.com/etherzero/go-etherzero/common/bitutil
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/httpu
github.com/etherzero/go-etherzero/rpc
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/scpd
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/soap
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/ssdp
github.com/etherzero/go-etherzero/vendor/github.com/jackpal/go-nat-pmp
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp
github.com/etherzero/go-etherzero/crypto/bn256/cloudflare
github.com/etherzero/go-etherzero/vendor/github.com/go-ole/go-ole
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/dcps/internetgateway1
github.com/etherzero/go-etherzero/vendor/github.com/huin/goupnp/dcps/internetgateway2
github.com/etherzero/go-etherzero/crypto/bn256
github.com/etherzero/go-etherzero/vendor/github.com/go-ole/go-ole/oleutil
github.com/etherzero/go-etherzero/vendor/github.com/pkg/errors
github.com/etherzero/go-etherzero/vendor/github.com/StackExchange/wmi
github.com/etherzero/go-etherzero/p2p/nat
github.com/etherzero/go-etherzero/vendor/github.com/elastic/gosigar/sys/windows
github.com/etherzero/go-etherzero/vendor/github.com/davecgh/go-spew/spew
github.com/etherzero/go-etherzero/eth/tracers/internal/tracers
github.com/etherzero/go-etherzero/vendor/github.com/elastic/gosigar
github.com/etherzero/go-etherzero/vendor/gopkg.in/olebedev/go-duktape.v3
github.com/etherzero/go-etherzero/vendor/github.com/golang/protobuf/proto
github.com/etherzero/go-etherzero/vendor/github.com/karalabe/hid
github.com/etherzero/go-etherzero/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor
github.com/etherzero/go-etherzero/accounts/usbwallet/internal/trezor
github.com/etherzero/go-etherzero/log/term
github.com/etherzero/go-etherzero/metrics/exp
github.com/etherzero/go-etherzero/vendor/github.com/fjl/memsize
github.com/etherzero/go-etherzero/vendor/github.com/fjl/memsize/memsizeui
github.com/etherzero/go-etherzero/vendor/github.com/mattn/go-isatty
github.com/etherzero/go-etherzero/vendor/github.com/mattn/go-colorable
github.com/etherzero/go-etherzero/vendor/gopkg.in/urfave/cli.v1
github.com/etherzero/go-etherzero/internal/debug
github.com/etherzero/go-etherzero/vendor/github.com/prometheus/prometheus/util/flock
github.com/etherzero/go-etherzero/les/flowcontrol
github.com/etherzero/go-etherzero/vendor/golang.org/x/sync/syncmap
github.com/etherzero/go-etherzero/signer/rules/deps
github.com/etherzero/go-etherzero/signer/storage
github.com/etherzero/go-etherzero/vendor/gopkg.in/sourcemap.v1/base64vlq
github.com/etherzero/go-etherzero/vendor/gopkg.in/sourcemap.v1
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/file
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/ast
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/dbg
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/parser
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto/registry
github.com/etherzero/go-etherzero/vendor/github.com/robertkrimen/otto
github.com/etherzero/go-etherzero/internal/jsre/deps
github.com/etherzero/go-etherzero/vendor/github.com/fatih/color
github.com/etherzero/go-etherzero/internal/web3ext
github.com/etherzero/go-etherzero/internal/jsre
github.com/etherzero/go-etherzero/vendor/github.com/peterh/liner
github.com/etherzero/go-etherzero/cmd/internal/browser
github.com/etherzero/go-etherzero/vendor/github.com/maruel/panicparse/stack
github.com/etherzero/go-etherzero/vendor/github.com/mattn/go-runewidth
github.com/etherzero/go-etherzero/vendor/github.com/mitchellh/go-wordwrap
github.com/etherzero/go-etherzero/vendor/github.com/nsf/termbox-go
github.com/etherzero/go-etherzero/vendor/github.com/naoina/go-stringutil
github.com/etherzero/go-etherzero/vendor/github.com/gizak/termui
github.com/etherzero/go-etherzero/vendor/github.com/naoina/toml/ast
github.com/etherzero/go-etherzero/vendor/github.com/naoina/toml
github.com/etherzero/go-etherzero/vendor/github.com/docker/docker/pkg/reexec
github.com/etherzero/go-etherzero/p2p/simulations/pipes
github.com/etherzero/go-etherzero/vendor/github.com/julienschmidt/httprouter
github.com/etherzero/go-etherzero/vendor/github.com/olekukonko/tablewriter
github.com/etherzero/go-etherzero/cmd/rlpdump
github.com/etherzero/go-etherzero/crypto
github.com/etherzero/go-etherzero/swarm/log
github.com/etherzero/go-etherzero/trie
github.com/etherzero/go-etherzero/accounts/abi
github.com/etherzero/go-etherzero/p2p/discover
github.com/etherzero/go-etherzero/core/types/devotedb
github.com/etherzero/go-etherzero/crypto/ecies
github.com/etherzero/go-etherzero/p2p/discv5
github.com/etherzero/go-etherzero/core/types
github.com/etherzero/go-etherzero/swarm/services/swap/swap
github.com/etherzero/go-etherzero/swarm/multihash
github.com/etherzero/go-etherzero
github.com/etherzero/go-etherzero/core/state
github.com/etherzero/go-etherzero/core/rawdb
github.com/etherzero/go-etherzero/accounts
github.com/etherzero/go-etherzero/core/vm
github.com/etherzero/go-etherzero/accounts/keystore
github.com/etherzero/go-etherzero/consensus
github.com/etherzero/go-etherzero/consensus/misc
github.com/etherzero/go-etherzero/accounts/abi/bind
github.com/etherzero/go-etherzero/consensus/clique
github.com/etherzero/go-etherzero/consensus/ethash
github.com/etherzero/go-etherzero/cmd/abigen
github.com/etherzero/go-etherzero/consensus/devote
github.com/etherzero/go-etherzero/p2p
github.com/etherzero/go-etherzero/core
github.com/etherzero/go-etherzero/dashboard
github.com/etherzero/go-etherzero/contracts/masternode/contract
github.com/etherzero/go-etherzero/core/bloombits
github.com/etherzero/go-etherzero/eth/downloader
github.com/etherzero/go-etherzero/core/types/masternode
github.com/etherzero/go-etherzero/eth/fetcher
github.com/etherzero/go-etherzero/eth/filters
github.com/etherzero/go-etherzero/internal/ethapi
github.com/etherzero/go-etherzero/miner
github.com/etherzero/go-etherzero/eth/gasprice
github.com/etherzero/go-etherzero/accounts/usbwallet
github.com/etherzero/go-etherzero/light
github.com/etherzero/go-etherzero/node
github.com/etherzero/go-etherzero/whisper/whisperv6
github.com/etherzero/go-etherzero/signer/core
github.com/etherzero/go-etherzero/console
github.com/etherzero/go-etherzero/core/asm
github.com/etherzero/go-etherzero/signer/rules
github.com/etherzero/go-etherzero/core/vm/runtime
github.com/etherzero/go-etherzero/tests
github.com/etherzero/go-etherzero/ethclient
github.com/etherzero/go-etherzero/cmd/evm/internal/compiler

github.com/etherzero/go-etherzero/tests

tests\state_test_util.go:166:21: not enough arguments in call to statedb.SetBalance
have (common.Address, *big.Int)
want (common.Address, *big.Int, *big.Int)
tests\vm_test_util.go:135:3: cannot use transfer (type func(vm.StateDB, common.Address, common.Address, *big.Int)) as type vm.TransferFunc in field value
tests\vm_test_util.go:146:37: undefined: params.MainnetChainConfig
github.com/etherzero/go-etherzero/p2p/simulations/adapters
github.com/etherzero/go-etherzero/cmd/puppeth
github.com/etherzero/go-etherzero/contracts/chequebook/contract
github.com/etherzero/go-etherzero/p2p/simulations
github.com/etherzero/go-etherzero/contracts/chequebook
github.com/etherzero/go-etherzero/contracts/ens/contract
github.com/etherzero/go-etherzero/cmd/p2psim
github.com/etherzero/go-etherzero/contracts/ens
github.com/etherzero/go-etherzero/p2p/protocols
github.com/etherzero/go-etherzero/swarm/pot

github.com/etherzero/go-etherzero/cmd/puppeth

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined
github.com/etherzero/go-etherzero/swarm/state
github.com/etherzero/go-etherzero/swarm/bmt
github.com/etherzero/go-etherzero/swarm/storage/encryption
github.com/etherzero/go-etherzero/swarm/network
github.com/etherzero/go-etherzero/swarm/storage/mock
github.com/etherzero/go-etherzero/swarm/storage
github.com/etherzero/go-etherzero/whisper/whisperv5
github.com/etherzero/go-etherzero/swarm/services/swap
github.com/etherzero/go-etherzero/swarm/pss
github.com/etherzero/go-etherzero/swarm/storage/mru
github.com/etherzero/go-etherzero/swarm/network/bitvector
github.com/etherzero/go-etherzero/swarm/api
github.com/etherzero/go-etherzero/swarm/network/priorityqueue
github.com/etherzero/go-etherzero/swarm/network/stream/intervals
github.com/etherzero/go-etherzero/swarm/api/http
github.com/etherzero/go-etherzero/swarm/fuse
github.com/etherzero/go-etherzero/swarm/network/stream
github.com/etherzero/go-etherzero/swarm/api/client
github.com/etherzero/go-etherzero/swarm
github.com/etherzero/go-etherzero/vendor/github.com/influxdata/influxdb/pkg/escape
github.com/etherzero/go-etherzero/vendor/github.com/influxdata/influxdb/models
github.com/etherzero/go-etherzero/cmd/swarm/swarm-smoke
github.com/etherzero/go-etherzero/vendor/github.com/influxdata/influxdb/client
github.com/etherzero/go-etherzero/whisper/mailserver
github.com/etherzero/go-etherzero/metrics/influxdb

github.com/etherzero/go-etherzero/vendor/gopkg.in/olebedev/go-duktape.v3

duk_minimal_printf.c: In function 'duk__parse_pointer':
duk_minimal_printf.c:126:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
*out = (void *) val;
^
duk_minimal_printf.c: In function 'duk_minimal_vsnprintf':
duk_minimal_printf.c:236:76: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
off = duk__format_long(str, size, off, sizeof(void *) * 2, '0', 16, 0, (unsigned long) v);
^

github.com/etherzero/go-etherzero/vendor/gopkg.in/olebedev/go-duktape.v3

duk_bi_date_windows.c:26:16: warning: 'duk__convert_filetime_to_ularge' defined but not used [-Wunused-function]
github.com/etherzero/go-etherzero/eth/tracers
github.com/etherzero/go-etherzero/eth
github.com/etherzero/go-etherzero/les
github.com/etherzero/go-etherzero/ethstats
github.com/etherzero/go-etherzero/cmd/faucet
github.com/etherzero/go-etherzero/cmd/utils
github.com/etherzero/go-etherzero/cmd/bootnode
github.com/etherzero/go-etherzero/cmd/clef
github.com/etherzero/go-etherzero/cmd/ethkey

github.com/etherzero/go-etherzero/cmd/faucet

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined
github.com/etherzero/go-etherzero/cmd/geth

github.com/etherzero/go-etherzero/cmd/bootnode

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined
github.com/etherzero/go-etherzero/swarm/metrics

github.com/etherzero/go-etherzero/cmd/ethkey

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined
github.com/etherzero/go-etherzero/cmd/wnode
github.com/etherzero/go-etherzero/cmd/swarm

github.com/etherzero/go-etherzero/cmd/clef

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined

github.com/etherzero/go-etherzero/cmd/wnode

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined

github.com/etherzero/go-etherzero/cmd/geth

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined

github.com/etherzero/go-etherzero/cmd/swarm

github.com/etherzero/go-etherzero/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined

C:\Users\axelx\src\github.com\etherzero\go-etherzero>

Compiled from source - can't start mining

WARN [08-09|10:58:42.645] Sanitizing cache to Go's GC limits provided=4096 updated=2643 INFO [08-09|10:58:42.648] Maximum peer count ETH=500 LES=0 total=500 INFO [08-09|10:58:42.649] Starting peer-to-peer node instance=Geth/CIPETZ/v1.8.12-unstable-407f1baa/linux-amd64/go1.10.1 INFO [08-09|10:58:42.649] Allocated cache and file handles database=/home/ciprian/.etherzero/geth/chaindata cache=1982 handles=512 INFO [08-09|10:58:42.835] Initialised chain configuration config="{ChainID: 90 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 Constantinople: <nil> Engine: unknown}" INFO [08-09|10:58:42.835] Initialising Ethereum protocol versions="[64 63 62]" network=90 INFO [08-09|10:58:42.836] Loaded most recent local header number=467302 hash=03853d…326fd3 td=467303 INFO [08-09|10:58:42.836] Loaded most recent local full block number=467302 hash=03853d…326fd3 td=467303 INFO [08-09|10:58:42.836] Loaded most recent local fast block number=467302 hash=03853d…326fd3 td=467303 INFO [08-09|10:58:42.836] Loaded local transaction journal transactions=0 dropped=0 INFO [08-09|10:58:42.836] Regenerated local transaction journal transactions=0 accounts=0 INFO [08-09|10:58:43.165] Starting P2P networking INFO [08-09|10:58:45.471] UDP listener up self=enode://3109b5cb045316c865400b8c07611814e134dcc4751c4dd7e3fe27fa68e801252b8fa1fe0fccee211966a805c66dcb09f71ff9616f9351e753e93d5a4aa4c514@0.0.0.0:21212 INFO [08-09|10:58:45.471] RLPx listener up self=enode://3109b5cb045316c865400b8c07611814e134dcc4751c4dd7e3fe27fa68e801252b8fa1fe0fccee211966a805c66dcb09f71ff9616f9351e753e93d5a4aa4c514@0.0.0.0:21212 INFO [08-09|10:58:45.474] IPC endpoint opened url=/home/ciprian/.etherzero/geth.ipc INFO [08-09|10:58:45.474] HTTP endpoint opened url=http://127.0.0.1:8545 cors=localhost vhosts=localhost INFO [08-09|10:58:45.915] Mapped network port proto=udp extport=21212 intport=21212 interface="UPNP IGDv1-IP1" INFO [08-09|10:58:46.283] Unlocked account address=0xB6c48F604D428C58023032DFF494875F81D2F4f4 INFO [08-09|10:58:46.283] Transaction pool price threshold updated price=9000000000 backend StartMining witness: ERROR[08-09|10:58:46.283] Cannot start mining without Witness err="Witness must be explicitly specified" Fatal: Failed to start mining: Witness missing: Witness must be explicitly specified

advice?

Failed payment

invalid argument 0: json: cannot unmarshal hex number with leading zero digits into Go struct field SendTxArgs.value of type *hexutil.Big. Check outgoing tx for 0x1bc36f9819afe42ffe55a454803fcf6f31d988e0 in block explorer and docs

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.