Bitcoin Forum
June 22, 2024, 02:56:38 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 [322] 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 ... 590 »
6421  Bitcoin / Development & Technical Discussion / Re: What is the blockchain like ? on: June 06, 2016, 11:55:33 AM
For Bitcoin Core and its derivatives, the blockchain is stored as multiple files, around 130 Mb each. The blocks are stored on the disk in their serialized format. The extra data for each block are the 4 network magic bytes and a varint the indicates the block size in bytes. Those data files are append only. There are additional files which index the locations of each block as well as undo data for those indices because everything is append only.
6422  Bitcoin / Development & Technical Discussion / Re: Guys do you have already bitcoind installed? on: June 06, 2016, 11:52:01 AM
Yeah i know it will drain my funds but its just for study purposes i will change all script once this is script is working so that i can't waste my time to make a dice in other crypto..
Thanks for your link.. but i don't like to wait to install the whole blockchain.. before i can use bitcoind..
That is not possible. The bitcoind will have to download the entire blockchain before it can be used. You can set it to be pruned, but it will still need to download all of the data.
6423  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-core : Need help with stuck transactions. on: June 06, 2016, 01:17:18 AM
I've tried a number of things , a sweep into an Armory wallet , -zapwallet ( this seems to be defunct now)...they just won't budge.

Just to be clear: It's -zapwallettxes. And you have to start the client with it, not do it from the built-in console.


Thank you for your reply Bob   ..No I did not know that i had to "start the wallet" with it ...how exactly would I do that mate?
You have to add -zapwallettxes to the startup command for Bitcoin Core. You can open up the terminal for linux or Mac or open up the Command Prompt for windows and type the following (assuming that Bitcoin Core is installed to default locations):
Code:
bitcoin-qt -zapwallettxes
Bitcoin Core will start up and once it finishes loading, you should see that those unconfirmed transactions are no longer listed. At this point, you can shut down Bitcoin Core and start it up as you would normally.
6424  Bitcoin / Armory / Re: Armory Wallet grief on: June 06, 2016, 01:08:17 AM
Is that it?
6425  Bitcoin / Armory / Re: Armory Wallet grief on: June 06, 2016, 12:11:16 AM
Can you post the log files?
6426  Bitcoin / Armory / Re: [HELP] Transactions Will Not Broadcast on: June 05, 2016, 06:03:23 PM
It looks like you are trying to send a transaction which spends an output that was already spent in another transaction. I think you should try rescanning and then recreating the transaction.
6427  Economy / Trading Discussion / Re: Please, who can tell me how to get btc from this site on free????? on: June 05, 2016, 03:11:57 PM
Please, who can tell me how to get btc from this site on free?Huh?
There is no way to earn free Bitcoin. You must do some sort of work for Bitcoin. It isn't a get rich quick scheme and it isn't "magic free internet money". Bitcoin is just like any other money. You have to earn it. You earn Bitcoin the same you earn any other money, by selling some sort of good or service.
6428  Economy / Services / Re: $5 for someone who help me on: June 05, 2016, 03:05:23 PM
It is actually fairly difficult to send a transaction with 0 fee now because a lot of wallets protect against it.

The only way I can think of right now is to create the transaction manually in Bitcoin Core with the createrawtransaction RPC command. However this method is complicated as it is essentially building the transaction by hand.

To do this, open up Bitcoin Core and go to Help > Debug Window > Console. In the textbox at the bottom, type the following:
Code:
createrawtransaction '[{"txid":"<id>","vout":<n>}]' '{"<address>":<amount>}'
<id> is the transaction id of the output you would like to spend. <n> is the output index of the output you would like to spend. <address> is the address you want to send to and <amount> is the amount you want to send to that address.

To have more inputs, put a comma (,) next to the right curly brace for the txid and vout. Then copy the {"txid":"<id>","vout":<n>} and change the <id> and <n> to match the output you want to spend from.

To add more outputs, put a comma (,) next to the <amount> and copy the entire "<address>":<amount> and set the address you want to send Bitcoin to and the amount you want to send.

To send with 0 fee, you must make sure that the total of the outputs you spend from matches the total of the amounts you spend to. If you do not, the difference becomes the transaction fee; this method does not automatically create change addresses.

Once the transaction is created, you will get an output of a hex string. Sign the transaction with
Code:
signrawtransaction <hex>
where <hex> is the hex string. This only works if you have the private keys to the address you are spending from in Bitcoin Core. You will get another hex string as output.

Broadcast the transaction by doing
Code:
sendrawtransaction <hex>
where <hex> is the hex string.

Then you are done.

If you need help, you can ask me and I can give you a more detailed explanation and an example. I can help you with creating the transaction itself as well.

My Bitcoin address is in my profile.
6429  Bitcoin / Armory / Re: What if a watching only wallet gets compromised.... on: June 05, 2016, 02:44:45 PM
Thanks for the explanation on that attack vector, very helpful.

Quote
All public keys and attached addresses that the wallet can have + any comments you left in there.

At the risk of sounding really dumb, does the fact that the hacker can match the public key to the addresses in the wallet  make a brute force attack on existing address balances more likely?
No. The point of a public key is to be public and shared with others without revealing the private key. The address is derived from the public key so it too can be shared. If it were possible to derive the private key from the public key, then the entirety of Bitcoin would be broken and there would be a massive problem not just with Armory but with Bitcoin itself.

All that would happen if someone got your watching only wallet is that he would be able to see every single transaction you make. At worst it is just a privacy leak for you.
6430  Economy / Services / Re: IDEA -- Automated sig camp join tool - account renting, no need to lookup sigs on: June 05, 2016, 01:04:58 AM
Because of the login system which you mentioned above, we won't require users to entrust us with their login detail. Instead, we would bypass the whole system totally, so the user would only need to give us their cookie_id which is already logged_in. So with this method, even if we did get hacked *hypothetically* the hacker wouldn't be able to change account settings such as password, email...
AFAIK cookies can't really be revoked without the admins going into the server and deleting all of the cookies, so that is an issue. If you were to be hacked, the attacker could pretend to be that person even if the user changed passwords. At the very least it would be a nuisance and at worst, the attacker could use high ranking and potentially positive trust accounts to scam others.

It would be a lot easier if Bitcointalk had something like OAuth 2.0
6431  Economy / Services / Re: IDEA -- Automated sig camp join tool - account renting, no need to lookup sigs on: June 05, 2016, 12:38:53 AM
This is an interesting idea. It could help to curb some spam depending on how the payments work. You could make it so that users are paid at a fixed rate and the user doesn't know the terms of the payment, just that if they are chosen to be in a campaign, they will get at least X Bitcoin per week (or month or whatever). That would help to curb spam as then there isn't an incentive for people to spam to meet their post requirements.

There is, of course, the huge security issue. The problem is that many users may not feel comfortable with entrusting your service with their login credentials, especially since having the login gives full access to the account. This could potentially lead to privacy leaks and loss of the account if your service were to be hacked. The risk goes up for higher ranking members and those with green trust.

Lastly, there is also a technical issue. Bitcointalk only allows you to perform a login action once every 45 seconds per IP. If you need to change the signatures and avatars on a lot of accounts, you're going to need a lot of IPs or servers. They will also IP ban you if there are more than one request per second per IP.
6432  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: June 04, 2016, 08:00:33 PM
I've reset the server and removed the old database, it was getting ridiculously huge.

Just out of curiosity, what sort of load/traffic have you been seeing? I am taken to understand that this is a highly popular service given the volume of discussion, but I was wondering about just how much traffic it takes to make a database ridiculously huge.
It wasn't actually that big, but for the machine I was using, the database was getting a little large. The server is the second cheapest Amazon EC2 instance which only has 0.6 Gb of RAM. I think that was causing the issues.

I've been seeing about 200 page views per day. The database had 1922 entries when I removed it. It is supposed to only store each entry for one week, so that should be representative of the number of requests in a week.
6433  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: June 04, 2016, 02:31:19 PM
Site is down for me, can't load it at all Sad

This site can’t be reached
The connection was reset.
That is right. Site's server is down for everyone. http://www.downforeveryoneorjustme.com/http://www.bctalkaccountpricer.info/
It is nothing unusual to this service outage as it seems Bitcointalk price estimator become quire popular and issues (memory leaks etc.) described in Op will be only worse.

I am sure that knightdk is aware of this problem and will reset server as soon as he will be online.

I've reset the server and removed the old database, it was getting ridiculously huge.

All old tokens will no longer work. If you need to see the results of an old token, please contact me.
6434  Bitcoin / Project Development / Re: Looking for options for an anonymous pay-share/escrow service for digital goods on: June 04, 2016, 02:08:46 PM
Thank you for your reply, but I am not sure what I'm looking at.  You said it was a list of escrows, but it seems to be a list of BitcoinTalk usernames? Are you suggesting that as an alternative to someone I know but not in person who I don't know I can trust, I choose a complete stranger who I don't know that I can trust?
It is a list of bitcointalk users (people) who are considered trustworthy enough to escrow bitcoin.

How was it determined that these users could be recommended and trusted to be an escrow?  What are the requirements they had to meet?  Who did the determining?  Is there a feedback system in place?  Have there been fraudulent users running scams on this list?
These users were determined to be trustworthy by their past actions. They have demonstrated that they can hold a large sum of money without stealing it. There is a feedback system. If you look at the person's profile page, you can see their trust. Clicking on that link will take you to a page where users have left feedback for that person. There have been escrows who, for a long time, were trusted, but became scammers. These people were trusted because they escrowed for a long time, did many trades, and did not scam until a long time later.

Also what does the abbreviation [ANN] mean?
It means Announcement. The ANN thread is where the escrow announces their service and a lot of feedback about them also ends up there.

Are there really no escrow service companies (for bitcoin or for paypal) that someone could recommend?  I'd rather trust a licensed company over an individual, even if it means paying a flat rate or percentage.
AFAIK, no, at least, not for multiple currencies like Bitcoin and PayPal. Of course, PayPal itself is also an escrow service.

When doing escrow with Bitcoin, you should also use multisig escrow, especially with large sums of money. This means that in order to send the escrowed funds anywhere, multiple people must sign the transaction. It prevents the escrow from stealing the funds.
6435  Other / Beginners & Help / Re: bitcoin core stuck on '33 weeks behind'. Is there a way around this? on: June 04, 2016, 01:29:06 AM
Hi,
My computer shut down the other day because a fan died, and it got too hot. I wasn't able to let the application (Bitcoin Core v0.12.0 (64-bit)) put itself away. The computer is fine now, but when I started  the bitcoin core tells me that something was corrupt, and that it was 'reindexing blocks on disk'. It went through a number of years quickly yesterday, but it seems to be stuck on the '33 weeks behind'.
Is there anyway around this? It shows my btc as 'pending' but it's not available. The application accepts my password ok, but says I don't have the money available.
How long has it been stuck there? Can you provide us the debug.log file? You can get it by going to Help > Debug Window and clicking the button to open the log file. Then just post everything in there here. If it is too long, go to https://pastebin.com and paste it there and post the link to that paste here.
6436  Bitcoin / Armory / Re: Are the new armory versions trusted? on: June 03, 2016, 11:36:25 PM
To answer your question, OP, nobody really knows.  It's basically a one-man operation at this point.
Please stop spreading misinformation. We know that you didn't get your question answered and are now butthurt. Your posts aren't doing you any favors as you are spreading misinformation and acting like an immature troll.

Armory is not a one-man operation. There are still multiple people who are actively contributing to armory, myself included.

I certainly wouldn't go rushing into downloading any new versions of Armory.
And neither would I. I follow the advised security practice of verifying the source code myself and building from source. You should do this too.

When I brought up the same topic in another thread, I eventually got a response from Mr. Goatpig himself:

https://bitcointalk.org/index.php?topic=1494369.msg15056227#msg15056227

All I can suggest it, when goatpig puts out his tip cup and says "pls" don't be surprised if he doesn't get the money he desires, says "fuck this shit" and releases a malicious Armory in the future

Good luck.
Maybe you missed the first part of his statement when he addresses the security:

Don't trust me, review the code and build it yourself. This is open source, you've got that opportunity, don't let it go to waste.

If you can't read code, find someone you trust that did it for you.

If you can't do either, you are at my mercy. Deal with it.

If you can't follow that advice where he EXPLICITLY says "Don't trust me" and you don't do anything else to verify that nothing is malicious, then that is your own fault. If he were to release a malicious Armory version, then the other people who work on armory such as myself, droark, josephbisch, fanquake, etc, would notice that he inserted malicious code into the software. If he did it in the binary and not the git source, then simply following the advice of "review the code and build it yourself ... [or] find someone you trust that did it for you" would protect you from such actions.

We are also working on a system similar to Bitcoin Core's gitian builds which will ensure that the binaries are built from the source code that it is supposed to be built from.
6437  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core added already spent bitcoins on replacement on: June 03, 2016, 11:06:39 PM
A week ago I had a power outage. My wallet had to reload the entire blockchain. This has happened before and I knew it would be corrupted.
You should update the software. The latest software doesn't have this issue anymore.

I loaded the blockchain and appeared to be good for a day, but the next day it stopped with "fatal error". I deleted all bitcoin core files and re-installed it, allowed it to load chain then added my saved wallet.dat file from a couple weeks ago. It worked fine, but it only loaded transactions up to the date of the back-up file. I have spent some bitcoin since and now my total is more than I should have, granted the difference is only less than one bitcoin I'm ahead, but... this shouldn't happen right? I sent myself a few hundredths to see if it would correct itself, it didn't add the missing days either, just marked it like I had no transactions for 17 days. Will this affect the network?
  Miffed
You will have to rescan the blockchain. The software does not rescan the blockchain when it reindexs or resyncs, it simply isn't something that should normally happen. Start Bitcoin Core with the -rescan option and it should fix your problems.
6438  Bitcoin / Armory / Re: Best way to upgrade offline wallet on: June 03, 2016, 07:11:16 PM
After doing some more research I ended up upgrading Armory on the offline computer to 0.92.3 which solved the problem.
I am now able to sign and broadcast transactions.
For some reason the 0.93.2 Windows 7 installer does not support 32 bit machines (contrary to what is said on Armory's download page).

How did you perform the upgrade?  If you connected your offline computer to the internet then basically your bitcoins are hacked and stolen and long gone.

This is a cute meme.
You use a USB drive and download the file to it. Then verify the installer and take it to your offline computer and install. At not point is the offline computer then connected to the internet. This security isn't a meme, it is just security for the paranoid.
6439  Other / Beginners & Help / Re: I need answers to my questions on: June 03, 2016, 03:01:38 PM
You can earn bitcoin in the exact same way that you earn any other money. You can sell some sort of good or service for bitcoin
6440  Bitcoin / Development & Technical Discussion / Re: Testnet slow confirmation times on: June 03, 2016, 11:08:18 AM
How do I move to testnet fork having faster confirmation times ? I am using 0.12.1

Also I am getting same warnings as here https://bitcointalk.org/index.php?topic=1471338.0
You can't. As was said by Belcher in the thread you mentioned, there are two forks, the Bitcoin Core fork and Bitcoin Classic. I'm not sure if sure if any of them have faster confirmations. You should only use the Button Core fork because that is more representative of the mainnet state.
Pages: « 1 ... 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 [322] 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!