Pages:
Author

Topic: 0.08btc for person who will create a video on how to send with 0 fee - page 2. (Read 2574 times)

full member
Activity: 126
Merit: 100
Retired from the mistressing business
Nobody's gonna do it mate unless you pay the first guy. How many times do we have to say this?
hero member
Activity: 935
Merit: 1002
Still didn't recieved the video.
sr. member
Activity: 389
Merit: 250
Bump still waiting for the video recomend what escrow should i use?
There are many out there. Search the forums.
hero member
Activity: 935
Merit: 1002
Waiting for the video...
hero member
Activity: 935
Merit: 1002
Still waiting for the video...
hero member
Activity: 935
Merit: 1002
Bump still waiting for the video recomend what escrow should i use?
hero member
Activity: 935
Merit: 1002
10 satoshi for no fee? It will be considered as spamming the blockchain and requires high fees, or age to proceed.

I know what i am doing so you gonna create a video?
full member
Activity: 252
Merit: 100
MARKETPLACE FOR PAID ADVICE LIVE BROADCASTS
10 satoshi for no fee? It will be considered as spamming the blockchain and requires high fees, or age to proceed.
hero member
Activity: 935
Merit: 1002
Have you paid everythingbitcoin yet? Nobody is going to make your video for you unless you use escrow, or pay everythingbitcoin, or possibly both Smiley

I can do both everythinkbitcoin needs to enter his address here i will then pay him and show the tx so you can believe me and i can put money into escrow right now just tell me what esrow should i use.
full member
Activity: 126
Merit: 100
Retired from the mistressing business
Have you paid everythingbitcoin yet? Nobody is going to make your video for you unless you use escrow, or pay everythingbitcoin, or possibly both Smiley
hero member
Activity: 935
Merit: 1002
Still no video please pm me with your video.
hero member
Activity: 935
Merit: 1002
You owe everything bitcoin 0.02btc dude, he gave you what you wanted, you can't just change it after offering this service....

Ok i will pay everythinkbitcoin 0.02BTC, everythinkbitcoin give me your btc address.
full member
Activity: 126
Merit: 100
Retired from the mistressing business
Indeed yakuza I would recommend paying the original person, and paying much more for the video
member
Activity: 98
Merit: 10
You owe everything bitcoin 0.02btc dude, he gave you what you wanted, you can't just change it after offering this service....
hero member
Activity: 935
Merit: 1002
So basically you ask for a service, you receive your service, in the end you don't pay.

I know i know i dind't pay 0.02 but i really gonna pay that 0.026 plus 6btm because i didn't payed 20btm.
newbie
Activity: 28
Merit: 0
So basically you ask for a service, you receive your service, in the end you don't pay.
hero member
Activity: 935
Merit: 1002
Have the 0.02 been paid out already?

No it wasn't yet and i cancel it now i am paying 0.026BTC to person who will create a video on how to send with 0 transaction fee with little amounts like 10satoshis and so on with blockchain.info wallet and it's private keys i always fault that raw transaction is the only way to send with 0 transaction fee but now i know that it is not the only way.
sr. member
Activity: 462
Merit: 250
Have the 0.02 been paid out already?
newbie
Activity: 28
Merit: 0
Yakuza699, If you want to do a raw transaction using Bitcoin-Qt just follow these steps :

Quote
First generate an address offline:

[offline]$ bitcoind getnewaddress
n1gqLjZbRH1biT5o4qiVMiNig8wcCPQeB9

Then, send it 50 coin:

[online]$ bitcoind sendtoaddress n1gqLjZbRH1biT5o4qiVMiNig8wcCPQeB9 50
a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c

Now, grab the transaction that was paying it. We'll need the txid, and the
scriptpubkey paying our offline wallet.

[online]$ bitcoind getrawtransaction a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c 1
{
    "hex" : "0100000001344630cbff61fbc362f7e1ff2f11a344c29326e4ee96e787dc0d4e5cc02fd06900000 0004a493046022100ef89701f460e8660c80808a162bbf2d676f40a331a243592c36d6bd1f81d6b df022100d29c072f1b18e59caba6e1f0b8cadeb373fd33a25feded746832ec179880c23901fffff fff0100f2052a010000001976a914dd40dedd8f7e37466624c4dacc6362d8e7be23dd88ac000000 00",
    "txid" : "a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c",
    "version" : 1,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "69d02fc05c4e0ddc87e796eee42693c244a3112fffe1f762c3fb61ffcb304634",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "3046022100ef89701f460e8660c80808a162bbf2d676f40a331a243592c36d6bd1f81d6bdf02210 0d29c072f1b18e59caba6e1f0b8cadeb373fd33a25feded746832ec179880c23901",
                "hex" : "493046022100ef89701f460e8660c80808a162bbf2d676f40a331a243592c36d6bd1f81d6bdf022 100d29c072f1b18e59caba6e1f0b8cadeb373fd33a25feded746832ec179880c23901"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 50.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 dd40dedd8f7e37466624c4dacc6362d8e7be23dd OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914dd40dedd8f7e37466624c4dacc6362d8e7be23dd88ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "n1gqLjZbRH1biT5o4qiVMiNig8wcCPQeB9"
                ]
            }
        }
    ]
}

And lets get an address to return those coins to:

[online]$ bitcoind getnewaddress
mkZBYBiq6DNoQEKakpMJegyDbw2YiNQnHT

Now, from our online node we're going to draft the transaction to
return the coin from the offline wallet to the online one:

[online]$ bitcoind createrawtransaction '[{"txid":"a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c","vout":0}]' '{"mkZBYBiq6DNoQEKakpMJegyDbw2YiNQnHT":50}'
01000000010c432f4fb3e871a8bda638350b3d5c698cf431db8d6031b53e3fb5159e59d4a900000 00000ffffffff0100f2052a010000001976a9143744841e13b90b4aca16fe793a7f88da3a23cc71 88ac00000000

One the offline wallet we decode the transaction to validate that its doing
what we expect. Note: Since we don't have the input transaction we don't
know the input value and this txn could be paying a ton of change out
to fees.

[offline]$ bitcoind decoderawtransaction 01000000010c432f4fb3e871a8bda638350b3d5c698cf431db8d6031b53e3fb5159e59d4a900000 00000ffffffff0100f2052a010000001976a9143744841e13b90b4aca16fe793a7f88da3a23cc71 88ac00000000
{
    "txid" : "d9f33ed2740eef77e40e72b692c4cf1feb6ab10d8adaaf27eb394fa5064b1160",
    "version" : 1,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "",
                "hex" : ""
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 50.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 3744841e13b90b4aca16fe793a7f88da3a23cc71 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a9143744841e13b90b4aca16fe793a7f88da3a23cc7188ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "mkZBYBiq6DNoQEKakpMJegyDbw2YiNQnHT"
                ]
            }
        }
    ]
}

If we're lucky, we'll sign. We need to provide the scriptpubkey of the
inputs we're signing so our offline wallet knows which of its keys
to use.

[offline]$ bitcoind signrawtransaction 01000000010c432f4fb3e871a8bda638350b3d5c698cf431db8d6031b53e3fb5159e59d4a900000 00000ffffffff0100f2052a010000001976a9143744841e13b90b4aca16fe793a7f88da3a23cc71 88ac00000000 '[{"txid":"a9d4599e15b53f3eb531608ddb31f48c695c3d0b3538a6bda871e8b34f2f430c","vout":0,"scriptPubKey":"76a914dd40dedd8f7e37466624c4dacc6362d8e7be23dd88ac"}]'
{
    "hex" : "01000000010c432f4fb3e871a8bda638350b3d5c698cf431db8d6031b53e3fb5159e59d4a900000 0006b48304502201123d735229382f75496e84ae5831871796ef78726805adc2c6edd36d23e7210 022100faceab822a4943309c4b6b61240ae3a9e18ed90a75117c5dc4bfd8f7e17a21d301210367c e0a1c3b3e84cece6dad1a181d989d8e490b84f5431a1f778a88b284c935e6ffffffff0100f2052a 010000001976a9143744841e13b90b4aca16fe793a7f88da3a23cc7188ac00000000",
    "complete" : true
}

Then we'll carry the transaction over to the online wallet and
announce it:

[online]$ bitcoind sendrawtransaction 01000000010c432f4fb3e871a8bda638350b3d5c698cf431db8d6031b53e3fb5159e59d4a900000 0006b48304502201123d735229382f75496e84ae5831871796ef78726805adc2c6edd36d23e7210 022100faceab822a4943309c4b6b61240ae3a9e18ed90a75117c5dc4bfd8f7e17a21d301210367c e0a1c3b3e84cece6dad1a181d989d8e490b84f5431a1f778a88b284c935e6ffffffff0100f2052a 010000001976a9143744841e13b90b4aca16fe793a7f88da3a23cc7188ac00000000
7822dda72d9bf421d2f3eedc678bf58c6e4c10cdd047b9e137559ad384933ef5

And we can see the online wallet has been paid:

[online]$ bitcoind listtransactions "" 1
[
    {
        "account" : "",
        "address" : "mkZBYBiq6DNoQEKakpMJegyDbw2YiNQnHT",
        "category" : "receive",
        "amount" : 50.00000000,
        "confirmations" : 0,
        "txid" : "7822dda72d9bf421d2f3eedc678bf58c6e4c10cdd047b9e137559ad384933ef5",
        "time" : 1344221517
    }
]
legendary
Activity: 2026
Merit: 1034
Fill Your Barrel with Bitcoins!
My bwain eksploded  Shocked
Pages:
Jump to: