moneroexamples
moneroexamples
Boost asio is a C++ interface to tcp and udp sockets functionality provided by your os. So if you want http, rpc or any user-level functionality, you have to implement...
@micfan There is also https://github.com/an-tao/drogon or https://github.com/Corvusoft/restbed Just need to look for something that suits your needs.
sub-addresses are also useful for privacy. Unlike txs to integrated addresses, they are indistinguishable in the block-chain from regular addresses (only single destination addresses).
That's nice. Are all these changes already merged in monero's master branch? Also are these changes already on testnet?
@sethforprivacy Will testnet and stagenet have hf before that? If yes, are the dates known?
@sethforprivacy Thanks for the update. Where can read more about `View Tags` with possible examples of how to use them?
When stagenet and/or testnet will for to v15?
Yes, I was proposing something similar like that before as well. There is no reason to scan entire blockchain if you know that your wallet is 3 days old. You...
I'm fine with that.
It will not build on 16.04 with its default compilers gcc and clang. They are too old as OpenMonero is C++14. You can try installing `ubuntu-toolchain` with newer compiles as...