kristapsk/bitcoin-scripts

Why is it not visible on the blockchain network? Or what is the error?

Closed this issue · 7 comments

How can I see the flash btc I have sent on the blockchain network? It doesn't seem to be gone when I checked. or am i doing it wrong. my master

root@u22413795:/home/bitc/bitcoin-scripts# ./ricochet-send.sh 0.001 bc1q... 5 $(./estimatesmartfee.sh $(./timetoblocks.sh "24 hours"))
Feerate 0.00000700 is below minimum mempool fee, raising minimum to 0.00001000
Ricocheting 0.001 BTC to bc1qy33egseydyxxt3uj6gpqqxewt0 via 5 hops using average 0.00001150 fee per kvB
Is this ok?

root@u22413795:/home/bitc/bitcoin-scripts# ./fake-coinjoin.sh $(./randbtc.sh 0.900 0.999) bc1qwfafhs3ztp5d78n3jwwvlel0m7g0
Feerate 0.00000942 is below minimum mempool fee, raising to 0.00001000
Using fee 0.00001000 per KB
Recipients: bc1qwfafhs3ztp5d78n3jwwvlel0m
input_type: bech32
Selected maker inputs:
Calculated maker outputs:
Not enough good inputs, aborting.
root@u22413795:/home/bitc/bitcoin-scripts#

Not enough good inputs, aborting.

It means wallet does not have enough inputs sent to bech32 addresses for fake coinjoin. You need at least two inputs (UTXOs), each having value of at least send amount + for fees and change outputs.

P.S. Don't publish your mainnet addresses on a public forms, that way yo loose all the privacy you might want to gain by using tools like fake coinjoin, I will edit it out.

You can check available confirmed UTXOs in your wallet with bitcoin-cli listunspent 1 999999.

my dear master. @kristapsk First of all, thank you for your warning. I guess we'll have to download all the hass of btc before we fake it, is it true? a total of 500 gb of data in total. I had to buy a 2 terabyte server for this.
I hope I am not wrong.

You can check available confirmed UTXOs in your wallet with bitcoin-cli listunspent 1 999999.

hello my master @kristapsk

root@ubuntu:/home/bitcore/bitcoin-scripts# bitcoin-cli listunspent 1 999999
[
]
root@ubuntu:/home/bitcore/bitcoin-scripts#

I guess we'll have to download all the hass of btc before we fake it, is it true?

I'm not sure I understand what are you trying to achive. These scripts do not create "fake bitcoins".

For days I thought Flash bitcoin was sent via testnet.

thank you @kristapsk
please closed ticket