Bitcoin Forum
May 14, 2024, 01:52:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: How to do Double spend  (Read 376 times)
ariellee (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 03, 2019, 12:35:10 AM
 #1

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you
1715651555
Hero Member
*
Offline Offline

Posts: 1715651555

View Profile Personal Message (Offline)

Ignore
1715651555
Reply with quote  #2

1715651555
Report to moderator
1715651555
Hero Member
*
Offline Offline

Posts: 1715651555

View Profile Personal Message (Offline)

Ignore
1715651555
Reply with quote  #2

1715651555
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715651555
Hero Member
*
Offline Offline

Posts: 1715651555

View Profile Personal Message (Offline)

Ignore
1715651555
Reply with quote  #2

1715651555
Report to moderator
1715651555
Hero Member
*
Offline Offline

Posts: 1715651555

View Profile Personal Message (Offline)

Ignore
1715651555
Reply with quote  #2

1715651555
Report to moderator
dkbit98
Legendary
*
Offline Offline

Activity: 2226
Merit: 7149



View Profile WWW
August 03, 2019, 12:51:19 AM
 #2

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

Why would you want to so double spend?
Not sure it will work anyway, depending on mempool and other things,
but it is 2 exact same transactions sfrom same wallet sent to some other wallet.

Again, DO NOT experiment with double spend!

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
ariellee (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 03, 2019, 12:57:04 AM
 #3

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

Why would you want to so double spend?
Not sure it will work anyway, depending on mempool and other things,
but it is 2 exact same transactions sent from same wallet sent to some other wallet.

Again, DO NOT experiment with double spend!

Hi please don’t worry for me I just want to know how to do it. And also what do you mean by sending the same transaction twice ?
I want to know how to send bitcoin and make it back to my wallet. I think it’s still possible because somebody that I know did it but he does not want to show it to me that’s why I’m coming here to ask it to you.
Please help me
figmentofmyass
Legendary
*
Offline Offline

Activity: 1652
Merit: 1483



View Profile
August 03, 2019, 01:15:26 AM
Merited by ABCbits (1)
 #4

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

why, so you can fool someone into accepting a zero-confirmation transaction, only to send the funds back to yourself? Tongue

anyway, the easiest way is to use something like double-spend.py---see here: https://bitcoin.stackexchange.com/a/32347

Quote
Basic usage:

./double-spend.py <address> <amount>

Creates two transactions in succession. The first pays the specified amount to the specified address. The second double-spends that transaction with a transaction with higher fees, paying only the change address. In addition you can optionally specify that the first transaction additional OP-RETURN, multisig, and "blacklisted" address outputs. Some miners won't accept transactions with these output types; those miners will accept the second double-spend transaction, helping you achieve a succesful double-spend.

dkbit98
Legendary
*
Offline Offline

Activity: 2226
Merit: 7149



View Profile WWW
August 03, 2019, 01:27:30 AM
 #5

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

Why would you want to so double spend?
Not sure it will work anyway, depending on mempool and other things,
but it is 2 exact same transactions sent from same wallet sent to some other wallet.

Again, DO NOT experiment with double spend!

Hi please don’t worry for me I just want to know how to do it. And also what do you mean by sending the same transaction twice ?
I want to know how to send bitcoin and make it back to my wallet. I think it’s still possible because somebody that I know did it but he does not want to show it to me that’s why I’m coming here to ask it to you.
Please help me


 Roll Eyes no comment
 

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
ariellee (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 03, 2019, 01:40:16 AM
 #6

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

why, so you can fool someone into accepting a zero-confirmation transaction, only to send the funds back to yourself? Tongue

anyway, the easiest way is to use something like double-spend.py---see here: https://bitcoin.stackexchange.com/a/32347

Quote
Basic usage:

./double-spend.py <address> <amount>

Creates two transactions in succession. The first pays the specified amount to the specified address. The second double-spends that transaction with a transaction with higher fees, paying only the change address. In addition you can optionally specify that the first transaction additional OP-RETURN, multisig, and "blacklisted" address outputs. Some miners won't accept transactions with these output types; those miners will accept the second double-spend transaction, helping you achieve a succesful double-spend.

What do you mean by pay the change address? Can I have a live demo ? The tools  isn’t working well according to the comments.

Thanks
TimeBits
Member
**
Offline Offline

Activity: 224
Merit: 62


View Profile
August 03, 2019, 01:41:12 AM
 #7

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

You don`t double spend.

If you want to double spend, the first thing you do is find the tallest building, now jump off it!
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10560



View Profile
August 03, 2019, 02:07:58 AM
 #8

what do you mean by sending the same transaction twice ?
What do you mean by pay the change address?

based on your comments here, it seems to me like you may not know the basics of how bitcoin works. maybe it is best if you start there. read what is a transaction output, what is a change address, how transactions work, how the network works,... and then start looking for how to double spend! you can't jump in to the end.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
UserU
Hero Member
*****
Offline Offline

Activity: 2030
Merit: 531


FREE passive income eBook @ tinyurl.com/PIA10


View Profile WWW
August 03, 2019, 04:03:19 AM
 #9

It's like asking how to clone money.

Both are unethical and dishonest.

.
.500 CASINO.██

  ▄

.
THE HOTTEST CRYPTO
CASINO & SPORTSBOOK
         ▄▄▄███████████
 ▄▄▄████████████████

▐████████████████████
 ██████████████████
 ▐██████████████████
 ▐█████████████████
  ██████████████████
  ██████▀█████▀█████
  ▐████████████████
  ▐██████████████
   █████████████████
   ▐██████████████████
    ▀██████▀▀▀▀▀▀   ▀▀▀█
▄▄▄▀▀▀▀▀▀▀▄▄▄
▄▄▀▀▄ ▄ ▀ ▀ ▀ ▄ ▄▀▀▄▄
▄▀▄ ▀               ▀ ▄▀▄
█ ▄                     ▄ █
█ ▄  █████  ▄███▄  ▄███▄  ▄ █
█ ▄   ██▄▄   ██ ██  ██ ██   ▄ █
█ ▄   ▀▀▀██  ██ ██  ██ ██   ▄ █
█ ▄   ▄▄ ██  ██ ██  ██ ██   ▄ █
█ ▄  ▀███▀  ▀███▀  ▀███▀  ▄ █
█ ▄                     ▄ █
▀▄ ▀ ▄             ▄ ▀ ▄▀
▀▀▄▄ ▀ ▄ ▄ ▄ ▄ ▀ ▄▄▀▀
▀▀▀▄▄▄▄▄▄▄▀▀▀

▄▄▄██████████▄▄▄
████████▀██▀▀██▄▄
 █
█████████████████▄
 █
████████████████████
  █
██▄████▄███████▄███
  █
████████████████████
  █
███▀████▀███████▀███
 █
████████████████████
 █
█████████████████▀
█████████▄██▄▄██▀▀
 ▀▀▀██████████▀▀▀

ORIGINALS

SLOTS

LIVE GAMES

SPORTSBOOK



.
██..PLAY NOW..
tsaroz
Legendary
*
Offline Offline

Activity: 2940
Merit: 1069


★Bitvest.io★ Play Plinko or Invest!


View Profile WWW
August 03, 2019, 04:06:41 AM
 #10

Almost all people and most of the sites requires you to have a number of confirmations before making your deal done.
Even the sites that advertise zero confirmation deposit require you confirmations before withdrawing.

The easiest way to double spend is to load your private key in multiple wallet and send to different address before any of them confirms.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
August 03, 2019, 08:51:07 AM
 #11

"true" double spending is not possible
but if a transaction hasn't received any confirmation, you can try to double spend (redirect) it
check this Open Source Automatic Double-Spending tool - Recover your stuck transaction
that is a thread of such tool and it's a fork of coinb.in, use it at your own risk!
after you understand how it works, I advise you to do this manually and offline using coinb.in

Sonu_titu
Member
**
Offline Offline

Activity: 136
Merit: 39


View Profile
August 03, 2019, 09:00:36 AM
 #12

There are threads on Bitcointalk already explaining the complete double spend check this out:
https://bitcointalk.org/index.php?topic=5139225.msg50889936#msg50889936

In the above thread @Bitcoin_Arena, @o_e_l_e_o and few more have explained enough on this topic. Hope it will help you understand.

crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
August 03, 2019, 09:07:28 AM
 #13

I like how you say, "educational purposes"

Why not search it in Google and use the researches that are there in your results? I think it's easy to do that but I hope you share what you are planning to do or put out the "educational purpose" you are talking about. Lol.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Dreamchaser21
Full Member
***
Offline Offline

Activity: 686
Merit: 108



View Profile
August 03, 2019, 09:21:59 AM
 #14

I like how you say, "educational purposes"

Why not search it in Google and use the researches that are there in your results? I think it's easy to do that but I hope you share what you are planning to do or put out the "educational purpose" you are talking about. Lol.
If you want to know something, its true that its easy to search regarding on that topic so google is the best option I believe. Well, i never tried to do this such risky move and maybe OP is just asking for some experiences here. I might also interested to hear more about this, I don't know if this is working well so maybe anyone can share their experience and thoughts.
crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
August 03, 2019, 10:23:55 AM
 #15

If you want to know something, its true that its easy to search regarding on that topic so google is the best option I believe. Well, i never tried to do this such risky move and maybe OP is just asking for some experiences here. I might also interested to hear more about this, I don't know if this is working well so maybe anyone can share their experience and thoughts.
That is why Google became a verb. From what I have learned ever since I came to this forum, I know that it is not possible because of the blockchain and miners verifying each block. That’s why it has become a solid digital currency because “double spending” can’t be done. At least, that’s what i know from learning here. Or I may have missed something?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Johnzky
Member
**
Offline Offline

Activity: 616
Merit: 30


View Profile
August 03, 2019, 10:50:56 AM
 #16

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

You don`t double spend.

If you want to double spend, the first thing you do is find the tallest building, now jump off it!
No You made me laugh on that mate 😂😂😂

Just like the comment above there is a possibilities that double spend can be use to mislead or to scam others,so basically this thing must not exist because there’s nothing this can bring good for crypto but abuse of knowledge and possibly scamming
Khaos77
Member
**
Offline Offline

Activity: 200
Merit: 73

Flag Day ☺


View Profile
August 03, 2019, 04:17:17 PM
Last edit: August 03, 2019, 04:32:42 PM by Khaos77
 #17

Hi, is anybody there who can please explain me how to do double spend ?
I heard that is was possible to make it on coinb.in but I don’t really know it works. I am only asking it for an educational purpose. Please please please
If my post is in the wrong section please tell me.
Thank you

Funny, how many of the same users tout how bitcoin is so secure, but are skittish of explaining how to doublespend on BTC.

Educational Purpose Only

Option 1:
1st , you have to find someone dumb enough to accept zero confirmations

then send the agreed upon amount of bitcoins, with either zero or almost zero transaction fee
get product or service and leave

then send the entire amount of that wallet to another address, with an extremely high transaction fee.

The Miners will process your transaction with the highest fee before the no fee , thereby negating the 1st transaction and helping you to double spend.

* Now all any receivers of bitcoins have to do to stop this from happening is wait the required # of confirmations, and it protects them from the above doublespend attack.*
* Recommended to wait at least 3 confirmations.*

* Note: Some ALTS process transactions in the order received and do so at fixed fees, so the above attack would fail against them.*

Option 2:
Coerce the 4 top bitcoin pool operators into colluding to orphan 3 blocks excluding your 1st transaction
and replace it with one sending to another address you own.
This one , their is no protection for or defense against if you use bitcoin.

* This is the reason that many PoS coins are more secure than bitcoin,
but next you are going to hear people tout hashrate and energy waste like they actually matter in securing bitcoin,
but the truth is 4 pool operators are given over 51% control on a daily basis, corrupt them and the bitcoin network is your doublespend playground.*

 Cool


BitcoinPanther
Hero Member
*****
Offline Offline

Activity: 1918
Merit: 564


View Profile
August 03, 2019, 04:35:04 PM
 #18

Double-spending is spending the same currency or token for two or more transactions.
It is like cheating since you have one single amount but you want to spend it for two or more transactions since the transactions need to be confirmed first before it will be considered as a successful transaction.

I don't think it is possible in Bitcoin. Bitcoin and Blockchain Technology were invented to prevent double-spending of digital currency. That is how Satoshi Nakamoto solved the problem of double-spending which is one of the factors of the financial crisis during 2008.

I believe by principle, if you try that, the double-spending attempt will be considered both canceled transactions.
sarmrakib
Full Member
***
Offline Offline

Activity: 1292
Merit: 101


Vave.com


View Profile
August 03, 2019, 05:10:59 PM
 #19

You didn't make it clear what really you wanna know .I think you wanted to know how to double btc or something else .However its really hard to double any investment but it is realty possible into crypto .But you need to have vast knowledge behind that .You can make it by trading ,gambling .But it always so risky to make profit in quick .So i wanna suggest to study on crypto you can make double your capital easily.

YuginKadoya
Legendary
*
Offline Offline

Activity: 3038
Merit: 1169



View Profile
August 03, 2019, 06:08:55 PM
 #20

You didn't make it clear what really you wanna know .I think you wanted to know how to double btc or something else .However its really hard to double any investment but it is realty possible into crypto .But you need to have vast knowledge behind that .You can make it by trading ,gambling .But it always so risky to make profit in quick .So i wanna suggest to study on crypto you can make double your capital easily.

I really think it is not to double his BTC but to make a transaction and to transact it back to the same wallet again If my understanding was right, And I guess this is a newbie question and honestly didn't know a thing about how a bitcoin transaction works, And he then added that his friend doesn't want to teach him about it and that is why he is trying his luck asking here in the forum and asking is we can provide him with some example and clips he can watch, Well, we can not blame him about it and he is just asking nicely in my opinion but the thing is engaging with Bitcoin you will need to have basic knowledge about it first.
Kakmakr
Legendary
*
Offline Offline

Activity: 3444
Merit: 1957

Leading Crypto Sports Betting & Casino Platform


View Profile
August 03, 2019, 06:31:03 PM
 #21

Now that you have a basic understanding of a double spend, you should consider the consequences of such an attack. Let's say you successfully execute a double spend, it would quickly get noticed and people will hear about this. The direct result of that would be that massive amounts of people will start dumping their coins, because the whole concept of "security" would be destroyed.

The demand for coins will dissapear and there will be a over supply of coins on exchanges .....the next thing you know, the price will go down to almost $0. So the attacker will never be able to do this again and the remaining coins they have will be worthless.

Never kill the Cow for it's meat, because you will lose the daily milk.  Wink   

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
bitbunnny
Legendary
*
Offline Offline

Activity: 2898
Merit: 1068


WOLF.BET - Provably Fair Crypto Casino


View Profile
August 03, 2019, 07:09:57 PM
 #22

Now that you have a basic understanding of a double spend, you should consider the consequences of such an attack. Let's say you successfully execute a double spend, it would quickly get noticed and people will hear about this. The direct result of that would be that massive amounts of people will start dumping their coins, because the whole concept of "security" would be destroyed.

The demand for coins will dissapear and there will be a over supply of coins on exchanges .....the next thing you know, the price will go down to almost $0. So the attacker will never be able to do this again and the remaining coins they have will be worthless.

Never kill the Cow for it's meat, because you will lose the daily milk.  Wink   


Well, I don't think that he would actually succeed to make it in practice, I don't believe double spend is actually possible. And even if he did, that wouldn't have such deep impact like you describe, loss of confidence, price drop and everything. This is a little bit exaggerated.

BitHodler
Legendary
*
Offline Offline

Activity: 1526
Merit: 1179


View Profile
August 03, 2019, 08:20:53 PM
 #23

Well, I don't think that he would actually succeed to make it in practice, I don't believe double spend is actually possible. And even if he did, that wouldn't have such deep impact like you describe, loss of confidence, price drop and everything. This is a little bit exaggerated.
Double spending is quite easy if you know how to do it. I have done it once (before RBF was a thing) in order to actually have the coins I sent to my exchange account confirm, which otherwise might have taken a day or so.

Scammers have double spent on ATMs and noobs they "sell" Bitcoin to. Noobs see the Bitcoin show up in their wallet and think it's all right, not knowing that they don't have these coins until the transaction confirms.

And yes, this is actually a pretty common occurrence. It doesn't require you to "break" the network and therefore no one will panic sell. Safest option is to always wait for that 1 confirmation when transacting with someone you never met.

BSV is not the real Bcash. Bcash is the real Bcash.
figmentofmyass
Legendary
*
Offline Offline

Activity: 1652
Merit: 1483



View Profile
August 03, 2019, 11:12:51 PM
 #24

Funny, how many of the same users tout how bitcoin is so secure, but are skittish of explaining how to doublespend on BTC.

Option 1:
1st , you have to find someone dumb enough to accept zero confirmations

bitcoin's entire security model against double spending depends on mining confirmations. only a total noob (or someone malicious) would tout zero-confirmation transactions as secure.

Option 2:
Coerce the 4 top bitcoin pool operators

how would you pull that one off? Smiley

Khaos77
Member
**
Offline Offline

Activity: 200
Merit: 73

Flag Day ☺


View Profile
August 04, 2019, 05:09:52 AM
 #25

Funny, how many of the same users tout how bitcoin is so secure, but are skittish of explaining how to doublespend on BTC.

Option 1:
1st , you have to find someone dumb enough to accept zero confirmations

bitcoin's entire security model against double spending depends on mining confirmations. only a total noob (or someone malicious) would tout zero-confirmation transactions as secure.

Option 2:
Coerce the 4 top bitcoin pool operators

how would you pull that one off? Smiley

If you don't know that , the second I said [coerce],
You're too naive and would be too traumatized if I went into detail.
 Smiley  
kaya11
Full Member
***
Offline Offline

Activity: 1302
Merit: 110


View Profile
August 04, 2019, 06:06:37 AM
 #26

I like how you say, "educational purposes"

Why not search it in Google and use the researches that are there in your results? I think it's easy to do that but I hope you share what you are planning to do or put out the "educational purpose" you are talking about. Lol.

Maybe he can't understand it just by reading, sometimes people needs live demo to understand it very well, including me, as he  said  he needs a live demo  above. This guy is taking up our time.
nc50lc
Legendary
*
Online Online

Activity: 2408
Merit: 5601


Self-proclaimed Genius


View Profile
August 05, 2019, 02:11:55 AM
Merited by ABCbits (1)
 #27

Funny, how many of the same users tout how bitcoin is so secure, but are skittish of explaining how to doublespend on BTC.

Option 1:
1st , you have to find someone dumb enough to accept zero confirmations

bitcoin's entire security model against double spending depends on mining confirmations. only a total noob (or someone malicious) would tout zero-confirmation transactions as secure.
The main issue on his post is most nodes will reject the second unconfirmed transaction due to the second attempt to spend the first TX's UTXO.
Nodes are designed to reject those by default and there's a very high chance that it will not reach a miner's node.

...unless it's labeled: RBF which is disabled by default <-(I haven't tested yet).

I believe by principle, if you try that, the double-spending attempt will be considered both canceled transactions.
If ever there are two transactions that are trying to spend the same UTXO was accepted by a mining node, one of them will eventually get a confirmation and one will be discarded.
The only exception is: if both of them have too little fee to get a confirmation within (default) two-weeks time, both will be rejected.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
August 05, 2019, 07:43:57 AM
 #28

There are multiple approaches to double spend a transaction.

  • Relay the original TX to the victim while relaying the double-spending TX to the rest of the network
  • Start a race attack by 'separating' the network
  • Cooperate with a miner
  • RBF

But based on your actual knowledge regarding bitcoin, i heavily doubt that it is for 'educational purpose'.

Fortunately you won't be able to make use of it outside of a testing environment.



If ever there are two transactions that are trying to spend the same UTXO was accepted by a mining node, one of them will eventually get a confirmation and one will be discarded.
The only exception is: if both of them have too little fee to get a confirmation within (default) two-weeks time, both will be rejected.

Just because they will be dropped from the mempool, this doesn't mean that it got rejected.
Actually, only one transaction should (if following the protocol specification) be allowed to enter the mempool. The first one. The second one should get rejected.

Pages: 1 2 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!