my 0.17BTC
Your 0.17 BTC and your scam reports seem bogus. You haven't contacted support with any details about your "missing" transaction, which is a fairly certain giveaway you're just continuing the troublemaking for fun, displaying the behaviour of a pathetic troll with no other life but spending hundreds of hours in futile attempts to sabotage legitimate business. It's quite fun at times though and has by now turned somewhat useful for HEAT, so we can't really blame you

About your problems, we can't even begin to look at your "missing" 0.17 BTC without data such as your HEAT account id, time of transaction, maybe a screenshot. That's why I politely mentioned it might take a couple of weeks that goes by quickly. We won't be answering to obscene support requests or private messages so if you want your issue with HEAT - should such in reality exist - resolved, I suggest try to behave like a grown up for a while even if needing to fake it.
I think I may have found StewieG's btc asset transfer. Here are the details:
Height=119277, btc=0.17900000, sender=9542810341908958338, recipient=9583431768758058558
The total HEAT holding of account 9542810341908958338 is 3101.93997163, which matches what he previously has written in this thread. He had in total just above 8000 HEAT to start with. If he has sold for 0.179 btc, he could have about 3101 HEAT left. Eliphaz Fimk: could you please check if you have redeemed the 0.179btc at height=119277?
Below is the PHP script I wrote to search the blockchain for the transaction (perhaps useful for others as a blockchain explorer):
<?php
$obj=file_get_contents('http://localhost:7733/api/v1/blockchain/status');
$v=json_decode($obj);
$I=$v->{'numberOfBlocks'};
for($i=1; $i<$I; $i++) {
sleep(0.2);
$obj=file_get_contents(sprintf('http://localhost:7733/api/v1/blockchain/block/height/%s/true',$i));
$v=json_decode($obj);
if($v->{'numberOfTransactions'}>0) {
$J=$v->{'numberOfTransactions'};
$v2=$v->{'transactions'};
for($j=0; $j<$J; $j++) {
$v3=$v2[$j]->{'attachment'};
if(isset($v3->{'version.AssetTransfer'})) {
if($v3->{'asset'}=='5592059897546023466') {
$quantity=$v3->{'quantity'}/1e8;
if(($quantity>0.16) and ($quantity<0.18)) {
printf('Height=%6d, btc=%1.8f, sender=%s, recipient=%s' . PHP_EOL,$i,$quantity,$v2[$j]->{'sender'},$v2[$j]->{'recipient'});
}
}
}
}
}
}
?>
I have no time to check that right now, but I told you I made a withdrawal with about 0.17Btc! I have not received it yet! Fuck these scammers! I know you want to help but trust me they know I made the withdrawal! They just don't want to pay it! I fucking hate these motherfuckers so much I just to kick this Savage guy in the balls so unbelieveably hard!!!!! AAAAAAAAAAAHHHHH
I checked the source code of the first version of the fucking heat server by disassemblingit. I thought what the fuck! There were no comments available but I thought wow when I look at some lines of code I am sure there was a comment saying: "Not ready, need to be fixed!" And man I thought that a lot! It is a fucking joke they released that crap! In December or somethignt hey said they would release but there was no possible way they could think they could release it on the promised day! Just look at it! It is maybe at best only half ready to release and nothing works and they released it anyway. My only question is if they are just bullshitting me and know I made the withdrawal or if they really think I did not make the withdrawal? In either case this heat thing is fucked! This is what I mean in my scam accusation! Either they are completely incompetent to do anything OR they do this on purpose and just pretend to be horse fucking monkeys so nobody can say for sure that this is a legit scam! I personally think this is a scam!