Bitcoin Forum
June 29, 2024, 03:33:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 334 »
4481  Bitcoin / Bitcoin Technical Support / Re: Securing Wallet.dat? on: November 30, 2013, 04:27:34 AM
The private keys are encrypted (by AES) in your wallet so they are about as safe as they can be.

Understand that the rest of the wallet is *not* encrypted so if you are worried about people seeing your balances or your transaction history then you might want to consider encrypting the entire file.
4482  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 03:02:43 PM

Well - best of luck with that.
4483  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 02:51:19 PM
No-one posted code that included the OP code so your "blindly following" comment makes little sense.

If you are keen to contribute then how about just focus on the solution?
4484  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 02:34:56 PM
Since some posts ago I'm not counting on the reward here, just tried to make a point about the code quality.

And as I already pointed out your comment about the "code quality" was completely unnecessary as the OP had already admitted his code was bad and needed re-doing.
4485  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 02:26:00 PM
That is no reason for someone to go and build upon that.

Exactly why he asked for it to be "re-written" (not "built upon" as all the other replies already said).

It is probably just an age thing but if you want to get a reward I would recommend more code and less negative comments (you should note that you are not being criticized about your code).
4486  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 02:15:28 PM
I'm sorry but I don't think saying "There should be some trivial criteria for code quality here" is an insult, but I certainly was insulted after that. The code is there, anyone is free to use it or ignore it based on unfounded name calling.

Did you not read his OP and the immediate follow up to my post?

He stated his code was badly written - so your rubbish about "code quality" is completely OT as he had already admitted the code needed re-writing.

You were "insulted" probably because either you didn't pay any attention to the OP and the following 2 posts or your ego (will let you choose which).
4487  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 02:05:01 PM
You can also ignore me, but you can't ignore the validity of the earlier statements. If you want some proper working clean code:

Hmm... I think if you posted the code first rather than the insults you might have had a better chance.
4488  Bitcoin / Bitcoin Discussion / Re: casascius and other physical bitcoins is a fraudulent idea on: November 29, 2013, 01:11:54 PM
Surely people who bought the coins would have transferred the BTC value to a different address by now wouldn't they?

(so the idea that he could *now* go and steal huge amounts of BTC seems a bit unrealistic to me)
4489  Bitcoin / Project Development / Re: [Bounty - 0.5 BTC ($500)] Javascript / Password Recovery issue on: November 29, 2013, 07:34:49 AM
Your link isn't much help as it's thousands of lines of code (why don't you just paste your relevant function rather than the whole of the bitaddress.org webpage that presumably includes your code "somewhere" inside) - but basically you will want to use a timer function for your looping.

Here is a simple timer example:
Code:
var auto_refresh_seconds = 30;

function auto_refresh( )
{
   if( auto_refresh_seconds == 1 )
      window.location.replace( window.location );
   else if( auto_refresh_seconds > 0 )
   {
      auto_refresh_seconds -= 1;
      setTimeout( "auto_refresh( )", 1000 );
   }
}

function load( )
{
   auto_refresh( );
}
4490  Bitcoin / Bitcoin Discussion / Re: Best methods for safely claiming "bounties"? on: November 29, 2013, 03:55:54 AM
There are a couple of main problems with bounty systems which is why CIYAM Open was designed the way it was.

Firstly it's kind of pointless to have a "race to code" as you are going to end up with the worst quality software possible as each coder only cares about delivering first not how good the software is. Secondly, how do you confirm delivery and acceptance?

For the first part I use the approach of "dibs" which is where several devs provide a promised delivery date but only *one* is selected to work on the task (if unable to complete it on time then the task is re-opened for further "dibs").

For the second part "git" is your friend - a "git pull request" is proof that you have submitted code and if that request is "merged" then you have proof that the code was accepted. Even if rejected because the "pull request" remains in the repository its changes can be compared against later changes made to the project to show evidence of "stealing rejected code".
4491  Bitcoin / Development & Technical Discussion / Re: Yet another Coin Control Release on: November 29, 2013, 03:44:11 AM
Call it a feature that you find useless then. That's all but the definition of a bug.

I would have to agree that Luke-Jr seems to be a bit confused about what a "bug" is.

Perhaps he is just getting a bit overzealous about his dislike of this "feature".  Wink
4492  Bitcoin / Bitcoin Technical Support / Re: Locked out of bitcoin wallet, can I get another wallet? on: November 28, 2013, 10:55:52 AM
Move the wallet.dat file to somewhere safe (maybe rename it to wallet.dat.old so you don't confuse it with your new wallet) then start bitcoin-qt - it should automatically create a new empty wallet for you.

You would be advised to keep some copies of the old wallet also (and the new wallet after you have given it a passphrase).
4493  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 10:02:46 AM
I have been playing with electrum. It has commands like payto and payfrom where you can specify the "from" address. What's that all about?

For a start I don't use Electrum and quite likely most of your potential "buyers" don't either and for a second you need to really read up on what UTXO's are to fully understand that there is no "from address".

The only way you could make a tx "appear" to have a "from" address would be to use only one UTXO or multiple UTXOs that were all outputs to the *same* address (something no user should ever do in the first place if they care about their own privacy).

Your idea is now looking like a "nightmare" for your potential customers - not only do they have to use a certain client but also apparently they have to get rid of any chance of anonymity in order to use your service.

I think it's pretty clear that you aren't going to find any customers with this approach - maybe time to rethink what you are hoping to achieve.
4494  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 09:30:19 AM
That's assuming a point and click (or touch interface). What if I want to have people store my service in a directory or just copy and paste or possibly (not likely) memorize the address? Having that extra level of indirection where you need to click someplace to then get directed to the right "payment address" is possible but a hindrance. Imagine for example those 1900 numbers... you call the number and they get paid 1.99 a minute. They can advertise that. Nice and simple. Not that I am suggesting that's what I am doing here.

I am struggling to work out how you are going to know who has paid for your product/service (unless it is just a gambling website similar to SD in which case just say so).

The point here being that if you can't work out who has paid for what then how could you possibly deliver it to them?
4495  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 04:59:35 AM
I can look at the incoming transaction and figure out its inputs, can't I?

How is that going to help when the customer themselves have no idea what addresses their own UTXO's came from?

(i.e. your customer would then have exactly the same problem as you are stating as they can't control their "from" address either)

On my original question then -- there is no effective way then to advertise a service and tell people to pay to that service.

You just advertise without a payment address (do most people advertise a bank account # currently?). Payment is normally at least a "click here to purchase" link.

And what about something like SatoshiDice? They have published vanity addresses. Lots of companies are doing vanity addresses to receive payments. Are these all at odds then with "best practices"?

Don't look at SD for an example of "best practice" (and especially the blockchain spamming "signal" payments). Also understand SD doesn't *have* a product or a service that is is selling - it's just a gambling website (or is that what you are setting up also?).

Just wondering what the best way to go here is. I am trying to establish a service where the pay-to address is not constantly changing.

I am not sure what is the problem with creating a new pay-to address for each tx - surely you can store them in a DB to know what each is for?
4496  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 04:37:29 AM
If so, then how do I do this? What if I wanted to (just a silly example) print t-shirts or put an ad out on the newspaper or a tv commercial saying pay to this address for some purpose -- you are saying this should not be done?

Perhaps just think about this from your own side - how do you know who has paid if all payments are made to the same address?
4497  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 03:58:50 AM
This is _strongly_ discouraged.

Indeed - I didn't read the OP carefully enough - you really should be generating a separate address for every payment being made.
4498  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 03:42:44 AM
Where do I get this "Coin Control" version? Is it an official release or a patch of some kind, and is it well "supported"?

The version of "coin control" you'd want to be using is by "cozz" and you can find a link to binaries and source in the OP here: https://bitcointalk.org/index.php?topic=144331.0 (it is not part of the official bitcoin-qt client *yet*).
4499  Bitcoin / Development & Technical Discussion / Re: Send to many addresses FROM a certain address on: November 27, 2013, 03:00:11 AM
Accounts are not addresses - so you simply cannot think of address X *belonging* to account A (the accounts in bitcoin are confusing to many).

If you want to control the UTXO's being used (the "froms" and note they will often be many) then you are either going to have to use the "Coin Control" version (and not the "coderr" one as it's obsolete) or start coding "raw transactions".
4500  Other / Beginners & Help / Re: Ripple - a serious threat? on: November 26, 2013, 02:02:18 PM
The XRP has collapsed in value from a high of around 8,000 per BTC to now around 80,000 per BTC so that aspect has clearly failed (and deservedly so).

Unfortunately it also seems that WeExchange is in big troubles (take a look at the various topics about Ukyo to follow this).

Its worse problem is that it isn't decentralised (very much limited to a small number of servers) although its best feature is very fast txs (assuming that there is no flaw in the "consensus" model it is using).

I think that the "tricky" nature of its launch has led to its unpopularity, however, I do think that the consensus mechanism is an important technical achievement and could be exactly what is needed to help something like Bitcoin that is struggling to cope with large numbers of transactions (and to have transactions "confirm" much quicker).
Pages: « 1 ... 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 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!