Bitcoin Forum
June 25, 2024, 10:59:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 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 ... 590 »
6141  Bitcoin / Bitcoin Technical Support / Re: How I can confirm a 0 fee transaction on: July 17, 2016, 04:58:20 PM
yes
I think better to give more information about your wallet if you are using coinbase, xapo, electrum, blockchain, bitcoin core,
What wallet do you use right now?
He responded to my question; he is using Blockchain.info

Unfortunately blockchain.info does some really stupid stuff and makes it difficult to do any advanced tasks, so you cannot use it to create a CPFP transaction.
6142  Bitcoin / Bitcoin Technical Support / Re: How I can confirm a 0 fee transaction on: July 17, 2016, 04:15:21 PM
my wallet is in blockchain
1LKtJQK475VutBJe5eoajRNQBPM3qg4RoB
That is your address.

I meant what wallet software are you using? blockchain.info?
6143  Other / Meta / Re: bitcointalk account trust exchange program on: July 17, 2016, 03:33:05 PM
Can we exchange trust on bitcointalk.

What I mean is I give somebody positive trust , in return he also gives me positive trust.
Is it OK or bitcointalk will block my account for this.
You can do that as trust is not moderated, so the forum will not ban you unless you are spamming. However, it is frowned upon to do that so other members may give you negative trust for doing that.
6144  Bitcoin / Bitcoin Technical Support / Re: How I can confirm a 0 fee transaction on: July 17, 2016, 03:31:16 PM
thanks a lot  Kiss
can you tell me step by step how i can attempt a Child Pays For Parent transaction

It depends on your wallet. What wallet are you using?
6145  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: July 17, 2016, 03:30:16 PM
Not sure why my account says Trust "neutral", when I see a +30 -0/+3.
Because you probably aren't using Default Trust. You have a different trust list than the account that checks for the trust. That account uses Default Trust.


the btc price estimator estimated my account's price to 0.015 btc. I think hardly anyone will buy my Newbie account for that amount.
http://www.bctalkaccountpricer.info/?token=eg3vd6jp

If the price is correct then where can I sell it.
Read the post above yours.
6146  Bitcoin / Bitcoin Technical Support / Re: How I can confirm a 0 fee transaction on: July 17, 2016, 02:47:43 PM
There are two options. You can attempt a Child Pays For Parent transaction in which you create a transaction spending from this unconfirmed transaction. That spending transaction will need to have a transaction fee that is sufficient to cover both the spending transaction and this unconfirmed one.

Alternatively you can contact the user macbook-air and ask him if he can confirm the transaction for you. He is in charge of f2pool so he has the ability to do this.
6147  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: July 17, 2016, 01:16:10 PM
May I ask, how the calculation of the price estimate for per account? And most seller would sell their account half of the estimated price shown Bitcointalk Account Price Estimator.
Read the first post for the estimation algorithm. I haven't changed it in a while, so it probably isn't accurate anymore as it was last changed when the price of Bitcoin was a lot lower, around $300.

and I get this notice again Request Queuing failed. Please try again.. I hope the dev can fix this soon, thanks.
Fixed.

All previous requests have been removed, PM me if you need one of them.
6148  Bitcoin / Bitcoin Discussion / Re: Is stealing Bitcoin illegal? on: July 16, 2016, 10:49:00 PM
Any stealing act for anything to anyone is still illegal wether it is online pr not.All stealing avt is considered a crime as long as you dont have permissions of the real owner

The real owner? Who decides that if it's possible for me to generate the same address? Just because I generated it after shouldn't mean it's illegal. It's not like exploiting an online wallet to steal private keys and drain the accounts.

I feel like you guys are just guessing to be honest, I want to know if it's legal or illegal to take bitcoins out of an address you just generated. Tongue
It is neither legal nor illegal; there are no laws governing this. Furthermore, if there were laws regarding Bitcoin, it would vary from country to country even though Bitcoin is an neutral international currency.

Taking Bitcoin from an address that you generated that already had Bitcoin would be considered immoral and would be highly frowned upon by the Bitcoin community.
6149  Bitcoin / Armory / Re: Armory 0.94.1 is out on: July 16, 2016, 07:51:11 PM
Any info why Armory is no longer displayed on Bitcoin.org site as one of the suggested wallets? I am talking about their "Choose your wallet" section.
Armory used to be listed there but it is not anymore.

Something happened?
See: https://github.com/bitcoin-dot-org/bitcoin.org/pull/1235#issuecomment-185676811

I tried to get it reinstated here: https://github.com/bitcoin-dot-org/bitcoin.org/pull/1301 but it hasn't been done yet.
6150  Bitcoin / Bitcoin Technical Support / Re: Urgent help Finding scriptPubKey for a transaction without bitcoincore on: July 16, 2016, 04:51:16 PM
You can get the raw hex of a transaction by going to blockchain.info and appending ?format=hex to the URL for the transaction. You can also go to blockcypher, look up the transaction, and click on the button for "api call" under the Advanced details section. This will give you JSON for the transaction and under the outputs section is the script for the output in hex.


In Electrum, you can go to the console and type
Code:
gettransaction("<txid>")
where <txid> is the txid. This will give you the raw hex of the transaction.

Then you can take that hex and type
Code:
deserialize("<hex>"
which will give you the decoded version of the transaction. You can chain the two commands together by doing
Code:
deserialize(gettransaction("<txid>"))
and get the decoded transaction from the txid.
6151  Bitcoin / Bitcoin Technical Support / Re: Unable to compile bitcoin v0.1.5 ALPHA on: July 16, 2016, 03:00:04 PM
Hi Knight,

C:\MinGW\msys\1.0\home\Gebruiker\bc
C:\MinGW\msys\1.0\home\Gebruiker\bc\wxWidgets-2.8.12

Thanks.
Remove the version number so it is just [tt\]wxWidgets[/tt]. Do the same for the three other libraries; \OpenSSL for openssl-1.0.2d, \DB for db-4.8.30.NC, and \Boost for boost_1_35_0

If that doesn't work, try doing make install in wxWidgets, openssl, and db.
6152  Bitcoin / Bitcoin Technical Support / Re: Is it worth it? on: July 15, 2016, 10:26:47 PM
More nodes for the network is always good. Whether it's good for you is a whole other thing. A Bitcoin node will not get you any money, there is no compensation.
6153  Bitcoin / Bitcoin Technical Support / Re: Help Me Help BitCoin (and possibly Tor Network) on: July 15, 2016, 10:04:03 PM
Alright, I am going to do it.  

So if I get a regular PC machine I can set it up with Ubuntu right, or does it need to be a machine designed for Ubuntu.
Nope, any modern computer can run Ubuntu. There is no need for anything special. If it can run Windows or OS X, it can run Ubuntu.

Then I can set up the bitcoin core node and start that running on it, and after I have that set up I can work on the Tor relay?
Yes. Bitcoin Core is significantly easier than setting up a Tor relay.

One more question, I read that you can use a node as a wallet?  How does that work?  Is there benefit over using what I use now, MYCELIUM for android?

Thanks for your time, you've been a lot of help.
Yes. Bitcoin Core is actually part wallet. It runs a full node, but it itself is also a wallet software. You can send and receive Bitcoin with it. The benefit is that you are not relying on someone else to give you the right data. A full node will always validate and verify every single transaction and block it receives, and full nodes will receive every block and nearly every transaction sent. This validation gives you more security. Mycelium on the other hand is an SPV wallet. This means that it trusts a full node to give it transactions that your wallet needs and it trusts that that full node properly verified the transaction. This is less safe than a full node which does the verification itself.

Unfortunately there are not any full node wallets for mobile since full nodes use a ton of data and storage..

Oh and how big of an SSD would one need?
At least 256 Gb.
6154  Bitcoin / Bitcoin Technical Support / Re: Unable to compile bitcoin v0.1.5 ALPHA on: July 15, 2016, 08:59:56 PM
Hi Knight,

I modified modified the last two lines:
rm -f obj\*
rm -f headers.h.gch

and recompiled. Error is still there
Not quite sure what is causing the error. Are you sure that the paths to all of the necessary directories don't have spaces in them? If they do, you should either move the folders or rename them to not have spaces.
6155  Bitcoin / Bitcoin Technical Support / Re: Help Me Help BitCoin (and possibly Tor Network) on: July 15, 2016, 08:57:51 PM
Thanks for the tips.

I would buy a machine just to use for these purposes, and have it running non-stop.  So as of right now I am not running anything.  I've never used Linux, Ubuntu/Debian but I am guessing that one of these is the better option as an OS if this is my only plan for the machine?
Yes. I recommend that you use Ubuntu. Don't use Windows as it is too large and makes doing Tor stuff harder.

What kind of minimum requirements should I look for on a machine to do these two things?
You will need at least 4 Gb of RAM, 8 is preferable. You will probably also want an SSD instead of a normal HDD to reduce sync times for Bitcoin. As for CPU, any modern CPU will do, I recommend an Intel i3 or i5 as those are the cheaper lower end stuff. Lastly you will probably want something that can support a wired internet connection, not WiFi. Wired is better as it will be faster and it is guaranteed to work. Just make sure that the network card (or built in on the mobo) can handle several hundred Mbps.

If I need to up my internet plan or pay for a service just for that unit, it is something I will consider depending on the cost.  the important part for me is to be a positive impact on the systems.
You will need a decent internet connection, ideally with speeds of at least several hundred Mbps. Also make sure that your internet plan can allow hundreds of Gb per month. Bitcoin Core will use a few hundred Gb per month, and Tor will also use a lot of data, although probably not as much as Bitcoin Core.

I am completely fine without any compensation, my main goal is to help the networks, but just out of curiosity where do the transaction fees go from each Bitcoin transaction?  I thought that running a Bitcoin node would be something that can verify transactions, and there for collect some transaction fees. 
Fees go to the miners. Miners include the transactions into blocks and they get the fees. Satoshi used nodes and miners interchangeably in the Bitcoin Whitepaper but they are in fact two separate things.

To be clear, I am not worried about the few satoshis I may get from some transaction fees as I'm sure my cost of operation would be considerably higher then what I could earn (although the idea of earning some satoshis does make me smile).  My main focus is being able to help the bitcoin transactions verify faster.  I know my little drop in the bucket won't be much, but its what I have the capability to do.
It's always a good thing to have more full nodes on the network.
6156  Bitcoin / Bitcoin Technical Support / Re: Unable to compile bitcoin v0.1.5 ALPHA on: July 15, 2016, 07:11:33 PM
Hi knightdk,

I get the following error with 'make clean' command.

del /Q obj\*
make: del: Command not found
make: [clean] Error 127 (ignored)
del /Q headers.h.gch
make: del: Command not found
make: [clean] Error 127 (ignored)

Go into the makefile and change the two lines at the bottom from
Code:
-del /Q obj\*
-del /Q headers.h.gch
to
Code:
rm -f obj\*
rm -f headers.h.gch
6157  Bitcoin / Bitcoin Technical Support / Re: Recover BTC using private keys and passphrase. Need Help! on: July 15, 2016, 05:49:09 PM
I was trying to explain things in an easier way for him instead of being too technical. Not everyone who uses bitcoin is technical
Clearly he knows enough about technical stuff to do this:
I then wrote a small programm which scans the harddisk on a low level for finding even deleted private keys.


and I assumed he had the WIF keys as he said in his sentence
Quote
"So right now iam having my passphrase and the keys (in hex and in wif format)"
Which he immediately followed with
or strings similar to private keys.

I dont know if those informations are still valid but from what i read are just the keys in the wallet encrypted and not the full wallet.
which clearly shows that he isn't sure about whether those are valid keys. Importing them is not going to help if they are not valid, and the first step of a validity check is to make sure they are actually WIF keys before importing them.

no need to be a bitcointalk elitist, I have been using Bitcoin since mid 2009. If I had decided to stay using this forum I would have a high post count also.
Well good for you. A lot of people have been using Bitcoin since mid 2009 but have no idea on how it works technically or how a specific modern implementation of Bitcoin (Bitcoin Core) works. The amount of time you have been using Bitcoin does not matter.



Anyways, this is off topic and not helping the OP.
6158  Bitcoin / Bitcoin Technical Support / Re: Help Me Help BitCoin (and possibly Tor Network) on: July 15, 2016, 05:34:13 PM
I appreciate both Bitcoin and the Tor network and would like to do my part to help.

Is there anyone that can help me set up a computer that will just be dedicated to running a Bitcoin node (I think that's what I am looking to set up) to help verify transactions. 
Download Bitcoin Core from https://bitcoin.org/en/download. Install it, and run. You are then running a full node. To further help the network, you can allow incoming connections. Check your firewalls (on both your computer and your router) and make sure that they allow port 8333 and are forwarding it to port 8333 on the machine running Bitcoin Core.

Also if possible I would like to set up a Tor relay on the same machine.
It is possible. If you are using Ubuntu/Debian, follow these instructions: https://www.torproject.org/docs/tor-relay-debian.html.en. You can also look at the instructions at: https://www.torproject.org/docs/tor-doc-relay.html.en for some more info on setting up a relay, especially the torrc file.

As a bonus you can also setup Bitcoin Core to also go over Tor and accept tor connections as well.

Some questions I have are:

Is it possible to do both effectively and efficiently on the same machine?
I don't see why not.

What would the requirements be to do it the best way that is feasible for the average joe?
Setting up a tor relay is kind of difficult for an average joe as it typically involves linux and command line. Bitcoin full nodes are super simple as it is just download and install Bitcoin Core.

Would it use a considerable amount of my bandwidth?
Yes. Bitcoin Core will use a lot as it has to download the blockchain, which is quite large, and keep in sync with it by downloading and uploading to several peers.

What would the maintenance be for something like this?
Practically none. Just make sure that the computer is still on and that both pieces of software are still running.

Bonus question, would there be any personal benefit to myself by running something like this, i.e. being able to confirm my own bitcoin transactions faster, or will I be able to collect some transaction fees?  Not that its necessary for me to benefit from doing in order for me to do it.  I will regardless, I just want to make sure I take advantage of any pros that may be available to me for doing such a thing.

Thanks for your help.  As you may have guessed I am not the most computerly savvy, so it would need to be a dummies guide.
There are no benefits like that for running your own full node. You will not get any sort of monetary compensation and your transactions will not confirm faster. What you do get is the security of a full node and an accurate estimate of the optimal transaction fee to get faster confirmations.
6159  Bitcoin / Bitcoin Technical Support / Re: Recover BTC using private keys and passphrase. Need Help! on: July 15, 2016, 05:23:46 PM
LOL my point all along in bold ^^ and it was danny who said that... so gang up on the newbie why don't you. Your not more intelligent when it comes to cryptography because you have put more sentences together on a forum. you do know that right?
I am giving him more information that is relevant than you did. I told him to check for things and make sure that they are in the proper format instead of just telling him how to do something. The point is to get more information about the situation, especially since he worded things confusingly, before jumping to conclusions and trying things that will waste time and not work, as you were doing. You were assuming that he actually had WIF keys, but looking further up the thread, it is not clear whether he does as some parts of his story conflicts.

Secondly, giving instructions on how to do something in Bitcoin Core does not have anything to do with cryptography. The only things you have said about cryptography are incorrect.
6160  Bitcoin / Bitcoin Technical Support / Re: Recover BTC using private keys and passphrase. Need Help! on: July 15, 2016, 04:29:27 PM
I deleted the wallet.dat by accident. I replaced the wallet.dat while bitcoin core was still running which caused an error and then the wallet.dat was gone.

I then wrote a small programm which scans the harddisk on a low level for finding even deleted private keys. So right now iam having my passphrase and the keys (in hex and in wif format) or strings similar to private keys.

I dont know if those informations are still valid but from what i read are just the keys in the wallet encrypted and not the full wallet.
Are you sure that they are in WIF format? Do they start with a '5', 'K', or 'L'? If they are WIF, then you can just import them. If they are hex, then you will have to convert them to WIF format. If they are encrypted, then you will have to find the master encryption key, decrypt that, and then decrypt the private keys.

but if he has found a key in WIF format then it has not been stretched and he should just be able to import it. If it has been stretched or "re-encrypted" it wouldnt look like a WIF key at all or even be the same length.

I have more understanding than you think I do. I am also just going by what OP is saying. The least he should do with the keys is try what I say, If it is WIF then it will work. if its not it will fail.
The fact that you are confusing terminology just further shows that you don't know what you are talking about. The stretching has nothing to do with the private keys but rather the password he must enter. There is not "re-encrypted", just encrypted and not.
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!