Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: bitbytemoney on May 04, 2022, 09:49:23 AM



Title: sendtoaddress command not working
Post by: bitbytemoney on May 04, 2022, 09:49:23 AM
I made bitcoin clone from source code. 8)

I mined 1 million coin.

I try "sendtoaddress" to windows wallet not synced whole blocks,  but it not working.

If I want to use sendtoaddress command,
do I have to sync every 100,000 block on windows wallet?

I have other vm on ubuntu wallet fully block synced , no problem send and receive coin.

so...

if I want to send coin to new user, he must sync whole blocks?
but its not useful for him.
he will stop using my coin.

I want to send coin without waiting sync. How?


Title: Re: sendtoaddress command not working
Post by: ABCbits on May 04, 2022, 11:00:43 AM
if I want to send coin to new user, he must sync whole blocks?

The new user can generate address without sync anything, but they must sync whole blockchain in order to see the transaction on their device.

I want to send coin without waiting sync. How?

1. Create SPV wallet (e.g. fork of Electrum) for regular user.
2. Use another device/tool to create unsigned transaction and use forked Bitcoin Core to sign it.


Title: Re: sendtoaddress command not working
Post by: bitbytemoney on May 07, 2022, 09:16:02 AM
Thank you for reply  :D
I try soon