Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the test-account-generator.zip facet, just times out now :( #29

Open
gadget78 opened this issue May 26, 2024 · 1 comment
Open

Comments

@gadget78
Copy link

gadget78 commented May 26, 2024

when using the testnet faucet (test-account-generator.zip ..> index,js)
from here
i am faced with constant timeouts, only managed two accounts, are there any arguments/switches i could use so it uses my own node maybe ? ..

Using network: testnet
Generating Faucet Account...
Initiating EVR Trust line...
Transaction result: tesSUCCESS
Requesting EVRs...
Transaction result: tesSUCCESS
Error: EVR funds not received within timeout.

also when it does work (seems to occasionally have runs you can grab a couple)
its not really "json" it outputs :( so makes it harder to parse it..

{
  address: 'rNAbqFRoLdzdPQkzaMpHRm9oPXVZNEq5a1',
  secret: 'sEdTo4m8VNebUPMV9mRHWATprrPXhsX',
  xrp: '999.999968',
  evrBalance: '6000'
}

its not using " (double quotes) and isnt using any around the key part of it ..
althou the .json files it spits out DO have the correct formatting ..

@chalith
Copy link
Contributor

chalith commented May 29, 2024

@gadget78 seems the faucet has ran out of funds we have now refunded it. And modified the output format as well, and now you can specify your xahaud server with EV_SERVER env variable. Furthermore, the account details are stored in ./<generated-account-address>-wallet-details.json file. Documentation is updated with changes, Check it out and give us feedback.

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

No branches or pull requests

2 participants