Skip to content

Genesis block not found #41

@jorisbontje

Description

@jorisbontje

With embark 0.7.0 and geth 1.0.0:

$ embark blockchain
running: geth --datadir="/tmp/embark" --logfile="/tmp/embark.log" --port 30303 --rpc --rpcport 8101 --networkid 30226 --rpccorsdomain "*" --minerthreads "1" --mine --maxpeers 0 --password config/password account list
Fatal: Could not list accounts: no keys in store
Fatal: Could not list accounts: no keys in store
running: geth --datadir="/tmp/embark" --logfile="/tmp/embark.log" --port 30303 --rpc --rpcport 8101 --networkid 30226 --rpccorsdomain "*" --minerthreads "1" --mine --maxpeers 0 --password config/password account new
Address: {6a7e981d62e812e0a709b878727c224c68849bf8}
running: geth --datadir="/tmp/embark" --logfile="/tmp/embark.log" --port 30303 --rpc --rpcport 8101 --networkid 30226 --rpccorsdomain "*" --minerthreads "1" --mine --maxpeers 0 --password config/password --unlock 6a7e981d62e812e0a709b878727c224c68849bf8 js /tmp/js/mine.js
I0729 12:07:48.259972   48378 database.go:74] Alloted 16MB cache to /tmp/embark/blockchain
I0729 12:07:48.266145   48378 database.go:74] Alloted 16MB cache to /tmp/embark/state
I0729 12:07:48.267454   48378 database.go:74] Alloted 16MB cache to /tmp/embark/extra
I0729 12:07:48.269356   48378 backend.go:290] Protocol Versions: [61 60], Network Id: 30226
I0729 12:07:48.269761   48378 backend.go:319] Blockchain DB Version: 3
Fatal: Genesis block not found. Please supply a genesis block with the "--genesis /path/to/file" argument
Fatal: Genesis block not found. Please supply a genesis block with the "--genesis /path/to/file" argument

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions