criptomixer.io
Open in
urlscan Pro
185.178.208.153
Public Scan
URL:
https://criptomixer.io/
Submission: On December 09 via api from US — Scanned from ES
Submission: On December 09 via api from US — Scanned from ES
Form analysis
2 forms found in the DOMName: addresses —
<form name="addresses" id="addressform">
<input type="hidden" name="_token" value="806NJc5v7hbFgNbTXslghPR7bk00tK3RWR6uiFJq">
<div class="row">
<div class="col-md-12 enter-code-wrapper">
<div class="enter-code">
<input class="input" placeholder="Enter CoinMixer code" name="coinmixer_code" type="text" value="">
<span class="quest" tooltip-placement="bottom" uib-tooltip-template="'bitcodeTooltipText'">?</span>
<script type="text/ng-template" id="bitcodeTooltipText"> <span>{{ (bitcode ? 'Your CoinMixer code.' : 'You will receive a CoinMixer code after your first order.') }} This code ensures that your previous transactions will never be mixed with new ones.<br/><br/> It also gives you discount on service commission. See Fees for details.</span>
</script>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 bitchain">
<div class="addresses">
<div class="stepped">
<p>Please enter bitcoin forward to address: </p>
<div class="step">1</div>
</div>
<div class="code-group" ng-repeat="item in items">
<a href="#" class="remove" ng-show="$index > 0" ng-click="remove(item, $event)"></a><input class="wall-in input removable" type="text" name="input[]address" ng-model="item.address"
ng-style="{'border-color': items.length > 1 ? colors[$index] : ''}" required="" valid-address="" no-duplicates="">
<div class="percent" ng-show="items.length > 1" ng-class="{small: delay}"><span class="value" id="percentage"> <input type="hidden" name="input[]percentage" value="{{item.percent.toFixed(2)}}%"> {{item.percent.toFixed(2)}}%</span></div>
<div class="delay" ng-show="delay" ng-class="{small: items.length > 1}"><span class="value" id="delay"> <input type="hidden" name="input[]delay" value="{{getItemDelay(item)}}"> {{getItemDelay(item)}}</span></div>
</div>
<a class="settime" href="#" ng-click="toogleDelay($event)">{{delay ? 'Remove delay' : 'Set delay'}}</a>
<a class="bitchain_add" href="#" ng-click="add($event)" ng-hide="items.length >= 10">Add address</a>
</div>
<div class="timedelay" ng-show="delay">
<p> Time delay </p>
<div class="delay-slider"></div>
</div>
<div class="percentage" ng-show="items.length > 1">
<p> Percentage distribution </p>
<div class="percentage-slider"></div>
</div>
<div class="fee">
<p> Service fee: <span class="percents" id="service_fee">{{getFee()}}%</span> - <span class="discount" ng-class="{highlight: discountChanged}">{{getDiscount()}}%</span> (<a href="#fees" target="_blank">discount</a>) <span
class="quest-hint" uib-tooltip-template="'feeTooltipText'">?</span>
<input type="hidden" name="service_fee_input" id="service_fee_input">
</p>
<script type="text/ng-template" id="feeTooltipText"> <span>It is very important to set custom service fee to prevent amount-based blockchain analysis. See FAQ for details.<br/><br/> If you use CryptoMixer often, you get the discount on the service commission fee. See Fees for details.</span>
</script>
<div class="fee-slider"></div>
<div class="security-level">
<div class="security-level__header" ng-class="{highlight2: isLegacy}" ng-click="isOpenLevesl = !isOpenLevesl">
<div class="security-level__label">Security level:</div>
<div class="security-level__value" id="security_level" ng-class="{
'security-level__value_open': isOpenLevesl,
'security-level__value_gold': tariff == 'Gold',
'security-level__value_silver': tariff == 'Silver'
}">{{tariff}}</div>
<input type="hidden" name="security_level_input" id="security_level_input">
</div>
<div ng-if="isOpenLevesl">
<div class="security-level__description" ng-show="tariff == 'Standard'">
<div class="security-level__item">Fast payouts confirmation</div>
<div class="security-level__item security-level__item_checked">Up to 24 hours of configurable delays</div>
<div class="security-level__item security-level__item_checked">Up to 2 output addresses</div>
</div>
<div class="security-level__description" ng-show="tariff == 'Silver'">
<div class="security-level__item security-level__item_checked">Fast payouts confirmation</div>
<div class="security-level__item security-level__item_checked">Up to 48 hours of configurable delays</div>
<div class="security-level__item security-level__item_checked">Up to 5 output addresses</div>
</div>
<div class="security-level__description" ng-show="tariff == 'Premium'">
<div class="security-level__item security-level__item_checked">Premium plan for old valuable clients *</div>
<div class="security-level__item security-level__item_checked">Up to 48 hours of configurable delays</div>
<div class="security-level__item security-level__item_checked">Up to 5 output addresses</div>
<div class="security-level__item security-level__item_hint">* Plan is valid till Jan 31, 2022</div>
</div>
<div class="security-level__description" ng-show="tariff == 'Gold'">
<div class="security-level__item security-level__item_checked">Fast payouts confirmation</div>
<div class="security-level__item security-level__item_checked">Up to 96 hours of configurable delays</div>
<div class="security-level__item security-level__item_checked">Up to 10 output addresses</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="calculator" ng-controller="calculator">
<div class="toggle"><a href="#" ng-click="toggle($event)">{{show ? 'Hide calculator' :
'Show calculator'}}</a></div>
<div class="row" ng-show="show">
<div class="col-md-6">
<p>You send:</p>
<div class="code-group" ng-repeat="item in operation.items" ng-if="operation.items.length">
<input class="input btc" type="text" ng-model="sentAmount[$index]" ng-keyup="updateAmounts()">
<div class="address"> BTC <span ng-show="operation.state == 'ready'">to <em>{{getShotAddress(item.InputAddress)}}</em></span>
</div>
</div>
<div class="code-group" ng-if="!operation.items.length">
<input class="input btc" type="text" ng-model="sentAmount[0]" ng-keyup="updateAmounts()">
<div class="address">BTC</div>
</div>
</div>
<div class="col-md-6">
<p>You receive <span class="quest-hint" tooltip-placement="bottom" uib-tooltip-template="'receiveAmount'">?</span>:</p>
<script type="text/ng-template" id="receiveAmount"> <span>Received amounts could randomly vary to prevent amount-based analysis</span>
</script>
<div class="code-group" ng-repeat="item in items | filter:item.address.$valid">
<input class="input btc" type="text" ng-model="amounts[$index]" ng-keyup="updateFromReceive($index)">
<div class="address"> BTC <span ng-show="items.length > 1">({{item.percent.toFixed(2)}}%)</span>
<span ng-show="delay && item.delay > 0">after <em>{{getItemDelay(item)}}</em></span>
<span ng-hide="delay && item.delay > 0">immediately</span>
<br><span ng-show="item.address">to <em>{{getShotAddress(item.address)}}</em></span>
</div>
</div>
</div>
</div>
<div class="row" ng-show="show">
<div class="col-md-12">
<p class="hint"> Your personal fee {{getFee() - getDiscount()}}%+{{fixFee}} BTC for every forward address </p>
</div>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row continue">
<div class="col-md-12 text-center">
<div class="error" ng-show="operation.state == 'error'">{{operation.error.code}}</div>
<button class="button continue_btn" ng-hide="!!acceptTerms" ng-disabled="addresses.$invalid" id="submit">Continue</button>
<button class="button continue_btn" ng-show="!!acceptTerms" onclick="submitbtn()" ng-disabled="addresses.$invalid">Continue</button>
<p class="lets"> Mix my bitcoins </p>
</div>
</div>
<div class="popup" id="accept_popup">
<span class="accept_popup_close close_button"></span>
<div class="popup_content">
<h3> Please check and accept important terms </h3>
<p>
<label>Incoming address is valid only for 24 hours. All further payments will be ignored. We do not store links between incoming and target addresses after operation is proceeded. Please, download the Letter of Guarantee before you send us
coins. This will be a proof of your transaction.</label>
</p>
<p>
<input id="acceptTerms" name="acceptTerms" type="checkbox" ng-model="acceptTerms"><label for="acceptTerms"><span></span>Don’t ask me again</label>
</p>
<p class="text-center">
<button class="button">Accept</button>
</p>
</div>
</div>
</form>
<form target="letter_frame">
<p>
<button class="button__letter visible-lg-inline"> <a download="" href="/LetterOfGuarantee.php?in=1&to=2"> Download the Letter of Guarantee </a></button>
<button class="button__letter hidden-lg letter_popup_open" ng-click="operation.download()">Save the Letter of Guarantee</button> before send us coins
</p>
</form>
Text Content
HOW DOES IT WORK? Toggle navigation * How does it work * Mixer * Fees * FAQ * Contacts CRYPTOMIXER Start FEES Mixed amount Min service fee You save 1 – 10 BTC 0,45% up to 0.005 BTC 10 – 50 BTC 0,40% up to 0.05 BTC 50 – 100 BTC 0,35% up to 0.15 BTC 100 – 1000 BTC 0,30% up to 2.00 BTC 1000 BTC and more 0,25% 2.50 BTC / $3000+ -------------------------------------------------------------------------------- MIXER ? Please enter bitcoin forward to address: 1 {{item.percent.toFixed(2)}}% {{getItemDelay(item)}} {{delay ? 'Remove delay' : 'Set delay'}} Add address Time delay Percentage distribution Service fee: {{getFee()}}% - {{getDiscount()}}% (discount) ? Security level: {{tariff}} Fast payouts confirmation Up to 24 hours of configurable delays Up to 2 output addresses Fast payouts confirmation Up to 48 hours of configurable delays Up to 5 output addresses Premium plan for old valuable clients * Up to 48 hours of configurable delays Up to 5 output addresses * Plan is valid till Jan 31, 2022 Fast payouts confirmation Up to 96 hours of configurable delays Up to 10 output addresses {{show ? 'Hide calculator' : 'Show calculator'}} You send: BTC to {{getShotAddress(item.InputAddress)}} BTC You receive ?: BTC ({{item.percent.toFixed(2)}}%) after {{getItemDelay(item)}} immediately to {{getShotAddress(item.address)}} Your personal fee {{getFee() - getDiscount()}}%+{{fixFee}} BTC for every forward address {{operation.error.code}} Continue Continue Mix my bitcoins PLEASE CHECK AND ACCEPT IMPORTANT TERMS Incoming address is valid only for 24 hours. All further payments will be ignored. We do not store links between incoming and target addresses after operation is proceeded. Please, download the Letter of Guarantee before you send us coins. This will be a proof of your transaction. Don’t ask me again Accept Download Letters of Guarantee Save Letters of Guarantee before send us coins: 2 Send your coins (min 0.001, max {{operation.current.MaxAmount.toFixed(4)}} BTC) to: * {{item.InputAddress}} Add incoming address {{operation.error.code}} 3 Amount is less than required Do you know: When you use CryptoMixer with the same code, you pay less service fee! Your CryptoMixer code is: {{bitcode}}. Save it! See Fees for details. Received {{operation.current.TotalInputAmount}} BTC Received {{operation.current.TotalInputAmount}} BTC, Total received {{operation.current.TotalInputAmount}} BTC, Last has Outputs: {{operation.current.SentOutputAmount}} Sent {{operation.current.PendingOutputAmount}} Pending {{operation.current.SentOutputAmount}} Sent, {{operation.current.PendingOutputAmount}} Pending COPY AND SAVE LETTER OF A GUARANTEE Select all Download the Letter of Guarantee Save the Letter of Guarantee before send us coins Download Letters of Guarantee Save Letters of Guarantee before send us coins: Letter of Guarantee #{{$index + 1}} Letter of Guarantee #{{$index + 1}} 2 Send your coins (min 0.001, max 146.5244 BTC) to: * Add incoming address preloader Refresh 3 Amount is less than required Do you know: When you use CryptoMixer with the same code, you pay less service fee! Your CryptoMixer code is: Save it! See Fees for details. Received 0 BTC Total received 0 BTC, Last has 0 confirmations Outputs: 0 Sent 0 Pending COPY AND SAVE LETTER OF A GUARANTEE Select all -------------------------------------------------------------------------------- FAQ HOW DOES IT WORK? Send us your bitcoins, and we send you back coins that are completely disconnected from your trail of transactions, making it harder to link your identity with your transactions and holdings. Simple! WHEN DO I GET MY CLEAN BITCOINS? Clean, fresh bitcoins will be delivered to your address after 1 confirmation unless you choose a delayed payment. In that case, the delay countdown starts once your incoming transaction has 1 confirmation. WHAT DOES IT COST? We take a 0.0 % service fee plus a 0.00002 BTC per payout address transaction fee. DO YOU HAVE MINIMUM OR MAXIMUM MIX AMOUNTS? We don't mix amounts lower than 0.002 BTC, and the current maximum is 230.0 BTC. DOES BLENDER IO KEEP LOGS? At CryptoMixer.io, you have the option to delete all records of your mix right away. If you don't choose to delete your mix from our records right away, we keep logs for seven days to provide customer support. After seven days all logs are deleted automatically. Please note that if you have deleted your mix our User Support team may be unable to assist you, so we highly recommend waiting until your mix has arrived at your receiving address before deleting it. WHAT HAPPENS IF SOMETHING GOES WRONG? If there's a problem with your mix or you think something isn't working the way it should, please use our support page to get in touch with Blender.io user support. Our team is committed to making sure you have a top-notch experience with our service. Based on the experience of many users on the Internet, Cryptomixer is one of the leading Bitcoin tumblers that has ever appeared. This scrambler supports not only Bitcoins, but also other above-mentioned cryptocurrencies. Exactly this platform allows a user to exchange the coins, in other words to send one type of coins and get them back in another type of coins. This process even increases user’s anonymity. Time-delay feature helps to make a transaction untraceable, as it can be set up to 24 hours. There is a transaction fee of 0.0005 for each extra address. CryptoMixer.io currently only supports Bitcoin mixes, however, it has plans to bring in ETH mixes in the near future. It has been featured on Bitcoin.com/ News BTC/ Crypto News/ The Next Web etc. hence building a bit of trust. Very modern, advanced, user-controlled interface. Allows upto 5 output addresses. Obviously, doesn’t keep any logs whatsoever. The user-control is impressive. You get to control the fund-distribution, as well as the time-delay for each output address manually. Even the fee can be set manually. The cheapest allowed fee is 0.5% which is more than acceptable. The highest is set at 5%. Obviously the 0.25mBTC blockchain transaction fee is attached on top of the selected fee. It even has a “strength meter” which shows how strong your mix is, based on all the factors you’ve selected. No registration required whatsoever. And it does provide the mixing code to ensure all outputs are fresh and not linked to any of your previous deposits. One of the most currency-rich mixers in the industry, letting us Mix not just Bitcoin blender, Bitcoin Cash and Ethereum (coming soon) is what bitcoin mixer is. Also flaunts probably the most colourful and easy to use Interfaces I’ve ever seen. Provides 100% Control to users regarding every aspect of the mix. As in, users control the exact amount of fee (to the 4th decimal point!), the exact time-delay (by the minute and not just hours) and also the Percentage distribution. It’s transparent and even has a “fee calculator” which displays the exact amount of funds a user would receive on each additional address, as well as the total service and the address-fee. Maximum 8 total output addresses allowed. The minimum service fee a user can pay is 1%, with the maximum being 5%. The additional address fee is 0.00045529 BTC, 0.01072904 LTC, and 0.00273174 BCH for Bitcoin, Litecoin and Bitcoin Cash respectively. Has three fund-pools, and they all have funds from different sources in them which have different levels of anonymity. Does have a “No Logs Policy”. No registration required. {{MAINTANANCE.CAPTION}} {{maintanance.message}} {{maintanance.button.text}}