Pages:
Author

Topic: [TESTNET]Bismuth - New Language, Interpretation Engines, DAPPs - page 24. (Read 49730 times)

legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I selected 'Clarity' over the other options, but now I've got used to Bismuth I think I prefer that, and once I had looked it up, found it's a very interesting element!
There would be Bismuth + Clarity Wink
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hello,

I noticed this strange behavior: when you keep pressing the "Refresh" button on the GUI, the last transaction sometimes disappear (if you press refresh enough it will eventually reappear)

Just FYI...

Thanks, that's due to chain reorganization. Because:

If you submit your transaction while your block is lower than the latest block, it will only be added atop the latest block after you receive it, so
1. submit transaction
2. check if anyone has a higher block
3. if someone has a higher block, save transaction for later (remove from gui/chain)
4. finish synchrnonization
5. if consensus is higher than 67%, insert transaction
6. inform others that we have a new block
7. spread blocks and make other sync
hero member
Activity: 708
Merit: 500
I selected 'Clarity' over the other options, but now I've got used to Bismuth I think I prefer that, and once I had looked it up, found it's a very interesting element!
newbie
Activity: 12
Merit: 0
Hello,

I noticed this strange behavior: when you keep pressing the "Refresh" button on the GUI, the last transaction sometimes disappear (if you press refresh enough it will eventually reappear)

Just FYI...
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==

Upgraded mine.

Just noticed: I did a transaction of 0.102, and it shows on the GUI as 0.1 only, so maybe you should not be rounding the display...?

Thanks, it seems like I'll need to adjust the rounding. However, it goes crazy confusing if unrounded
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
New html plotter will be available in the next version
newbie
Activity: 12
Merit: 0

Upgraded mine.

Just noticed: I did a transaction of 0.102, and it shows on the GUI as 0.1 only, so maybe you should not be rounding the display...?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
https://github.com/hclivess/Bismuth/releases/tag/0.86

Quote
new explorer (functioning now)
new stats plotter
negative fees no longer possible
reorganized mining blocks no longer accepted
versioning in place

please use only this version now

Also I unlocked the poll because polls cannot be deleted (huh)
Compiled plotter has some issues on windows
newbie
Activity: 12
Merit: 0
Testnet transaction spammer is not running, at least not mine

That explains why my miner was no longer doing anything I guess!
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I added a little app called plotter.py for statistics, will compile later
But I will need to convert this to chart.js, because matplotlib sucks for this purpose



legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
start node.py
then gui.py
and at last miner.py

starting node.py on linux mint gives me

2016-07-28 11:37:04,003 handle(794) Node: Client is at block 8506
2016-07-28 11:37:04,020 handle(799) Node: Client has the latest block
2016-07-28 11:37:04,020 worker(982) Client: Received nonewblocks from 127.0.0.1:2829
2016-07-28 11:37:04,020 exclusive_on(69) Client: Database is busy
2016-07-28 11:37:04,020 exclusive_on(71) Client: Database is now used by mempool
2016-07-28 11:37:04,021 exclusive_on(73) Client: Waiting for database to become available, timeout in 200
2016-07-28 11:37:04,120 exclusive_off(125) Client: Database is no longer used by blockheight
2016-07-28 11:37:04,121 exclusive_on(73) Client: Waiting for database to become available, timeout in 199
2016-07-28 11:37:04,221 digest_mempool(213) Node: Digesting mempool
2016-07-28 11:37:04,222 digest_mempool(363) Mempool empty
2016-07-28 11:37:04,222 exclusive_off(125) Client: Database is no longer used by mempool
2016-07-28 11:37:04,222 exclusive_on(67) Client: Database is available
2016-07-28 11:37:04,222 exclusive_on(71) Client: Database is now used by restore_backup
2016-07-28 11:37:04,222 restore_backup(169) Restoring local transactions from backup
2016-07-28 11:37:04,223 restore_backup(172) Node: Digesting backup
2016-07-28 11:37:04,223 restore_backup(204) Backup empty, sync finished
2016-07-28 11:37:04,223 exclusive_off(125) Client: Database is no longer used by restore_backup
2016-07-28 11:37:04,223 worker(1335) Client: We seem to be at the latest block. Paused before recheck.


i am at block 9358 and have only one connection, to localhost.
you have the same problem it seems, but you are some blocks behind.

Please try these nodes:

https://github.com/hclivess/Bismuth/blob/master/peers.txt

Unfortunately, there is still no electricity in my place Sad
legendary
Activity: 957
Merit: 1006
start node.py
then gui.py
and at last miner.py

starting node.py on linux mint gives me

2016-07-28 11:37:04,003 handle(794) Node: Client is at block 8506
2016-07-28 11:37:04,020 handle(799) Node: Client has the latest block
2016-07-28 11:37:04,020 worker(982) Client: Received nonewblocks from 127.0.0.1:2829
2016-07-28 11:37:04,020 exclusive_on(69) Client: Database is busy
2016-07-28 11:37:04,020 exclusive_on(71) Client: Database is now used by mempool
2016-07-28 11:37:04,021 exclusive_on(73) Client: Waiting for database to become available, timeout in 200
2016-07-28 11:37:04,120 exclusive_off(125) Client: Database is no longer used by blockheight
2016-07-28 11:37:04,121 exclusive_on(73) Client: Waiting for database to become available, timeout in 199
2016-07-28 11:37:04,221 digest_mempool(213) Node: Digesting mempool
2016-07-28 11:37:04,222 digest_mempool(363) Mempool empty
2016-07-28 11:37:04,222 exclusive_off(125) Client: Database is no longer used by mempool
2016-07-28 11:37:04,222 exclusive_on(67) Client: Database is available
2016-07-28 11:37:04,222 exclusive_on(71) Client: Database is now used by restore_backup
2016-07-28 11:37:04,222 restore_backup(169) Restoring local transactions from backup
2016-07-28 11:37:04,223 restore_backup(172) Node: Digesting backup
2016-07-28 11:37:04,223 restore_backup(204) Backup empty, sync finished
2016-07-28 11:37:04,223 exclusive_off(125) Client: Database is no longer used by restore_backup
2016-07-28 11:37:04,223 worker(1335) Client: We seem to be at the latest block. Paused before recheck.


i am at block 9358 and have only one connection, to localhost.
you have the same problem it seems, but you are some blocks behind.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I would like to participate in the testnet, could you post instructions of how to do this?
I downloaded the project but which file to run etc? why python 2.7 btw ? you will need to change this at somepoint.

Also, is this coin going to be mined with gpu/asic too?


yes, I will change this when all the modules which are in 2.7 are in 3.x, which means never Cheesy
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I just launched node and miner for tests, gonna see how its working))

There is one bug with zerro transaction

https://failiem.lv/u/t79dbajj#/view/disable0trans.png

yes, due to reorganization of blocks and miner competition, I have added a fix which will be released with the next fork, thanks for noticing though Smiley
hero member
Activity: 586
Merit: 501
start node.py
then gui.py
and at last miner.py

starting node.py on linux mint gives me

2016-07-28 11:37:04,003 handle(794) Node: Client is at block 8506
2016-07-28 11:37:04,020 handle(799) Node: Client has the latest block
2016-07-28 11:37:04,020 worker(982) Client: Received nonewblocks from 127.0.0.1:2829
2016-07-28 11:37:04,020 exclusive_on(69) Client: Database is busy
2016-07-28 11:37:04,020 exclusive_on(71) Client: Database is now used by mempool
2016-07-28 11:37:04,021 exclusive_on(73) Client: Waiting for database to become available, timeout in 200
2016-07-28 11:37:04,120 exclusive_off(125) Client: Database is no longer used by blockheight
2016-07-28 11:37:04,121 exclusive_on(73) Client: Waiting for database to become available, timeout in 199
2016-07-28 11:37:04,221 digest_mempool(213) Node: Digesting mempool
2016-07-28 11:37:04,222 digest_mempool(363) Mempool empty
2016-07-28 11:37:04,222 exclusive_off(125) Client: Database is no longer used by mempool
2016-07-28 11:37:04,222 exclusive_on(67) Client: Database is available
2016-07-28 11:37:04,222 exclusive_on(71) Client: Database is now used by restore_backup
2016-07-28 11:37:04,222 restore_backup(169) Restoring local transactions from backup
2016-07-28 11:37:04,223 restore_backup(172) Node: Digesting backup
2016-07-28 11:37:04,223 restore_backup(204) Backup empty, sync finished
2016-07-28 11:37:04,223 exclusive_off(125) Client: Database is no longer used by restore_backup
2016-07-28 11:37:04,223 worker(1335) Client: We seem to be at the latest block. Paused before recheck.
sr. member
Activity: 445
Merit: 250
I just launched node and miner for tests, gonna see how its working))

There is one bug with zerro transaction

https://failiem.lv/u/t79dbajj#/view/disable0trans.png
legendary
Activity: 957
Merit: 1006
start node.py
then gui.py
and at last miner.py
hero member
Activity: 586
Merit: 501
I would like to participate in the testnet, could you post instructions of how to do this?
I downloaded the project but which file to run etc? why python 2.7 btw ? you will need to change this at somepoint.

Also, is this coin going to be mined with gpu/asic too?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Since things appear to be working, the next release will be a "hard fork" with version checking and non-inclusion of reorganized mining transactions
These two things need to be done anyway
Pages:
Jump to: