2019-01-05 00:47:49
I would really like a feature where you can specify from which address in your wallet to send coins from
mjay
2019-01-05 00:48:18
There is if you use the json rpc
Fireduck
2019-01-05 00:48:40
great
mjay
2019-01-05 00:51:27
Really? I thought I was giving you a way too complicated solution.
Fireduck
2019-01-05 00:51:57
The options were 1) code it myself or 2) use the json rpc
mjay
2019-01-05 00:52:12
2) is easier, which is great
mjay
2019-01-05 00:56:08
input_specific_list that is?
mjay
2019-01-05 00:56:46
Utxo list to use
Fireduck
2019-01-05 00:57:10
You should be able to copy in what you get from getutxonode
Fireduck
2019-01-05 00:57:22
Oh well this gets complicated
mjay
2019-01-05 00:57:28
Unfortunately
Fireduck
2019-01-05 00:58:05
sendfrom <source> <amount> <destination> - send snow from specific address to address
mjay
2019-01-05 00:58:11
what about this?
mjay
2019-01-05 01:00:04
rather just provide a blacklisting mechanism for 'frozen' addresses
Rotonen
2019-01-05 01:00:13
and for other use cases, just make more wallets
Rotonen
2019-01-05 01:00:40
I imported a few addresses which are not mine, and don't want to spend their coins
mjay
2019-01-05 01:00:53
Freezing would be perfect
mjay
2019-01-05 01:00:55
just import the pubkeys on those
Rotonen
2019-01-05 01:01:12
Next time, yea
mjay
2019-01-05 08:57:37
but people are lazy.
fydel
2019-01-05 08:57:45
@mjay https://github.com/snowblossomcoin/snowblossom/issues/155 :slightly_smiling_face: Allow user to choose an address to send snowblossom from or - as alternative - freeze an address.
fydel
2019-01-05 18:16:58
I thought it was block propogation time issues. Giving miners closer to the found block a bigger head start.
If I'm wrong then what is the criticism of big blocks making bch more centralized?
Truise
2019-01-05 18:18:25
It never made sense to me.
Fireduck
2019-01-05 18:18:42
True, there is a block propogation time thing
Fireduck
2019-01-05 18:18:54
So put your pool node in a fast colo
Fireduck
2019-01-05 18:19:13
The bandwidth from pool to miner is tiny
Fireduck