Author

Topic: Mist and Ledger Nano S (Read 132 times)

sr. member
Activity: 728
Merit: 250
Go Big or Go Home
December 14, 2017, 09:07:22 AM
#7
MyEtherWallet is safe as long as your private keys are safe.
sr. member
Activity: 518
Merit: 250
December 14, 2017, 08:48:28 AM
#6
I see I can use MyEtherWallet for that, no need for Mist at all
You can used myetherwallet without Ledger device! I think is good for store all ETH and token at the moment!
member
Activity: 276
Merit: 23
December 14, 2017, 08:41:25 AM
#5
I see I can use MyEtherWallet for that, no need for Mist at all
full member
Activity: 158
Merit: 113
December 13, 2017, 03:39:13 PM
#4
The example above makes your Ledger the contract owner.
You can also use your Mist address there instead.

You can deploy from Ledger and make your contract controllable from Mist and vice versa (depends on the address you specify).
member
Activity: 276
Merit: 23
December 13, 2017, 03:22:46 PM
#3
First of all, if you need this help, then you aren't competent enough to have an ICO.  Tongue

Second, you can write a constructor function in your contract to accept the owner address (of your Ledger).
Also, you can just hardcode something like:
Code:
contract MyICO {
    owner = 0x00abcdef...; // your Ledger address

    /* more code follows */
}

Then I won't be able to manage contract via Mist?
full member
Activity: 158
Merit: 113
December 13, 2017, 03:17:25 PM
#2
First of all, if you need this help, then you aren't competent enough to have an ICO.  Tongue

Second, you can write a constructor function in your contract to accept the owner address (of your Ledger).
Also, you can just hardcode something like:
Code:
contract MyICO {
    owner = 0x00abcdef...; // your Ledger address

    /* more code follows */
}
member
Activity: 276
Merit: 23
December 13, 2017, 03:09:07 PM
#1
I have Ledger Nano S and working with Mist to create a contract. I want to be a contract owner. How should I connect Mist with Ledger or how should  make my account on Ledger owner of that contract?

Or should I just create new account on Mist, and when ICO ends transfer funds to Ledger wallet?
Jump to: