Bitcoin Forum
April 25, 2024, 05:57:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain.info fees still apply to addresses in same wallet?  (Read 4726 times)
unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 01:37:12 PM
 #1

Say I want to transfer funds from one address to another address in the same wallet.

2 questions

1. Do the miner/blockchain.info fee still apply?

2. If (1) is true then is there a way to specify which address to take the fee out of?

Example.

Label 1 has 1 BTC

Label 2 has 0 BTC

I want to take 1 BTC and send it from Label 1 to Label 2. Now apparently if question 1 is in effect this is not going to happen.

Can I have say, a label0 that contains say 5 btc and have blockchain.info take the fee out of that?

So to start I have...

Label 0 5 btc
Label 1 1 btc
Label 2 0 btc

After transaction

Label 0 4.995 btc
Label 1 0 btc
Label 2 1 btc

?

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714024658
Hero Member
*
Offline Offline

Posts: 1714024658

View Profile Personal Message (Offline)

Ignore
1714024658
Reply with quote  #2

1714024658
Report to moderator
1714024658
Hero Member
*
Offline Offline

Posts: 1714024658

View Profile Personal Message (Offline)

Ignore
1714024658
Reply with quote  #2

1714024658
Report to moderator
1714024658
Hero Member
*
Offline Offline

Posts: 1714024658

View Profile Personal Message (Offline)

Ignore
1714024658
Reply with quote  #2

1714024658
Report to moderator
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
July 26, 2012, 01:44:45 PM
 #2

yes if it mets the criteria for having fees, just cause your moving inside your wallet doesn't mean that network knows that. A wallet is just a collection of address, the address with the private key is what gives you control over bitcoins. So moving control of bitcoins to another address under your control still needs to be broadcast and put into a block. For miners to put things into blocks they need fees of course if it isn't meeting the criteria for fees.
piuk
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
July 26, 2012, 01:49:03 PM
 #3

Unless sending anonymously there is no blockchain.info fee.

The miners fee is optional (but recommended) and depends of the transaction size / freshness of the coins (https://en.bitcoin.it/wiki/Transaction_fees).  To send without a miners fee use the custom send form and choose "Continue without Fee" when asked.

There used to be the option to select an additional address for the fee out of but that is gone now. You can choose two from addresses instead to partially replicate the functionality.

unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 01:57:13 PM
 #4

Unless sending anonymously there is no blockchain.info fee.

The miners fee is optional (but recommended) and depends of the transaction size / freshness of the coins (https://en.bitcoin.it/wiki/Transaction_fees).  To send without a miners fee use the custom send form and choose "Continue without Fee" when asked.

There used to be the option to select an additional address for the fee out of but that is gone now. You can choose two from addresses instead to partially replicate the functionality.

How do I do this from the merchant api?

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
piuk
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
July 26, 2012, 02:04:19 PM
 #5

How do I do this from the merchant api?

There currently isn't a way to set the fee in the merchant api. It's always fixed at 0.0005 BTC for every transaction regardless of whether it is between the same wallet.

unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:05:45 PM
 #6

How do I do this from the merchant api?

There currently isn't a way to set the fee in the merchant api. It's always fixed at 0.0005 BTC for every transaction regardless of whether it is between the same wallet.

Don't you mean 0.005?

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
piuk
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
July 26, 2012, 02:13:37 PM
 #7

Don't you mean 0.005?

It should have recently been changed to the correct value (0.0005).

unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:16:25 PM
 #8

Don't you mean 0.005?

It should have recently been changed to the correct value (0.0005).


http://blockchain.info/mywallet_api

Making Outgoing Payments
Send bitcoin from your wallet to another bitcoin address. All transactions include a 0.005 BTC miners fee.

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
piuk
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
July 26, 2012, 02:20:07 PM
 #9

Send bitcoin from your wallet to another bitcoin address. All transactions include a 0.005 BTC miners fee.

Damn decimals confusing me. The documentation is wrong it is 0.0005 BTC.

Quote
public static final BigInteger DefaultMerchantFee = BigInteger.valueOf((long) (BitcoinTx.COIN * 0.0005)); //0.0005 BTC Fee

unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:21:44 PM
 #10

Send bitcoin from your wallet to another bitcoin address. All transactions include a 0.005 BTC miners fee.

Damn decimals confusing me. The documentation is wrong it is 0.0005 BTC.

Quote
public static final BigInteger DefaultMerchantFee = BigInteger.valueOf((long) (BitcoinTx.COIN * 0.0005)); //0.0005 BTC Fee

I have noted it in my code.

Is there a 0.0045 BTC finders reward for this error? Tongue

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:24:55 PM
 #11

Send bitcoin from your wallet to another bitcoin address. All transactions include a 0.005 BTC miners fee.

Damn decimals confusing me. The documentation is wrong it is 0.0005 BTC.

Quote
public static final BigInteger DefaultMerchantFee = BigInteger.valueOf((long) (BitcoinTx.COIN * 0.0005)); //0.0005 BTC Fee

I have noted it in my code.

Is there a 0.0045 BTC finders reward for this error? Tongue

that is kinda cheap of you, shouldn't helping find an error enough of a reward, this aint preschool we all don't get stars for doing good things

And perhaps you overlooked the "Tongue" and the actual difference of the error. It was made jokingly. Now stop your trolling, go get some coffee and we can both go our ways and have a great day! Smiley

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:29:10 PM
 #12

Send bitcoin from your wallet to another bitcoin address. All transactions include a 0.005 BTC miners fee.

Damn decimals confusing me. The documentation is wrong it is 0.0005 BTC.

Quote
public static final BigInteger DefaultMerchantFee = BigInteger.valueOf((long) (BitcoinTx.COIN * 0.0005)); //0.0005 BTC Fee

I have noted it in my code.

Is there a 0.0045 BTC finders reward for this error? Tongue

that is kinda cheap of you, shouldn't helping find an error enough of a reward, this aint preschool we all don't get stars for doing good things

And perhaps you overlooked the "Tongue" and the actual difference of the error. It was made jokingly. Now stop your trolling, go get some coffee and we can both go our ways and have a great day! Smiley

i aint a troll last time i checked, i am opinionated difference there

Gweedo, I see you post all over and your info is appreciated on the many posts that I read.

Now let's not start WW3 over a misunderstood joke.

Thank you all for helping!

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
unclemantis (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 26, 2012, 02:30:43 PM
 #13

Hey Gweedo! Catch!

http://blockchain.info/tx-index/e456f7636b71fa8a2caea87510ce3c122d358152eb6d33348ce5ee4f2ddc2370

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!