Skip to content

Instantly share code, notes, and snippets.

@trevorbernard
Created October 18, 2018 19:58
Show Gist options
  • Save trevorbernard/79dbb3340c752ba3745f70445f1e944c to your computer and use it in GitHub Desktop.
Save trevorbernard/79dbb3340c752ba3745f70445f1e944c to your computer and use it in GitHub Desktop.
~/projects/monero/monero/build/Darwin/zeromq-rpc/release/bin/monerod --testnet
2018-10-18 19:56:57,846 INFO [default] Page size: 4096
2018-10-18 19:56:58.852 0x7fff89c06380 INFO global src/daemon/main.cpp:287 Monero 'Beryllium Bullet' (v0.13.0.3-release)
2018-10-18 19:56:58.852 0x7fff89c06380 INFO global src/daemon/protocol.h:53 Initializing cryptonote protocol...
2018-10-18 19:56:58.852 0x7fff89c06380 INFO global src/daemon/protocol.h:58 Cryptonote protocol initialized OK
2018-10-18 19:56:58.852 0x7fff89c06380 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2018-10-18 19:57:02.832 0x7fff89c06380 INFO global src/daemon/p2p.h:68 p2p server initialized OK
2018-10-18 19:57:02.834 0x7fff89c06380 INFO global src/daemon/rpc.h:63 Initializing core RPC server...
2018-10-18 19:57:02.834 0x7fff89c06380 INFO global contrib/epee/include/net/http_server_impl_base.h:76 Binding on 127.0.0.1:28081
2018-10-18 19:57:02.835 0x7fff89c06380 INFO global src/daemon/rpc.h:69 core RPC server initialized OK on port: 28081
2018-10-18 19:57:02.835 0x7fff89c06380 INFO global src/daemon/core.h:86 Initializing core...
2018-10-18 19:57:02.836 0x7fff89c06380 INFO global src/cryptonote_core/cryptonote_core.cpp:447 Loading blockchain from folder /Users/tbernard/.bitmonero/testnet/lmdb ...
2018-10-18 19:57:02.837 0x7fff89c06380 INFO global src/blockchain_db/lmdb/db_lmdb.cpp:4071 Migrating blockchain from DB version 1 to 2 - this may take a while:
2018-10-18 19:57:02.845 0x7fff89c06380 ERROR cn src/cryptonote_basic/cryptonote_format_utils.cpp:185 Failed to parse transaction from blob
2018-10-18 19:57:02.846 0x7fff89c06380 WARN blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:75 Failed to parse tx from blob retrieved from the db
2018-10-18 19:57:02.846 0x7fff89c06380 ERROR cn src/cryptonote_core/cryptonote_core.cpp:548 Error opening database: Failed to parse tx from blob retrieved from the db
2018-10-18 19:57:02.974 0x7fff89c06380 INFO global src/daemon/rpc.h:96 Deinitializing core RPC server...
2018-10-18 19:57:02.975 0x7fff89c06380 INFO global src/daemon/p2p.h:90 Deinitializing p2p...
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Can't send stop signal to a stopped daemon
[1] 13443 abort ~/projects/monero/monero/build/Darwin/zeromq-rpc/release/bin/monerod --testne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment