menkaur
menkaur
I think that being able to use your own full node is a good alternative to using your backend. I'm running a full node anyway, and I believe that being...
I've noticed following thing when trying to accelerate transactions (may apply in other cases too). The browser extension provides me with a set of addresses, and I have no choice...
So here's what I'm doing: var iotaClient = new IotaApi("node.iotawallet.info", 14265); var seed = "..."; var a = iotaClient.GetNewAddress(seed, 0,false,1); And it generates 1 new address. However, when I login...
I'm using Samsung S34E790CN, and in this monitor, and I need to be able to change the input port. The problem is that in this monitor, input ports and dwords,...
I decided to try out the script on vmware with clean arch install. The resulting os doesn't let me change resolution to anything other than 800x600, neither in settings nor...
I'm getting following error when trying to build cppcoro with ./build-clang.sh script: > FAILED: src/CMakeFiles/cxx_static.dir/regex.cpp.o > /home/menkaur/github/cppcoro/build/llvm-install/bin/clang++ -DNDEBUG -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_COMMENT_LIB_PRAGMA -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -I/home/menkaur/github/cppcoro/build/libcxx/include/c++build -I/home/menkaur/github/cppcoro/tools/llvm-project/libcxx/include -O3 -DNDEBUG -D__GLIBCXX__ -DLIBSTDCXX -std=c++11 -nostdinc++ -fvisibility-inlines-hidden...
Recently, I tried running nvtop on p3.16xlarge instance and p4d.24xlarge on aws, and in both cases the program never correctly displayed everything and was unresponsive to my attempts to quit....
## Describe the bug When I post .jpg file, the image is displayed normally. However, when I post .heic file, this results in posting .bin link ### Steps to reproduce...
I have a working i2p configuration to connect to my server and I decided to duplicate it changing the port to use with et. here is the content of my...
I'm running my own dns server, and I'm exposing it to yggdrasil on port 55 (tested, working correctly). I decided to try and use it in the app I entered...