geth 运行报错,大家一起看看吧

INFO [08-08|01:05:38] Imported new block headers               count=192  elapsed=71ms  number=746176 hash=264ebb…e614cd ignored=0
INFO [08-08|01:06:05] Imported new block headers               count=192  elapsed=100ms number=746368 hash=0b82d7…cf8b35 ignored=0
INFO [08-08|01:06:32] Imported new block headers               count=192  elapsed=81ms  number=746560 hash=7679aa…e30d8e ignored=0
INFO [08-08|01:06:58] Imported new block headers               count=192  elapsed=72ms  number=746752 hash=896a94…3999bf ignored=0
INFO [08-08|01:07:17] Imported new block headers               count=192  elapsed=68ms  number=746944 hash=6da7a4…d703e1 ignored=0
WARN [08-08|01:08:13] Rolled back headers                      count=2048 header=746944->744896 fast=0->0 block=0->0
WARN [08-08|01:08:13] Synchronisation failed, retrying         err="receipt download canceled (requested)"
INFO [08-08|01:09:35] Imported new block headers               count=0    elapsed=21ms  number=745088 hash=3defae…d913a4 ignored=192
INFO [08-08|01:09:45] Imported new block headers               count=0    elapsed=23ms  number=745280 hash=35a033…543e83 ignored=192
INFO [08-08|01:09:50] Imported new block headers               count=0    elapsed=28ms  number=745472 hash=7acf13…721d0d ignored=192
INFO [08-08|01:10:01] Imported new block headers               count=0    elapsed=26ms  number=745664 hash=16e4b6…374cf0 ignored=192
WARN [08-08|01:10:57] Synchronisation failed, retrying         err="header processing canceled (requested)"
fatal error: concurrent map read and map write

goroutine 35 [running]:
runtime.throw(0xf46269, 0x21)
        C:/go/src/runtime/panic.go:605 +0x9c fp=0xc04210bbb8 sp=0xc04210bb98 pc=0x42fc9c
runtime.mapaccess1(0xdc5e00, 0xc043ba4d50, 0xc04210bc20, 0xc042ebf1b8)
        C:/go/src/runtime/hashmap.go:355 +0x23f fp=0xc04210bc00 sp=0xc04210bbb8 pc=0x40a03f
github.com/ethereum/go-ethereum/les.(*lightFetcher).nextRequest.func2(0x15c9660, 0xc042cf3d60, 0xc04210bd48)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/fetcher.go:429 +0xca fp=0xc04210bc58 sp=0xc04210bc00 pc=0xbdc2ea
github.com/ethereum/go-ethereum/les.(*requestDistributor).nextRequest(0xc042106190, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/distributor.go:195 +0x2b5 fp=0xc04210bea8 sp=0xc04210bc58 pc=0xbb8785
github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0xc042106190)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/distributor.go:131 +0x92 fp=0xc04210bfd8 sp=0xc04210bea8 pc=0xbb8012
runtime.goexit()
        C:/go/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc04210bfe0 sp=0xc04210bfd8 pc=0x45f271
created by github.com/ethereum/go-ethereum/les.newRequestDistributor
        C:/gopath/src/github.com/ethereum/go-ethereum/les/distributor.go:84 +0x155

goroutine 1 [chan receive, 447 minutes]:
github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc04209a000)
        C:/gopath/src/github.com/ethereum/go-ethereum/node/node.go:533 +0x86
main.geth(0xc0420af080, 0xfb5e70, 0xb2d05e00)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:209 +0x58
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xd93680, 0xfb72e8, 0xc0420af080, 0xc0420af080, 0xc042127f40)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xd9
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0420456c0, 0xc04206a000, 0x11, 0x20, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:264 +0x63c
main.main()
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:197 +0x5c

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

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

goroutine 54 [chan receive, 447 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc04209a000)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:69 +0xdb
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:65 +0xbe

goroutine 18 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc04205e000)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x10b
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x133

goroutine 19 [sleep]:
time.Sleep(0x3b9aca00)
        C:/go/src/runtime/time.go:65 +0x145
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc042042280)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:220 +0x45
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:209 +0x133

goroutine 20 [sleep]:
time.Sleep(0x3b9aca00)
        C:/go/src/runtime/time.go:65 +0x145
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc042042780)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:220 +0x45
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:209 +0x133

goroutine 21 [select, 447 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc0420725b0)
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1dd
created by github.com/ethereum/go-ethereum/accounts.NewManager
        C:/gopath/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5ca

goroutine 22 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc04220a460)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x179
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x19c

goroutine 14 [select, 11 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc04201bb00)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x120
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4c4

goroutine 15 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc04201bb00)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x142
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4e6

goroutine 16 [select, 11 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc04201bb00)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2cf
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x665

goroutine 34 [select, 11 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc04201bb00)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x199
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x687

goroutine 36 [select, 4 minutes]:
github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0xc0420aedc0)
        C:/gopath/src/github.com/ethereum/go-ethereum/light/txpool.go:286 +0x140
created by github.com/ethereum/go-ethereum/light.NewTxPool
        C:/gopath/src/github.com/ethereum/go-ethereum/light/txpool.go:106 +0x423

goroutine 37 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc0420444e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x359
created by github.com/ethereum/go-ethereum/eth/downloader.New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa23

goroutine 38 [select, 447 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc0420444e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x161
created by github.com/ethereum/go-ethereum/eth/downloader.New
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa45

goroutine 39 [chan receive]:
github.com/ethereum/go-ethereum/les.(*lightFetcher).syncLoop(0xc04209c280)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/fetcher.go:152 +0xa1e
created by github.com/ethereum/go-ethereum/les.newLightFetcher
        C:/gopath/src/github.com/ethereum/go-ethereum/les/fetcher.go:120 +0x276

goroutine 40 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x15cd360, 0xc042031d80, 0xc04221ac00, 0xefdf2c, 0x3, 0x765f, 0x765f, 0xf1b741, 0x12)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4d2
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:243 +0x50c

goroutine 52 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0422b2000)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x179
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x19c

goroutine 44 [select, 55 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc04203a480)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x120
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4c4

goroutine 45 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc04203a480)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x142
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4e6

goroutine 46 [select, 55 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc04203a480)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2cf
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x665

goroutine 47 [select, 56 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc04203a480)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x199
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x687

goroutine 48 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc0420a4d00)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:326 +0x1e2
created by github.com/ethereum/go-ethereum/p2p/discover.newTable
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x3a2

goroutine 49 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc042083570)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:375 +0x5e7
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:258 +0x2ec

goroutine 67 [IO wait, 447 minutes]:
internal/poll.runtime_pollWait(0x205dd50, 0x72, 0xc04209ab58)
        C:/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc04209ac98, 0x72, 0x15bc600, 0x0, 0x0)
        C:/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x16d9bc8, 0xc04209ab58, 0xc042202240, 0x17, 0x1, 0x0)
        C:/go/src/internal/poll/fd_windows.go:195 +0x13a
internal/poll.(*FD).acceptOne(0xc04209ab40, 0x264, 0xc042d04000, 0x2, 0x2, 0xc04209ab58, 0x0, 0xc042f47d00, 0x412f4f, 0x10)
        C:/go/src/internal/poll/fd_windows.go:748 +0xae
internal/poll.(*FD).Accept(0xc04209ab40, 0xc04214c0e0, 0x0, 0x0, 0x0, 0x0, 0xc000000000, 0x0, 0x0, 0x0, ...)
        C:/go/src/internal/poll/fd_windows.go:782 +0x171
net.(*netFD).accept(0xc04209ab40, 0x14428e0, 0xc042f1a020, 0xc042d02058)
        C:/go/src/net/fd_windows.go:192 +0x88
net.(*TCPListener).accept(0xc042150098, 0xc042f47eb0, 0x405a8b, 0xc042d02000)
        C:/go/src/net/tcpsock_posix.go:136 +0x35
net.(*TCPListener).Accept(0xc042150098, 0x0, 0xc042d02000, 0x2, 0x2)
        C:/go/src/net/tcpsock.go:247 +0x50
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc0420996c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:641 +0x27f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x160

goroutine 68 [select, 12 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x15cd360, 0xc042031d80, 0xc04221a900, 0xefdf20, 0x3, 0x765f, 0x765f, 0xf09812, 0xc)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4d2
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc0420996c0, 0xc0420741e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:436 +0x202

goroutine 69 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc0420996c0, 0x15cd2e0, 0xc0421f2000)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:501 +0x616
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:417 +0x768

goroutine 23 [select, 447 minutes]:
github.com/ethereum/go-ethereum/les.(*serverPool).eventLoop(0xc042087440)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/serverpool.go:285 +0x29b
created by github.com/ethereum/go-ethereum/les.(*serverPool).start
        C:/gopath/src/github.com/ethereum/go-ethereum/les/serverpool.go:148 +0x1d1

goroutine 24 [select]:
github.com/ethereum/go-ethereum/les.(*ProtocolManager).syncer(0xc04220a7e0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/sync.go:44 +0x126
created by github.com/ethereum/go-ethereum/les.(*ProtocolManager).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:219 +0x4d

goroutine 25 [select, 27 minutes]:
github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).checker(0xc042106730)
        C:/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:118 +0x166
created by github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).Start
        C:/gopath/src/github.com/ethereum/go-ethereum/contracts/release/release.go:98 +0x46

goroutine 26 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc0421c0080)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x33d
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xee

goroutine 27 [select, 4 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc0421ff540)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:431 +0x84d
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x10b

goroutine 28 [chan receive, 3 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc04214e050)
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x12b
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
        C:/gopath/src/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1af

goroutine 29 [syscall, 447 minutes, locked to thread]:
syscall.Syscall(0x779b14d0, 0x2, 0x268, 0xffffffff, 0x0, 0x300, 0xc042115ee0, 0xc0432c9ea0)
        C:/go/src/runtime/syscall_windows.go:163 +0x69
syscall.WaitForSingleObject(0x268, 0xc0ffffffff, 0x0, 0x7f756f, 0xc0432c9eb0)
        C:/go/src/syscall/zsyscall_windows.go:718 +0x6d
github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe%2ev2.waitForCompletion(0x250, 0xc042cdc400, 0xc042f64700, 0xc042115ee0, 0x1709848)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe.v2/npipe_windows.go:182 +0x42
github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe%2ev2.(*PipeListener).AcceptPipe(0xc042f64700, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe.v2/npipe_windows.go:327 +0x29f
github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe%2ev2.(*PipeListener).Accept(0xc042f64700, 0x26, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/natefinch/npipe.v2/npipe_windows.go:263 +0x36
github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc04209a000, 0x15cac60, 0xc042f64700, 0xc0421431a0)
        C:/gopath/src/github.com/ethereum/go-ethereum/node/node.go:323 +0xf9
created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
        C:/gopath/src/github.com/ethereum/go-ethereum/node/node.go:319 +0x2ee

goroutine 30 [IO wait, 401 minutes]:
internal/poll.runtime_pollWait(0x205de10, 0x72, 0xc04209ad98)
        C:/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc04209aed8, 0x72, 0x15bc600, 0x0, 0x0)
        C:/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x16d9bc8, 0xc04209ad98, 0xc045914ac0, 0x2, 0x1, 0x0)
        C:/go/src/internal/poll/fd_windows.go:195 +0x13a
internal/poll.(*FD).acceptOne(0xc04209ad80, 0x260, 0xc042b1e000, 0x2, 0x2, 0xc04209ad98, 0x200, 0xc0422c5d40, 0x412f4f, 0x10)
        C:/go/src/internal/poll/fd_windows.go:748 +0xae
internal/poll.(*FD).Accept(0xc04209ad80, 0xc0439b91a0, 0x0, 0x0, 0x0, 0x0, 0xc000000000, 0x0, 0x0, 0x0, ...)
        C:/go/src/internal/poll/fd_windows.go:782 +0x171
net.(*netFD).accept(0xc04209ad80, 0xc0422c5ec0, 0x40173e, 0xc0421f2440)
        C:/go/src/net/fd_windows.go:192 +0x88
net.(*TCPListener).accept(0xc042005768, 0x75021f, 0x45bbc0, 0xc0422c5f08)
        C:/go/src/net/tcpsock_posix.go:136 +0x35
net.(*TCPListener).Accept(0xc042005768, 0xfb7518, 0xc0421f23c0, 0x15ccda0, 0xc042cd9320)
        C:/go/src/net/tcpsock.go:247 +0x50
net/http.(*Server).Serve(0xc042cfa0d0, 0x15cb920, 0xc042005768, 0x0, 0x0)
        C:/go/src/net/http/server.go:2695 +0x1b9
created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP
        C:/gopath/src/github.com/ethereum/go-ethereum/node/node.go:389 +0x4af

goroutine 55 [chan receive, 447 minutes]:
main.startNode.func1(0xc04209a000, 0xc042d12000)
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:249 +0x334
created by main.startNode
        C:/gopath/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:234 +0x292

goroutine 56 [semacquire, 447 minutes]:
sync.runtime_notifyListWait(0xc042080340, 0xc000000000)
        C:/go/src/runtime/sema.go:507 +0x11e
sync.(*Cond).Wait(0xc042080330)
        C:/go/src/sync/cond.go:56 +0x87
io.(*pipe).read(0xc042080300, 0xc042060000, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0xcd
io.(*PipeReader).Read(0xc042150010, 0xc042060000, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc042d18000, 0xdbdee0, 0x180e85)
        C:/go/src/encoding/json/stream.go:152 +0x11b
encoding/json.(*Decoder).readValue(0xc042d18000, 0x0, 0x0, 0x412f4f)
        C:/go/src/encoding/json/stream.go:128 +0x27c
encoding/json.(*Decoder).Decode(0xc042d18000, 0xdd32e0, 0xc042f38640, 0x15f28, 0x15e90)
        C:/go/src/encoding/json/stream.go:57 +0x7f
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc042084410, 0x0, 0x0, 0x0, 0x15f00, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xf2
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc0421c00c0, 0x15d1760, 0xc042084410, 0x1, 0xe23060, 0xc0420319c0, 0x15ccda0, 0xc042427350, 0x15d61)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x66
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc0421c00c0, 0x15d1760, 0xc042084410, 0x13c00, 0x3, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e9
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc0421c00c0, 0x15d1760, 0xc042084410, 0x3)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x83
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c8

goroutine 57 [select, 447 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc042082d90, 0x15d13a0, 0xc04214c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:536 +0x447
created by github.com/ethereum/go-ethereum/rpc.newClient
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x35f

goroutine 58 [semacquire, 447 minutes]:
sync.runtime_notifyListWait(0xc042080400, 0xc000000000)
        C:/go/src/runtime/sema.go:507 +0x11e
sync.(*Cond).Wait(0xc0420803f0)
        C:/go/src/sync/cond.go:56 +0x87
io.(*pipe).read(0xc0420803c0, 0xc042d22000, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:47 +0xcd
io.(*PipeReader).Read(0xc042150040, 0xc042d22000, 0x200, 0x200, 0x0, 0x0, 0x0)
        C:/go/src/io/pipe.go:130 +0x53
encoding/json.(*Decoder).refill(0xc042d181c0, 0xd61120, 0x5)
        C:/go/src/encoding/json/stream.go:152 +0x11b
encoding/json.(*Decoder).readValue(0xc042d181c0, 0x0, 0x0, 0x412f4f)
        C:/go/src/encoding/json/stream.go:128 +0x27c
encoding/json.(*Decoder).Decode(0xc042d181c0, 0xdd32e0, 0xc042202260, 0x5, 0x1)
        C:/go/src/encoding/json/stream.go:57 +0x7f
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xe2a720, 0xc042202280, 0xc04214c180, 0x20b4580, 0xc04214c180)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:677 +0x80
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc042082d90, 0x15d13a0, 0xc04214c180, 0x1, 0x1624e)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:690 +0x159
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/client.go:512 +0x78

goroutine 363709 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc043000850, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x14f
github.com/ethereum/go-ethereum/les.(*ProtocolManager).handleMsg(0xc04220a7e0, 0xc042cf3d60, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:324 +0x99
github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle(0xc04220a7e0, 0xc042cf3d60, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:311 +0x736
github.com/ethereum/go-ethereum/les.NewProtocolManager.func1(0xc0455d0be0, 0x15c4b60, 0xc043000850, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:171 +0x253
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc043000850, 0xc0455d0be0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x64
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1db

goroutine 59 [select, 27 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc042118480)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:231 +0xfd
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:223 +0x45

goroutine 42884 [select, 404 minutes]:
github.com/ethereum/go-ethereum/les.(*retrieveManager).retrieve(0xc042431240, 0x15ccce0, 0xc044072240, 0x4c82f91bed2f7181, 0xc043ffd740, 0xc044e3a160, 0x48, 0xc042084aa0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/retrieve.go:116 +0x141
github.com/ethereum/go-ethereum/les.(*LesOdr).Retrieve(0xc042160780, 0x15ccce0, 0xc044072240, 0x15bee60, 0xc042084aa0, 0xc042072750, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/odr.go:87 +0x235
github.com/ethereum/go-ethereum/light.(*odrTrie).do(0xc044e3a000, 0xc04556a900, 0x20, 0x20, 0xc042fcf218, 0x20, 0xc042024700)
        C:/gopath/src/github.com/ethereum/go-ethereum/light/trie.go:153 +0x115
github.com/ethereum/go-ethereum/light.(*odrTrie).TryGet(0xc044e3a000, 0xc04556a880, 0x14, 0x14, 0xedcc20, 0x1, 0xc042ffd4a0, 0xc042fcf350, 0x7e9894)
        C:/gopath/src/github.com/ethereum/go-ethereum/light/trie.go:95 +0x13e
github.com/ethereum/go-ethereum/core/state.(*StateDB).getStateObject(0xc042ffd4a0, 0x357e6992d1879b2, 0xab3a6512486e07f0, 0xf0a0fc85, 0xc044319d40)
        C:/gopath/src/github.com/ethereum/go-ethereum/core/state/statedb.go:359 +0x139
github.com/ethereum/go-ethereum/core/state.(*StateDB).GetBalance(0xc042ffd4a0, 0x357e6992d1879b2, 0xab3a6512486e07f0, 0xfffffffff0a0fc85, 0xc042ffd4a0)
        C:/gopath/src/github.com/ethereum/go-ethereum/core/state/statedb.go:184 +0x46
github.com/ethereum/go-ethereum/internal/ethapi.(*PublicBlockChainAPI).GetBalance(0xc0421440d0, 0x15ccce0, 0xc044072240, 0x357e6992d1879b2, 0xab3a6512486e07f0, 0xf0a0fc85, 0xffffffffffffffff, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/internal/ethapi/api.go:470 +0xc3
reflect.Value.call(0xc042062800, 0xc0420055a0, 0x13, 0xefe237, 0x4, 0xc043ec8de0, 0x4, 0x4, 0x0, 0xc043ec8de0, ...)
        C:/go/src/reflect/value.go:434 +0x90d
reflect.Value.Call(0xc042062800, 0xc0420055a0, 0x13, 0xc043ec8de0, 0x4, 0x4, 0x2, 0x2, 0x2)
        C:/go/src/reflect/value.go:302 +0xab
github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc042143e60, 0x15ccce0, 0xc044072240, 0x15d1760, 0xc042084870, 0xc043ec8d80, 0xc042084930, 0x0, 0xdbdee0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:311 +0x6d5
github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc042143e60, 0x15ccce0, 0xc044072240, 0x15d1760, 0xc042084870, 0xc043ec8d80)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:333 +0x1c1
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc042143e60, 0x15d1760, 0xc042084870, 0x80d201, 0x1, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:194 +0x396
github.com/ethereum/go-ethereum/rpc.(*Server).ServeSingleRequest(0xc042143e60, 0x15d1760, 0xc042084870, 0x1)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/server.go:225 +0x55
github.com/ethereum/go-ethereum/rpc.(*Server).ServeHTTP(0xc042143e60, 0x15cbae0, 0xc0422b21c0, 0xc042064a00)
        C:/gopath/src/github.com/ethereum/go-ethereum/rpc/http.go:161 +0x369
github.com/ethereum/go-ethereum/vendor/github.com/rs/cors.(*Cors).Handler.func1(0x15cbae0, 0xc0422b21c0, 0xc042064a00)
        C:/gopath/src/github.com/ethereum/go-ethereum/vendor/github.com/rs/cors/cors.go:190 +0x10f
net/http.HandlerFunc.ServeHTTP(0xc042160f00, 0x15cbae0, 0xc0422b21c0, 0xc042064a00)
        C:/go/src/net/http/server.go:1918 +0x4b
net/http.serverHandler.ServeHTTP(0xc042cfa0d0, 0x15cbae0, 0xc0422b21c0, 0xc042064a00)
        C:/go/src/net/http/server.go:2619 +0xbb
net/http.(*conn).serve(0xc043e8a000, 0x15ccce0, 0xc046016700)
        C:/go/src/net/http/server.go:1801 +0x724
created by net/http.(*Server).Serve
        C:/go/src/net/http/server.go:2720 +0x28f

goroutine 363679 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc0455d0be0, 0x9ced22, 0xc043923560, 0xc0420996c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x305
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc0420996c0, 0xc0455d0be0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x47
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf50

goroutine 363707 [IO wait]:
internal/poll.runtime_pollWait(0x205db10, 0x72, 0x0)
        C:/go/src/runtime/netpoll.go:173 +0x5e
internal/poll.(*pollDesc).wait(0xc0430997d8, 0x72, 0x15bc600, 0x0, 0x0)
        C:/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
internal/poll.(*ioSrv).ExecIO(0x16d9bc8, 0xc043099698, 0xfb7208, 0x2, 0x2, 0x2)
        C:/go/src/internal/poll/fd_windows.go:195 +0x13a
internal/poll.(*FD).Read(0xc043099680, 0xc042ddd8c0, 0x20, 0x20, 0x0, 0x0, 0x0)
        C:/go/src/internal/poll/fd_windows.go:439 +0x266
net.(*netFD).Read(0xc043099680, 0xc042ddd8c0, 0x20, 0x20, 0x44e0dd, 0x14, 0xc044f151a0)
        C:/go/src/net/fd_windows.go:151 +0x59
net.(*conn).Read(0xc04321e938, 0xc042ddd8c0, 0x20, 0x20, 0x0, 0x0, 0x0)
        C:/go/src/net/net.go:176 +0x74
io.ReadAtLeast(0x3c4ae18, 0xc04321e938, 0xc042ddd8c0, 0x20, 0x20, 0x20, 0xed7ca0, 0x0, 0x3c4ae18)
        C:/go/src/io/io.go:309 +0x8d
io.ReadFull(0x3c4ae18, 0xc04321e938, 0xc042ddd8c0, 0x20, 0x20, 0x20, 0xc043099680, 0xbed2929be9c873cc)
        C:/go/src/io/io.go:327 +0x5f
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc042927800, 0xbed2929be9c873cc, 0x18737e673a40, 0x16e1d60, 0x0, 0x0, 0x16e1d60, 0x186c82438e40, 0x16e1d60, 0x20002)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x104
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc043923c50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x14f
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc0455d0be0, 0xc042fa6960)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xb4
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf9

goroutine 363732 [select]:
github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle.func2(0xc042cf3d60, 0xc042e33440)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:300 +0x175
created by github.com/ethereum/go-ethereum/les.(*ProtocolManager).handle
        C:/gopath/src/github.com/ethereum/go-ethereum/les/handler.go:297 +0x718

goroutine 363780 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup(0xc0420a4d00, 0x799cb06ed44fbec7, 0x54238330a951ba0f, 0x74e3fad2d28ad823, 0x35651e236868a76f, 0xe1d653015e6a53e1, 0x2d4bd05a304100df, 0x38e34d75d3cd93a1, 0x42f13915068c397d, 0x1, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:296 +0x4b7
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc0420a4d00, 0x799cb06ed44fbec7, 0x54238330a951ba0f, 0x74e3fad2d28ad823, 0x35651e236868a76f, 0xe1d653015e6a53e1, 0x2d4bd05a304100df, 0x38e34d75d3cd93a1, 0x42f13915068c397d, 0x7c1de0426d8454a8, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:234 +0x57
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc04443ab20, 0xc0420996c0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/dial.go:347 +0x1b6
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x15bf0e0, 0xc04443ab20, 0xc0420996c0, 0xc0421baea0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x42
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x194

goroutine 46459 [select, 404 minutes]:
github.com/ethereum/go-ethereum/les.(*sentReq).stateRequesting(0xc042816880, 0xc042ab1f50)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/retrieve.go:195 +0x108
github.com/ethereum/go-ethereum/les.(*sentReq).(github.com/ethereum/go-ethereum/les.stateRequesting)-fm(0xc042ab1f50)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/retrieve.go:181 +0x31
github.com/ethereum/go-ethereum/les.(*sentReq).retrieveLoop(0xc042816880)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/retrieve.go:184 +0x73
created by github.com/ethereum/go-ethereum/les.(*retrieveManager).sendReq
        C:/gopath/src/github.com/ethereum/go-ethereum/les/retrieve.go:158 +0x2c4

goroutine 363708 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc0455d0be0)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x189
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x11e

goroutine 363711 [semacquire]:
sync.runtime_notifyListWait(0xc046016190, 0xc000000000)
        C:/go/src/runtime/sema.go:507 +0x11e
sync.(*Cond).Wait(0xc046016180)
        C:/go/src/sync/cond.go:56 +0x87
github.com/ethereum/go-ethereum/les.(*execQueue).waitNext(0xc043ba4cc0, 0xc042fa6a00, 0xc042cf3d60)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/execqueue.go:57 +0x115
github.com/ethereum/go-ethereum/les.(*execQueue).loop(0xc043ba4cc0)
        C:/gopath/src/github.com/ethereum/go-ethereum/les/execqueue.go:39 +0x37
created by github.com/ethereum/go-ethereum/les.newExecQueue
        C:/gopath/src/github.com/ethereum/go-ethereum/les/execqueue.go:34 +0x10d

goroutine 363798 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc042083570, 0x500b5368ab7ef75e, 0x436f814b7ec8bf7c, 0x20ec71bacf349328, 0xc4658ef05cfb323d, 0xa7271ff56645c31e, 0x2ec373bd0b29d082, 0xd0e0be7f719443f4, 0xcda0c26682bd292b, 0xc042484b70, ...)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:308 +0x2a3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc0420a4d00, 0xc0425d6780, 0xc046b8f8c0, 0xc042e4d920)
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:275 +0x11c
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
        C:/gopath/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:273 +0x45f

D:\ETH\rinkebydata>
D:\ETH\rinkebydata> 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Pike_Jun

随缘结缘可种善根得福报

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值