First, i just want to say that i’m very enthousiast for Livepeer.
So, i tryed to use Livepeer like a transcoder in a first time.
I installed Geth on my Ubuntu 16, eth.syncyng return false.
I launched Geth with this command line : $ /usr/bin/geth --syncmode “light” --rpc --rpcapi db,eth,net,web3,personal --rpccorsdomain "" --ws --wsaddr=“localhost” --wsorigins “localhost” --wsport 8546*
And Livepeer with this one : $ ./livepeer_linux/livepeer -transcoder -ethUrl http://localhost:8546
Then the sad result : I0402 12:11:57.448119 1548 livepeer.go:110] Livepeer is running on the Ethereum main network: 0xf96d54e490317c557a967abfa5d6e33006be69b3
I0402 12:11:57.451346 1548 accountmanager.go:58] Using ETH account: 0xcFEeB07A27258a18Aa38095dEBb4db5A437098f2
I0402 12:11:57.924945 1548 accountmanager.go:76] Passphrase required to unlock ETH account 0xcFEeB07A27258a18Aa38095dEBb4db5A437098f2
Passphrase:
I0402 12:12:05.484056 1548 accountmanager.go:87] Unlocked ETH account: 0xcFEeB07A27258a18Aa38095dEBb4db5A437098f2
E0402 12:12:05.485860 1548 client.go:233] Error getting LivepeerToken address: ErrNoResult
E0402 12:12:05.486071 1548 livepeer.go:191] Failed to setup client: ErrNoResult
Do you have any idea or do you need more information ? I already have some LPT on my account.
I suspect that the node is showing as not registered because it doesn’t have enough stake to break into the top 30. You can try delegating towards this node address first, with enough stake (or campaigning here), and then invoking the transcoder txn.
This is a quick guess. I’m not positive this is the issue.