Bitcoin Forum
May 04, 2024, 09:44:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 359 360 361 362 363 364 365 ... 696 »
  Print  
Author Topic: [ANN] Cinni | Mandatory: Convert your Cinni to Stakecoin. Instuctions posted.  (Read 739043 times)
Mandevil
Full Member
***
Offline Offline

Activity: 324
Merit: 100



View Profile
May 19, 2014, 09:44:01 PM
 #6281



how coin control works ?

New Cinni Wallet + Coin Control Released

Download

What is coin control?
When you send bitcoins to someone else, the bitcoin client chooses kinda randomly which of your addresses will send the coins. With coin control you can exactly choose, which of your addresses will be the sending addresses. And even more specific which of your unspent outputs will be the sending inputs.
  
What is an unspent output?
Lets say your bitcoin address is 111. Now someone sends 1 BTC to this address. Now address 111 has one unspent output. Now someone else sends 2 BTC to this address. Now address 111 has two unspent outputs and a balance of 3 BTC in total. Now lets say you want to send someone 0.1 BTC. One could say "ok, simply subtract 0.1 BTC from the first unspent output and send it". But this is not possible, because the bitcoin protocol works different. You always have to spent the whole output. This means in this case the bitcoin client would take the first unspent output, send 0.1 BTC to the other person and 0.9 BTC back to yourself. For this the client creates a new change address in the background and adds this address to your wallet. This address would then have one unspent output of 0.9 BTC. This means every wallet has kinda "hidden" change addresses. For example if you now would loose your wallet, but still know the private key of 111, you would be only able to get the 2 BTC back. The 0.9 BTC from the change address are gone, because you would have to know the private key of the change address.
  
Why coin control?
The first version of coin control was called "Patching The Bitcoin Client To Make It More Anonymous". Sometimes when you receive bitcoins, the sender or even the public knows that it is you who owns the bitcoin address. Now if you later want to make a real anonymous payment, you shouldnt use those coins. Also you get full control over your unspent outputs and can do things like choosing which address actually owns the coins, clean them up or send all change back to the origin address etc. You can also prevent the bitcoin client from creating a change address by exactly sending the amount of selected unspent outputs minus the fee. Also you get a better impression of whats going on in your wallet and get a better understanding of the bitcoin protocol.

Main

    Settings checkbox "Display coin control features (experts only!)" (default=no)


Tab Send coins

    Button Inputs
        click on this button opens actual coin control dialog. If no Inputs are selected "automatically selected" is shown.
    Change Checkbox
        checked -> provide custom change address


Coin Control Dialog

    Shows a list of all unspent outputs with two view modes
        tree mode: outputs including change are grouped by wallet address
        tree can be opened showing the actual outputs for this wallet address including change
        if change, the change bitcoin address is shown in column "address", otherwise the column "address" is empty, because its a direct output of the wallet address having the bitcoin address already shown in the parent node (same with label)
        list mode: simple list of all unspent outputs
    select outputs by checkbox -> only the checked outputs are used when sending a transaction
    if none are selected -> coin control inactive (just as normal)
    check/uncheck all by clicking on "(Un)select all"
    sort colums
    tooltip available in column list mode in column label for the change (shows from which address the change came from)
    Context menu
    Copy to clipboard (amount,label,address,transaction id,lock,unlock)
    Labels at the top
    Quantity: number of selected outputs
    Amount: sum of selected unspent outputs
    Fee:   see "Calculation of fee and transaction size" below
    minus fee: simply the amount shown is "Selected" minus the amount shown in "Fee"
    Bytes: see "Calculation of fee and transaction size" below
    Priority: priority = coinage / transactionsize. coinage = value * confirmations.  miners order transactions by priority when selecting which go into a block
    Low Output: "yes" if any recipient receives an amount < 0.01BTC
    Change: shows the change you get back
    direct right click the labels for copy amount to clipboard

  


Selection
In this version of coin control, all selected outputs are going into the transaction for sure!!
Of course, if you select more than you actually send, the bitcoin core will send the rest back to you as change, just as normal.
And of course, if you select less than you send you will get "The amount exceeds your balance".
And as already mentioned, if none are selected, coin control is inactive, this means everything is just the same as without coin control.
  
Fee
If the sum of selected outputs minus the amount you are going to send is smaller than the required fee, you will probably get
"The total exceeds your balance when the transaction fee is included"
This is because you didnt select enough outputs to pay the fee.
You always must select enough outputs, so that those outputs can pay the fee.
  
Calculation of fee and transaction size
The fee is calculated according to the fee set in the Settings menu.
The calculation assumes 2 outputs in total. One for the destination address and one for the change.
The formula is nBytesOutputs + (2 * 34) + 10. nBytesOutputs is the sum of selected outputs, 148 or 180 bytes per output, depending if compressed public key.
Due to the inner workings of bitcoin the size per output is actually +/- 1 byte. Meaning the shown calculation is not always 100% correct.
If you send exactly "selected minus fee" then you will not have change (1 output only). The transaction will then be 34 bytes smaller as what was calculated before.

Free Transactions
In order to be able to send a free transaction, you need to follow the rules:
     - transaction size must be < 10000 bytes
     - priority must be at least "medium"
     - any recipient must receive at least 0.01BTC
     - change must be either zero or at least 0.01BTC
  If you violate one rule you will see a min-fee and also the labels turn red:
  Bytes.Priority,Low Output,Change. Depending which rule you violated.
  Those 4 labels also have tool tips explaining this.
  Also remember that violating one of the first 2 rules means 0.0005 PER kilobyte min-fee,
  while violating one of the last 2 means 0.0005 min-fee only.


nice, this is what i was expecting! good job, consider me a long term holder now Smiley

1714859088
Hero Member
*
Offline Offline

Posts: 1714859088

View Profile Personal Message (Offline)

Ignore
1714859088
Reply with quote  #2

1714859088
Report to moderator
1714859088
Hero Member
*
Offline Offline

Posts: 1714859088

View Profile Personal Message (Offline)

Ignore
1714859088
Reply with quote  #2

1714859088
Report to moderator
1714859088
Hero Member
*
Offline Offline

Posts: 1714859088

View Profile Personal Message (Offline)

Ignore
1714859088
Reply with quote  #2

1714859088
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714859088
Hero Member
*
Offline Offline

Posts: 1714859088

View Profile Personal Message (Offline)

Ignore
1714859088
Reply with quote  #2

1714859088
Report to moderator
cryptodruti
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
May 19, 2014, 10:58:56 PM
 #6282

Buy now, whales are back and are accumulating...
ando0022
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 19, 2014, 11:00:24 PM
 #6283



how coin control works ?

New Cinni Wallet + Coin Control Released

Download

What is coin control?
When you send bitcoins to someone else, the bitcoin client chooses kinda randomly which of your addresses will send the coins. With coin control you can exactly choose, which of your addresses will be the sending addresses. And even more specific which of your unspent outputs will be the sending inputs.
  
What is an unspent output?
Lets say your bitcoin address is 111. Now someone sends 1 BTC to this address. Now address 111 has one unspent output. Now someone else sends 2 BTC to this address. Now address 111 has two unspent outputs and a balance of 3 BTC in total. Now lets say you want to send someone 0.1 BTC. One could say "ok, simply subtract 0.1 BTC from the first unspent output and send it". But this is not possible, because the bitcoin protocol works different. You always have to spent the whole output. This means in this case the bitcoin client would take the first unspent output, send 0.1 BTC to the other person and 0.9 BTC back to yourself. For this the client creates a new change address in the background and adds this address to your wallet. This address would then have one unspent output of 0.9 BTC. This means every wallet has kinda "hidden" change addresses. For example if you now would loose your wallet, but still know the private key of 111, you would be only able to get the 2 BTC back. The 0.9 BTC from the change address are gone, because you would have to know the private key of the change address.
  
Why coin control?
The first version of coin control was called "Patching The Bitcoin Client To Make It More Anonymous". Sometimes when you receive bitcoins, the sender or even the public knows that it is you who owns the bitcoin address. Now if you later want to make a real anonymous payment, you shouldnt use those coins. Also you get full control over your unspent outputs and can do things like choosing which address actually owns the coins, clean them up or send all change back to the origin address etc. You can also prevent the bitcoin client from creating a change address by exactly sending the amount of selected unspent outputs minus the fee. Also you get a better impression of whats going on in your wallet and get a better understanding of the bitcoin protocol.

Main

    Settings checkbox "Display coin control features (experts only!)" (default=no)


Tab Send coins

    Button Inputs
        click on this button opens actual coin control dialog. If no Inputs are selected "automatically selected" is shown.
    Change Checkbox
        checked -> provide custom change address


Coin Control Dialog

    Shows a list of all unspent outputs with two view modes
        tree mode: outputs including change are grouped by wallet address
        tree can be opened showing the actual outputs for this wallet address including change
        if change, the change bitcoin address is shown in column "address", otherwise the column "address" is empty, because its a direct output of the wallet address having the bitcoin address already shown in the parent node (same with label)
        list mode: simple list of all unspent outputs
    select outputs by checkbox -> only the checked outputs are used when sending a transaction
    if none are selected -> coin control inactive (just as normal)
    check/uncheck all by clicking on "(Un)select all"
    sort colums
    tooltip available in column list mode in column label for the change (shows from which address the change came from)
    Context menu
    Copy to clipboard (amount,label,address,transaction id,lock,unlock)
    Labels at the top
    Quantity: number of selected outputs
    Amount: sum of selected unspent outputs
    Fee:   see "Calculation of fee and transaction size" below
    minus fee: simply the amount shown is "Selected" minus the amount shown in "Fee"
    Bytes: see "Calculation of fee and transaction size" below
    Priority: priority = coinage / transactionsize. coinage = value * confirmations.  miners order transactions by priority when selecting which go into a block
    Low Output: "yes" if any recipient receives an amount < 0.01BTC
    Change: shows the change you get back
    direct right click the labels for copy amount to clipboard

  


Selection
In this version of coin control, all selected outputs are going into the transaction for sure!!
Of course, if you select more than you actually send, the bitcoin core will send the rest back to you as change, just as normal.
And of course, if you select less than you send you will get "The amount exceeds your balance".
And as already mentioned, if none are selected, coin control is inactive, this means everything is just the same as without coin control.
  
Fee
If the sum of selected outputs minus the amount you are going to send is smaller than the required fee, you will probably get
"The total exceeds your balance when the transaction fee is included"
This is because you didnt select enough outputs to pay the fee.
You always must select enough outputs, so that those outputs can pay the fee.
  
Calculation of fee and transaction size
The fee is calculated according to the fee set in the Settings menu.
The calculation assumes 2 outputs in total. One for the destination address and one for the change.
The formula is nBytesOutputs + (2 * 34) + 10. nBytesOutputs is the sum of selected outputs, 148 or 180 bytes per output, depending if compressed public key.
Due to the inner workings of bitcoin the size per output is actually +/- 1 byte. Meaning the shown calculation is not always 100% correct.
If you send exactly "selected minus fee" then you will not have change (1 output only). The transaction will then be 34 bytes smaller as what was calculated before.

Free Transactions
In order to be able to send a free transaction, you need to follow the rules:
     - transaction size must be < 10000 bytes
     - priority must be at least "medium"
     - any recipient must receive at least 0.01BTC
     - change must be either zero or at least 0.01BTC
  If you violate one rule you will see a min-fee and also the labels turn red:
  Bytes.Priority,Low Output,Change. Depending which rule you violated.
  Those 4 labels also have tool tips explaining this.
  Also remember that violating one of the first 2 rules means 0.0005 PER kilobyte min-fee,
  while violating one of the last 2 means 0.0005 min-fee only.


nice, this is what i was expecting! good job, consider me a long term holder now Smiley

Very good Post !
vagos
Full Member
***
Offline Offline

Activity: 353
Merit: 100



View Profile WWW
May 19, 2014, 11:06:04 PM
 #6284



how coin control works ?

New Cinni Wallet + Coin Control Released

Download

What is coin control?
When you send bitcoins to someone else, the bitcoin client chooses kinda randomly which of your addresses will send the coins. With coin control you can exactly choose, which of your addresses will be the sending addresses. And even more specific which of your unspent outputs will be the sending inputs.
  
What is an unspent output?
Lets say your bitcoin address is 111. Now someone sends 1 BTC to this address. Now address 111 has one unspent output. Now someone else sends 2 BTC to this address. Now address 111 has two unspent outputs and a balance of 3 BTC in total. Now lets say you want to send someone 0.1 BTC. One could say "ok, simply subtract 0.1 BTC from the first unspent output and send it". But this is not possible, because the bitcoin protocol works different. You always have to spent the whole output. This means in this case the bitcoin client would take the first unspent output, send 0.1 BTC to the other person and 0.9 BTC back to yourself. For this the client creates a new change address in the background and adds this address to your wallet. This address would then have one unspent output of 0.9 BTC. This means every wallet has kinda "hidden" change addresses. For example if you now would loose your wallet, but still know the private key of 111, you would be only able to get the 2 BTC back. The 0.9 BTC from the change address are gone, because you would have to know the private key of the change address.
  
Why coin control?
The first version of coin control was called "Patching The Bitcoin Client To Make It More Anonymous". Sometimes when you receive bitcoins, the sender or even the public knows that it is you who owns the bitcoin address. Now if you later want to make a real anonymous payment, you shouldnt use those coins. Also you get full control over your unspent outputs and can do things like choosing which address actually owns the coins, clean them up or send all change back to the origin address etc. You can also prevent the bitcoin client from creating a change address by exactly sending the amount of selected unspent outputs minus the fee. Also you get a better impression of whats going on in your wallet and get a better understanding of the bitcoin protocol.

Main

    Settings checkbox "Display coin control features (experts only!)" (default=no)


Tab Send coins

    Button Inputs
        click on this button opens actual coin control dialog. If no Inputs are selected "automatically selected" is shown.
    Change Checkbox
        checked -> provide custom change address


Coin Control Dialog

    Shows a list of all unspent outputs with two view modes
        tree mode: outputs including change are grouped by wallet address
        tree can be opened showing the actual outputs for this wallet address including change
        if change, the change bitcoin address is shown in column "address", otherwise the column "address" is empty, because its a direct output of the wallet address having the bitcoin address already shown in the parent node (same with label)
        list mode: simple list of all unspent outputs
    select outputs by checkbox -> only the checked outputs are used when sending a transaction
    if none are selected -> coin control inactive (just as normal)
    check/uncheck all by clicking on "(Un)select all"
    sort colums
    tooltip available in column list mode in column label for the change (shows from which address the change came from)
    Context menu
    Copy to clipboard (amount,label,address,transaction id,lock,unlock)
    Labels at the top
    Quantity: number of selected outputs
    Amount: sum of selected unspent outputs
    Fee:   see "Calculation of fee and transaction size" below
    minus fee: simply the amount shown is "Selected" minus the amount shown in "Fee"
    Bytes: see "Calculation of fee and transaction size" below
    Priority: priority = coinage / transactionsize. coinage = value * confirmations.  miners order transactions by priority when selecting which go into a block
    Low Output: "yes" if any recipient receives an amount < 0.01BTC
    Change: shows the change you get back
    direct right click the labels for copy amount to clipboard

  


Selection
In this version of coin control, all selected outputs are going into the transaction for sure!!
Of course, if you select more than you actually send, the bitcoin core will send the rest back to you as change, just as normal.
And of course, if you select less than you send you will get "The amount exceeds your balance".
And as already mentioned, if none are selected, coin control is inactive, this means everything is just the same as without coin control.
  
Fee
If the sum of selected outputs minus the amount you are going to send is smaller than the required fee, you will probably get
"The total exceeds your balance when the transaction fee is included"
This is because you didnt select enough outputs to pay the fee.
You always must select enough outputs, so that those outputs can pay the fee.
  
Calculation of fee and transaction size
The fee is calculated according to the fee set in the Settings menu.
The calculation assumes 2 outputs in total. One for the destination address and one for the change.
The formula is nBytesOutputs + (2 * 34) + 10. nBytesOutputs is the sum of selected outputs, 148 or 180 bytes per output, depending if compressed public key.
Due to the inner workings of bitcoin the size per output is actually +/- 1 byte. Meaning the shown calculation is not always 100% correct.
If you send exactly "selected minus fee" then you will not have change (1 output only). The transaction will then be 34 bytes smaller as what was calculated before.

Free Transactions
In order to be able to send a free transaction, you need to follow the rules:
     - transaction size must be < 10000 bytes
     - priority must be at least "medium"
     - any recipient must receive at least 0.01BTC
     - change must be either zero or at least 0.01BTC
  If you violate one rule you will see a min-fee and also the labels turn red:
  Bytes.Priority,Low Output,Change. Depending which rule you violated.
  Those 4 labels also have tool tips explaining this.
  Also remember that violating one of the first 2 rules means 0.0005 PER kilobyte min-fee,
  while violating one of the last 2 means 0.0005 min-fee only.


nice, this is what i was expecting! good job, consider me a long term holder now Smiley

Very good Post !

ty, a lot of people were asking, it seems like a more usefull way to manage our wallets now, it could bring annonimity and cut the fees basically and give way more control over transactions and understanding the protocol, really amazing imho.

battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
May 19, 2014, 11:09:40 PM
 #6285

Here is the new wallet with coin control https://mega.co.nz/#!CR4XFSCA!YiG3YWAr-QNXxgSBfjkjIWNWjj6ju814RCp3LU8KUgk

The coin control features can be enabled in the display menu.

Nice, great job Cinnidev!   Grin
heartastack
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
May 19, 2014, 11:15:42 PM
 #6286

Yep, time to start accumulating this coin as the features roll out.
Market might sleep for a bit, but any time now is a cheap-entry gift.

My vision is of a dynamic coin that offers the anonymity of DRK, the PoS benefits of BC, and the social media attraction of ... well, let's create that Wink

In other words, take the best of all coins!
Mandevil
Full Member
***
Offline Offline

Activity: 324
Merit: 100



View Profile
May 19, 2014, 11:25:37 PM
 #6287

Yep, time to start accumulating this coin as the features roll out.
Market might sleep for a bit, but any time now is a cheap-entry gift.

My vision is of a dynamic coin that offers the anonymity of DRK, the PoS benefits of BC, and the social media attraction of ... well, let's create that Wink

In other words, take the best of all coins!

Cinnicoin ~ "Be the Best"

skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
May 19, 2014, 11:31:38 PM
 #6288

Here is the new wallet with coin control https://mega.co.nz/#!CR4XFSCA!YiG3YWAr-QNXxgSBfjkjIWNWjj6ju814RCp3LU8KUgk

The coin control features can be enabled in the display menu.
could you please build it for linux too? i need a working wallet!
thank you.

fearcoka
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
May 19, 2014, 11:51:24 PM
 #6289

So the wallet is released? Yet no rise in price Sad hmm

Just Nao Tomori and Bitcoin ( ͡° ͜ʖ ͡°)
fox19891989
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 19, 2014, 11:52:11 PM
 #6290

Here is the new wallet with coin control https://mega.co.nz/#!CR4XFSCA!YiG3YWAr-QNXxgSBfjkjIWNWjj6ju814RCp3LU8KUgk

The coin control features can be enabled in the display menu.

Nice, great job Cinnidev!   Grin

Exciting Grin
fox19891989
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 19, 2014, 11:53:10 PM
 #6291



how coin control works ?

New Cinni Wallet + Coin Control Released

Download

What is coin control?
When you send bitcoins to someone else, the bitcoin client chooses kinda randomly which of your addresses will send the coins. With coin control you can exactly choose, which of your addresses will be the sending addresses. And even more specific which of your unspent outputs will be the sending inputs.
  
What is an unspent output?
Lets say your bitcoin address is 111. Now someone sends 1 BTC to this address. Now address 111 has one unspent output. Now someone else sends 2 BTC to this address. Now address 111 has two unspent outputs and a balance of 3 BTC in total. Now lets say you want to send someone 0.1 BTC. One could say "ok, simply subtract 0.1 BTC from the first unspent output and send it". But this is not possible, because the bitcoin protocol works different. You always have to spent the whole output. This means in this case the bitcoin client would take the first unspent output, send 0.1 BTC to the other person and 0.9 BTC back to yourself. For this the client creates a new change address in the background and adds this address to your wallet. This address would then have one unspent output of 0.9 BTC. This means every wallet has kinda "hidden" change addresses. For example if you now would loose your wallet, but still know the private key of 111, you would be only able to get the 2 BTC back. The 0.9 BTC from the change address are gone, because you would have to know the private key of the change address.
  
Why coin control?
The first version of coin control was called "Patching The Bitcoin Client To Make It More Anonymous". Sometimes when you receive bitcoins, the sender or even the public knows that it is you who owns the bitcoin address. Now if you later want to make a real anonymous payment, you shouldnt use those coins. Also you get full control over your unspent outputs and can do things like choosing which address actually owns the coins, clean them up or send all change back to the origin address etc. You can also prevent the bitcoin client from creating a change address by exactly sending the amount of selected unspent outputs minus the fee. Also you get a better impression of whats going on in your wallet and get a better understanding of the bitcoin protocol.

Main

    Settings checkbox "Display coin control features (experts only!)" (default=no)


Tab Send coins

    Button Inputs
        click on this button opens actual coin control dialog. If no Inputs are selected "automatically selected" is shown.
    Change Checkbox
        checked -> provide custom change address


Coin Control Dialog

    Shows a list of all unspent outputs with two view modes
        tree mode: outputs including change are grouped by wallet address
        tree can be opened showing the actual outputs for this wallet address including change
        if change, the change bitcoin address is shown in column "address", otherwise the column "address" is empty, because its a direct output of the wallet address having the bitcoin address already shown in the parent node (same with label)
        list mode: simple list of all unspent outputs
    select outputs by checkbox -> only the checked outputs are used when sending a transaction
    if none are selected -> coin control inactive (just as normal)
    check/uncheck all by clicking on "(Un)select all"
    sort colums
    tooltip available in column list mode in column label for the change (shows from which address the change came from)
    Context menu
    Copy to clipboard (amount,label,address,transaction id,lock,unlock)
    Labels at the top
    Quantity: number of selected outputs
    Amount: sum of selected unspent outputs
    Fee:   see "Calculation of fee and transaction size" below
    minus fee: simply the amount shown is "Selected" minus the amount shown in "Fee"
    Bytes: see "Calculation of fee and transaction size" below
    Priority: priority = coinage / transactionsize. coinage = value * confirmations.  miners order transactions by priority when selecting which go into a block
    Low Output: "yes" if any recipient receives an amount < 0.01BTC
    Change: shows the change you get back
    direct right click the labels for copy amount to clipboard

  


Selection
In this version of coin control, all selected outputs are going into the transaction for sure!!
Of course, if you select more than you actually send, the bitcoin core will send the rest back to you as change, just as normal.
And of course, if you select less than you send you will get "The amount exceeds your balance".
And as already mentioned, if none are selected, coin control is inactive, this means everything is just the same as without coin control.
  
Fee
If the sum of selected outputs minus the amount you are going to send is smaller than the required fee, you will probably get
"The total exceeds your balance when the transaction fee is included"
This is because you didnt select enough outputs to pay the fee.
You always must select enough outputs, so that those outputs can pay the fee.
  
Calculation of fee and transaction size
The fee is calculated according to the fee set in the Settings menu.
The calculation assumes 2 outputs in total. One for the destination address and one for the change.
The formula is nBytesOutputs + (2 * 34) + 10. nBytesOutputs is the sum of selected outputs, 148 or 180 bytes per output, depending if compressed public key.
Due to the inner workings of bitcoin the size per output is actually +/- 1 byte. Meaning the shown calculation is not always 100% correct.
If you send exactly "selected minus fee" then you will not have change (1 output only). The transaction will then be 34 bytes smaller as what was calculated before.

Free Transactions
In order to be able to send a free transaction, you need to follow the rules:
     - transaction size must be < 10000 bytes
     - priority must be at least "medium"
     - any recipient must receive at least 0.01BTC
     - change must be either zero or at least 0.01BTC
  If you violate one rule you will see a min-fee and also the labels turn red:
  Bytes.Priority,Low Output,Change. Depending which rule you violated.
  Those 4 labels also have tool tips explaining this.
  Also remember that violating one of the first 2 rules means 0.0005 PER kilobyte min-fee,
  while violating one of the last 2 means 0.0005 min-fee only.


nice, this is what i was expecting! good job, consider me a long term holder now Smiley

Very good Post !

ty, a lot of people were asking, it seems like a more usefull way to manage our wallets now, it could bring annonimity and cut the fees basically and give way more control over transactions and understanding the protocol, really amazing imho.

Cinnicoin is amazing Grin
battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
May 19, 2014, 11:56:39 PM
 #6292

As exciting as we all are to see the new coin control feature released with todays wallet, I think the more impressive thing is the fact that the Cinni devs continue to make good on their promises and deliver new features on a regular basis.  Generally when an announcement like this is made I would try to load up on coins and sell some off as the price peaks... but with this coin I'll be holding.  I see many more updates in the near future, the great devs and growing community make this a coin to hold... especially since its PoS and the amount will continue to grow.
 
Thanks again to the devs and everyone else who keeps this coin on the up and up.  Can't wait to see whats next.

Thanks Driv3n, we appreciate your gratitude and support.
digit
Legendary
*
Offline Offline

Activity: 1672
Merit: 1010



View Profile WWW
May 19, 2014, 11:58:49 PM
 #6293

Here is the new wallet with coin control https://mega.co.nz/#!CR4XFSCA!YiG3YWAr-QNXxgSBfjkjIWNWjj6ju814RCp3LU8KUgk

The coin control features can be enabled in the display menu.

Nice, great job Cinnidev!   Grin

Is there a release notes somewhere?  Can see coincontrol has been included, but what about checkpoints?  and what bugs were fixed?

Stay Safe and use NO KYC exchanges ■ Craig Wright is NOT Satoshi  ■
BTC:1DigitwteXwFcRAaWpVDRp6eKqzC6y9tgm ■ ŁTC:LKMcEHoFWHAUoRscqW1cwjhLgFrk7MgCWU ■ Coinkit:digit ■ §digit
fox19891989
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 20, 2014, 12:00:09 AM
 #6294

So the wallet is released? Yet no rise in price Sad hmm

Incoming Roll Eyes Patience is a virtue
battbot
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
May 20, 2014, 12:01:43 AM
 #6295

Here is the new wallet with coin control https://mega.co.nz/#!CR4XFSCA!YiG3YWAr-QNXxgSBfjkjIWNWjj6ju814RCp3LU8KUgk

The coin control features can be enabled in the display menu.

Nice, great job Cinnidev!   Grin

Is there a release notes somewhere?  Can see coincontrol has been included, but what about checkpoints?  and what bugs were fixed?


cinnidev went to sleep -- he was very tired from working on some issues he was having with this wallet update (which is why there was a minor delay in release).  i am sure he will update us with that information when he wakes up. Smiley
fox19891989
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 20, 2014, 12:11:50 AM
 #6296

Lol, one guy dumped over 500K cinni Shocked Shocked I can't understand this guy
roar3215
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
May 20, 2014, 12:21:42 AM
 #6297

More cheap coins! get them while you can!  Grin
digit
Legendary
*
Offline Offline

Activity: 1672
Merit: 1010



View Profile WWW
May 20, 2014, 12:25:41 AM
 #6298

Lol, one guy dumped over 500K cinni Shocked Shocked I can't understand this guy

until the that guy is bought out he will continue to control the price  Undecided

any stats for multipool?  

Stay Safe and use NO KYC exchanges ■ Craig Wright is NOT Satoshi  ■
BTC:1DigitwteXwFcRAaWpVDRp6eKqzC6y9tgm ■ ŁTC:LKMcEHoFWHAUoRscqW1cwjhLgFrk7MgCWU ■ Coinkit:digit ■ §digit
fox19891989
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 20, 2014, 12:33:00 AM
 #6299

 Shocked my God, who crazy dump? Huh  Just enjoy the cheap coin
nrg_wolf
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
May 20, 2014, 12:38:44 AM
 #6300

Shocked my God, who crazy dump? Huh

thats mad, sif he would dump that much. h will be kicking himself in the comming weeks/months. althou it looks like some manipulation has started again. might be getting pushed down to about 11350 sat to a small 5 btc buy......

*edit*

that didnt take long lol. now down to 10k for the next 5 btc buy order i reckon
Pages: « 1 ... 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 359 360 361 362 363 364 365 ... 696 »
  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!