Advertisement
KaizenKintsugi

argument error

Aug 11th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ➜ src git:(master) ✗ ./bitcoind -regtest
  2.  
  3.  
  4. ************************
  5. EXCEPTION: St13runtime_error
  6. Invalid combination of -regtest, -signet, -testnet and -chain. Can use at most one.
  7. bitcoin in AppInit()
  8.  
  9. Assertion failed: (globalChainBaseParams), function BaseParams, file chainparamsbase.cpp, line 35.
  10. [1] 99784 abort ./bitcoind -regtest
  11. ➜ src git:(master) ✗ ./bitcoind -chain=regtest
  12. Bitcoin Core starting
  13. ➜ src git:(master) ✗ ./bitcoin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement