Bitcoin Forum
May 26, 2024, 07:40:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
1421  Bitcoin / Development & Technical Discussion / Re: Can't get API response on: February 13, 2022, 12:22:42 PM
Maybe it would be better if you create a class which corresponds to result and then you convert result to your local class.
Or use more abstract approach, like casting to Map. See how I check balance using blockchain.com api:
https://github.com/PawelGorny/lostword/blob/master/src/main/java/com/pawelgorny/lostword/WorkerUnknownCheckAll.java


Code:
private static long checkBalance(List<String> addresses) throws IOException, InterruptedException {
        String urlbalance = "https://blockchain.info/balance?active=";
        BufferedReader in;
        URL url = new URL(urlbalance + Joiner.on(",").join(addresses));
        in = new BufferedReader(new InputStreamReader(url.openStream()));
        String json="";
        String inputLine;
        while ((inputLine = in.readLine()) != null) {
            json += inputLine;
        }
        boolean x = false;
        Map<String, LinkedTreeMap> addressBalance = GSON.fromJson(json, Map.class);
        long final_balance = 0L;
        for (Map.Entry<String, LinkedTreeMap> entry:addressBalance.entrySet()){
            final_balance = ((Double)entry.getValue().get("final_balance")).longValue();
            if (final_balance>0){
                if (!x){
                    System.out.println("");
                }
                System.out.println(Utils.SPACE_JOINER.join(addresses)+" "+entry.getKey()+" "+final_balance);
                x = true;
            }
        }
        Thread.sleep(2000);
        return final_balance;
    }
1422  Bitcoin / Wallet software / Re: hep me user file account exodus on: February 11, 2022, 03:56:07 PM
i need someone to help me convert the voice assistant file to mp4. normal tools don't support conversion file

What is "voice assistant"?
Do you mean voicemail?
What phone/smartphone do you use?
1423  Alternate cryptocurrencies / Altcoin Discussion / IP leak from MetaMask wallet on: February 09, 2022, 10:35:54 AM
Last week, researchers at OMNIA Protocol published what they considered to be a critical privacy vulnerability in MetaMask. By sending an NFT to users of a mobile MetaMask wallet they were able to obtain user IP addresses when MetaMask fetched IP address data from a centralized server.

https://medium.com/@convexlabs/this-nft-logs-your-ip-address-7f6f9cf2376e
1424  Economy / Services / Re: [OPEN]Bounty pool - Royse777 [Monthly payment in BTC] on: February 09, 2022, 09:23:12 AM
Is it alive?
1425  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: February 05, 2022, 11:42:30 AM
If you want to keep "fixed filename", maybe add one more, small file with "update date" inside.
The update date is in the file's time stamp. It used to be easy to see, but since I added an index.html it doesn't show anymore.
I had to search a bit, Super User.com gave this command:
Code:
wget --server-response --spider  http://addresses.loyce.club/Bitcoin_addresses_LATEST.txt.gz 2>&1 | grep -i Last-Modified
  Last-Modified: Mon, 31 Jan 2022 00:57:38 GMT

Too technical. But maybe will be enough. You should check in accessLog how many requests you have from curl/wget type tools and how many from normal browser.
1426  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: February 05, 2022, 09:26:58 AM
Last month, I killed my webserver for the last days to stop my VPS from being suspended. I turned it back on this month, but Blockchair hasn't updated their data dumps yet this month so you're all downloading the same version over and over again Tongue

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

If you want to keep "fixed filename", maybe add one more, small file with "update date" inside.
1427  Local / Polski / Re: Kampania bez minimalnej liczby postów on: February 05, 2022, 08:54:31 AM
Moim zdaniem na oddzielny deal mogą liczyć konta z top 20 rozpozywalności. Oni się mogą dogadywać na wysokie stawki i to wtedy ma więcej sensu.
https://bpip.org/ - statystyki i rankingi bitcointalk

Taki senior member na moje oko może liczyć obecnie na max 1-2$ za post. 2$ za post płaci moja kampania a ma jedne z wyższych stawek (pomijając króla chipmixera), a zatrudnia tylko 18 senior memberów i miejsce zwalnia się raz na kilka tygodni i zwykle na nie jest 10-20 chętnych. Więc jak mówimy o 1$ za post, a tobie zależy na specjalnych warunkach i braku dolnego limitu, to moim zdaniem ciężko oczekiwać by jakaś poważna firma robiła specjalny deal, liczyła posty, dbała o wypłaty, gdy cały deal jest wart 5-20$ tygodniowo. Ale możesz próbować.

Polecam moja kampanię. Jak zwolni się miejsce to dam ci znać. Jest dolny limit 20 postów, ale można pisać na lokalach (na to też warto zwrócić uwagę) i nie ma konieczności pisania w gambling.

Super, czekam. Chociaż jak wspomniałem wcześniej - założenie z góry że ileś tam postów trzeba wyklepać trochę źle na mnie działa. Nie lubię/nie umiem się produkować jak nie mam za wiele sensownego do powiedzenia.
Np. teraz - widzisz moje staty. Meritów mam dość, brakuje mi 30 postów do Hero. Może powinienem w jeden dzień powysyłać jakieś mało istotne posty, ale raczej zajmie mi to ze dwa tygodnie, żeby uzbierać  Wink
1428  Bitcoin / Electrum / Re: Is the BIP39 extra word embedded-NUL resistant? on: February 05, 2022, 08:27:40 AM
Just because it is "facebook" it doesn't mean they aren't doing something dumb. Otherwise there wouldn't have been so many news about facebook hacks where they leak user data.
But also you have to consider the target audience of Facebook. There is a lot of dumb people who don't realize the difference between upper and lower case in a password, specially those on phone where for example the first letter is capitalized automatically.

haha, no I did not paste link about facebook to justify it.
In fact, I would never think about that kind of "user-friendliness". You cannot imagine my surprise when I found it for the first time - I realized that I may log in into one of online shops with CAPS LOCK. I was really surprised, I had feeling like any password would work. Then I found out that some treat it is as a feature, not bug.
On the other hand, I think that now smartphones are smart enough to detect password field and disable autoCaps.
1429  Bitcoin / Electrum / Re: Is the BIP39 extra word embedded-NUL resistant? on: February 04, 2022, 09:47:21 AM

By the way: there are still webpages where user's password is converted into lowercase characters and then processed, because the assumed that it is more user-friendly (length and/or symbols are more important that remembering if given letter was upper- or lowercase).
Such webpages or any tool that does this should never be used because that is the dumbest way of modifying the input that is reducing the strength of the given password by a lot (roughly 40%).


https://www.zdnet.com/article/facebook-passwords-are-not-case-sensitive-update/
1430  Bitcoin / Electrum / Re: Is the BIP39 extra word embedded-NUL resistant? on: February 04, 2022, 08:50:25 AM
But I agree, user interfaces must always be strict in my opinion about the input encoding they receive, I'd stick to UTF8 all the time and avoid even the emoji (Unicode) crap because there is no need for the extra complication when your UTF8 password can still be very strong.

The problem occurs when different versions of software would use different rules for normalization.
By the way: there are still webpages where user's password is converted into lowercase characters and then processed, because the assumed that it is more user-friendly (length and/or symbols are more important that remembering if given letter was upper- or lowercase).
1431  Local / Polski / Re: Crypto w polskiej telewizji on: February 04, 2022, 08:17:16 AM
Rozmawia nerd z kolegą:
- wiesz co ... przydałby mi się klawisz do wyłączania klawiatury, byłoby znacznie łatwiej ją czyścić.
- możesz ją czyścić jak komputer jest wyłączony
- jak komputer jest co?

Chodziła przecież kiedyś fama żeby nie wyłączać komputerów bo wtedy dyski twarde się niszczą, czy nadmiernie zużywają.

Ciekawe jakimi reklamami nas uraczą przy okazji Pekinu...
1432  Local / Polski / wydzielone z: Signature campaing - regularnie płatne pewniaki on: February 03, 2022, 05:03:28 PM
Super link, dzięki.
Bounty na alty to dla mnie jakaś abstrakcja, zupełnie tego nie ogarniam i nie zamierzam.
Próbowałem kampanii z limitem, ale to nie dla mnie. Nie chce mi się produkować na tematy które mnie nie interesują, a większość wymaga pisania do Gamblingu.
1433  Local / Polski / Kampania bez minimalnej liczby postów on: February 03, 2022, 01:14:14 PM
Czy jest jakaś (poza mixerem) kampania płacąca per post, bez minimum?
1434  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: February 03, 2022, 12:23:32 PM
Is any version of Bitcrack available that searches for repidme 120 instead of addresses? maybe it will increase the speed

I may be wrong, but I have a feeling it is already in place. The difference between RIPEMD160 and final address is that address is base58 encoded (+checksum +flag). And you are right, encoding candidate just to compare it with expected address makes no sense if you may compare pure RIPEMD160 values of both.
1435  Local / Alternatywne kryptowaluty / Re: NFT to tylko obrazek jpg. Klikam prawym i kopiuję. Po co za to płacisz baranie? on: February 03, 2022, 11:15:39 AM
Kolejny artykuł wyjaśniający NFT:
https://www.internet-czas-dzialac.pl/odcinek-30-nft/
1436  Other / Off-topic / Re: Simple question about org.bitcoinj.crypto.MnemonicCode and Java on: January 31, 2022, 02:01:54 PM
You question is not related to BTC but to Java programming...
Please read manual at: https://www.slf4j.org/ to see how to define logging levels.
What you want is to change default logging level for class org.bitcoinj.crypto.MnemonicCode to let's say ERROR. That way INFO messages will not be logged.

http://webcode.lemme.at/2018/12/04/update-slf4j-log-level-programmatically/


1437  Local / Polski / Re: WOŚP on: January 30, 2022, 05:19:06 PM
Widziałem że w jednej z poprzednich edycji zbiórkę organizowała pewna giełda, na literę B, co to już jej nie ma.
1438  Local / Polski / WOŚP on: January 29, 2022, 10:04:19 PM
Czy można robić wpłaty BTC na WOŚP?
1439  Bitcoin / Hardware wallets / Re: Trezor AOPP Integration on: January 29, 2022, 07:18:31 PM
I agree with all you wrote, I just have an impression that mentioned companies build different image.
And of course it is difficult blame someone base on someone’s else impression;)
1440  Economy / Services / Re: LOOKING FOR BOUNTY MANAGER on: January 29, 2022, 06:24:25 PM
Why not Royse777?
https://bitcointalk.org/index.php?topic=5328445.0
You'll be satisfied!  Wink
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!