Bitcoin Forum
May 22, 2024, 04:05:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mist and Ledger Nano S  (Read 132 times)
adamcro (OP)
Member
**
Offline Offline

Activity: 276
Merit: 23


View Profile
December 13, 2017, 07: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?

SopaXT
Full Member
***
Offline Offline

Activity: 158
Merit: 113


View Profile
December 13, 2017, 07: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 */
}

adamcro (OP)
Member
**
Offline Offline

Activity: 276
Merit: 23


View Profile
December 13, 2017, 07: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?

SopaXT
Full Member
***
Offline Offline

Activity: 158
Merit: 113


View Profile
December 13, 2017, 07: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).

adamcro (OP)
Member
**
Offline Offline

Activity: 276
Merit: 23


View Profile
December 14, 2017, 12:41:25 PM
 #5

I see I can use MyEtherWallet for that, no need for Mist at all

hieu81
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
December 14, 2017, 12:48:28 PM
 #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!
Doctor.Strange
Sr. Member
****
Offline Offline

Activity: 728
Merit: 250


Go Big or Go Home


View Profile
December 14, 2017, 01:07:22 PM
 #7

MyEtherWallet is safe as long as your private keys are safe.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!