Bitcoin Forum
May 02, 2024, 03:05:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ... 149 »
  Print  
Author Topic: [ANN] ChipMixer.com - Bitcoin mixer / Bitcoin tumbler - mixing reinvented  (Read 92462 times)
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
April 19, 2019, 04:02:48 PM
Last edit: April 19, 2019, 04:33:58 PM by jackg
Merited by HCP (2), filipwx (1)
 #1421

May be someone can provide us a kind of "chipmixer calculator" ?

If someone hosts it I wouldn't mind doing that however, it's probably unnecessary...

EDIT: If there is someone to host it then here it is:

Code:
def possibleChips(min,max):
    chips = []
    while max > min:
        max = max/2
        chips.append(max)
    return chips

def ChipMixCalc(number, min, max):
    chips = possibleChips(min, max)
    while number >= min:
        for chip in chips:
            if number >= chip:
                number -= chip
                print("You got a: "+str(chip/1000)+"btc sized chip")
                break

print("With 0.0005 btc")
ChipMixCalc(0.5,1,4096)
print("With 8.096 btc")
ChipMixCalc(8096,1,4096)
print("With 1.024 btc")
ChipMixCalc(1024,1,4096)
print("with 0.053 btc")
ChipMixCalc(53,1,4096)

the last lines just test the methods (don't use floating point numbers as there are errors in python when you use a floating point number to 3 dp).


(Example output, with a random number)
Code:
With 903.217btc
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.032btc sized chip
You got a: 0.016btc sized chip
You got a: 0.001btc sized chip

nicer example:
Code:
With 6.433btc
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.256btc sized chip
You got a: 0.032btc sized chip
You got a: 0.001btc sized chip

Other random example:
Code:
With 59.405btc
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.008btc sized chip
You got a: 0.004btc sized chip
You got a: 0.001btc sized chip
1714619113
Hero Member
*
Offline Offline

Posts: 1714619113

View Profile Personal Message (Offline)

Ignore
1714619113
Reply with quote  #2

1714619113
Report to moderator
1714619113
Hero Member
*
Offline Offline

Posts: 1714619113

View Profile Personal Message (Offline)

Ignore
1714619113
Reply with quote  #2

1714619113
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714619113
Hero Member
*
Offline Offline

Posts: 1714619113

View Profile Personal Message (Offline)

Ignore
1714619113
Reply with quote  #2

1714619113
Report to moderator
HeRetiK
Legendary
*
Offline Offline

Activity: 2912
Merit: 2091


Cashback 15%


View Profile
April 20, 2019, 11:47:51 AM
Merited by HCP (2), filipwx (1)
 #1422

May be someone can provide us a kind of "chipmixer calculator" ?

If someone hosts it I wouldn't mind doing that however, it's probably unnecessary...

[...]

I started off porting your script from Python to JavaScript (read: adding brackets and semicolons), but messed up somewhere along the way so I wrote a little jsfiddle from scratch (you can use it in the bottom right corner):

https://jsfiddle.net/Lk5u2d14/10/


Quote from: HTML
Code:
<html>
Enter Amount: <input type="text" id="input"></input>
<button id="button">
Calculate
</button>
<ul id="output">
</ul>
</html>

Quote from: JS
Code:
const input = document.getElementById("input");
const button = document.getElementById("button");
const output = document.getElementById("output");
const minChip = 0.001;
const chips = [minChip];
for (let i = 0; i < 20; i += 1) {
  const nextChip = chips[chips.length - 1] * 2;
  chips.push(nextChip);
}
const precision = 8;

button.onclick = function() {
  while (output.childNodes[0]) {
    output.removeChild(output.childNodes[0])
  }
  let amount = Number(input.value);
  while (amount >= minChip) {
    let maxIndex = chips.length - 1;
    while (chips[maxIndex] > amount) {
      maxIndex -= 1;
    }
    while (amount >= chips[maxIndex]) {
      amount -= chips[maxIndex];
      // fix rounding errors
      amount = Number.parseFloat(amount.toFixed(precision));
      const node = document.createElement("li");
      const text = document.createTextNode(chips[maxIndex]);
      node.appendChild(text);
      output.appendChild(node);
    }
  }
  const node = document.createElement("li");
  const text = document.createTextNode("donated amount: " + amount.toFixed(precision));
  node.appendChild(text);
  output.appendChild(node);
}

(provided as-is, no guarantee for correctness)

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
filipwx
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
April 20, 2019, 05:01:26 PM
 #1423

May be someone can provide us a kind of "chipmixer calculator" ?

If someone hosts it I wouldn't mind doing that however, it's probably unnecessary...

EDIT: If there is someone to host it then here it is:

Code:
def possibleChips(min,max):
    chips = []
    while max > min:
        max = max/2
        chips.append(max)
    return chips

def ChipMixCalc(number, min, max):
    chips = possibleChips(min, max)
    while number >= min:
        for chip in chips:
            if number >= chip:
                number -= chip
                print("You got a: "+str(chip/1000)+"btc sized chip")
                break

print("With 0.0005 btc")
ChipMixCalc(0.5,1,4096)
print("With 8.096 btc")
ChipMixCalc(8096,1,4096)
print("With 1.024 btc")
ChipMixCalc(1024,1,4096)
print("with 0.053 btc")
ChipMixCalc(53,1,4096)

the last lines just test the methods (don't use floating point numbers as there are errors in python when you use a floating point number to 3 dp).


(Example output, with a random number)
Code:
With 903.217btc
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.032btc sized chip
You got a: 0.016btc sized chip
You got a: 0.001btc sized chip

nicer example:
Code:
With 6.433btc
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.256btc sized chip
You got a: 0.032btc sized chip
You got a: 0.001btc sized chip

Other random example:
Code:
With 59.405btc
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 4.096btc sized chip
You got a: 2.048btc sized chip
You got a: 0.008btc sized chip
You got a: 0.004btc sized chip
You got a: 0.001btc sized chip





May be someone can provide us a kind of "chipmixer calculator" ?

If someone hosts it I wouldn't mind doing that however, it's probably unnecessary...

[...]

I started off porting your script from Python to JavaScript (read: adding brackets and semicolons), but messed up somewhere along the way so I wrote a little jsfiddle from scratch (you can use it in the bottom right corner):

https://jsfiddle.net/Lk5u2d14/10/


Quote from: HTML
Code:
<html>
Enter Amount: <input type="text" id="input"></input>
<button id="button">
Calculate
</button>
<ul id="output">
</ul>
</html>

Quote from: JS
Code:
const input = document.getElementById("input");
const button = document.getElementById("button");
const output = document.getElementById("output");
const minChip = 0.001;
const chips = [minChip];
for (let i = 0; i < 20; i += 1) {
  const nextChip = chips[chips.length - 1] * 2;
  chips.push(nextChip);
}
const precision = 8;

button.onclick = function() {
  while (output.childNodes[0]) {
    output.removeChild(output.childNodes[0])
  }
  let amount = Number(input.value);
  while (amount >= minChip) {
    let maxIndex = chips.length - 1;
    while (chips[maxIndex] > amount) {
      maxIndex -= 1;
    }
    while (amount >= chips[maxIndex]) {
      amount -= chips[maxIndex];
      // fix rounding errors
      amount = Number.parseFloat(amount.toFixed(precision));
      const node = document.createElement("li");
      const text = document.createTextNode(chips[maxIndex]);
      node.appendChild(text);
      output.appendChild(node);
    }
  }
  const node = document.createElement("li");
  const text = document.createTextNode("donated amount: " + amount.toFixed(precision));
  node.appendChild(text);
  output.appendChild(node);
}

(provided as-is, no guarantee for correctness)




Well done guys!!!!! Wink Thanks!!!
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
April 20, 2019, 10:40:39 PM
 #1424

Very nifty scripts... Hopefully they help new ChipMixer users understand how their deposits will be broken down into the various chip sizes and possibly avoid some of the confusion that often seems to arise from ChipMixer's somewhat unique system.



~snip giant wall of text~
Well done guys!!!!! Wink Thanks!!!
In other news... Was it entirely necessary to requote the entire posts including all the code, just to say thanks?? Huh Roll Eyes

Someone with 696 posts ought to have learnt how to quote (and edit quotes) properly by now! Tongue

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Bitcoinsummoner
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 622


Maintain Social Distance, Stay safe.


View Profile WWW
April 22, 2019, 12:15:02 PM
 #1425

The fact that I wrote 2 letters in the mail, first thing yesterday and wrote a personal message and while nichkto have not written anything, but here at least you answered and I think that will get a response from the administration, what did I do wrong. time ticks,1.5 days left Shocked Cry
As you have already sent email they will contact you back as soon as possible. I think they need time to response you as they might have busy and also you have not yet passed  24 hours. Yes, at the same time you have only a little time left so it is urgent to you.
OP’s first post was 3 days ago, not less than 24 hours ago. I’m sure he already got his answer since he didn’t post anything else (I’m sure he would be spamming the thread with new posts every day) and ChipMixer’s account logged in yesterday. Most people don’t actually update their posts when they get their problem fixed.
There are several people who comes here only to spamming. Those people who really needs help they do not try spamming they try to contact and wait for response. But spammer will try to post and even they may use multiple account for spamming purpose.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
ChipMixer (OP)
Sr. Member
****
Offline Offline

Activity: 456
Merit: 956


https://bitcointalk.org/index.php?topic=1935098


View Profile WWW
April 28, 2019, 09:29:28 PM
 #1426

Quick update for those who encountered maintenance mode

1. Maintenance is over and everything works except
2. Sweeping is still broken and maintenance did not help. Please use private keys yourself (as we always encourage) instead of sweeping with website for now.

agentF
Sr. Member
****
Offline Offline

Activity: 421
Merit: 304


PNNV.com - Live Bitcoin price


View Profile WWW
April 29, 2019, 10:17:43 AM
 #1427

I tried many mixers before but ChipMixer's is the best.


jasongreg
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 01, 2019, 11:53:40 AM
 #1428

hello @chipmixer

i have lost some funds in your mixer
i have PM'd you

please help
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
May 01, 2019, 01:00:41 PM
 #1429

Have you sent an email here: chipmixer@protonmail.com

What's the problem? Did you copy down your token and deposit address?
Bitcoinsummoner
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 622


Maintain Social Distance, Stay safe.


View Profile WWW
May 04, 2019, 06:43:07 PM
 #1430

hello @chipmixer

i have lost some funds in your mixer
i have PM'd you

please help
Better contact with their support team by email chipmixer@protonmail.com or by contact form and then you will get faster response than the pm on bitcointalk.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
nowakasia
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 08, 2019, 01:54:08 PM
 #1431

Asking about chips ..

Hello, 14 hours ago I just mix coins and withdrawn this on 2 wallets.
Chips still doesnt comes. Whats happend ?
Can u tell me something why it works so long or whats happend?
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16582


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 08, 2019, 02:02:42 PM
 #1432

Hello, 14 hours ago I just mix coins and withdrawn this on 2 wallets.
Chips still doesnt comes. Whats happend ?
Can u tell me something why it works so long or whats happend?
Did you have ChipMixer send the coins to your address instead of getting the private key? If so: I think this applies to you:
2. Sweeping is still broken and maintenance did not help. Please use private keys yourself (as we always encourage) instead of sweeping with website for now.

100bitcoin
Sr. Member
****
Offline Offline

Activity: 860
Merit: 423


View Profile WWW
May 08, 2019, 03:01:13 PM
 #1433

@ChipMixer What if the hacked coins from Binance, i.e. o/p of https://btc.com/e8b406091959700dbffcff30a60b190133721e5c39e89bb5fe23c5a554ab05ea, directly or indirectly hit you. Will you still mix them?

nowakasia
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 08, 2019, 03:33:11 PM
 #1434

Hello, 14 hours ago I just mix coins and withdrawn this on 2 wallets.
Chips still doesnt comes. Whats happend ?
Can u tell me something why it works so long or whats happend?
Did you have ChipMixer send the coins to your address instead of getting the private key? If so: I think this applies to you:
2. Sweeping is still broken and maintenance did not help. Please use private keys yourself (as we always encourage) instead of sweeping with website for now.



I just send money to adress, deposit comes and I just post my bitcoin adress and click witdrawn.
What now ? If I send the money I can still iport private keys ? Or what to do ? Money is big..
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16582


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 08, 2019, 03:50:37 PM
 #1435

I just send money to adress, deposit comes and I just post my bitcoin adress and click witdrawn.
What now ? If I send the money I can still iport private keys ? Or what to do ? Money is big..
I'm not sure if you can still export private keys after trying to sweep. If you still have your session key, you can just try it.

If that doesn't work, the best way to get support is by sending an email to the address on https://chipmixer.com/about .

jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
May 08, 2019, 04:22:51 PM
Merited by LoyceV (1)
 #1436

I just send money to adress, deposit comes and I just post my bitcoin adress and click witdrawn.
What now ? If I send the money I can still iport private keys ? Or what to do ? Money is big..
I'm not sure if you can still export private keys after trying to sweep. If you still have your session key, you can just try it.

If that doesn't work, the best way to get support is by sending an email to the address on https://chipmixer.com/about .

If you still have the token you can get the private keys.

They'll begin with a 5, an L or a K. If you don't have a wallet, try using electrum.org/#download and import private keys option and paste them into that box and they should load there.
jasongreg
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 08, 2019, 06:51:08 PM
 #1437

it has been 6 days i have still had no reply from chipmixer admin

please help
this is alot of money for me
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16582


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 08, 2019, 06:59:43 PM
 #1438

it has been 6 days i have still had no reply from chipmixer admin
If you can, extend your session. Otherwise it expires in after 7 days.

The fastest way to get support is by sending an email to the address on https://chipmixer.com/about .

Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
May 09, 2019, 12:50:22 AM
 #1439

i have lost some funds in your mixer
i have PM'd you
care to explain what kind of "lost fund" you're experiencing? just DON'T tell us any private details
one of us here may be able to find a solution or give an answer to your problem

it has been 6 days i have still had no reply from chipmixer admin
don't use pm, send email instead for faster response
and as LoyceV said make sure to extend your session, to avoid further problem on your case

jasongreg
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 14, 2019, 03:06:52 PM
 #1440

i have send money to chipmixer
and not withdrawn in time
stupidly thinking i can keep them on chipmixer

now they are lost

no reply from admin at all

i have sent email already also
Pages: « 1 ... 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 ... 149 »
  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!