Author

Topic: UPDATE (Read 668 times)

copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 08, 2015, 04: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()
sr. member
Activity: 336
Merit: 251
November 08, 2015, 04: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.
sr. member
Activity: 336
Merit: 251
November 08, 2015, 03: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.
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
November 08, 2015, 03: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.
member
Activity: 71
Merit: 10
November 08, 2015, 03:21:00 AM
#1
UPDATE
Jump to: