Bitcoin Forum
June 30, 2024, 06:23:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 339 340 341 342 343 344 345 346 347 348 349 350 [351] 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 ... 732 »
7001  Local / Discussions générales et utilisation du Bitcoin / Re: Avez-vous déjà pensé à la transmission de vos cryptos à votre mort ? on: May 23, 2020, 07:17:07 PM
Un moyen simple IMO c'est de laisser la clef cryptée au format BIP38 dans le testament en indiquant que le mot de passe sera envoyé par mail à/aux adresses mails de l'héritier à telle date du calendrier.

Le donateur programme ensuite un envoi de mail sur un webmail (du genre gmx par exemple) pour la date indiquée, et le décale tous les ans de son vivant.

Pour les coins qui n'ont pas d'équivalent BIP38, on peut à la rigueur, se contenter de séparer la clef en 2, en laissant une partie dans le testament et l'autre dans le mail programmé.

Y'a Gmail qui permet d'envoyer des mails programmés maintenant. Et sur plusieurs années.
Vu que c'est google, on peut compter sur la fiabilité du service je pense. Il y a peu de chances que l'e-mail ne soit pas envoyé.
7002  Local / Hors-sujet / Re: Y'a quoi ce soir à la TV? 📺 on: May 23, 2020, 06:32:53 PM
Young Sheldon c'est nul non?
J'ai vu un ou deux épisodes et franchement j'ai pas du tout retrouvé Sheldon et sa mère.
Le pire c'est que le personnage principal, Sheldon, est le moins charismatique de toute la famille. A tel point qu'on se demande si ils ont pas juste utilisé le nom pour faire de la pub à la série qui n'a franchement pas grand chose à voir avec the big bang theory...
7003  Economy / Gambling discussion / Re: The UFC Info and Prediction Thread on: May 22, 2020, 09:57:37 PM
Who can imagine Jon Jones fighting in the Heavy Weight category? Even for a Light Heavy Weight fighter he looks slim. He's tall but skinny, so I really think he would be a bad HW fighter.
Jon Jones is dominating all the fighters in Light Heavy Weight division and he proved everything and there is not much competition in the division and Jones is teasing about a move to Heavy Weight division for a very long time and if he is able to move up and compete against much bigger fighters and take the belt then his legacy will be written in stone as the greatest of all time.
In Heavyweight division strikes are way more violent and heavy, the HW division goes up to 265 lb, he wouldn't be able to apply the same game plan there. Moreover I'm not sure he has an enough good chin to compete in this category.
7004  Economy / Gambling discussion / Re: Gambling issues? Read this! on: May 22, 2020, 09:41:41 PM
All these urls are finishing by ".au". And as far as I know .au is the Internet country code top-level domain for Australia.
Since only few users come from this country here, it would be more relevant to propose some websites for other countries, or some international ones at least, IMO.
True, I hope there's an international platform not only applicable on one country. It would be non-sense if you tried to contact them which is out of your country. Since gambling problems is a wide issue, it's better to contact your local doctors 'cause they already knew what's the best thing to do since they knew how the environment works in their own country.

Since @OP posted this on gambling discussion which is an international board, I guess indicating international websites like WHO or world health organization.
I agree with you, it would be a good idea, but I wasn't aware that the World Health Organization was providing pages concerning gambling addiction. Do you have some links please?
7005  Economy / Gambling discussion / Re: FreeBitco.in Auto Free Roll Collector on: May 22, 2020, 09:26:45 PM
We put together a script that collects the hourly free bitcoin roll for you without you having to do a thing.  All you need to do is go to the "free btc"tab and click "Play without Captcha", install a browser extension and install the script. A full page with installation instructions can be found here.

https://satoshinet.conm/crypto/free-bitcoin-script
It will consume a lot of Reward Points no?
Does it still work when your reward points counter falls to zero?
7006  Economy / Gambling / Re: Rocketpot Seed Event on: May 22, 2020, 09:08:40 PM
The seed event has been designed to reflect launches of similar games on this forum.

To make it provably fair we have generated a chain of 8,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash. The last hash in the chain is 5de24be2ba88f21070aca0b909a23ba8977a60e047e750dc6bd637aa3b4defc8.

The formula for generating the game result:

Code:
const CryptoJS = require("crypto-js");

    function generateGameResultFromSeed(roundSeed, salt) {

      // Number of most significant bits to use
      const nBitsToUse = 52;

      // Step 1. HMAC_SHA256(message=seed, key=salt)
      const hmac = CryptoJS.HmacSHA256(roundSeed, salt);
      const roundHash = hmac.toString(CryptoJS.enc.Hex);

      // Step 2. r = 52 most significant bits
      const roundRandSource = roundHash.slice(0, nBitsToUse / 4);
      const r = parseInt(roundRandSource, 16);

      // Step 3. Calculate crash = r / 2^52, uniformly distributed in [0; 1)
      const twoPower52 = Math.pow(2, nBitsToUse);
      let crash = r / twoPower52;

      // Step 4. Calculate crash normalized in 100 - 100B range
      crash = Math.floor(97 / crash);
      crash = Math.min(crash, 100000000000);
      crash = Math.max(crash, 100);

      // Step 5. Take next 52 bits as seed for player selection in Jackpot round
      const jpPlayerRandSource = roundHash.slice(nBitsToUse / 4, 2 * nBitsToUse / 4);
      const jpPlayerRandom = parseInt(jpPlayerRandSource, 16);

      // Step 6. Take next 52 bits as seed for picking Jackpot value on the wheel
      const jpValueRandSource = roundHash.slice(2 * nBitsToUse / 4, 3 * nBitsToUse / 4);
      const jpValueRandom = parseInt(jpValueRandSource, 16);

      return {roundHash, jpPlayerRandom, jpValueRandom, crash, roundSeed};
    }

The client seed is the hash of a future bitcoin block that has not been mined at the time of this post. The block we will use is 591433. This way players can be certain that we did not deliberately pick a client seed which advantages the house.
Hello
I'm sorry but I don't understand that part

       // Step 3. Calculate crash = r / 2^52, uniformly distributed in [0; 1)
      const twoPower52 = Math.pow(2, nBitsToUse);
      let crash = r / twoPower52;


I don't understand why we need to divide this number by 2^52?
The result will always be <=1, no?
7007  Economy / Gambling / Re: 🚀Rocketpot.io 🚀| 1 BTC WELCOME BONUS | Multiply Your BTC ✅ | Win Jackpots 💰 on: May 22, 2020, 07:57:33 PM
Yes it works like that, so to have a chance of being selected for the jackpot you need to bet more than the others, that's exactly what I said.

No, to have a chance to be selected for the jackpot, players do not need to bet more than the others. The chance is there as long as players are betting no matter how much is the bet amount.

So jackpot hunters should bet bigger amounts to have more chances to be selected.

No they should not, jackpot hunters are different to each other. Some hunters are just playing with the lowest amount, its due to limited balance but they still have chance to win it although the chance is smaller than the other players who bet bigger.
So for you, it's a better strategy for chasing the jackpot to have lower chances to win than the others? Huh Could you elaborate please?
7008  Local / Hors-sujet / Re: Juifs antisémitisme et trucs comme ça. on: May 22, 2020, 06:33:17 PM
choooooooooooooooooooo
7009  Local / Actualité et News / Re: Vitalik, ce génie on: May 22, 2020, 06:08:16 PM
Vitalik est un autiste asperger, ce qui explique ces expressions faciales un peu inhabituelles.

A coté de ça le gars a un QI de 257...

Ok merci je ne savais pas. Apres, au sujet de son QI tu devrais vérifier ta source pour savoir d'ou sort ce 257.
Perso j'ai cherché un peu, j'ai rigolé. Et juste pour ajouter, il y a plusieurs tests de QI, et pour certain tests quand tu compares les questions et que tu vois les gens classés dans "la moyenne" moi je me dis la moyenne c'est un peu des simplets. J'en ai fais un à l'instant, il m'ont classé comme "supérieur", c'est pour te dire!

Apres je ne dis pas qu'il n'est pas intelligent...
3 chiffres c'est déjà beaucoup, ça ne concerne qu'une minorité de gens... bravo gros
7010  Economy / Gambling discussion / Re: How to be invested in Crypto while staying away from gambling? on: May 22, 2020, 05:05:18 PM
That is way easier said than done, on the surface the only thing a person needs to do in order to stop losing their money at the casinos is to stop playing and do something else with their time and with their money, but if you take to time to read the experiences of the members of the forum you will see that is very difficult and this is especially even more true now that there are not a lot of things that you can do and you cannot even see your family as you used to.

You are right. It's easy to say things that need to be done but hard to do it in actual.

Even the simple term of "stop doing gambling" is not an easy thing to do especially for those who still have extra funds even with the pandemic virus.

Being a responsible person really does have a long process.

If the people used to gamble everyday for the stop words will be ignore since in the end of the day once they bored for sure they will comeback again, for sure we experience this and we always regret with the result after the game that we should not gamble for that day.

I can't insert being responsible since when you are addicted gambler provably it needs a lot of efforts to achieve what you really ask since all is long process.
I agree with you but by chance cryptocurrencies offer several magic features. Like private keys, multisig wallets and time-locked transactions... So if you really aren't able to restrain you from spending your cryptos in gambling, you can use those features to help you for that.
7011  Economy / Gambling discussion / Re: Gambling issues? Read this! on: May 22, 2020, 04:52:17 PM
Where to get help?
1. Your doctor or other health professionals
2. Victorian Responsible Gambling Foundation
3.Gambling Help Online - counseling and information services including a peer support program.
4. Gambler’s Help Tel. 1800 858 858, TTY 1800 777 706 – 24-hour telephone counselling service
5. Gamblers Anonymous Tel. (03) 9696 6108 – a support group for people with a gambling problem
6. Gamble Aware – information about the odds of winning, how gambling works, and when to stop
7. Lifeline Tel. 13 11 14
8. SuicideLine Victoria Tel. 1300 651 251
All these urls are finishing by ".au". And as far as I know .au is the Internet country code top-level domain for Australia.
Since only few users come from this country here, it would be more relevant to propose some websites for other countries, or some international ones at least, IMO.
7012  Economy / Gambling discussion / Re: The UFC Info and Prediction Thread on: May 22, 2020, 04:32:56 PM
^ ^  You know...  It won't be a bad idea to have Jones vs Ngannou and Adesanya vs Costa in one event.  And hoping that Jones and Adesanya win their bouts then fight each other next.  Oooooo.

That's gonna be yuuuge.

Edit:  YUUUUGE.

Really like that YUUUUGE comment.  Grin Well, even though the possibility of Jones vs Ngannou continues to excite the fans around the globe, it appears that UFC doesn't have the interest to make it happen. Ngannou took out his frustration in his Twitter post stating below.



Code: (TWEET)
https://twitter.com/francis_ngannou/status/1263637604823478272
Who can imagine Jon Jones fighting in the Heavy Weight category? Even for a Light Heavy Weight fighter he looks slim. He's tall but skinny, so I really think he would be a bad HW fighter.
7013  Economy / Gambling discussion / Re: Slots 101: Basics, Strategies, and Discussion (with poll) on: May 22, 2020, 02:59:58 PM
Most of people have no clue about that but there are important mathematical researchs about the N-armed bandit problem

Quote
In the problem, each machine provides a random reward from a probability distribution specific to that machine. The objective of the gambler is to maximize the sum of rewards earned through a sequence of lever pulls.[3][4] The crucial tradeoff the gambler faces at each trial is between "exploitation" of the machine that has the highest expected payoff and "exploration" to get more information about the expected payoffs of the other machines. The trade-off between exploration and exploitation is also faced in machine learning. In practice, multi-armed bandits have been used to model problems such as managing research projects in a large organization like a science foundation or a pharmaceutical company.[3][4] In early versions of the problem, the gambler begins with no initial knowledge about the machines.
https://en.wikipedia.org/wiki/Multi-armed_bandit
7014  Economy / Gambling discussion / Re: Online Gambling Games on: May 22, 2020, 02:36:15 PM
I'm a crash game lover. Crash with it's social aspect is just addictive. Not only you chat with fellow gamblers in real but the results for every players are same but their outcome of bet differs by slight margin. There's no game as entertaining as crash.
Blackjack as operated in most casino are zero skill. Real poker games do have skill factor and are interesting.
I agree with you, I think crash game is currently the most spectacular gambling game. With the sound it's even more crazy. I wouldn't say it's very addictive but spectacular definitely. It's more exciting than hi-lo, dice and blackjack because you don't know how much you can win when you play (like slot games).
7015  Economy / Gambling discussion / Re: How do you pick slots? on: May 22, 2020, 02:17:48 PM
I know I speak for a lot of people here but the first thing we do is pick min bets:)

Of course, provider is important but at the end of the day if we play at a casino we trust,,, then we trust that whatever we play there, if we win, or lose, the casino will take care of us.
In 2020 we shouldn't have to trust the house. We are in the crypto/blockchain era now, and all these types of games should be provably fair now.
Those still none provably fair, should be avoid and blacklisted here.
7016  Local / Économie et spéculation / Re: [BTC] Le bitcoin devrait remonter.... ou peut être redescendre on: May 22, 2020, 09:56:39 AM
Quote
Edit : Selon Daniel Alexiuc, le bloc 3654 aurait été miné par Hal Finney. La transaction d’hier aurait donc été effectuée par ses héritiers.
Source : https://bitcoin.fr/reveil-dune-adresse-bitcoin-non-depensee-depuis-plus-de-onze-ans/
Honnêtement c'était ce que je pensais aussi, des héritiers de Hal Finney...
Espérons qu'ils vont rester raisonnables... et qu'ils n'ont pas besoin de centaines de millions de $  Undecided si ils ont d'autres clefs
7017  Local / Hors-sujet / Re: YoYaplatalk round 2 on: May 22, 2020, 09:27:19 AM
Vivi on oblige les gens à faire des prêts et à accepter des ferraris en collatéral. On les oblige aussi à les revendre à n'importe qui ensuite...
Tu devrais faire ça avec un kg de shit, et revenir nous dire comment ça s'est passé  Roll Eyes
De toutes façons tu n'es pas objectif guigui371 donc je comprends pas pourquoi tu viens me quoter pour me raconter ça alors que le sujet était déjà clos me semble-t-il...
7018  Local / Débutants / Re: numéro portable virtuel - recevoir un SMS virtuel en ligne sans donner son n° on: May 22, 2020, 06:21:06 AM
Et les cartes sim prépayées ça va pas?

Il te faut presenter une piece d’identité  aussi pour les prépayées. Ils ont beaucoup durci les règles sur ce sujet
Présenter une pièce d'identité directement au vendeur? Tu es sûr de ça?
Il faut normalement appeler un numero ou aller sur un site et donner ses informations d'identité pour activer la ligne, donc ça serait redondant, non?
7019  Local / Économie et spéculation / Re: [BTC] Le bitcoin devrait remonter.... ou peut être redescendre on: May 21, 2020, 07:45:08 PM
ça a l'air de bien résister pour le moment.
7020  Local / Économie et spéculation / Re: [BTC] Le bitcoin devrait remonter.... ou peut être redescendre on: May 21, 2020, 03:07:37 PM
Le btc a un problème avec les 10000 $. Sad
Ah ouais ça commence à faire un joli petit dip depuis hier...
Pages: « 1 ... 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 339 340 341 342 343 344 345 346 347 348 349 350 [351] 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 ... 732 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!