Bitcoin Forum
May 14, 2024, 01:55:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: UPDATE  (Read 665 times)
kaselit (OP)
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
November 08, 2015, 08:21:00 AM
Last edit: July 13, 2016, 11:56:38 AM by kaselit
 #1

UPDATE
1715651706
Hero Member
*
Offline Offline

Posts: 1715651706

View Profile Personal Message (Offline)

Ignore
1715651706
Reply with quote  #2

1715651706
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715651706
Hero Member
*
Offline Offline

Posts: 1715651706

View Profile Personal Message (Offline)

Ignore
1715651706
Reply with quote  #2

1715651706
Report to moderator
1715651706
Hero Member
*
Offline Offline

Posts: 1715651706

View Profile Personal Message (Offline)

Ignore
1715651706
Reply with quote  #2

1715651706
Report to moderator
1715651706
Hero Member
*
Offline Offline

Posts: 1715651706

View Profile Personal Message (Offline)

Ignore
1715651706
Reply with quote  #2

1715651706
Report to moderator
ranochigo
Legendary
*
Offline Offline

Activity: 2968
Merit: 4186



View Profile
November 08, 2015, 08:28:08 AM
 #2

Based on google translate, Cambio means change.

When you send a Bitcoin transaction, the amount is spent using inputs, one of the outputs will be to the destination address, transaction fees would be deducted and if there is still Bitcoins left over, the rest would be sent as change to the change address. Electrum uses change address that is different from the origin to increase privacy and reduce the address reuse. These addresses are all generated from your electrum seed.

TX basically means the number of transactions that has been done with it, either through sending or receiving.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
RustyNomad
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile WWW
November 08, 2015, 08:29:44 AM
 #3

Not sure what language your Electrum is set to but that looks like the Change addresses.

If you for example have an input of say 1 btc for your transaction but you only want to send 0.5 btc then the other 0.5 btc will be sent to the Change address as the whole 1 btc needs to be spent. So as the name suggests, the 'change' of your transactions will go to those change addresses.

There is a setting in Electrum to set whether it should make use of change addresses or not.

The 'TX' column shows the number of transactions per address. So if you send say 1 btc to address 1One and later send another 0.5btc to the same address then you will see a '2' in that column indicating that there was two transactions on that address.
RustyNomad
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile WWW
November 08, 2015, 09:17:41 AM
 #4

Is possibile to generate more address in Electrum? With the same seed i mean

More addresses will be created as you use the existing addresses. If you want bulk addresses then I guess you will have to make use of the command line/console but I'm not sure what commands to use there.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
November 08, 2015, 09:29:16 AM
 #5

Is possibile to generate more address in Electrum? With the same seed i mean

More addresses will be created as you use the existing addresses. If you want bulk addresses then I guess you will have to make use of the command line/console but I'm not sure what commands to use there.

The below will reveal 50 more addreses from the seed. Caution though, if you skip addresses the restoration from seed might not be working as you expect. When restoring a wallet the software can not know how many addresses to generate. It will keep generating addresses until it finds a number of unused ones. I dont know the exact number. Lets just say its 5. If you skip 5 addresses and use the 6th it will not be restored automatically and you might have forgotten about that when you have to restore from seed in a year or two. Its better to just use the ones shown as more will pop up the more addresses you use anyway.

Code:
for x in range(0, 50): print wallet.create_new_address()

Im not really here, its just your imagination.
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!