this seems to be bullshit transaction spamming to the blockchain
I'll have to transfer funds to my bitfunder adress first because it is empty and then do this....
Who takes care of the missing payouts at cryptomex???
I'll also have this problem of a missing payout! something in the 0.03xxx range
its not vissible ... nowhere
If there are missing payouts for cryptomex please send me the corresponding information via PM. All I can offer to make a note and resolve it within a reasonable time and/or let the cryptomex people sort it out.
On the notion of transaction spamming. It's not. Showing proof by an outgoing transaction on the address on which you will receive payments on makes very much sense. With the claim being on the ledger you actually have an automatic receipt of filing the claim. I see that you are one of many who are disgusted by being pushed around to get any payout back from this business. There is nothing I can change about previous procedures or experiences.
can you tell us how to do this with bitcoind? Doesn't work out of box:
#> bitcoind sendmany "" "{\"1addy\":0.13117745,\"1addy\":0.13117745}"
error: {"code":-8,"message":"Invalid parameter, duplicated address: 1addy"}
I realize now that the native client doesn't support the creation of the transaction I put up as an example. The problem seems that the JSON object kicks out the second argument b/c it is the same address. Wallet software like Armory will allow you to create the specified transaction.
Also: I asked for an OUTGOING transaction FROM the registered address with two outputs. You're free to choose different arbitrary target addresses and thus don't have the problem posed by bitcoind. But unless all inputs in your bitcoind wallets run on the bitfunder address you may pull the BTC from an arbitrary address and thus create and INCOMING transaction with two INPUTS of the specified amount. If you want to use a crude tool like bitcoind to create a qualifying transaction I recommend the following steps:
bitcoind setaccount "MYBITFUNDERADDRESS" "MYBITFUNDERACCOUNT"
bitcoind sendmany "MYBITFUNDERACCOUNT" "{\"RANDOMTARGETADDRESS1\":0.13117745,\"RANDOMTARGETADDRESS1\":0.13117745}"
And please make sure that MYBITFUNDERADDRESS has the necessary balance. Sorry for the technical hurdle.
you're making us jump through quite some hoops here. Why not just have us sign a message?
Signing a message requires me to do manual verification and doesn't provide you with a confirmed receipt.