Bitcoin Forum
July 02, 2024, 05:39:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 590 »
3681  Bitcoin / Armory / Re: Armory 0.95.1 is out on: March 23, 2017, 03:06:45 PM
The problem is: Currently we do have 458560 and Armory does not load new transactions. Unfortunately I sent some BTC to my Armory BTC Address yesterday and those BTC do not show up :-(
What can I do?
When you sent the Bitcoin, did you receive a message about the transaction broadcast failing or timing out? After you leave Armory running for a while, do you notice that the block count it reports falls behind the real block count?

Can you please post your dbLog.txt file?

I believe the issue you are experiencing is a known issue and has already been fixed for 0.96. Goatpig will be putting out the 0.96 testing builds once he finishes implementing RBF, which should be in the next couple of days.

If you know how to build software, you can pull the latest development version from the dev branch of the github repo and build 0.96 yourself to use.

I also tried to "Let Armory run Bitcoin-code/bitcoind in the background", but in that case the armorydb.exe windows does not show up and it is scanning transactions for days (always saying 1 second left)
Yeah, don't do that. It's almost guaranteed to not work if you have auto-managed bitcoind on.
3682  Bitcoin / Bitcoin Technical Support / MOVED: Transaction stuck? on: March 23, 2017, 05:01:14 AM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1837414.0

Duplicate of https://bitcointalk.org/index.php?topic=1837395.0
3683  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction on: March 23, 2017, 02:25:06 AM
All transactions to and from that address have already confirmed. Please stop spamming the same question everywhere. Continue to do so and you will be banned from posting in this forum.

If you do not see that this transaction is confirmed in your wallet or service, contact the wallet provider's or the service's support. Users here cannot really help you with that; the transaction is already confirmed so it is not an issue with the network or with the blockchain.
3684  Bitcoin / Bitcoin Technical Support / MOVED: Bitcoin transaction stuck on: March 23, 2017, 02:22:28 AM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1837403.0

Duplicate of https://bitcointalk.org/index.php?topic=1837395.0
3685  Bitcoin / Bitcoin Technical Support / Re: What's the Extra Byte for P2PK? on: March 23, 2017, 02:20:56 AM
It is a size indicator opcode. It means that the next n bytes are to be pushed to the stack as one element. Otherwise a script interpreter wouldn't know that the next 65 or 33 bytes represented a public key and had to be pushed to the stack as such.
3686  Bitcoin / Bitcoin Technical Support / MOVED: Bitcoin transaction stuck on: March 23, 2017, 02:17:33 AM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1837399.0

Duplicate of https://bitcointalk.org/index.php?topic=1837403.0
3687  Bitcoin / Bitcoin Technical Support / MOVED: Bitcoin transaction stuck on: March 23, 2017, 02:17:24 AM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1837401.0

Duplicate of https://bitcointalk.org/index.php?topic=1837403.0
3688  Bitcoin / Bitcoin Discussion / Re: #BTC or #BTU? Gourl.io pays $500-600 per day as transaction fees .... on: March 22, 2017, 10:43:27 PM
Now while that sounds expensive, how much money are you forwarding every single day? What percentage of the amount of money that moves through your service becomes fees?

Also, why the hell do people keep pricing Bitcoin related things in non-Bitcoin units? It is both extremely confusing and extremely deceptive with the constantly fluctuating exchange rate.
3689  Bitcoin / Armory / Re: I have a stuck transaction and tx broadcast timed out errors on: March 22, 2017, 10:31:03 PM
Can you post your armorylog.txt and dbLog.txt files which contain the times when the the "tx broadcast time out" errors occurred? I am investigating the issue and need the log files to confirm my hypothesis.
3690  Bitcoin / Armory / Re: "the broadcast process failed unexpectedly" on: March 22, 2017, 10:29:52 PM
Those who have are experiencing this issue, can you please post your armorylog.txt and dbLog.txt files found in the Armory data folder? I am investigating what is causing this problem, and I will need to see both log files to confirm my current hypothesis.
3691  Other / Beginners & Help / Re: Transaction fees/how much does it cost to send bitcoin? on: March 22, 2017, 07:04:43 PM
This should help: https://bitcoin.stackexchange.com/questions/1195/how-to-calculate-transaction-size-before-sending

For the optimal transaction fee rate, you can use http://bitcoinfees.21.co/.
3692  Other / Beginners & Help / Re: bitcoin needed to be a tranaction in a packet? on: March 22, 2017, 07:02:57 PM
A "packet on the blockchain" is called a block.

In order for a transaction to be included, it must be a valid transaction. This means it must consume outputs created by previous transactions, and those outputs must have some value associated with them. A Bitcoin transaction can include arbitrary data, however this is not advised as it harms the network.
3693  Bitcoin / Development & Technical Discussion / Re: Post your SegWit questions here - open discussion - big week for Bitcoin! on: March 22, 2017, 07:00:35 PM
I feel like I woke up on a planet other than Earth today.

I'm not sure why it would be good if Core has "no leaders"? And why you're making this argument? What do the terms CEO and CTO mean to you? Who writes the bitcoin core roadmap? Would someone really invest $75 million in a corporation that has no leadership? Is this what happens to your thinking if you spend too much time doing open source development?

If bitcoin core really does not have leaders, someone needs to step up immediately.
Bitcoin Core is not a corporation, it does not have a CEO, it does not have a CTO, it does not have investors. Bitcoin Core is not a product of Blockstream. I don't see why you can't understand that Bitcoin Core is not a product of Blockstream and Blockstream's leadership does not have any say over what goes into Bitcoin Core.
3694  Bitcoin / Development & Technical Discussion / Re: Connecting two local nodes in RegTest on: March 22, 2017, 05:27:50 PM
You should not have http:// in your connect option. Http is not part of the IP address, it is a protocol, and having that there will confuse bitcoind. You should just have
Code:
-connect=127.0.0.1:8330
3695  Bitcoin / Development & Technical Discussion / Re: Connecting two local nodes in RegTest on: March 22, 2017, 03:45:38 PM
Because both nodes have their own chains, they will not be able to connect. You will need to delete the blockchain for one node.

You should also use -connect=<ip:port> (without the angle brackets) in your startup command for one node in order to connect it to the other.
3696  Bitcoin / Bitcoin Technical Support / Re: Can a miner meddle with the transaction data in a block? on: March 22, 2017, 03:07:20 PM
Generally a miner cannot change the data within a transaction without completely invalidating it. Most transactions include digital signatures, and these signatures sign the entirety of the transaction, except for the signature itself. This means that if anything in the transaction is changed, the signature will not be valid and the transaction is thus invalid. If the miner changes the signature itself, the signature will no longer match the data it is supposed to sign so the transaction will also be invalid. These signatures is what prevents anyone else on the network from modifying your transactions and giving themselves the Bitcoin.

There are a few cases where this is possible, but those are for very advanced users and rarely implemented in wallets except for the most expert of users.

What miners do besides changing the nonce is changing the extranonce in the coinbase transaction of the block. The miner makes the coinbase transaction and has full control over it. They can also select different transactions or reorder transactions thus changing the merkle root of the block in order to find a hash that is valid.
3697  Bitcoin / Development & Technical Discussion / Re: Files sharing on blockchain on: March 22, 2017, 02:59:15 PM
I have an application on network with database for files sharing , now i am thinking of to move that application on blockchain ,
Please don't. The blockchain as it is now is quite massive, and block space is very limited for money only transactions. If you include arbitrary data into the blockchain, you will be making the size of the blockchain even bigger, but bloated with useless data for the vast majority of users. You are forcing every full node operator to maintain your data for free even though it costs them additional disk space and network bandwidth for something that doesn't matter to them or the vast majority of users. You are costing everyone who uses Bitcoin the additional block space for your data which could instead have been used to include additional transactions to help deal with the large number of unconfirmed transactions. Please do not do this as it is completely detrimental to everyone who uses Bitcoin.

my question is how better security will be in blockchain for users files ,
The blockchain does not magically provide additional security to whoever uses it for whatever they are using it for. It still entirely depends on what data you are storing and how you are storing it in the blockchain. Putting something in the blockchain means that everyone will have access to that data, do you really want your users data to be shared with everyone?

if private keys lost then that's mean user lost his files ? then how i can make private keys more secure. Thanks
Private keys are completely unrelated to this. Arbitrary data does not require private keys.
3698  Bitcoin / Development & Technical Discussion / Re: Post your SegWit questions here - open discussion - big week for Bitcoin! on: March 22, 2017, 02:51:35 PM
That would be Adam Back and Greg Maxwell.
Please explain in what way Adam Back has any say about anything that happens in Bitcoin Core. He is not a contributor, and AFAICT, never has been. He is not a member of the "team", he doesn't have commit privileges, he doesn't even participate in developer discussions on the IRC channels nor in the weekly developer meetings. So how, exactly, does Adam Back "lead" Bitcoin Core? If anything, I would say that the leader of Core is Wladimir as he is the release maintainer, usually the one who merges everything, chairs the weekly dev meetings, etc.

Hi achow, always respect your answers and insight. If a number of contributors not listed also help decide what goes into Core, how is it that the Hong Kong agreement resulted in a "proposal" by contributors? Does this mean that contributors may have an avenue for opening ideas but a higher layer still calls the shots?
Some contributors (not all, in fact, only 4 IIRC), were at the Hong Kong meeting and are the ones who made the proposal. Any individual can make a proposal, but that does not mean that everyone who works on the project frequently will think that it is a good idea and that everyone will agree to accept the proposal and implement it. There is no "higher up" but rather a group consensus decision.

Where is there documentation on the leadership/direction of "Core". I (think I) understand that decentralisation means just that there is no such thing, but to my uninitiated mind, it seems more a (non-deliberate) lack of transparency rather than decentralisation.
There isn't documentation really, and there really isn't a leadership structure. You can see who is considered a part of the "team" at https://bitcoincore.org/en/team/ but the team does not included everyone who contributes, just those who do so fairly frequently. The leadership consists of the three maintainers as they are the ones who merge everything (and Sipa who has commit access but isn't a maintainer) and I suppose you could say Wladimir is the leader as he is the release maintainer.

Who got to choose who became "Core"? Were they self-appointed?
Basically. People who contribute to Core frequently became noticed by other contributors, and over time, became associated with "Core" as a "Core dev". The only people who were "appointed" were the three maintainers, and only because they were basically doing the position that they were given for a while before they were actually given the titile. E.g Wladimir was setting out release schedules, release TODOs, release notes, and making releases themselves for a while before Gavin officially gave him the title. Jonasschnelli was submitting wallet and GUI pulls and reviewing other wallet and GUI pulls for a long time and he basically became the final say on wallet and GUI related stuff for them to be merged or not until Wladimir eventually made him the wallet and GUI maintainer. The same thing happened with MarcoFalke for him to become the QA maintainer.
3699  Bitcoin / Armory / Re: I have a stuck transaction and tx broadcast timed out errors on: March 22, 2017, 02:36:10 PM
Your transaction is now confirmed. 0.96 will include RBF functionality so that it will be easier to replace transactions with one that pays a higher fee.
3700  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core Installation Problems on: March 22, 2017, 03:44:39 AM
Check your permissions. Make sure that your user has write permissions to wherever you want to have the Bitcoin datadir.
Pages: « 1 ... 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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!