Pages:
Author

Topic: [ANN] UR - Distributed Via A World-wide Airdrop, Based on Ethereum - page 24. (Read 40881 times)

hero member
Activity: 521
Merit: 500
Now pool reward fixed. All coins that left on wallet of this issue will be paid to miners to addresses with that they did mining. 0.5% pool fee. Will be changed to zero in two days and new design coming soon Wink

Your http://ur.acc-pool.pw
sr. member
Activity: 420
Merit: 252
Ported open-ethereum-pool to open-ur-pool !
Now open !

This pool pays full rewards to miners !!! 7 UR and not 5 UR like the first one!!!

Pool is full Nicehash, genoil ethminer, MiningRigRental and Claymore 7.2 Compatible

URL: http://ur.poolcoin.biz
Pool-Fee: 1%
Min-Payout: 1 UR
Unlocktime: every 5 minutes
Payout: every half hour
Getwork: Port 3210  |  1 - 99 MH/s
Stratum1: Port 3211  |  1 - 99 MH/s
Stratum2: Port 3213  |  100 - 349 MH/s  | Nicehash Compatible 0.2 diff
Stratum2: Port 3215  |  350 - 5500 MH/s  | Nicehash Compatible 0.4 diff

Come and join the pool of the original Source Maintainer !
sr. member
Activity: 434
Merit: 250
After creating an account, I used the address to setEtherBase. Then I ran miner.start(). It says true. Is it enough to start mining?

Then How can I now move to mainnet.

And Congrats for the launch.

Thank you!

Yes, "true" means you've started to mine.

To switch to mainnet, just call gur without the networkid or bootnodes params.

You may want to join a pool to actually get blocks. You could try http://ur.acc-pool.pw/


Nice. Do I need to create a new account now to join mainnet? Or it is ok to use the already created account?

Where can I get a pool miner for Ubuntu?
member
Activity: 88
Merit: 10
After creating an account, I used the address to setEtherBase. Then I ran miner.start(). It says true. Is it enough to start mining?

Then How can I now move to mainnet.

And Congrats for the launch.

Thank you!

Yes, "true" means you've started to mine.

To switch to mainnet, just call gur without the networkid or bootnodes params.

You may want to join a pool to actually get blocks. You could try http://ur.acc-pool.pw/
sr. member
Activity: 434
Merit: 250
Devnet chain is downloading and working. Running ./ gur attach opens the console. And admin.peers show one peer. ./gur attach with argument shows fatal error.

How can I start mining. When I try to miner.start(2); I get

Quote
Cannot start mining without etherbase address: etherbase address must be explicitly specified
    at web3.js:3120:20
    at web3.js:6024:15
    at web3.js:4996:36
    at :1:1

Ok, you're making progress. gur works exactly like Ethereum's geth. You need to specify the urbase (aka 'etherbase'). In the console, you can run

Code:
miner.setEtherbase("0x123...")

and on the command line you can use
Code:
--urbase...
or
Code:
--etherbase 0x123...

You will need to create an account first and use it's address in place of the "123" above.


After creating an account, I used the address to setEtherBase. Then I ran miner.start(). It says true. Is it enough to start mining?

Then How can I now move to mainnet.

And Congrats for the launch.
member
Activity: 88
Merit: 10
Devnet chain is downloading and working. Running ./ gur attach opens the console. And admin.peers show one peer. ./gur attach with argument shows fatal error.

How can I start mining. When I try to miner.start(2); I get

Quote
Cannot start mining without etherbase address: etherbase address must be explicitly specified
    at web3.js:3120:20
    at web3.js:6024:15
    at web3.js:4996:36
    at :1:1

Ok, you're making progress. gur works exactly like Ethereum's geth. You need to specify the urbase (aka 'etherbase'). In the console, you can run

Code:
miner.setEtherbase("0x123...")

and on the command line you can use
Code:
--urbase...
or
Code:
--etherbase 0x123...

You will need to create an account first and use it's address in place of the "123" above.
sr. member
Activity: 434
Merit: 250
Do I need to run with the devnet? I just run ./gur --jitvm=false. No other commands. I now get
Quote
I1018 18:21:55.681748 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What else I need to configure before running?

Ok, first I suggest you start over by removing all the contents of the UR data directory (should be in %APPDATA%\UR).

Next, to run against devnet, try this:

Code:
gur --jitvm=false --networkid 1003 --bootnodes enode://fcf730cf678d6296ffa75a1b2c06aa07d9558788762d0bbefbc209ccbfb4e840f7dcfc2f7a188eb2e65056d989de3722df3fc4df286eb3690d4586992c1c6d82@138.197.138.155:19595,enode://d846b3c0445b7a91cfeb56fbeaece55ca9e559a6e5810cc41c54e2b88790fa7a24444508f16eb983630da1367ab73a6db1b705cc36134d9e61a2df070284d3f4@138.197.138.202:19595

Please let me know how that works.

Devnet chain is downloading and working. Running ./ gur attach opens the console. And admin.peers show one peer. ./gur attach with argument shows fatal error.

How can I start mining. When I try to miner.start(2); I get

Quote
Cannot start mining without etherbase address: etherbase address must be explicitly specified
    at web3.js:3120:20
    at web3.js:6024:15
    at web3.js:4996:36
    at :1:1
member
Activity: 88
Merit: 10
Do I need to run with the devnet? I just run ./gur --jitvm=false. No other commands. I now get
Quote
I1018 18:21:55.681748 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What else I need to configure before running?

Ok, first I suggest you start over by removing all the contents of the UR data directory (should be in %APPDATA%\UR).

Next, to run against devnet, try this:

Code:
gur --jitvm=false --networkid 1003 --bootnodes enode://fcf730cf678d6296ffa75a1b2c06aa07d9558788762d0bbefbc209ccbfb4e840f7dcfc2f7a188eb2e65056d989de3722df3fc4df286eb3690d4586992c1c6d82@138.197.138.155:19595,enode://d846b3c0445b7a91cfeb56fbeaece55ca9e559a6e5810cc41c54e2b88790fa7a24444508f16eb983630da1367ab73a6db1b705cc36134d9e61a2df070284d3f4@138.197.138.202:19595

Please let me know how that works.
sr. member
Activity: 434
Merit: 250
My old ubuntu got crashed. I'm going build a new one. I will try with your instructions. Are you prepared for the mainnet?

Yes, we are prepared. Launching in 2 hours.

Well, Great. I'm waiting to see the launch. Good luck.
member
Activity: 88
Merit: 10
My old ubuntu got crashed. I'm going build a new one. I will try with your instructions. Are you prepared for the mainnet?

Yes, we are prepared. Launching in 2 hours.
sr. member
Activity: 434
Merit: 250
From my new ubuntu, I downloaded the compiler linux version and when I run, I got this.

Quote
I1018 17:57:33.487473 cmd/utils/flags.go:711] You're one of the lucky few that will try out the JIT VM (random). If you get a consensus failure please be so kind to report this incident with the block hash that failed. You can switch to the regular VM by setting --jitvm=false
I1018 17:57:33.487620 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What is this? Or what to do to run?

Can you try running it with --jitvm=false ? Also, are you running with the devnet options?  Can you send me the full command you are running with all the command-line options?

Do I need to run with the devnet? I just run ./gur --jitvm=false. No other commands. I now get
Quote
I1018 18:21:55.681748 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What else I need to configure before running?
member
Activity: 88
Merit: 10
From my new ubuntu, I downloaded the compiler linux version and when I run, I got this.

Quote
I1018 17:57:33.487473 cmd/utils/flags.go:711] You're one of the lucky few that will try out the JIT VM (random). If you get a consensus failure please be so kind to report this incident with the block hash that failed. You can switch to the regular VM by setting --jitvm=false
I1018 17:57:33.487620 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What is this? Or what to do to run?

Can you try running it with --jitvm=false ? Also, are you running with the devnet options?  Can you send me the full command you are running with all the command-line options?
sr. member
Activity: 434
Merit: 250
From my new ubuntu, I downloaded the compiler linux version and when I run, I got this.

Quote
I1018 17:57:33.487473 cmd/utils/flags.go:711] You're one of the lucky few that will try out the JIT VM (random). If you get a consensus failure please be so kind to report this incident with the block hash that failed. You can switch to the regular VM by setting --jitvm=false
I1018 17:57:33.487620 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to /home/test/.ur/chaindata
Fatal: Could not open database: resource temporarily unavailable

What is this? Or what to do to run?
sr. member
Activity: 434
Merit: 250
When I run gur attach ipc: ~/.ur/gur.ipc, I get
Quote
Fatal: Unable to attach to remote geth: dial unix : missing address
error

A couple of questions: Is gur running locally on your machine? Also, try using the full path to the ipc file: something like "/home/bob/.ur/gur.ipc".



My old ubuntu got crashed. I'm going build a new one. I will try with your instructions. Are you prepared for the mainnet?
legendary
Activity: 806
Merit: 1000
Looks intresting.Watching...
sr. member
Activity: 420
Merit: 252
Bounty for Pool Huh
Could write the Pool-Software and setup a Pool for it...

PM Me when interested ...
Pages:
Jump to: