Pages:
Author

Topic: [ANN] Uther – Make Ethereum Better, based on Ethereum - page 7. (Read 44975 times)

full member
Activity: 236
Merit: 100
Hi guys. I have money in change addresses I want to move it all to a single address in the wallet do I just sweep the keys?
Have had a look but read some conflicting info on this process to thought better best to ask.

thanks
just create a new address, and transfer the coins to the new address. Remember backup the keystore file. Wink
full member
Activity: 236
Merit: 100
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible

I think Ethereum uses 30303. Anyway, the server could be bound to a different IP# (or run on a different host if there is a port conflict, though I think running p2p on a "non-standard" port should be ok).
RPC for the wallet should be possible on any port >=1024... Or lower if you like to run geth as root. :-)


right, Ethereum's Geth uses port 30303 as Uther's uses 41303, so the Geths should run at the same time without conflict.

Etherwallet uses IPC(internal  process connection) . If they have conflict ,maybe they share the same setting, i will have a look at it.
full member
Activity: 196
Merit: 100
still no update uther on c-cex

Having some issues with integrating. Already contacted dev. Work in progress...

Anyone got any news from dev about this problem? Seems like its been going on for days.
newbie
Activity: 56
Merit: 0
Hi guys. I have money in change addresses I want to move it all to a single address in the wallet do I just sweep the keys?
Have had a look but read some conflicting info on this process to thought better best to ask.

thanks
sr. member
Activity: 241
Merit: 250
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible

I think Ethereum uses 30303. Anyway, the server could be bound to a different IP# (or run on a different host if there is a port conflict, though I think running p2p on a "non-standard" port should be ok).
RPC for the wallet should be possible on any port >=1024... Or lower if you like to run geth as root. :-)



 Listening on [::]:41303
I0530 19:16:42.753877 github.com/uther/go-uther/core/blockchain.go:565] Chain manager stopped
I0530 19:16:42.759378 github.com/uther/go-uther/eth/handler.go:200] Stopping ethereum protocol handler...
I0530 19:16:42.763379 github.com/uther/go-uther/eth/handler.go:221] Ethereum protocol handler stopped
I0530 19:16:42.766879 github.com/uther/go-uther/core/tx_pool.go:163] Transaction pool stopped
I0530 19:16:42.769879 github.com/uther/go-uther/eth/backend.go:496] Automatic pregeneration of ethash DAG OFF (ethash dir: C:\Users\MiningRIG_1\AppData\Ethash)
I0530 19:16:42.775380 github.com/uther/go-uther/p2p/nat/nat.go:111] mapped network port tcp:41303 -> 41303 (ethereum p2p) using NAT-PMP


if it launched ether wallet, if the air switch on and run it, he sees uther coins))

I'm not sure about the latest release but in the first release the Genesis block needs to be set when starting for the first time.
Code:
./geth --genesis uther-genesis.json console

It's mentioned in the first post. (I'm still running Geth/v1.3.6  so can't say if it works on the right chain from a fresh install with 1.4.4)


Also the enode mentioned in the thread should speed up syncing... Looks like the only one mentioned in this thread is from ocminer which is also Geth/v1.3.6. Would be nice if the dev published an enode...

Code:
admin.addPeer("enode://96af71904742ab9cf73af953968aafe16852d2586f399165c0d4e82e6a751182901f0a3ba9be8aa64a0b51247b4ba98ef2b7bf4c98be5ab8b497288e6ef3e857@37.59.24.15:41303")

I will check now the old version, now I have version 1.4.4
full member
Activity: 165
Merit: 100
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible

I think Ethereum uses 30303. Anyway, the server could be bound to a different IP# (or run on a different host if there is a port conflict, though I think running p2p on a "non-standard" port should be ok).
RPC for the wallet should be possible on any port >=1024... Or lower if you like to run geth as root. :-)



 Listening on [::]:41303
I0530 19:16:42.753877 github.com/uther/go-uther/core/blockchain.go:565] Chain manager stopped
I0530 19:16:42.759378 github.com/uther/go-uther/eth/handler.go:200] Stopping ethereum protocol handler...
I0530 19:16:42.763379 github.com/uther/go-uther/eth/handler.go:221] Ethereum protocol handler stopped
I0530 19:16:42.766879 github.com/uther/go-uther/core/tx_pool.go:163] Transaction pool stopped
I0530 19:16:42.769879 github.com/uther/go-uther/eth/backend.go:496] Automatic pregeneration of ethash DAG OFF (ethash dir: C:\Users\MiningRIG_1\AppData\Ethash)
I0530 19:16:42.775380 github.com/uther/go-uther/p2p/nat/nat.go:111] mapped network port tcp:41303 -> 41303 (ethereum p2p) using NAT-PMP


if it launched ether wallet, if the air switch on and run it, he sees uther coins))

I'm not sure about the latest release but in the first release the Genesis block needs to be set when starting for the first time.
Code:
./geth --genesis uther-genesis.json console

It's mentioned in the first post. (I'm still running Geth/v1.3.6  so can't say if it works on the right chain from a fresh install with 1.4.4)


Also the enode mentioned in the thread should speed up syncing... Looks like the only one mentioned in this thread is from ocminer which is also Geth/v1.3.6. Would be nice if the dev published an enode...

Code:
admin.addPeer("enode://96af71904742ab9cf73af953968aafe16852d2586f399165c0d4e82e6a751182901f0a3ba9be8aa64a0b51247b4ba98ef2b7bf4c98be5ab8b497288e6ef3e857@37.59.24.15:41303")
sr. member
Activity: 241
Merit: 250
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible

I think Ethereum uses 30303. Anyway, the server could be bound to a different IP# (or run on a different host if there is a port conflict, though I think running p2p on a "non-standard" port should be ok).
RPC for the wallet should be possible on any port >=1024... Or lower if you like to run geth as root. :-)



 Listening on [::]:41303
I0530 19:16:42.753877 github.com/uther/go-uther/core/blockchain.go:565] Chain manager stopped
I0530 19:16:42.759378 github.com/uther/go-uther/eth/handler.go:200] Stopping ethereum protocol handler...
I0530 19:16:42.763379 github.com/uther/go-uther/eth/handler.go:221] Ethereum protocol handler stopped
I0530 19:16:42.766879 github.com/uther/go-uther/core/tx_pool.go:163] Transaction pool stopped
I0530 19:16:42.769879 github.com/uther/go-uther/eth/backend.go:496] Automatic pregeneration of ethash DAG OFF (ethash dir: C:\Users\MiningRIG_1\AppData\Ethash)
I0530 19:16:42.775380 github.com/uther/go-uther/p2p/nat/nat.go:111] mapped network port tcp:41303 -> 41303 (ethereum p2p) using NAT-PMP


if it launched ether wallet, if the air switch on and run it, he sees uther coins))
full member
Activity: 165
Merit: 100
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible

I think Ethereum uses 30303. Anyway, the server could be bound to a different IP# (or run on a different host if there is a port conflict, though I think running p2p on a "non-standard" port should be ok).
RPC for the wallet should be possible on any port >=1024... Or lower if you like to run geth as root. :-)

sr. member
Activity: 241
Merit: 250
developer, there is a problem ether core work through the same port 41303 and turns the conflict with purses and GETH. simultaneous operation of 2 wallets impossible
legendary
Activity: 3136
Merit: 3213
still no update uther on c-cex

Having some issues with integrating. Already contacted dev. Work in progress...


OK Thank you , We wait all already
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
still no update uther on c-cex

Having some issues with integrating. Already contacted dev. Work in progress...
hero member
Activity: 574
Merit: 500
any reward for translation in other language?  Smiley

yes. which language?

I can translate to Portuguese, I've done some translations in the forum.  Smiley
newbie
Activity: 47
Merit: 0
any reward for translation in other language?  Smiley

yes. which language?
newbie
Activity: 47
Merit: 0
Hey I would be willing to set up a subreddit for uther and get some adoption going! Everyone loves fresh coins that can easily be mined! Smiley

Let me know if you are interested in this.

great idea thank you!
full member
Activity: 236
Merit: 100
will write a Tips contract, which tips 10 accounts 3 times per day, so an account can snap 3 tips from the contract if user snaps fast enough. 
sr. member
Activity: 356
Merit: 250
I like that low difficulty. Cheesy

Block Number   230558
Received Time   2016-05-29 23:47:59 UTC
Difficulty   4367421289
hero member
Activity: 574
Merit: 500
any reward for translation in other language?  Smiley
sr. member
Activity: 356
Merit: 250
Uther? B-but what about mether

So it'll take more than 45 years before 72 million Uther are mined by others, and your share of everything is down to 50%.

After half a year of mining, you still have 99% of all the Uther out there, and everyone else combined has the other 1%.

I know you wanted a premine that rewards the devs but this overbalance is ridiculous. Your coin is dead. Goodbye

I don't think thats totally correct. 3 uther per coin currently at 220k means 660k uther mined in a little over 2 months, and according to this:

NEWS:

Foundation Contract:
  • not higher then 388,800 per month payment
  • before the end of April, 2M will transfer to the contract account
  • before the end of June, rest will transfer


I'd say if dev is open and fair about the premined coins and starts setting up a campaign for miners interested then why not. I wouldn't call it dead as long as the network is working, at least notsofast. :3
legendary
Activity: 1470
Merit: 1021
Hey I would be willing to set up a subreddit for uther and get some adoption going! Everyone loves fresh coins that can easily be mined! Smiley

Let me know if you are interested in this.

Sounds like a good idea. Hell, the diff is so low even I got some! Cheesy

Earnings will drop significantly if people actually start mining this here and the diff goes up. Right now it's like "shooting fish in a barrel."
full member
Activity: 132
Merit: 100
uther 1.4.4 is the newest mandatory non beta version update? what is the correct way to update? can someone help?
You just have to run 1.4.4 instead the old one
Pages:
Jump to: