Bitcoin Forum
June 15, 2024, 03:47:02 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 154 155 156 157 158 159 160 161 162 163 164 165 166 [167] 168 169 170 171 172 173 174 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 ... 463 »
3321  Bitcoin / Bitcoin Technical Support / Re: address on website-how2 on: February 01, 2020, 09:46:24 AM
It is recommended for users to use an unique address for each transaction for better tracking and privacy of payments. Otherwise, it is okay to use the same address for donations. Just create a button to let others donate to your address.

If you want to generate an unique address for each transaction, try using Electrum [1].

[1] https://electrum.readthedocs.io/en/latest/merchant.html
3322  Bitcoin / Development & Technical Discussion / Re: 51% Attack on: February 01, 2020, 08:51:52 AM
If a government decides to buy a big stack of miners to perform the 51% attack i think other countries and bitcoin miners will not allow that and it would be a huge hash rate fight. But if the government wins then they can do some nasty moves on the blockchain.
You're underestimating the amount of resources and the benefits governments would gain from attacking Bitcoin. Cryptos will still thrive regardless of if the attack suceeds or not. Its not difficult for Bitcoin to fork to a different algroithm and the government would be left with a huge pile of useless ASICs.

If they have enough resources, there's no fight at all.
3323  Bitcoin / Bitcoin Discussion / Re: Can Bitcoin protocol be changed to allow for a larger supply? on: January 31, 2020, 04:03:51 PM
I see no point in increasing the cap of Bitcoin. The main characteristic of Bitcoin is for it to have a fixed supply and thus a stable deflationary model. For the coin cap to be changed, it would ruin that characteristic of Bitcoin and it probably would never garner enough support.

It's much more viable to increase the denomination of Bitcoin though I never imagine there would actually ever be a need for that.
3324  Bitcoin / Bitcoin Technical Support / Re: Warning: Unknown block versions being mined? just seen this warning on: January 31, 2020, 02:36:08 PM
-snip-
Just to explain the existence of its warning; with a different version numbers, the client would automatically assume that the miners could be voting for activation of an unknown rule for the network. This could be dangerous for the client if the client doesn't know what the miners are signalling for and thus what the change is about.

In this case, it's simply the fact that the miners are using overt ASICBoost which changes the versionbit to one that is non-standard. The client would automatically display a warning as it has an unknown version but it wouldn't be that big of a concern to most since it only appears in the debug.log.
3325  Bitcoin / Development & Technical Discussion / Re: Bitcoin current supply and gettxoutsetinfo on: January 26, 2020, 04:55:09 PM
What exactly do you mean here? How can coins get lost by a fork? I get your other point though. Thanks for clarifying.
Oops sorry. My bad.

I was referring to a bug that was present in Bitcoin quite some time ago. The bug allowed the coinbase of two different blocks to be the same. This resulted in one of the two coinbase transactions being invalidated and thus the coins are permanently lost. IIRC, this was the motivation behind BIP30.
3326  Bitcoin / Development & Technical Discussion / Re: Bitcoin current supply and gettxoutsetinfo on: January 26, 2020, 04:26:36 PM
First of all, you calculated the supply that includes the reward given to the gensis block. By design, the genesis block's reward is not included in the UTXO. That is 50BTC gone alone.

IIRC, there were a few blocks that had a fork and the coins from those blocks were lost. Due to bugs in the miner's implementation, there were instances whereby the miner didn't claim the entire block reward and/or fees and that is definitely not in the satoshi range.

You have to consider that some coins were also burned by the use of OP_Return and they were removed from the UTXO of the client.
3327  Bitcoin / Bitcoin Technical Support / Re: Lending using BTC as a collateral on a multisig address on: January 26, 2020, 04:10:17 PM
- How to create the three keypairs and give the private keys of the multisig addresses to three different Escrow agents in such a way that the private keys are not revealed to anyone (even the creator)?
The private keys has to be known by the 3 escrow agents. The link stated only serves as an example as to how that specific multisig address was generated. In reality, the multisig address is created by using the public keys of the addresses belonging to the 3 escrow agents.
- What's best cold storage method with pros and cons? (i.e. HW wallets: if the period T is relatively long, new firmware may be released to patch vulnerabilities. An update process needs to be defined)
Hardware wallet may have some difficulty signing raw transactions for multisig transactions depending on the hardware itself. You have to choose a wallet which allows you to sign and broadcast raw transactions.

You don't really need to have 3 escrow agents. Multisig works perfectly with one escrow agent and both Alice and Bob hold a key each. For that multisig set up, it would be a 2-of-3 multisig and 2 parties would be needed for the funds to be released (Alice/Bob, Alice/Escrow or Bob/Escrow). It would still be safe since either both parties have to agree to release the funds or the escrow have to agree with one of the parties.
3328  Economy / Goods / Re: Looking for someone to reship for me on: January 26, 2020, 03:21:24 PM
Still looking for this!
3329  Bitcoin / Development & Technical Discussion / Re: How to Create Bitcoin Transactions from a Server on: January 26, 2020, 03:06:40 PM
Does it require bitcoin core to be installed? Is there other ways to send bitcoin from server without installing bitcoin core wallet?
Would pruning not work for you? It's possible for you to use a code to script your own raw transaction and then directly broadcast the raw transaction to the other nodes. But that would require you to be able to obtain the information about your UTXO in the first place and it would preferably be from your Bitcoin node.
3330  Bitcoin / Development & Technical Discussion / Re: How to Create Bitcoin Transactions from a Server on: January 26, 2020, 02:43:24 PM
You don't have to keep the entire blockchain on your computer for the whole time. You can delete the older blocks as you go with pruning and keep it from exceeding a certain size.

That being said, Electrum offers JSONRPC and you can easily integrate that with your code. There's some examples here[1].


[1] https://electrum.readthedocs.io/en/latest/merchant.html
3331  Bitcoin / Bitcoin Technical Support / Re: Is it possible to download bitcoin blocks from some where directly on: January 26, 2020, 12:30:15 PM
Risks are limited, as downloading a “corrupted” blockchain would be immediately rejected by your node itself, or, in any way, your node wouldn’t be able to connect to the bitcoin network.
Unless something has changed in recent versions, the risk of downloading a pre-verified blockchain can be quite substantial. With the chainstate being built, it is possible for the attacker to manipulate the client to display the wrong information or to get you to a wrong fork. The checks that Bitcoin Core does during start up only validates the recent blocks for corruption and doesn't check through the whole blockchain.

3332  Bitcoin / Bitcoin Discussion / Re: bitcoin 0.1.0 staoshi client on: January 18, 2020, 03:24:02 PM
AFAIK, in the earlier versions, the reference client started mining using setgenerate and it would always mine to a new address. It doesn't necessary mean satoshi mined Bitcoins to different wallets but it could mean that satoshi mined Bitcoins to many addresses within the same wallet.

Different addresses=/Different wallets.
3333  Bitcoin / Bitcoin Technical Support / Re: Trying to take money on: January 18, 2020, 02:43:03 PM
Where did you get your Electrum client from? The current version is only 3.3.8 and it is nowhere near 4.0.0 yet. Are you certain that you copied that address correctly? If the address differs from the one that you saw on their website, then it's your fault and there's nothing that they can do. And if that's the case, then you could possibly be a victim of clipboard malware.
3334  Bitcoin / Development & Technical Discussion / Re: Stateless verification on: January 18, 2020, 08:14:35 AM
Mh I mean when a node received the broadcasted transaction why does the node check for transaction's validation? I mean the node should already known that the transaction is valid for stateless verification principle.
Stateless verification only means that the information required to validate a script is contained within the script itself. This does not necessary mean that a script is guaranteed to be valid. This only means that the script will be executed the same way on every client. The only way for the individual clients to know if a script is valid is that if they check for it themselves.
3335  Economy / Lending / Re: Needing a 0.1BTC loan on: January 05, 2020, 09:28:31 AM
Looking for this again. 0.15BTC loan for a month with an interest of 0.015BTC. The address (bc1qupxdkw5p5vx093sphecla9zgydaq3r265y6pdr) will be the same as what was stated in the signed message.

I can fund this loan. Please confirm that I will be funding it and I'll get the BTC sent over.
Confirming this. Thank you.

BTC sent: 03d2a60550051899a8c2233f2eff816ad05248e85ebfb70381525cf729fde8ea

Repay to bc1qcks7ppqwld0a45p2gyathvcfwjqf8ry6yxcj3c or 365MMPEG8oeHv3rfDkziSp8tufpoRnoKtb, thanks.
As per discussed, I have returned the loan early (with prorated interest): d1d1e4ed1efaf1e0dee36e2005315c3002995bc0fd46b0b8c11e43b3163cd134. Thank you for the loan, appreciate your help!
3336  Bitcoin / Bitcoin Technical Support / Re: Transaction showing in address but not available in Wallet on: January 01, 2020, 09:31:41 AM
Can you use an external client (https://iancoleman.io/bip39/) to validate if the address is within your xpub? I know blockchain.info is not reliable but its weird that its not showing up when you search your xpub either.

Else, import it into Electrum putting a BIP44 derivation path when asked.
3337  Bitcoin / Development & Technical Discussion / Re: validation rules on: December 31, 2019, 02:59:17 PM
The whitepaper served as a concept as to how a cryptocurrency like Bitcoin should work. The whitepaper did not encompass all of the rules that Bitcoin should have because they weren't concrete yet. I'm sure most of the protocol rules were decided after the release of the white paper.

Most of the protocol rules that you have in the client now is after many revision of the reference client. For example, there wasn't any limit on the block size and it was only enforced after a few releases.

3338  Bitcoin / Bitcoin Technical Support / Re: Best technical specs to generate millions of keys per second (not mining). on: December 30, 2019, 10:03:58 AM
Presumably GPU VPS's are the same to use as a CPU VPS e.g. the same Ubuntu OS. It's just that the hardware specs "behind the scenes" are different. Yes?
For most of the services, the GPU is connected to the server itself. You would be using the server like as if its a normal computer with a GPU inside it. However, you must pass the flag to the programme. (ie. adding a -gpu in the argument).
3339  Bitcoin / Electrum / Re: Summary of Wallet balance and transactions -> grouping wallet addresses on: December 30, 2019, 09:55:31 AM
I agree with you that the GUI does that for me, but I need to have a dashboard with BTC holding, ETH holding etc... I need to be able to get all the info from somewhere... so I was wondering, if I include one of the many Addresses of my wallet, somehow could I "get also the other addresses associated with the same wallet (read only)...

is it feasible?
You can't. Having an address will not reveal the other addresses generated with the same seed. The only way for you to obtain all the addresses within the wallet is by using the master public key to generate them all. If you were to disable change address, all your Bitcoins would be consolidated within one address, provided that you also only use that one address. This would greatly affect your privacy however,
3340  Economy / Service Discussion / Re: Is there something simple like Stripe but for crypto payments? on: December 30, 2019, 05:22:09 AM
You'll be looking at crypto-payments.net. They offer a wide range of crypto currency for users to pay with and is relatively easy to implement and stable. Alot of merchants are using them too.
Pages: « 1 ... 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 154 155 156 157 158 159 160 161 162 163 164 165 166 [167] 168 169 170 171 172 173 174 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 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!