[01:30:57] im seeing this with the new script [01:32:09] ../stress_devnet_salmon_2.sh: line 86: createconsultation 70xlZjHX9O: value too great for base (error token is "70xlZjHX9O") ../stress_devnet_salmon_2.sh: line 86: createconsultationwithanswers WxBIs7S-TG ["fn?L51CVUl\",\"ciAwogVtrT\",\"NuY2?hlZn8\",\"s3iM7RQ-WV\",\"HfZ0rSJrQF"] 5 true: syntax error in expression (error token is "WxBIs7S-TG ["fn?L51CVUl\",\"ciAwogVtrT\",\"NuY2?hlZn8\",\"s3iM7RQ-WV\",\"HfZ0rSJrQF"] 5 true") [01:32:09] ../stress_devnet_salmon_2.sh: line 86: createconsultationwithanswers 6Y: value too great for base (error token is "6Y") ../stress_devnet_salmon_2.sh: line 86: createconsultation tTKo2BRyGZ 360 1162 true: syntax error in expression (error token is "tTKo2BRyGZ 360 1162 true") ../stress_devnet_salmon_2.sh: line 86: createconsultation q6_fVRXc$0 4: syntax error: invalid arithmetic operator (error token is "$0 4") ../stress_devnet_salmon_2.sh: line [01:32:10] 86: createconsultation GUxe7fIn5I 7: syntax error in expression (error token is "GUxe7fIn5I 7") ../stress_devnet_salmon_2.sh: line 86: createconsultation 6OAuZPNZMZ: value too great for base (error token is "6OAuZPNZMZ") ../stress_devnet_salmon_2.sh: line 86: createconsultationwithanswers 1pO: value too great for base (error token is "1pO") [01:35:38] Hmmmm. How many nodes and stress nodes are you running? [01:37:10] 2 [01:37:16] ah ok [01:37:36] might need to adjust the stress nodes count [01:38:25] Okay. Let me know. [01:43:43] working now [06:39:27] just realized i messed up the verifychain check after updating the array structure. it's fix now. i'll upload it soon [08:29:32] https://cdn.discordapp.com/attachments/416000318149754881/659296655832776704/unknown.png [08:29:49] this happened after the new update [08:34:45] yes, some changes have been made to the database in the new version. [08:35:11] You should click OK and wait for rebuild database [08:35:18] @Levee8 [12:01:54] i've changed the terminate function to function terminate { for $i in ${array_active_nodes[@]} do nav_cli $i stop sleep 10 done sleep 10 killall -9 navcoind exit $1 } [12:02:08] so the chaindata folder is stored if it fails [17:10:27] @salmonskinroll ive just pushed some patches, the last script is working for me [17:10:51] Oh Nice. [17:10:59] Let me try to run it as well. [17:11:18] Merry Christmas man. Don't work too hard. [17:40:45] one thing i noticed is that when a node is being stopped, the message in the console is NavCoin Starting [17:40:49] I wonder why that is [17:40:59] mmm i see NavCoin server stopping NavCoin server stopping NavCoin server stopping [17:41:06] really? [17:41:08] hmmm [17:41:28] im seeing navcoin server starting, but the nodes are correctly stopped so i was like oh well [17:41:42] maybe its a different case idk [17:43:37] one of my tests failed now 😐 will keep looking at it [17:43:55] oh no, just about to say mine is fine so far [17:44:39] oh well, working on network split now. hopefully i don't have re-write 50% of the script again [18:04:48] mine failed too 😅 [18:05:04] on verifychain? [18:05:15] statehash mismatch [18:05:48] can you send me `diff -uNr dao_{before,after}.out`` [18:06:15] dao_? [18:06:33] yes it should be in the data folder [18:07:10] hmm i odn't see it [18:07:20] oh it wasnt on the verifychain part, right? [18:07:25] right [18:07:35] just going through stressing cycles [19:54:51] anyone knows if there is an API for users to detect incoming transactions? [19:57:01] any tx or only tx of ur wallet? [19:57:12] for a wallet [19:57:45] -walletnotify=cmd [19:57:58] ohoh for the daemon? [19:58:06] yes strUsage += HelpMessageOpt("-walletnotify=", _("Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)")); [19:58:37] gotcha, thank you. i'll see if this helps the person asking me [20:14:29] oh this is cool https://documenter.getpostman.com/view/3119275/RWTmtdT7?version=latest the person just sent me this [20:23:24] yes did he do it? [20:34:37] let me ask him [20:35:04] and apparently cryptoID can do it https://chainz.cryptoid.info/nav/api.dws?q=getbalance&a=NXP68Li3NDZrxjQT6CEWUkU7i2HGEFaM1S [20:35:21] maybe nav explorer can have something similar [20:35:30] cryptoid does not work well with cold staking addresses [20:35:33] navexplorer has it [20:35:37] okay [20:35:46] https://github.com/NavExplorer/navexplorer-api-go [20:36:16] https://api.navexplorer.com/api/address/NXP68Li3NDZrxjQT6CEWUkU7i2HGEFaM1S [20:36:29] sorry i think i misunderstood ur question when i answered before [20:36:55] no problem. i didn't know what he wanted either