|
BitcoinPorn
|
|
June 26, 2011, 01:03:03 PM |
|
Oh yeah, it's not 17.5 o clock, I should uninstall that shit.
Now checking out Bitcoin Ticker.
Also, I like the tool you made function wise. Would you allow the ability for people to make skins?
|
|
|
|
unemployed (OP)
|
|
June 26, 2011, 01:57:56 PM |
|
Also, I like the tool you made function wise. Would you allow the ability for people to make skins?
Great suggestion. I will think on that.
|
|
|
|
bitcoinminer
|
|
June 26, 2011, 04:25:19 PM |
|
Bonzai Buddy, without a doubt!
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
D.H.
|
|
June 26, 2011, 04:36:36 PM |
|
OP himself seems to have used the leaked list of e-mail addresses from Mt.Gox to send out spam about his "Bitcoin Tool" so I know for sure that I wouldn't install that one. Would be nice if we could put "Spammer" or similar next to his name.
|
www.bitcoin.se - Forum, nyheter och information på svenska! (Forum, news and information in Swedish)
|
|
|
bitcoinminer
|
|
June 26, 2011, 04:38:51 PM |
|
OP himself seems to have used the leaked list of e-mail addresses from Mt.Gox to send out spam about his "Bitcoin Tool" so I know for sure that I wouldn't install that one. Would be nice if we could put "Spammer" or similar next to his name.
Yeah let me install some random turds browser tool with a Smeagol logo that automatically sends out BTC... but only if I can link it to my Mt. Cox account!
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
BitcoinPorn
|
|
June 26, 2011, 04:47:20 PM |
|
Ah, he had the Bitcoin reddit account for sale too. Wow, you really are unemployed lol
|
|
|
|
Seraphim401
Full Member
Offline
Activity: 215
Merit: 100
Live Long and Prosper
|
|
June 26, 2011, 07:55:33 PM |
|
Mt.Gox Peek.
|
|
|
|
unemployed (OP)
|
|
June 26, 2011, 09:21:05 PM Last edit: June 26, 2011, 10:13:59 PM by unemployed |
|
Yeah let me install some random turds browser tool with a Smeagol logo that automatically sends out BTC... but only if I can link it to my Mt. Cox account!
Smeagol logo is all right. Reddit likes it. Bitcoin Tool is just a short JavaScript code inserted on websites. For JavaScript on a non-localhost website it is impossible to access your wallet in any way. The Send BTC button is realized by an additional application, a HTTP mini-server bitcoin_httpd ran locally (also opensource). The HTTP mini-server does not open any files, and does not send any data to the Internet. You have to enter rpcuser and rpcpass to confirm each transaction. If you don't trust the Send BTC button anyway, don't run bitcoin_httpd, and the Send BTC button won't work. Problem solved. Maybe I should put all this into some sort of FAQ.
|
|
|
|
bitcoinminer
|
|
June 27, 2011, 01:19:59 AM |
|
Yeah let me install some random turds browser tool with a Smeagol logo that automatically sends out BTC... but only if I can link it to my Mt. Cox account!
Smeagol logo is all right. Reddit likes it. Bitcoin Tool is just a short JavaScript code inserted on websites. For JavaScript on a non-localhost website it is impossible to access your wallet in any way. The Send BTC button is realized by an additional application, a HTTP mini-server bitcoin_httpd ran locally (also opensource). The HTTP mini-server does not open any files, and does not send any data to the Internet. You have to enter rpcuser and rpcpass to confirm each transaction. If you don't trust the Send BTC button anyway, don't run bitcoin_httpd, and the Send BTC button won't work. Problem solved. Maybe I should put all this into some sort of FAQ. Post the source code and I'll have a look through
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
TiagoTiago
|
|
June 27, 2011, 01:31:30 AM |
|
I dunno if i should trust any of them...
|
(I dont always get new reply notifications, pls send a pm when you think it has happened) Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!
|
|
|
unemployed (OP)
|
|
June 27, 2011, 01:31:42 AM |
|
Bitcoin Tool is just a short JavaScript code inserted on websites. For JavaScript on a non-localhost website it is impossible to access your wallet in any way. The Send BTC button is realized by an additional application, a HTTP mini-server bitcoin_httpd ran locally (also opensource). The HTTP mini-server does not open any files, and does not send any data to the Internet. You have to enter rpcuser and rpcpass to confirm each transaction. If you don't trust the Send BTC button anyway, don't run bitcoin_httpd, and the Send BTC button won't work. Problem solved. Maybe I should put all this into some sort of FAQ. Post the source code and I'll have a look through How to make the Send BTC button work: 1. Set rpcuser and rpcpassword in your bitcoin.conf file. Do one of the three: a) either run the standard client application bitcoin.exe with the parameter "-server", b) or put "server=1" into your bitcoin.conf, and run bitcoin.exe, c) or run bitcoind.exe (included in your standard bitcoin client package). 2. Download and run the HTTP mini-server bitcoind_httpd.exe: Windows version - bitcoin_httpd.exe v1.1 (size 238668, md5sum: da0107ce32aaceb16055c8d147663519) Linux version - bitcoin_httpd v1.1 (size 642897, md5sum: 84aae8bab4db4ab52d0a15dfe9861ef7) The source code of bitcoin_httpd is here, if you need it.
|
|
|
|
bitcoinminer
|
|
June 27, 2011, 02:48:43 AM |
|
That's not the source code of your browser plugin
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
|
|
CNMOH
Member
Offline
Activity: 266
Merit: 10
|
|
July 06, 2011, 12:36:17 PM |
|
Bitcoin Tool. Been using it for a while now, and I love it. It makes the process of sending Bitcoins to someone on the forum so much smoother.
|
|
|
|
rb1205
|
|
July 06, 2011, 01:03:17 PM |
|
Post the source code and I'll have a look through
He linked it in the comment you quoted
|
|
|
|
bitcoinminer
|
|
July 07, 2011, 01:09:58 AM |
|
Post the source code and I'll have a look through
He linked it in the comment you quoted Hmm.. Well, having a look through, I don't see anything blatantly malicious, but I personally wouldn't run a javascript applet that can automatically connect to my bitcoin server and automatically start sending coins to an address, even if you DO have to confirm it. Within the next week, guaranteed some loser who installs it will be crying about how he accidentally sent the money he was saving for his Grandma's dentures to the wrong address or some bullshit.
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
bitcoinminer
|
|
July 07, 2011, 01:18:41 AM |
|
// ==UserScript== // @name Bitcoin Tool // @namespace Bitcoin Tool // @description Bitcoin Tool - recognizes Bitcoin addresses on websites, adds links to the blockexplorer, adds a select button for easier copy-paste, and a "Falkvinge" Send BTC button // @version 1.1 // @include * // ==/UserScript==
text = document.body.innerHTML; if (text.match(/[^A-Za-z0-9/"]1[A-HJ-NP-Za-km-z1-9]{32,33}[^A-Za-z0-9"]/)) { document.body.innerHTML = text.replace(/(<[^<]*[^A-Za-z0-9/"])(1[A-HJ-NP-Za-km-z1-9]{32,33})([^A-Za-z0-9?%"]...)/g,function(a,b,c,d){ t = new Array(256);for(j=97;j<=122;++j){t[j]=0;}for(j=65;j<=90;++j){t[j]=0;}for(j=48;j<=57;++j){t[j]=0;}for(j=0;j<c.length;++j){++t[c.charCodeAt(j)];} bc="17t4EgfBBUxQVK6TZJqZc8oMdmxnLELg2o"; sum=0;sum1=0;sum2=0;sum3=0;for(j=97;j<=122;++j){sum+=t[j]*t[j];sum1+=t[j]}for(j=65;j<=90;++j){sum+=t[j]*t[j];sum2+=t[j]}for(j=48;j<=57;++j){sum+=t[j]*t[j];sum3+=t[j]} return (a.match(/^<(textarea|input|pre|code)/i) || d=="</a>" || sum >= 90 || sum1 <= 2 || sum1 >= 26 || sum2 <= 2 || sum2 >= 26 || sum3 >= 14) ? b+c+d : b+"<a href=\"http://blockexplorer.com/address/"+c+"\">"+c+"</a>" +"<span style=\"cursor:pointer;border:1px solid black;font-size:80%;color:black;font-weight:normal;padding:1px 2px 0 2px;margin:1px 0 1px 4px;background:#ddd;\" " +"onclick=\"if(document.createRange){r=document.createRange();previousSibling.focus();r.selectNodeContents(previousSibling);w=window.getSelection();w.addRange(r);}else{r=document.body.createTextRange();r.moveToElementText(previousSibling);r.select();}\" onmouseover=\"this.style.backgroundColor='#eee'\" onMouseOut=\"this.style.backgroundColor='#ddd'\">Select</span>" +"<span style=\"cursor:pointer;border:1px solid black;font-size:80%;color:black;font-weight:normal;padding:1px 2px 0 2px;margin:1px 0 1px 6px;background:#ddd;\" title=\"Requires bitcoind and bitcoin_httpd\" onmouseover=\"this.style.backgroundColor='#eee'\" onMouseOut=\"this.style.backgroundColor='#ddd'\" onclick=\"window.open('http://localhost:8330/"+bc+"');\">Send BTC</span>"+d; }); }
// If you like the tool, donate to 141HiFa6pek3uM32LpRe3gXraETV1fViWC // // This is public domain code, free for commercial and non-commercial use. // If you use some of it, give a link to this script: // http://userscripts.org/scripts/show/104381 Here I have modified (but not tested the code) above. I added one line of code, and changed literally one character. What this code does NOW, is regardless of who's address you highlight, it sends it to a specific BitCoin address I have specified (random one I created). Granted this guy isn't doing this with the code, but it's too easy to do things like this, or have it slipped into a newer version, or have it inline coded in a forum, etc.
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
bitcoinminer
|
|
July 07, 2011, 01:20:30 AM |
|
Post the source code and I'll have a look through
He linked it in the comment you quoted Also that was added after the fact... initially it was the bitcoind source code linked there.
|
Be fearful when others are greedy, and greedy when others are fearful.
-Warren Buffett
|
|
|
|