Bitcoin Forum
July 16, 2024, 11:46:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 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 ... 839 »
4481  Economy / Exchanges / Re: Paper Bitcoin wallet "with" ATM? on: February 18, 2022, 08:55:12 AM
What are the options for turning a paper Bitcoin wallet with 2 QR codes into cash at a bitcoin ATM without first moving the funds to a digital wallet?

The idea is to create a paper Bitcoin wallet, put bitcoin into it at a Bitcoin ATM, and then redeem it for cash in the future at a second Bitcoin ATM, without using an online wallet that could potentially expose my personal information. Or something like that.
Is that possible?

The problem is that this is not something you can do on the side of the paper wallet, it's something that has to be done on the side of the ATM.
I guess that it wouldn't be that difficult to add a "sweep" feature to the ATM, so it sends the money from paper wallet to the operator's address and then continue as it does now.

So I guess that all you have to do is:
1. Convince ATM producers add such a feature.
2. Make sure your printed paper wallets have a QR code with the private key.


All in all, until the moment ATMs will have such a feature (which I don't expect to be too soon, if ever) I suggest you start writing down HD seed instead of private keys. It's less prone to mistakes.
4482  Local / Bine ai venit! / Re: Salutare! on: February 18, 2022, 08:47:32 AM
Vrei sa spui ca nu ai mai intrat pe un forum (orice forum) de multi ani? Sau pe acesta? Nu de alta, dar ai cont creat in 2022 Smiley

Logica mea zice ca o fi avut alt cont aici in trecut. Dar adevarul este ca nu stim clar, deci speculam  Smiley

Sfat (amical, nu financiar): uita de DeFi si shitcoins. Ramai doar pe BTC...

Ei, ai ajuns la concluzie direct, fara explicatii, fara un pic de suspans? Cheesy
Dar da, subscriu, DeFi este potential periculos pentru investitori, ca nici nu este bine inchegat/matur ca tehnologie, nici nu exista reglementare suficient de serioasa in privinta tranzactionarii (treaba cu 2 taisuri), deci este prea usor sa iei teapa.
4483  Local / Romānă (Romanian) / Re: Concursuri/tombole pe bitcointalk (sau pe aprope) on: February 18, 2022, 08:39:19 AM
I snoozed Smiley Trist, chiar era tare concursul. Mai ciuda imi e insa pentru ca era primul, dupa mai mult timp, in care nu au fost deloc tombole. Si zilnic ma uit acolo, in sectiunea Collectibles. Azi m-am uitat, dar prea tarziu...

Da, au trecut sarbatorile, nici pretul BTC nu mai e chiar ce a fost si oamenii nu mai sunt la fel de exuberanti + darnici. Nu ma mir.
Din pacate, cand am scris postarea aici mai erau doar 5 numere libere  Sad

Oricum, din ce tin minte, mai sunt doua concursuri vechi, care nu au strans inca participanti. Ma refer la cel al lui minerjones, din 11 ianuarie, si mai era unul, de anul trecut, cu niste machete pe care trebuia sa depui 100$ daca ai fi castigat. Poate vor avea loc in curand si aceste tombole ca, in rest, pare a fi penurie de concursuri in ultima vreme Smiley La concursul ala de anul trecut ar trebui dat un bump...

MJ e destul de activ si isi tine topicul cat de cat la vedere. Celalalt, VaultBar,... dimpotriva.. si nu vreau sa fac bump tot eu...


----
Mai sunt si altele care nu-s prea active sau pur si simplu nu stiu nimic de ele, dar nu ma lasa inima sa le scot inca. OpenDime il mai las vreo o luna, ENS pana in mai...
Chiar si la topicul Lil Baler's NFT s-a postat ceva acum 9 zile, deci.. poate...
4484  Other / Meta / Re: LoyceVs PM publisher on: February 17, 2022, 03:06:36 PM
It can't be just the sender deciding on this: the receiver can require evidence too.

Indeed, it has to be asked by all the parts of the conversation - sender and receivers.
And yes, the BCC parts have "no rights" in this.

I just thought (@icopress) of another use case: Say you're running Awards, and you want to keep entries confidential until a certain date. You could require all participants to PM you, with a CC to "LoyceVs PM publisher" and delay=<days left>. That way the campaign manager can already see the entries, and once the contest ends, anyone can verify all entries.

This is nice and far less tricky than handling PMs.
4485  Bitcoin / Electrum / Re: ElectrumX Server on Win10 on: February 17, 2022, 02:57:23 PM
BTW if you want to buy 512GB internal SSD, I have one for sale ;-)

Sorry, but this unexpected help I've got blew your business Cheesy
(However, I guess that I would have been buying from inside my country anyway if it would have been the case.)
4486  Bitcoin / Development & Technical Discussion / Re: Bitcoin + Electrum server + Block explorer under Windows (with WSL and Debian) on: February 17, 2022, 02:46:56 PM
I was told how to handle the 4.5GB Debian takes on windows drive, I will add also here the relevant information in order to Move after Install that Debian anywhere else you want.

Check this answer https://stackoverflow.com/a/64219885. But 4.5GB is rather small compared with Windows itself and some popular application on Windows (such as Ms Office), so i wouldn't bother move it.

I've installed that app with chocolatey, ran the command line, got some warnings, but went through. Now that Debian is successfully moved to HDD, I don't even mind if it's slower.

More detailed:

1. Installed Chocolatey to my Windows

1.1. Ran PowerShell as administrator and pasted there

1.2 Ran this command in that PowerShell (source: https://chocolatey.org/install ; make sure you use the latest instructions/command line from there)

Code:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

2. Installed LxRunOffline with chocolatey

In PowerShell started as administrator ran the command:

Code:
choco install lxrunoffline

3. Opened a completely new command prompt (cmd) as admin and there:

Code:
lxrunoffline move -n Debian -d x:\the\new\folder\

And waited for some time. Got some warnings, but went through. (Thanks again ETFbitcoin)
4487  Bitcoin / Electrum / Re: ElectrumX Server on Win10 on: February 17, 2022, 02:35:03 PM
Check this answer https://stackoverflow.com/a/64219885. But 4.5GB is rather small compared with Windows itself and some popular application on Windows (such as Ms Office), so i wouldn't bother move it.

It's an undersized Windows partition I am afraid to make bigger (or even join) because MS decided to make a recovery partition between my two useful ones from the (rather small) SSD.
And.. yeah, LibreOffice is moved long ago, some other things too; I've even moved pagefile.sys.. so I was a bit desperate.

I've installed that app with chocolatey, ran the command line, got some warnings, but went through. Now that Debian is successfully moved to HDD, I don't even mind if it's slower.
All in all, that link is pretty much a life saver; Thank you.

//OP, sorry for the off-topic//
4488  Bitcoin / Bitcoin Technical Support / Re: Writing down seed phrase: printer ink or pen ink ? on: February 17, 2022, 02:19:54 PM
I would like to write down my seed phrase but I am hesitating between writing it on a sheet with a pen or typing it on my notepad app on my computer and print it ?
Which one will last longer ?

As said, it depends on too many variables. I've seen erasable pen, which also fade in time. The receipts are printed and do fade (I think it's thermal and not the best example, but still).
But a proper pen (usually ball pen, I'd guess) or marker would do. A proper printer would also do, just keep in mind that adding printer into equation is usually considered lowering the security.
Also as said, if you laminate it'll be better.

I'll add that you should also store your seed (in a way or another) in multiple (geographically different) places.

---
Edit: If the funds worth the hassle, you may also consider CryptoSteel or this solution: Securing a Bitcoin seed phrase in stainless-steel washers
4489  Local / Romānă (Romanian) / Re: Concursuri/tombole pe bitcointalk (sau pe aprope) on: February 17, 2022, 01:24:32 PM
Din seria "you snooze, you lose" avem o tombola interesanta, dar am observat-o tarziu si nici nu am avut timp sa postez chiar atunci pe larg.


[Free Raffle] Balletcrypto - 100 lites (.1 LTC) wallets - 3 winners
https://bitcointalk.org/index.php?topic=5386046.0;topicseen

Se castiga: portofel din plastic Balletcrypto 100 LITES cu 0.1 LTC (unul / castigator)




Organizator: MoparMiningLLC

Modalitate de inscriere: se aleg 2 numere intre 0 si 99 care nu au fost deja revendicate. Nu sunt acceptati newbies. Cine a avut afaceri cu organizatorul poate sa primeasca 4 numere, sau sa fie acceptat si daca e newbie.


Update: concurs incheiat
4490  Bitcoin / Electrum / Re: ElectrumX Server on Win10 on: February 17, 2022, 11:51:50 AM
I do not really understand why I must encode my MasterPubKey in EPS config, but for now I will not change it.

I guess that's meant to be used only by you for your own addresses. And because of this block explorers cannot use it, hence I gave up EPS, although I've managed to make it work.

4.5GB should include installed Debian as well.

Indeed. It's basically WSL, Debian and the few things installed. The data folder for Electrs is on another partition.
Still I would have loved to have a way to put those 4.5 GB on the bigger disk, but I didn't find any way for it.
4491  Economy / Speculation / Re: Is There a Bitcoin Supercycle? Is this the end of 80% drawdowns? on: February 17, 2022, 11:02:27 AM
Per definition though, the cycle that we have seen so far is the "4 year cycle". So 2017 was the last great bull run and then last year 2021. And now it's supposedly bear market, but so far the market is holding it's own and barely above 50% of the current all time high. Unlike in 2017 wherein after the bubble is burst the price continues to go down in the next 3 months. But then again, this year we have different set of players in the market that maybe affect how this cycle moves.

I know about the 4 years, but now we are not in a bear market, especially as after the bull run we had one year ago and the following drop, the price did recover from under 30k to new ATH (!).
Nobody knows if this will happen again or we go lower this time. But if you put an equal sign between this drop to 50% and the drop to ~18% we have seen in 2018-2019, I will not agree with you.
So, as I said, let's wait until the 4-years old-fashion cycle ends and then we can look back and draw conclusions. Until then, it's more hope than analysis.
4492  Economy / Collectibles / Re: [Free Raffle] Balletcrypto - 100 lites (.1 LTC) wallets - 3 winners on: February 17, 2022, 10:53:40 AM
I would like 74 and 82.
Thank you for the raffle!
4493  Economy / Speculation / Re: Is There a Bitcoin Supercycle? Is this the end of 80% drawdowns? on: February 17, 2022, 10:35:11 AM
Personally, I believe that the conventional cycles have now been disrupted. But I'm interested in what everyone else thinks.

I don't think that we can safely say whether those cycles got disrupted or not. At least not yet.
There's still long time until the next halving and many things can happen.

I also hope that institutional investors' moves could do this, but hopes don't make that real. We can tell for sure only when the "cycle" has ended.
4494  Economy / Economics / Re: What's happening in Canada ? on: February 17, 2022, 10:31:52 AM
While banks in Canada have shown their ugly face one doesn't sees in the commercials, this can only be good for Bitcoin.

On the other hand, all this is caused by their government. And we have to also see that the current politicians (and the way they use democracies pretty much like dictatorships) are no longer good enough; in the way bitcoin is the evolutionary step from banking, we also need something more evolved than the current politicians.
4495  Bitcoin / Electrum / Re: Desktop wallets using 2FA. on: February 17, 2022, 09:18:54 AM
but when it comes to a larger amount, I would like to be sure that my coins are safe.

The first question is: does your sister also have to have daily access to all those funds? My guess would be that she doesn't, hence all you have to give her is a backup of the seed (offline). You two can also agree on a set of custom words she doesn't have to write down. I advise you keep one more copy of seed somewhere in the house and also keep your custom word(s) somewhere else.

If she has to spend too, maybe you buy for both of you hardware wallets and you use your HW seed also on her HW (just she will have to keep her HW at herself every time, since HW can be hacked into if one has physical access to it; at least it can be much smaller than a laptop).

Or just set up a different wallet for you, leaving her with smaller amount of coins.

Or, yes, Electrum's 2FA, just pay attention at the fees.

However, keep in mind that whatever you do you need proper offline backup for the seed.
4496  Bitcoin / Legal / Re: The best countries tax wise for Bitcoin on: February 17, 2022, 06:11:23 AM
- Are you implying that most of the European countries also have such a thing in place?

I don't know how it is, hence I didn't try to imply anything.
I would not be surprised though if the tax of the old country is bigger than the one from the new country, one would have to also pay the difference in the old country.
But again, this is speculation, I don't know for sure how it is.
4497  Other / Meta / Re: Respect (or the lack of it) on: February 16, 2022, 03:47:16 PM
But, whatever. At least now I know not to reply to long threads, or at least what might happen if I do so.

I think that this is not the best attitude. I think that you should simply not mind if you get - now and then - a post removed.
Of course, it's up to you.

Keeping in mind your experience with spam, you should understand that they're human (and they can even make mistakes).
You can rely on Meta, you get forum related answers here.
4498  Other / Meta / Re: Respect (or the lack of it) on: February 16, 2022, 03:16:57 PM
My point is, I don't know, maybe I'm weird, but I believe with authority comes responsibility. If somebody deletes a post (or otherwise does something to modify somebody else's work), the least they should do is keep a channel open, should that person have any doubts about it, right?
Instead of saying "please avoid posting things that need to be deleted", and offering no real explanation as to which criteria was used for the deletion in the first place.

Maybe I'm wrong. I've been a forum moderator years ago, on another forum. I've also participated in more than 20 or so forums, from soapmaking to cars, to Linux, and I gotta say the general lack of moderation quality in this forum is quite surprising, especially considering it's not such a big forum (the Ubuntu Forum must have over a million users by now), and the mods are getting paid, while in most other forums they're volunteers.

I don't think that you imagine how many posts are deleted on a daily basis and how many would ask for explanations. No.
If one has doubts, he can ask in Meta, he will get answers - most probably from other users - understand and move on. It's just a post.

About the post, the thread is 24 pages long. You mean to tell me I should've read through 24 pages of movie suggestions before posting, to decide if my post "added value to the thread"? It's an "Off-Topic" thread, it's not about crypto. If  that's the case (I'm asking, I know it wasn't you  Wink) how is that supposed to make any sense?

Interestingly it took me less than one minute to find that out. And (pun intended Cheesy) I was never a mod in ~20 forums.
Really, the topic is not even "too" long, it allows you click the "All" view and then use your browser's search...
4499  Other / Meta / Re: Respect (or the lack of it) on: February 16, 2022, 02:40:51 PM
So, my question was (and still is) how could a reply citing two movies on a thread asking for movie suggestions be considered "off topic", or what in that reply could be a reason for its removal?

I don't know, maybe I will get lucky here, and somebody will answer my question, instead of deleting the thread.

I don't know how to say it nice.. Well.. you simply should not be so much sensitive. I've seen much more rude behaviors than just getting a post reported/removed. It's allowed, it's a free world.
And about getting your answer blocked, ... you don't want to reply to a "mailbox" that actually doesn't exist, right?
All in all, asking here is the best approach (!). This is Meta for.

Now about your post being removed, my take is that since both those movies were already suggested, your post didn't add any value to the topic.
4500  Bitcoin / Electrum / Re: ElectrumX Server on Win10 on: February 16, 2022, 01:34:34 PM
but I am really tired of all that kung fu.

I know that feeling. I've spent a lot of time looking for solutions on Windows. And sooner or later I got stuck because something important was meant to work (only) under Linux.
I get pretty easily lost in Linux settings, hence I don't have anything starting automatically, still, I have now local Electrum and local block explorer I use for months.
The only problem I see on that WSL setup is the 4.5GB it's eating off my system drive. If you find a better (pure Windows) approach, please let us know (really, I am genuinely interested).
Pages: « 1 ... 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 [225] 226 227 228 229 230 231 232 233 234 235 236 237 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 ... 839 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!