Using the test-account-generator.zip facet, just times out now :(
gadget78 opened this issue · 1 comments
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 ..
@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.