Bitcoin Forum
May 03, 2024, 02:34:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 »
2061  Bitcoin / Development & Technical Discussion / Re: Efficiently accepted small amounts of Bitcoin? on: September 07, 2021, 09:37:17 AM
If it’s an online shop, I recommend using a Bitcoin payment processor that supports Lightning for the same reason of unbeatably low fees. My recommendation would be to use https://btcpayserver.org/.

There are 'node in a box' setups.
raspiblitz: https://raspiblitz.org/
MyNode: https://www.mynodebtc.com/

That do most of the setup for you in terms of setting up your own BTC node / lightning node / btcpayserver.

For myNode, btcpayserver only available if you use premium version (cost $99) or you bother setup it by yourself.
2062  Other / Archival / Re: Help - Lost Bitcoins 49.5 BTC on: September 06, 2021, 10:47:42 AM
and he used " mycelium Wallet " on an Android phone to import the private key and send bitcoins - he did it all the time.

Is the Android phone still intact? Assuming it's not virus, bug or hacker fault, one possibility is Mycelium send remaining Bitcoin to change address (which generated by Mycelium).
2063  Bitcoin / Development & Technical Discussion / Re: [Lightning] The Lightning Address on: September 06, 2021, 09:37:08 AM
today i saw a new development in the lightning space: https://lightningaddress.com/

tldr: send sats to the known email address format

it is a combination of lnurl and a http server. some people who use letsencrypt might know the .well-known/acme-challenge endpoint to get certificates for your website. lightningaddress uses the .well-known/lnurlp/username endpoint to generate lnurl invoices
According to the documentation, for all intents and purposes, you must be hosting your own email server in order to use this program.

I assume you're referring to this image where the the website (domain.com) must return desired JSON response?



You cannot use popular email providers such as gmail (unless such email provider decides to offer this type of service in the future).

I agree, even email provider who accept Bitcoin is unlikely to offer this service.
2064  Bitcoin / Bitcoin Technical Support / Re: Problem with upgrades to newer versions - reverts to prior versions without reas on: September 05, 2021, 09:56:23 AM
First of all, open Control Panel and check list of installed application. If Bitcoin Core is listed twice with different version, you should remove the old one and make sure the new one automatically run during startup.
2065  Bitcoin / Bitcoin Technical Support / Re: BIP38 python problem on: September 05, 2021, 09:51:43 AM
Well here's the thing. BIP38 is going away. Eventually there won't be any wallets or any software that supports it.

It's literally available on many wallet, including hardware and multi-cryptocurrency wallet. Here's a hint, if they ask you to backup 12/24 words and mention it can be recovered on most wallet, most likely it use BIP 38. There are few competitor such as Electrum Seed Version System, but still can't beat BIP 38 even though it has versioning system and better security.

Lucky for me though I was able to implement it in python 3.7 so I can use bip38 as long as I want to unless python decides to bullshit its users again like they did with the 2 to 3 upgrade.
Off-topic but... Python didn't bullshit its users. There was a long transition period where both were supported, Python 3 brings many needed features to the table like typing and is generally the better programming language.

Maybe he's complaining about most linux distro had to drop lots of software which still depend on Python 2 or few software got discontinued since the author have no intention to convert it to Python 3.
2066  Bitcoin / Development & Technical Discussion / Re: How to give btc users no transaction fees. on: September 03, 2021, 09:47:58 AM
To be precise, you need to confirm 2 transaction. But IOTA community often refer it as PoW since it took few seconds to minutes (depending on decice you use). The goal of PoW on Bitcoin and IOTA quite different, where PoW on IOTA is designed to prevent/reduce transaction spam.
Then instead of a “blockchain”, it’s a “transaction-chain” with individual transactions using Proof of Work as a spam prevention mechanism.

True, IOTA doesn't use blockchain, but DAG (Directed Aligned Graph).

That’s not free

Their definition of free is not spending coin.

and what are the incetives, plus what determines which transaction goes first? How to prevent reorganization of transactions?

I don't perform detailed research, so i don't know. But honestly i don't care since IOTA has single point of failure (see link i mentioned above).
2067  Bitcoin / Bitcoin Discussion / Re: All puzzles already haked .. !!!!!! on: September 03, 2021, 09:40:32 AM
Quote
There are NO pages to be indexed.
Yes, but by writing URL in a different way, it is possible to index some pages. There is no way for a bot to tell apart "topic/12345" from some forum page and "keys/12345" from that kind of calculator. For example, try searching "site:https://privatekeys.pw/keys/bitcoin/", you will see that some pages are indexed.

"Some pages"? "Very few" might be more accurate since there's no way bot will index all of them. If the public key/address generated on server side, the server will crash or block the bot. But if the public key/address generated on client side, the bot will eventually crash, ran out of space or simply stop indexing the website (due to certain predetermined limit).
2068  Other / Beginners & Help / Re: Bitcoin URI Protocol Scheme on: September 03, 2021, 09:05:12 AM
Weird! I just realized that the warning message appears only when I click on the second link! Maybe it has something to do with the comment part at the end of the link!
The difference between the first and second link is in the amounts and the added comment. The first one has a "Payment to Pmalek" comment while the second one has no comment at all. The obvious question to ask now is, does the blockchain wallet have a comments field while sending crypto? If it doesn't, maybe that's why the first links isn't recognized by the app.   

Even if the wallet doesn't support adding message/note to a transaction, the wallet could simply ignore the message on URI. It basically means Blockchain wallet made a bug when implementing BIP 21.
2069  Bitcoin / Development & Technical Discussion / Re: ODROID-XU4 Anybody gotten a wallet to run on it? on: September 03, 2021, 08:38:02 AM
Debian still support ARM32 (and some older processor architecture) and there's Python package for ARM32 (https://packages.debian.org/bullseye/python3.9).  According to vhttps://superuser.com/a/1259737, ARMel and ARMhf basically means ARM32. So if you managed to install Debian on it (AFAIK Python included by default), you could try running Electrum.
You can also run android on it.

Electrum for Desktop (Windows, Linux, Mac OS) have more feature than Electrum for Android though.

Either way, it's on eBay now.

Sensible choice, considering there are many better single board computer.
2070  Bitcoin / Development & Technical Discussion / Re: ODROID-XU4 Anybody gotten a wallet to run on it? on: September 02, 2021, 09:40:31 AM
Debian still support ARM32 (and some older processor architecture) and there's Python package for ARM32 (https://packages.debian.org/bullseye/python3.9).  According to vhttps://superuser.com/a/1259737, ARMel and ARMhf basically means ARM32. So if you managed to install Debian on it (AFAIK Python included by default), you could try running Electrum.
2071  Bitcoin / Development & Technical Discussion / Re: How to give btc users no transaction fees. on: September 01, 2021, 09:52:00 AM
Iota has free transactions and very innovative. I guess bitcoin is still in the dinosaur age.

Have you researched the trade-off?
1. To create/broadcast 1 transaction, you need to perform PoW.
2. IOTA has single point of failure, read https://globalcryptosociety.com/2021/08/iota-cryptocurrency-shuts-down-entire-network-after-wallet-hack/
3. IOTA don't care about cost of running node.
2072  Economy / Marketplace / Re: What are the rules when it comes to selling software? on: August 31, 2021, 09:43:36 AM
Changing hardware ID (such as changing MAC address of your WiFi receiver) itself is in gray area & there are legitimate usage (such as protecting privacy). But if you explicitly advertise your software to bypass online game ban or other illegal activity, most likely your thread will be removed.

Besides, big game publisher might sue your software. Here's an example https://torrentfreak.com/bungie-ubisoft-sue-destiny-2-cheatmakers-ring-1-for-copyright-infringement-210728/.
2073  Other / Beginners & Help / Re: Friend borrowed 4 digits money from me, saying wait until BTC rises on: August 31, 2021, 08:24:23 AM
and he bought a second laptop to have multiple screens, just for crypto.

If people only need multiple screen, they would buy additional monitor which is cheaper than a laptop. So it's likely he bought it for another reason (for example, laptop dedicated to store Bitcoin wallet and other valuable data).

My question would be: does he obviously hiding a lot of earnings from me in day trading, that he would do from Mars to December? Or is he legit to say he is just waiting all this time the good time to sell BTC when it will be a good time(with a new laptop just for crypto that he bought, not a expensive one, but anyway)

Without additional information, we only can say "we don't know" or make baseless speculation. If you want to find out the truth, force him to show proof from how the money is moved, where/when he bought Bitcoin and how he store the Bitcoin.
2074  Bitcoin / Development & Technical Discussion / Re: Using two layers of mixers to further obfuscate address history on: August 30, 2021, 09:41:02 AM
Most mistakes are made by people reusing addresses but if we exclude that, and combine Tor, vpn and different browsers with mixers, that would be enough to break any possible connection between addresses.

Aside from what @o_e_l_e_o said, combining Tor and VPN have some privacy concern. Tor project made an article about it at https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorPlusVPN.

Tor stops this by having NoScript installed automatically.

These days, it's only true if you choose "Safer" or "Safest" security option. NoScript on default security option ("Standard") only block few things.
2075  Bitcoin / Electrum / Re: Adding the thirteenth word to the existing seed phrase? on: August 29, 2021, 10:57:38 AM
Electrum doesn't follow BIP39 standards

This part is important. It means you only can recover your wallet using Electrum and other software which support Electrum standard (formally called Electrum Seed Version System).

Electrum also doesn't restrict the length (IIRC).

Correct, i just tried 500+ character as 13th word and it works.
2076  Other / Meta / Re: When NFT board? on: August 29, 2021, 08:35:13 AM
what do you think?

If another board for altcoin must be created, it should "Smart Contract" board which cover lots of technology/feature based on it such as cryptokitties, DeFi, NFT, DAO and many more.
2077  Bitcoin / Project Development / Re: Good data source/api for node data? on: August 28, 2021, 09:12:14 AM
If you actually mean Bitcoin (not tokens), you might want to check Luke's Jr website at https://luke.dashjr.org/programs/bitcoin/files/charts/. But AFAIK there's no public data of inter-connection between nodes, although there's report about determining connection number of a node at https://arxiv.org/abs/2108.00815.
2078  Bitcoin / Project Development / Re: New 64 Bit Random Search Pool Project on: August 28, 2021, 09:04:07 AM
I do not know about mediafire, can you elaborate on the differences vs github?
Mediafire is an example, sites like that are for sharing any type of files including .exe files such as yours while github is first and foremost a "code" sharing platform even though it has no restrictions on file types being uploaded.

You could just say uploading .exe to GitHub repository (instead of Mediafire or similar website) could give few people false sense of security (since few people treat GitHub as safe place to download software directly from the developer).

Basically, it's in our interest to open-source the 64-bit random pool code so that Linux users can run it (you won't believe how many Linux users got nvidia cards attached despite the poor graphics support). I think the sensitive parts are limited to a few lines of code and variables, I'll see if we can just feed that information through a makefile and #define constants to hide those parts.

Alternatively you could provide AppImage file which should work for most linux distro.

P.S. Nvidia GPU popular among Linux users becuase it offer better price/performance and exclusive feature (such as CUDA which frequently used on heavy computer science software).
2079  Other / Meta / Re: The forum culture is to kill all newbies? on: August 27, 2021, 09:07:15 AM
I wanna ask, is this the culture forum? A culture of bullying newbies.

No, this culture forum is sharing knowledge earning money through signature/bounty campaign. Also check https://bitcointalk.org/index.php?topic=5034141.0.

Is this still a sacred legacy left by Satoshi Nakamoto? Why is it taken over by some tyrants and bandits? It's the biggest insult to Satoshi Nakamoto.

IMO Satoshi would be more insulted with KYC, Bitcoiner who only care about profit and effort to centralize Bitcoin.
2080  Other / Meta / Re: Search time periods on: August 27, 2021, 08:39:19 AM
As far as I know newly created account have longer delays as compared to higher rank members.

Or you could just use a simple google search instead.
Code:
site:bitcointalk.org <keyword search>

Google/DDG isn't good enough if you use generic keyword or keyword which have multiple meaning. In my experience, Ninjastic Space search (https://ninjastic.space/search) produce far better search result if you know exact word, board, author or time-frame.

P.S. I wasn't paid by anyone to advertise this service.
Pages: « 1 ... 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 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!