Bitcoin Forum
May 02, 2024, 02:12:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 442 »
1161  Bitcoin / Press / Re: [2019-08-08] Blockstream Reveals Massive Bitcoin Mining Facilities on: August 08, 2019, 11:51:52 PM
however well intended, the same company that sponsors Bitcoin developers also mining BTC is a conflict of interest. It's a good thing they're not the only organisation sponsoring developers, but I still would prefer that this had not happened.

the BetterHash pool is a good counter balance however. Anything that helps decentralize the mining market adds to Bitcoin's strength, even if Betterhash is a modest move in that direction. This should push other pools into adopting Betterhash also.

With any luck, Blockstream will be totally incompetent or too naive to enter the mining business, and rolling out Betterhash will be all that remains of this story in the long term
1162  Bitcoin / Development & Technical Discussion / Re: The Lightning Network FAQ on: August 08, 2019, 11:34:01 PM
Isn't it exactly the opposite? I looked up this command on a few websites and they said that setting it to -20 makes the process the most favorable.

correct, except making the lightning/bitcoin daemon more favorable is not what you want to keep the raspi stable Wink
1163  Bitcoin / Development & Technical Discussion / Re: The Lightning Network FAQ on: August 08, 2019, 09:08:04 PM
Does it worth the time and the energy to start again with a Raspberry PI? (I have it, I won't use it for anything else, and I don't want to sell it, so if it won't be painfully slow or useless, is there any reason why not to play with it again?)

Using a Raspberry Pi is kinda a bumpy ride. It works well for most of the time, but sometimes, it slows down for no reason.

try giving bitcoind (and your lightning daemon) a positive nice number, e.g.

Code:
nice -n 9 /usr/bin/bitcoind

this tells the linux kernel to de-prioritize CPU cycles that would otherwise be scheduled for a given process. All userland processes have an implicit nice value of zero, which means there's a FIFO style dynamic in the way they are served by the CPU. The range of valid nice values is from 19 (maximally nice) to -20 (not at all nice). htop tells you what nice value is assigned, possibly top will too

this should help to smooth out resource usage on a raspi


another angle is to boot directly from an SSD (and put your swapfile on the SSD also). This might only work on rasPi 3's, cannot remember specifically. The /boot partition can stay on your microSD, as it's not performance contingent, and likely read-only too. You just need to tell the config files in /boot to start the init process from /dev/sda (or whatever device your SSD system disk is)
1164  Bitcoin / Development & Technical Discussion / Re: Criticisms of the Lightning Network on: August 08, 2019, 11:52:37 AM
I'm still waiting for the people who keep insisting that "Bitcoins in Lightning are IOUs". They're not posting so far, I believe maybe they have given up on that propaganda. Cool


it's conceptually similar, so you can see how someone could make such a mistake (or deliberately state the falsehood as fact in order to bash Lightning)


the similarities end in the redemption; if you redeem an IOU, the issuer might just refuse (or make an excuse). But the issuer of funds in a Lighting channel is the Bitcoin blockchain, and so when you "redeem", it accepts no matter what.

i.e. payment channels have the advantages of an IOU without the drawbacks
1165  Bitcoin / Development & Technical Discussion / Re: The Lightning Network FAQ on: August 07, 2019, 10:00:31 PM
neutrino's probably improved since you last used it, but I don't have any experience of that. The bitcoin network will have alot more neutrino nodes in either the October release or the April release of the core node software, but until then you'll be relying on the small number of btcd nodes that support it
1166  Bitcoin / Development & Technical Discussion / Re: Solving the problem of on-chain scaling on: August 07, 2019, 05:31:12 PM
There is a way to compress random data

But I can't fucking tell you about it because somebody wanted me to destroy my science paper.

But I can't fucking tell you about it even though it'll change everything for the better.

Then why bother talking about it if you keep it to yourself? You're wasting our time and potentially risking yourself

yes it's called "trolling", it happens on the internet
1167  Bitcoin / Bitcoin Discussion / Re: Happy 2nd Anniversary, SEGWIT! on: August 07, 2019, 05:26:51 PM
i know the fact SegWit transaction have bigger size in byte

nested segwit inputs are a little bigger than old style inputs, but bech32 (i.e. native segwit) inputs are a little smaller
1168  Bitcoin / Press / Re: [2019-08-05] Bitcoin Morphs Into Unlikely Sanctuary As Market Turmoil Rises on: August 07, 2019, 07:41:13 AM
Hm... Not so sure about this, I doubt bitcoin can be seen as a very safe investment at all, it's definitely not stable and I doubt a lot of people invested in it because it was the safer option.

if you're sufficiently adept, your BTC is safer than your bank account money


I hate having to repeat myself on the same page of the thread, but that's why Bitcoin will always be in demand: because your BTC will always be safe. You can't say that about anything else to the same degree, which is why it's the ultimate safe haven, as long as that inviolable ownership characteristic remains stable.


All the below assets are subject to the "......aaaaaaaaaaand it's gone" problem

  • bank accounts
  • pension funds
  • stocks
  • bonds
  • property
  • commodity based (gold + others)

if someone with sufficient political power wants to take any of the above from you, they can (it's happened before). That's why Bitcoin is valuable and in demand, it cannot be confiscated (from people who are capable of protecting it)
1169  Bitcoin / Bitcoin Discussion / Re: Happy 2nd Anniversary, SEGWIT! on: August 07, 2019, 07:24:55 AM
BIP-118 "proposes" addition of a new sighash called NoInput. i don't know what it has anything with malleability but i have seen some concerns raised about it specially for when you do address reuse. although like many of the BIPs it is just a proposal that is not accepted.

https://github.com/bitcoin/bips/blob/master/bip-0118.mediawiki
https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-May/001242.html

the proposals (BIP118 is just one such proposal) for no-input opcodes don't malleate the transaction hash, that's not possible anymore.

They do alter (or malleate if you prefer) which input is used after the transaction has been written (but obviously not once it's confirmed)

This makes payment channel protocols much better. Using them for on-chain transactions has no benefit, and comes with the risk you mention; if you reuse an address, and you sent a no-input transaction from that address once before, someone could replay the old transaction to spend the newer input, as the old transaction didn't specify a particular input (hence "no-input"). But no wallet developer is going to give you the option to use no-input onchain, that'd be dumb

still, the devs have been talking about exactly how to design the no-input feature for maybe 1 year now. they're being very careful, because it's definitely possible for the user to shoot themselves in the foot if they get too inquisitive and start trying to use no-input in transactions without understanding how it could backfire on them. It's not possible to do anything like that in Bitcoin transactions now, all the footguns were taken out of the scripting language years ago
1170  Bitcoin / Bitcoin Discussion / Re: If they can print unlimited fiat, can they just not buy up all the bitcoin? on: August 06, 2019, 06:05:10 PM
IT DOES NOT WORK.

this is the latest forum troll you're shouting at

don't feed the trolls, it does not work Cheesy
1171  Bitcoin / Development & Technical Discussion / Re: Criticisms of the Lightning Network on: August 06, 2019, 12:52:35 PM
This is relevant, user will lose funds if  his mobile phone having LN channel states crashes

redundant disk solves that, a seed cannot. For a phone, just keep literal pocket change amounts on a phone. How often does an entire phone fail anyhow?


Quote
think of it like this; Lightning channels are like a checking account, for regular comings and goings of cash. saying the channels don't have seeds is like complaining your debit card didn't come with a bank vault and an armed guard

In essence, what you are saying is LN is insecure for anything greater than 100USD. And you should put only small amounts that you can afford to lose. This forces me to keep transferring funds between bitcoin/LN which doesn't work with high tx fee

nope, I'm not saying either of those things, and that's not how I use Lightning at all. Money comes in, money goes out; there's not much need to go back on-chain, you just need to put some thought into how you manage it.
1172  Bitcoin / Development & Technical Discussion / Re: Criticisms of the Lightning Network on: August 06, 2019, 12:19:26 PM
The biggest issue for me is  that you cannot have a  safe backup of your lightning funds using seed words

no, the wallets used to manage Lightning channels do have a seed in every implementation


there's no seed for the channel addresses, but that's not relevant, as the funds will always end up back in the addresses of the underlying bitcoin wallet should a channel be closed.


think of it like this; Lightning channels are like a checking account, for regular comings and goings of cash. saying the channels don't have seeds is like complaining your debit card didn't come with a bank vault and an armed guard
1173  Bitcoin / Press / Re: [2019-08-02]Elliptic Launches Data Set to Identify Crypto Money Laundering on: August 06, 2019, 12:12:09 PM
I am of the opinion that we need to destroy any links mafias and criminal organizations are having with BTC. As per studies done by MIT and Circle, less than 2% of the Bitcoin transactions have any link with these activities.

organized crime is always, always at some level sanctioned and overseen by their native spy agency.

which makes your following comment.....


But still the authorities are using this small number to demonize the entire cryptocurrency user community.

.....naive.

Although law enforcement and financial regulators are not all part of organized crime, important members of in those organizations are, and help gangs and banks to legitimize profit from crimes.

Do you read newspapers? They're constantly full of stories about exactly that, and there's almost certainly plenty more that is never detected and thus never reported on.


So, appeals to "clean up" bitcoin are a bit of a joke, when you realize that the foxes are guarding the hen coop anyway. if bitcoin somehow eliminated (detectable) "bad" activity, corruption would enusre it continues in the banking system regardless
1174  Bitcoin / Press / Re: [2019-08-05] Bitcoin Morphs Into Unlikely Sanctuary As Market Turmoil Rises on: August 06, 2019, 09:43:20 AM
It definitely appears to be acting somewhat like a safe haven,” said Brad Bechtel

Maybe he should wait until he experiences bitcoin type volatilty in full before he says something like that hehehe.

I still think we're at least 10-20 years away from BTC being big enough to be properly regarded as a 'safe haven' if it's to become that.

Bitcoin's crossed the 'safe haven' rubicon already, chaps


it's simple

if you buy anything, any other asset:

  • there's a risk you will not be permitted to own it at some point
  • there's a risk that it goes to zero (the market price, or the value of your investment once you are relieved of it's possession)


if you buy Bitcoin:

  • it cannot be re-appropriated from you
  • consequently it is always in demand
  • things that are always in demand always have a price


the only real sticking point is that not everyone has quite grokked the situation for what it is, despite Munchkin and Obomb-er referring to Bitcoin as a "swiss bank account". There's no helping some people
1175  Bitcoin / Bitcoin Discussion / Re: Bitcoin Won’t Be a Global Reserve Currency. But It’s Opening the Box on: August 06, 2019, 09:11:24 AM
If bitcoin cannot be a global currency

it is already

  • there is a world
  • that world is a globe
  • Bitcoin is a currency
  • Bitcoin is used throughout aforementioned globe

ergo, Bitcoin is a global currency


furthermore, Bitcoin is a reserve currency. people hold it long term, in reserve. central banks and government treasuries do not hold Bitcoin reserves. but why would we care about that
1176  Bitcoin / Bitcoin Technical Support / Re: What is the difference between Segwit? Native Segwit? Legacy? Which one better? on: August 05, 2019, 06:06:22 PM
everything you needed to understand the two segwit types is on page 1 of this thread. we're only on page 3 right now.
1177  Bitcoin / Bitcoin Technical Support / Re: What is the difference between Segwit? Native Segwit? Legacy? Which one better? on: August 05, 2019, 03:41:27 PM
you're overcomplicating it still. massively.

just use the nested segwit addresses. the ones starting with a 3

it's easy. you can't go wrong that way
1178  Bitcoin / Bitcoin Discussion / Re: Can the blockchain tech be used to prevent counterfeiting of physical cash? on: August 05, 2019, 11:04:25 AM
For me, it looks like there is no practical solution for this issue. As one of the users earlier posted, in order to implement Blockchain technology in banknotes, we need a trusted party that links physical banknote with Blockchain. And this can be copied or counterfeited.

and so it was that the thread did end
1179  Bitcoin / Bitcoin Technical Support / Re: What is the difference between Segwit? Native Segwit? Legacy? Which one better? on: August 05, 2019, 09:35:09 AM
so it should be a Nested Segway, like you guys mentioned.

correct the word in bold please

and try not to use your phone to access the forum, it will make these autocorrect mistakes and confuse people reading the thread


Now, the point is: if I wanted my amount of btc stored in the latest format (bech32 - Native Segwit) and given that BitStamp does not provide this kind of transfer, what can I do?

All I can figure out is just

  • withdraw to a "regular" Segwit address (starting with 3) for the moment
  • wait for Bitstamp to upgrade
  • move the amount back to bitstamp, on a upgraded Native Segwit Address
  • move it back once again to your ledger nano s, this time on a Native Segwit Address

you're overcomplicating it


just use nested Segwit until you've figured it out, it's the simplest way of reducing any potential mistakes
1180  Bitcoin / Bitcoin Technical Support / Re: What is the difference between Segwit? Native Segwit? Legacy? Which one better? on: August 05, 2019, 07:59:32 AM
I need to understand: if I choose Native Segwit I am choosing a Bech32 format address

yes

(but Bitstamp can't send to those, as you know)


but if I choose the other option, which is referred to as just Segwit, what the hell am I choosing??

if they're calling it "Segwit", and choosing that gives your Ledger an address starting with a 3, then it's nested segwit. Maximum compatibility, hence why Bitstamp can send to that type
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 442 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!