Bitcoin Forum
July 12, 2024, 03:40:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 [493] 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 ... 765 »
9841  Bitcoin / Electrum / Re: Instal Electrum on Linux - need help!) on: June 30, 2019, 10:38:28 PM
Thanks, we've already installed!
But... we cant open the Wallet with a seed... Last time I used Electrum in October, and now I just cant open two my Wallets!!!
If somebody even stolen my money, then I could open the wallet?

Why my vallet dont even opens at all?
What are you trying to do?

So, Electrum is opening normally? The issue happens when you try to open an already existent wallet file or restore your wallet through the wizard with the seed?

What exactly happens?
9842  Bitcoin / Electrum / Re: Instal Electrum on Linux - need help!) on: June 30, 2019, 10:27:39 PM
Thanks!

Maybe can somebody help me step by step how to install the Electrum on Linux? Do you know is there any detailed instruction?
Literally posted above. Just run these commands.

Or if you really want a video: https://youtu.be/6EVmp8gAqYA

Also, stop creating multiple threads. A single one is enough.
9843  Bitcoin / Project Development / Re: Bitcoin Price Image v2 (supporting Segwit addresses) on: June 30, 2019, 02:42:24 PM
Works good over here, nice. Maybe a euro to btc version could be added.
Curious what is used as the source to pull the price from ?
I'm using bitcoinaverage.com's API.

Works good over here, nice. Maybe a euro to btc version could be added.
Curious what is used as the source to pull the price from ?
Done. Now there is an ticker option (default is USD).

Since I noticed I would need to start adding a lot of params (like/this/and/it/would/be/huge/and/weird), I've added it as a query param (?ticker=USD).

Example:
https://btc.ninjastic.space/price/1250/ff0000?ticker=EUR

You can use USD, EUR, AUR, BRL, etc...
9844  Bitcoin / Project Development / Re: Bitcoin Price Image v2 (supporting Segwit addresses) on: June 30, 2019, 12:35:46 PM
@OmegaStarScream done!

I've increased the default size a little bit, added an option to choose a custom size and the usd to btc endpoint.

New format is:
https://btc.ninjastic.space/balance/ADDRESS/HEX-COLOR/SIZE for address' balance.
https://btc.ninjastic.space/price/AMOUNT/HEX-COLOR/SIZE for usd to btc.

(color and size are optional)

 Smiley
9845  Bitcoin / Project Development / Re: Bitcoin Price Image v2 (supporting Segwit addresses) on: June 30, 2019, 11:08:49 AM
The images that you posted above shows as invalid image for me. I use Brave with dnscrypt btw. Not sure if the problem is on my end or the code.

Can you try again? Maybe it was because I enables HTTPS but forgot to change my urls. (also try ctrl + f5 to clear your browser’s cache)

It’s showing up fine for me.

For suggestions, do you have any plans for the other features other than the one for checking balance? Like:

Code:
https://btc-priceimg.herokuapp.com/img/10.00/00f

I understand that yours is supposed to be for SegWit support and the above command is kinda irrelevant but, having all-in-one tool can be useful.

I also think that you should make the font in the image a little bit bigger.
It’s not irrelevant. I can work on that. Smiley

It also makes sense since I named it "Bitcoin Price Image".
9846  Other / Meta / Re: [Userscript] print balance of address - v0.3 on: June 30, 2019, 11:03:09 AM
I've made my own "bitcoin balance image" server that also supports Segwit addresses (bech32 included). In case you want to use in your script.

Images aren't displayed.
Hmm... it’s working here. Can you try opening it directly?
9847  Economy / Lending / Re: need 500$ repay 700$ on: June 30, 2019, 02:44:34 AM
-snio-
Scams are not moderated. Just tag them and move on.

No one should be that naive to give any of them a loan, but they can keep trying.
9848  Bitcoin / Project Development / Bitcoin Price Image v2 (supporting Segwit addresses) on: June 29, 2019, 11:46:51 PM
Now back online!

Inspired by btc-priceimg.herokuapp.com, I've create a (pretty much identical) page that generates an image with the address' current balance.

Why?

Because the original one doesn't accept bech32 addresses (they use Blockchain.info). Mine uses Blockstream's API, so bech32 addresses are allowed.

How to use it:

BItcoin Address:
Code:
https://btc.ninjastic.space/balance/YOUR-ADDRESS/HEX-COLOR

USD to BTC: (new)
Code:
https://btc.ninjastic.space/price/AMOUNT-IN-USD/HEX-COLOR?size=20

EUR to BTC: (new)
Code:
https://btc.ninjastic.space/price/AMOUNT-IN-EUR/HEX-COLOR?size=18&ticker=EUR

Options:
color, size and ticker are optional;
default color is black;
default ticker is USD.



Example 1:
https://btc.ninjastic.space/balance/bc1qfxj5fzzhkpnuyyezy9z7j7axja7n632d5wxzj6/ff0000

Result:

Example 2:
https://btc.ninjastic.space/price/250/ff0000?size=15

Result:

Example 3:
https://btc.ninjastic.space/price/250/ff0000?size=16&ticker=EUR

Result:

Example 4: (new)
https://btc.ninjastic.space/price/3P3QsMVK89JBNqZQv5zMAKG8FK3kJM4rjt/ff0000?size=16&ticker=BRL

Result:




Changelog:
Code:
06/30 - changed the size option to be a url query
06/30 - added a ticker option (suggested by @klaaas)
06/30 - added usd to btc price image, added size customization (suggested by @OmegaStarScream)
06/29 - released



If you have any suggestions, please let me know.
9849  Other / Meta / Re: [Userscript] print balance of address - v0.3 on: June 29, 2019, 10:45:55 PM
I've made my own "bitcoin balance image" server that also supports Segwit addresses (bech32 included). In case you want to use in your script.

Code:
https://btc.ninjastic.space/balance/ADDRESS/COLOR
(color is optional)

Quote

With color:

Quote
9850  Other / Meta / Re: What has changed in last 60 days to allow Yobit to have campaigns here ? on: June 29, 2019, 07:19:23 PM
Yobit isnt even paying, they cant help that idiots keep wearing it on the hopes of getting paid. Its not yobits fault that people keep wearing the signatures
Are you sure? I may be wrong, but I remember an user saying that he got a payment (that was after the ban ended out).
9851  Economy / Web Wallets / Re: Can I retrieve my bitcoin funds from blockchain.com without password? on: June 29, 2019, 11:16:12 AM
No, that would make sense if the user actually went to the website manually from the browser and downloaded a fake wallet. That would be as dumb as downloading it from a porn website. But the response from the server was manipulated from the official electrum wallet they were using. My only concern is, the chances of such hacks happening again in the future are high and newbies will be the primary victims since not many know that they can be hacked within an official wallet. Maybe someone should write proper step-by-step instructions on setting electrum up which newbies can refer to.
Unless... he verified his wallet files...

We need to tell them to make an habit on verifying their files REGARDLESS of from where he downloaded the files from. If it was from a link that popped up in the official wallet, a random website, or if satoshi himself came to his house to give him a file. It doesn’t matter. VERIFY.
9852  Economy / Web Wallets / Re: Can I retrieve my bitcoin funds from blockchain.com without password? on: June 29, 2019, 11:07:29 AM
At this stage, I don't think suggesting Electrum as a primary wallet for newbies who have no prior experience in verifying downloads or aren't that technically sound may result in them losing funds. I'm talking about this scam : https://bitcointalk.org/index.php?topic=5129118.0 and newbies are still a victim of this.

Maybe a much simpler offline wallet could be an alternative.
? The user downloaded a fake Electrum from http://goelectrum.com

If he knew how to verify a file signature, he could have downloaded it from a porn website that he would knew the file was fake. I think that’s a better approach than simple telling the user to not use the wallet after all.
9853  Other / Beginners & Help / Re: Warning: Gmail confidential mode is not secure or private on: June 28, 2019, 11:59:57 PM
I don't know if Apple is any better, as they probably read your emails as well. We are fuked up.. let's do what we can to preserve our privacy..

About proton mail, as least you should create an account there with a cool account name while it's still a small company. I have a few emails there Smiley
See this list for good privacy-oriented email providers: https://www.privacytools.io/providers/email/

ProtonMail seems to be one of the "bests" of the list. I use them as well.
9854  Other / New forum software / Re: Epochtalk Dark Theme on: June 28, 2019, 11:51:31 PM
Don't use Stylish...

For reference: "Stylish" browser extension steals all your internet history

Use "Stylus", a Stylish fork but without any tracking or analytics.
9855  Economy / Web Wallets / Re: Can I retrieve my bitcoin funds from blockchain.com without password? on: June 28, 2019, 11:47:10 PM
Problem solved. I was able to send the funds to another address from my blockchain.com wallet without my password. The address I had imported into blockchain.com was not read-only.
So... I'm asuming you had the private key and used it to import the address, right?

Glad to hear that.

I recommend that you create a new wallet (preferably with a trusted desktop wallet, like Electrum), SAVE YOUR BACKUP SEED, and move your coins to it.

Make sure to verify your file signature to make sure they are legit: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/
9856  Local / Português (Portuguese) / Re: "Campanhas de assinaturas que aceitam posts locais" 2.0 (Tem campanhas abertas) on: June 28, 2019, 11:26:17 PM
Não abusa.  Tongue Tongue Gostaria de saber o motivo do banimento. O @vito05 não postavam spam. Será que não foi por causa de alguma campanha de assinatura ? Lembro que muitos que colocaram a campanha da Yobit foi banido sem justificativas. Tem que tomar cuidado com assinaturas. Muita patrulha.
Só foram banidos aqueles que tiveram pelo menos 1 report válido enquanto usavam a assinatura da Yobit. Agora, já que foi totalmente possível ter "falsos-positivos" ali no meio (tanto que teve pelo menos um), o usuário poderia ter apenas criado outra conta pra contestar seu ban (como aconteceu).

Outra coisa, o ban do Yobit foi de apenas (se eu não me engano) 1 ou 2 semanas para os usuários com 1 report (e 60 dias para a assinatura em sí).

O ban do vit05 foi permanente, então eu chutaria que foi por plagiarismo - já que aconteceu no momento em que um usuário criou um bot pra detectar plagiarismo nos posts e causou um banimento em massa de vários usuários (inclusive usuários "famosos"). E como ele não contestou, provavelmente foi um ban válido.
9857  Bitcoin / Electrum / Re: Electrum Synchronising on: June 28, 2019, 09:52:38 PM
Do as explained above and download Electrum’s latest version.

Don’t forget to also verify your file signature to make sure the files you downloaded are legit. Make this an habit and you won’t regret: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/
9858  Economy / Service Announcements / Re: BitMaximum.io - More privacy during Bitcoin exchange / Coin mixer on: June 28, 2019, 07:43:06 PM
We did not write this, read carefully. Word  manually we haven't used anywhere. We wrote: We generate guarantee letters on others computers  that are not connected to the Internet after creating an order within 5-10 minutes.
I assumed that because how else would you do that if the computer isn’t connected to the internet? Isn’t that how air gapped computers/cold wallets work?

Also, why would it take 5-10 minutes if not that way?
9859  Local / Português (Portuguese) / Re: Exchange?? Ou FRAUDEXCHANGE??? on: June 28, 2019, 07:06:12 PM
O que é MyAlice ? É alguma coisa relacionada a Alice no País das Maravilhas Huh Nunca ouvi falar desse serviço, mas com esse nome tô fora. Deve ser uma daquelas famosas "construções egípcias".  Cheesy Cheesy Cheesy Cheesy
É outro “bot de trading”. Acontece que uns sócios da empresa liberaram umas conversas com o “CEO” da empresa falando que nunca teve arbitragem e que dos supostos 120 BTC investidos pelos usuários, so havia 20 BTC na carteira.

O CEO (que aparenta ser um sociopata meio alterado) teria então pago um laranja pra armar ter comprado a empresa, tirando o dele da reta pra quando tudo caísse. Mega TLDR ai.

Edit: trading bot e não arbitragem
9860  Bitcoin / Bitcoin Technical Support / Re: Bitcoin missing i am lost on: June 28, 2019, 09:39:40 AM
Make sure to verify your Electrum files after downloading it. That’s what matters and not an anti-virus flag.

https://bitcoinelectrum.com/how-to-verify-your-electrum-download/
Pages: « 1 ... 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 [493] 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 ... 765 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!