specific node

+1 vote
lets say i have 2 nodes A and  B.

getaddresses on 'A' gives 2 hashes 'W' and 'X' and on 'B' it gives 'Y'  and  'Z'.

and each hex address is mapped to each user     Wu ,Yu,Xu,Zu.

Is it neccessary that Wu/Yu should always fire commands only through A and not B.

is there any way i can let Wu/Yu perform transaction from node B?
asked Mar 8, 2016 by anonymous

1 Answer

0 votes

Users can issue many commands (e.g. listassets) on any node, but if the command requires using the user's private key, e.g. to spend their funds, they have to use the node which holds that key, that is the node which generated their key with its corresponding address. 

answered Mar 8, 2016 by MultiChain
...