馃攳
Part 3: Create address and get funds - YouTube
Channel: unknown
[10]
- [Alejandro] Now let's
continue to stage three,
[14]
fund a stake pool owner
account through JCLI.
[18]
In order to fund the account,
[20]
well, we need to create
the stake pool account.
[23]
So, let's create the stake pool account.
[25]
To do that, we will use
our nice little Scripts
[28]
that that the QA team
at IOSK created for us.
[31]
So, go to Git Hub,
[37]
and in the input output
user jormungandr-qa project,
[42]
you will see the scripts
folder right here.
[49]
And actually let me change this.
[52]
Yes, the scripts folder, when
you click the scripts folder,
[56]
there are several here.
[58]
We are doing to download
at the createAddress one.
[61]
So click createAddress.
[70]
Now click Raw,
[77]
and save that.
[78]
You can save it as createAddress.sh.
[82]
All right, lemme put that
[84]
in that in the shell notes here with curl.
[86]
I'll do a new edit.
[88]
It's there for you.
[89]
Okay, now that we have the
createAddress script downloaded,
[95]
we need to give it permissions.
[96]
So we do with chmod plus x of executable.
[100]
We are going to createAddress.sh.
[103]
That makes it executable, and
now we are going to use it.
[106]
In order to use it,
[109]
we will do createAddress.sh account.
[111]
We want an account address.
[114]
And we want the output of that comment
[115]
to go to a file called
stakepool_owner_account.txt,
[121]
but we also want it to
be shown in the screen.
[123]
So with the tee comment
here saves to this file
[127]
and also this place that
result in the screen.
[130]
So let's do that.
[132]
And you can see here it
created a private key for us,
[135]
a public key, and an account address,
[138]
which we are going to use extensively.
[142]
So that's why we want to download,
[144]
to have them save to this file.
[147]
Okay, now,
[151]
okay, now, this information is so useful
[154]
that I'm actually going
to create some variables
[159]
so that I have them available for the rest
[161]
of this demonstration.
[163]
So you really don't need to do this.
[166]
You can do it to just copy paste in
[168]
from the different sections.
[173]
So that's the private key.
[176]
Now we get the public key
[183]
and the account address.
[187]
There you go.
[190]
The next step is to get
funds from the faucet
[198]
by using curl if you are
using the nightly testnet,
[201]
but since you are using,
[204]
and that's the one that I'm
going to use for the example,
[207]
right, because I'm using nightly,
[210]
but when you are using
the incentivized testnet,
[213]
those funds must come from Daedalus,
[215]
and there is going to be another video
[216]
to demonstrate how to do that.
[218]
So with this, I should
have gotten already funds
[223]
from the stake pool.
[225]
Let me see.
[227]
Let me see how much
funds do I have, right?
[238]
And I can do that with
the account get comments.
[243]
So this is the account address.
[244]
This should be yours, right?
[246]
You should copy this
from the previous text.
[251]
And you can see it.
[253]
Here I have around,
[261]
I have around
[270]
40,000 ada with,
[275]
with 423,456 lovelaces.
[282]
This value is in lovelace,
and you know one lovelace,
[287]
one million lovelace are one ada.
[290]
So this is what I got from the faucet.
[298]
If you are using nightly, you
will get a little bit more.
[300]
If you are not using nightly,
[302]
you are using the incentivized testnet,
[303]
you will have what's
restored from the backup.
[308]
Now, with those funds,
[313]
we can see that we have
finished stage three.
[320]
We have funded our stake pool
owner account with funds.
[325]
Perfect, now let's continue to stage four.
Most Recent Videos:
You can go back to the homepage right here: Homepage





