Pages:
Author

Topic: ANN [TILT] A Poker Player's Cryptocurrency (Main chain is LIVE!) - page 38. (Read 41012 times)

full member
Activity: 126
Merit: 100
how to find out if a block is mined?
can someone capture some screen shots as some explainations please?
many thanks!

while your node is mining, you can run another instance to get a console.
type this in the command prompt:
tiltnode attach

this will give you a console attached to your miner.
from the console you can run commands like:

tilt.getBlock(100)

this will give you details of block 100, including the miner, etc
there is also a quads object (same as web3) in ethereum. for now read about geth in ethereum while we don't have much docs yet.
you can start from what i typed above. you can also ask here if you have other questions. i'm also trying to make a block explorer.
hero member
Activity: 577
Merit: 500
how to find out if a block is mined?
can someone capture some screen shots as some explainations please?
many thanks!
full member
Activity: 126
Merit: 100
Is blockchain moving ?

block 5,264 at this moment and moving

Great, good news.-

are you mining?

Try it, but nothing. This computer is weak, I did not get a single block.

I calculated, almost 277 blocks per hour. What are those 5xxx mined blocks?

what do you mean? there are more than 5000 blocks mined so far.

Many miners, that's good.
Are there any exchange plans?

i dont think there are many miners at this time. i'm running 2 now using a slow vps.
we cant approach any exchanges yet. we will need gpu miner first to increase our difficulty and increase the gas limit. otherwise, we will just be attacked by double spending.
hero member
Activity: 896
Merit: 500
Is blockchain moving ?

block 5,264 at this moment and moving

Great, good news.-

are you mining?

Try it, but nothing. This computer is weak, I did not get a single block.

I calculated, almost 277 blocks per hour. What are those 5xxx mined blocks?

what do you mean? there are more than 5000 blocks mined so far.

Many miners, that's good.
Are there any exchange plans?
full member
Activity: 126
Merit: 100
Is blockchain moving ?

block 5,264 at this moment and moving

Great, good news.-

are you mining?

Try it, but nothing. This computer is weak, I did not get a single block.

I calculated, almost 277 blocks per hour. What are those 5xxx mined blocks?

what do you mean? there are more than 5000 blocks mined so far.
hero member
Activity: 896
Merit: 500
Is blockchain moving ?

block 5,264 at this moment and moving

Great, good news.-

are you mining?

Try it, but nothing. This computer is weak, I did not get a single block.

I calculated, almost 277 blocks per hour. What are those 5xxx mined blocks?
full member
Activity: 126
Merit: 100
full member
Activity: 126
Merit: 100
Is blockchain moving ?

block 5,264 at this moment and moving
hero member
Activity: 896
Merit: 500
Is blockchain moving ?
full member
Activity: 126
Merit: 100
i try mining now, the command window showing something like,

INFO [05-22....] Generating DAG in progress....

so does that mean working fine and mining?
please help! thank you!

Yes that will create a dag then it will start mining.

How do I check my balance?
Like what commands in windows prompt.
Cheers!

while your node is running/mining, start another one using:

tiltnode attach

this will create a console where you can run javascript commands
to know your balance you can type in the console:

quads.fromDwan(tilt.getBalance('9e9bf43ce69583f0337ec280f25686b5b7fc7565'), "tilt")

replace the address with your address or any address to know the balance

please let know know if you have mined a block and your balance showed up
hero member
Activity: 577
Merit: 500
i try mining now, the command window showing something like,

INFO [05-22....] Generating DAG in progress....

so does that mean working fine and mining?
please help! thank you!

Yes that will create a dag then it will start mining.

How do I check my balance?
Like what commands in windows prompt.
Cheers!
full member
Activity: 126
Merit: 100
i try mining now, the command window showing something like,

INFO [05-22....] Generating DAG in progress....

so does that mean working fine and mining?
please help! thank you!

Yes that will create a dag then it will start mining.
full member
Activity: 251
Merit: 100
Official
Seems to be working on Ubuntu 16:

INFO [05-22|21:48:22] Generating DAG in progress               epoch=1 percentage=29 elapsed=31.347s
INFO [05-22|21:48:24] Imported new chain segment               blocks=1    txs=0 mgas=0.000 elapsed=7.899ms   mgasps=0.000 number=3731 hash=854a12…023e58
INFO [05-22|21:48:24] Commit new mining work                   number=3732 txs=0 uncles=0 elapsed=313.188µs
hero member
Activity: 577
Merit: 500
i try mining now, the command window showing something like,

INFO [05-22....] Generating DAG in progress....

so does that mean working fine and mining?
please help! thank you!
full member
Activity: 126
Merit: 100

i compiled that myself so it should be. but if you want, you can build from source. just install golang. same instructions as building geth of ethereum.
full member
Activity: 126
Merit: 100
You can now start CPU mining TILT in Windows

https://github.com/megatilt/go-tilt/wiki/How-to-CPU-mine-TILT-in-Windows

Please let me know if you encounter problems.
tiltnode init tilt.json
Fatal: Failed to read genesis file: open tilt.json

Seems to be working well.-

did you unzip it first and run it there? you should see the tilt.json file together with tiltnode.exe on the same folder
hero member
Activity: 896
Merit: 500
You can now start CPU mining TILT in Windows

https://github.com/megatilt/go-tilt/wiki/How-to-CPU-mine-TILT-in-Windows

Please let me know if you encounter problems.
tiltnode init tilt.json
Fatal: Failed to read genesis file: open tilt.json

Seems to be working well.-
full member
Activity: 126
Merit: 100
The following are the genesis addresses that contain the 100M TILT premine:
a1e4f4157f699996dfcf49a2a9657098dfecadd8
ee18de88c1da14b5b1fe60b2dc49090cafaa6b46
02ff99197616949103549cf8f5b7a4cd139f4aaa
8d566c32658876ba163312e5768690ef12e5a7fc
8ec84cf61a2b7c6a9dec885cec706e48ac61aafe

The following are the addresses I own to get my mining rewards:
(The TILT in these addresses will later be burned)
c1a59f43fb7e44fb4f931ab3d7f3b658ad47d79e
9e9bf43ce69583f0337ec280f25686b5b7fc7565
713946cd457d28460050401bb06d52eed2ef5a78
864646c567bb3cb9e3abc2a7e266957612e90c99
full member
Activity: 126
Merit: 100
You can now start CPU mining TILT in Windows

https://github.com/megatilt/go-tilt/wiki/How-to-CPU-mine-TILT-in-Windows

Please let me know if you encounter problems.
Pages:
Jump to: