Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Sending transactions #8

Open
MarekDadoMT opened this issue May 21, 2019 · 2 comments
Open

Sending transactions #8

MarekDadoMT opened this issue May 21, 2019 · 2 comments

Comments

@MarekDadoMT
Copy link

MarekDadoMT commented May 21, 2019

Hi, I'm trying to use your python-ripple-lib and I'm trying to make trancastion from one account on testnet to another. In the code bellow you can see, that I replace parameters from example by mine parameters, but I didn't figure out what this parameters mean. Would you mind explain it to me what should I insert to parameter seed and url for Account?

`rpc = RippleRPCClient('https://s.altnet.rippletest.net:51234/', username='', password='')
account_info = rpc.account_info('rUjtNMGKsDjaopy6X8wonVPAeWAGzugYiT')

taker = 'rfqRW3XUfB9uib2iMJU7rH1WHEnAtY33nw'
issuer = 'rUjtNMGKsDjaopy6X8wonVPAeWAGzugYiT'
seed = '<account_seed>'
account = Account('http://localhost:5005', issuer, seed)
tx_info = account.send_xrp(issuer=issuer, taker=taker, secret=seed, amount=10)`

Console gives me this error:
{'status': 'error', 'error': URLError(ConnectionRefusedError(61, 'Connection refused'),)}

@MarekDadoMT MarekDadoMT changed the title transaction Sending transactions May 21, 2019
@arsenlosenko
Copy link
Owner

Hi, I am going to look what I can do and reply as soon as possible

@armagg
Copy link

armagg commented Feb 13, 2021

hi ! I have same problem
it is not "soon" yet? :))))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants