You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows the usual output that creates a conf file at the appropriate location and the line with netmagic but still ends with the Assertion tip' failed.` error
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
build komodod from master
add -testnet to any set of launch parameters that include komodod
watch the daemon's output
Expected behaviour
Gracefully shutdown if no valid -ac_ params are given
Launch a new Smart Chain if the -ac_ params are valid
Actual behaviour + errors
Komodo:
./komodod -testnet
couldnt open.(/home/gcharang/.komodo/.komodo/komodo.conf) will not validate dest notarizations
chainparams_commandline called
call komodo_args.(./komodod) NOTARY_PUBKEY.()
initialized at 1637849952
Komodo server starting
nMaxConnections 384
finished loading blocks
processing /home/gcharang/.komodo/komodostate 10206KB, validated.-1
inds.0x7fe039dc1010 validate /home/gcharang/.komodo/komodostate.ind fsize.2415328 datalen.10451142 n.603832 lastfpos.0
/home/gcharang/.komodo/komodostate.ind validated fpos.10451142
took 1 seconds to process /home/gcharang/.komodo/komodostate 10206KB
fAddressIndex.0/0 fSpentIndex.0/0
komodod: main.cpp:2704: void InvalidChainFound(CBlockIndex*): Assertion `tip' failed.
Smart Chain
./komodod -ac_name=TEST -ac_supply=100000000 -testnet
ASSETCHAINS_SUPPLY 100000000
MAX_MONEY 10000006320417438 100000063.20417438
Created (/home/gcharang/.komodo/TEST/TEST.conf)
chainparams_commandline called
>>>>>>>>>> TEST: p2p.12183 rpc.12184 magic.ee32f43e 3996316734 100000000 coins
call komodo_args.(./komodod) NOTARY_PUBKEY.()
initialized TEST at 1637850038
nMaxConnections 384
finished loading blocks TEST
fAddressIndex.0/0 fSpentIndex.0/0
komodod: main.cpp:2704: void InvalidChainFound(CBlockIndex*): Assertion `tip' failed.
Aborted
The version of Komodo you were using:
Komodo Daemon version v0.7.1-beta1-d7edae28b-dirty
Describe the issue
Please provide a general summary of the issue you're experiencing
starting
komodod
with the-testnet
parameter causes it to crash with the line:I think the
-testnet
flag was initially designed for just launching and testing smartchains without needing 2 nodes/daemonsIt might also be causing this following line to be printed when the parameter is used with a plain
komodod
:Notice:
.komodo/.komodo/komodo.conf
, it is wierd and looks like a smart chain's conf location had its name replaced by "komodo"Using
Shows the usual output that creates a conf file at the appropriate location and the line with netmagic but still ends with the
Assertion
tip' failed.` errorCan you reliably reproduce the issue?
If so, please list the steps to reproduce below:
komodod
from master-testnet
to any set of launch parameters that includekomodod
Expected behaviour
Gracefully shutdown if no valid
-ac_
params are givenLaunch a new Smart Chain if the
-ac_
params are validActual behaviour + errors
Komodo:
Smart Chain
The version of Komodo you were using:
Komodo Daemon version v0.7.1-beta1-d7edae28b-dirty
cc: @Alrighttt @dimxy
The text was updated successfully, but these errors were encountered: