Bitcoin Forum
June 17, 2024, 09:21:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: scammers scamming scammers  (Read 2525 times)
pankkake (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0



View Profile
October 26, 2013, 04:45:30 PM
Last edit: June 06, 2014, 05:41:56 PM by pankkake
 #1

This forum serves no purpose besides slowly but surely robbing users of their coins.
Do not trust anyone, especially at the higher level.
7892bc05aea0fc3890219a397ddec243c376967dfa96a94e101b73935b73abdd
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
November 06, 2013, 03:53:56 PM
 #2

Useful stuff, thanks!  Smiley
Might use it one day

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
dansmith
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
November 06, 2013, 09:06:32 PM
 #3

I actually need this functionality for Paysty's multisig part.
I would love it if there was a way to make a raw connection to a bitcoin node and send a tx that way.
Write now we use an Electrum server.
Any chance you could implement the raw connection to a bitcoin node?

https://tlsnotary.org
Transferable webpage content notarization.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
November 23, 2013, 03:44:27 AM
 #4

Can this tool parse either the binary or the JSON format that Coinbase uses?

I've had more than one occasion where I've been withdrawing BTC that I bought and the transaction takes a long time to hit the network even after their system has created it (as evidenced by the transaction showing up in their system and giving me the option to download it in binary or JSON formats.).

So far I've never found a tool that could read their format and broadcast the transaction manually for me.
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
November 23, 2013, 03:47:31 AM
 #5

What about remote bitcoinds? It might be possible to get a list of bitcoinds via the usual discovery mechanisms, send them the "hello" message, push the transaction(s) over and say goodbye...

That way you could even confirm that it got at least forwarded a bit, once you hear about your transaction from other nodes.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
November 23, 2013, 03:53:07 AM
 #6

However if Coinbase allows you to download the binary, and that it works on https://blockchain.info/pushtx then yes, it will work. For your usage doing that step should be enough actually.
Blockchain.info won't accept Coinbase's binary format for some reason. That's why I was interested in your tool.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
November 23, 2013, 03:57:56 AM
 #7

However if Coinbase allows you to download the binary, and that it works on https://blockchain.info/pushtx then yes, it will work. For your usage doing that step should be enough actually.
Blockchain.info won't accept Coinbase's binary format for some reason. That's why I was interested in your tool.
Oh... probably won't work then. Do you have an example Coinbase transaction you could share?
Here's a random one:

https://coinbase.com/network/transactions/7f07e1c12a2c9f246dda7b18199c4d35b0b47824b6f632936db39d2c152eae22
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
November 23, 2013, 04:08:52 AM
 #8

https://bitcointalk.org/index.php?topic=343503.0 seems like a perfect match! Smiley

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
November 23, 2013, 04:10:28 AM
 #9

Ooh, interesting.
It should work with the .bin file - it will pass through binascii.hexlify() as it doesn't match what is expected, and be accepted by the various methods. Now if you try with that transaction, it won't work because it's spent already; but it decodes properly with the one I tested (try with garbage and you get "decode error", try with this one and you get "rejected").
Great.

Next time I encounter this situation where I have the .bin file but the network hasn't seen it yet I'll try it.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
December 07, 2013, 08:00:03 PM
 #10

Code:
Traceback (most recent call last):
  File "./cli.py", line 4, in <module>
    from pushtx import pushtx
  File "/home/justus/src/pushtx/pushtx.py", line 5, in <module>
    import requests
ImportError: No module named requests

Are there some dependencies that need to be installed for this to work?
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
December 07, 2013, 08:19:41 PM
 #11

I'll have to try again next time. By the time I got the dependencies installed, Coinbase finally broadcasted it to the network.
Pages: [1]
  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!