Op has to clarify about the accumulation of issues he is facing recently.
Op posted yesterday about a similar issue with a token he created by himself [unfortunetly, no one had answered to that topic]:
I'm building an altcoin and would like to pre-code the fallbackfee settings into bitcoin-qt.exe, to save non-programmer users from having to configure bitocin.conf when they use my altcoin to send money. How can I do this?
Another topic started by Op explaining almost the same issue, but it contains a lot of ambiguities and didn't get enough replies:
I have been creating my own altcoins from Bitcoin fork. I am able to mine coin but try to send those coins to a wallet on another computer fails.
I cloned the source code of the main machine to another vm and built it.
altcoin-cli addnode "ip" "onetry"
When I connect the two VMs, I get
connection: 1 and
The connection seems to be working.
However, when I do sendtoaddress after that, the coins I sent are not reflected.
One is my local machine and the other is ubuntu on aws.
What should I do?
any answer is appreciated