nobody
nobody
I just run git clone the source and build it in ubuntu 18.04, but failed at MySQL: $ make [ 30%] Built target Foundation [ 35%] Built target Encodings [...
A workaround for Debian 9 user
Both rawinvestments.py and distributetokens.py have bugs of not including customer ID for preico. After talking to Mikko Ohtamaa, my understanding is that the concept to use buyWithCustomerId on behalf of...
Running on Debian 9, solc version 0.4.18: (venv) $ deploy-contracts --deployment-file=crowdsales/example.yml --deployment-name="kovan" --address=0x0776a7da9b34a74876cba909f4d0a8d134604c KeyError: 'kovan'
The _preicoPrice and _preicoContractAddress are no longer available in MilestonePricing.sol, the last _milestones must be "{{ to_wei('0', 'ether') }}"
Running on Debian 9, solc version 0.4.18, modified command from Command line instruction: $ deploy-token --chain=mainnet --address=0x0776a7da9b34a74876cba909f4d0a8d134604c5a --name="NB test" --symbol=NOO --release-agent=0x9854477d4f308047c131b0e0cfaae782c072c7b7 --supply=100000 File "ico/venv/lib/python3.5/site-packages/web3/utils/abi.py", line 166, in merge_args_and_kwargs len(args) +...
The hello world is too basic, any example source code to build a real web server? Are there any Crow discussion mailing list or forum?
Hi, Does msgpack-c use structure? Is any chance that msgpack pack data could cause alignment issues? I am running msgpack-c on iMX6 Linux platform, I have several messages using different...
Hi, I have a message with float attribute packeted by a C++ class using MSGPACK_DEFINE_MAP, after serialize it, writing to a binary file, I can see the file size is...
I added simple_reverse_proxy to CMakeLists.txt, but it got following building error: drogon/examples/simple_reverse_proxy/plugins/SimpleReverseProxy.cc:42:60: error: unused parameter ‘ioLoopIndex’ [-Werror=unused-parameter] 42 | [this](std::vector &clients, size_t ioLoopIndex) { | Branch: master Build host: ubuntu...