LOG("run ./qubic-cli [...] -checktxontick %u %s\n", currentTick + scheduledTickOffset, txHash); LOG("to check your tx confirmation status\n"); }void qutilBurnQubic(const char* nodeIp, int nodePort, const char* seed, long long amount, uint32_t scheduledTickOffset) ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} qubic / qubic-cli Public Notifications You must be signed in to change notification settings Fork 23 Star 27 ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} qubic / qubic-cli Public Notifications You must be signed in to change notification settings Fork 20 Star 23 ...
An intermediate tool to communicate to qubic core node. - qubic-cli/main.cpp at main · qubic/qubic-cli
An intermediate tool to communicate to qubic core node. - qubic-cli/qx.cpp at main · qubic/qubic-cli
Cancel Create saved search Sign in Sign up {{ message }} qubic / qubic-cli Public Notifications You must be signed in to change notification settings Fork 14 Star 21 Code Issues 1 Pull requests 1 Actions Projects Security Insights ...
logger.h main.cpp nodeUtils.cpp nodeUtils.h prompt.h qubic.conf.example qubicLogParser.cpp qubicLogParser.h quottery.cpp quottery.h qutil.cpp qutil.h qx.cpp qx.h qxStruct.h sanityCheck.h structs.h utils.h walletUtils.cpp walletUtils.hBreadcrumbs qubic-cli / fourq-qubic.h Latest...
Qubic Core clientAn intermediate tool to communicate to qubic core node../qubic-cli [basic config] [Command] [command extra parameters] -help print this message Basic config: -conf <file> Specify configuration file. Relative paths will be prefixed by datadir location. See qubic.conf.example....
I tried to compile 'qubic-cli' apt-get install git cmake git clone https://github.com/qubic/qubic-cli.git cd qubic-cli/ mkdir build cd build cmake ../ make failed to compile with the following message,The "immintrin.h" file is unique to ...
LOG("run ./qubic-cli [...] -checktxontick %u %s\n", scheduledTick, txHash); LOG("to check your tx confirmation status\n"); delete qc;}void qxTransferAsset(const char* nodeIp, int nodePort, @@ -202,6 +203,7 @@ void qxTransferAsset(const char* nodeIp, int nodePort, ...