Pages:
Author

Topic: [TESTNET]Bismuth - New Language, Interpretation Engines, DAPPs (Read 49698 times)

sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
no GPU mining?Yeah, that's what a lot of coin says Grin Grin

I think the main point of GPU mining is Scrypt. We don't have Scrypt. The point of GPU mining is to prevent CPU/ASIC mining, not to improve upon it.
hero member
Activity: 756
Merit: 579
Any news about the mainnet launch? Is still in the test phase this project?

Mainnet will come, stay tunned!

no GPU mining?Yeah, that's what a lot of coin says Grin Grin

If you know how to build one, be our guest. Of course someone will make one in the future, we can't avoid this, but atm only cpu miner will be availebe upon release.
sr. member
Activity: 378
Merit: 250
no GPU mining?Yeah, that's what a lot of coin says Grin Grin
full member
Activity: 800
Merit: 143
Any news about the mainnet launch? Is still in the test phase this project?
newbie
Activity: 42
Merit: 0
Is the main net coming soon?
dev is off till early March, so will be months till mainnet launch. Cheers! Smiley
P.S. you can always give a hand on testnet Smiley
be patient with your effort and be consistent with your work then see what,s happend.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
https://github.com/hclivess/Bismuth/releases/tag/2.615
Code:
Stuck blockchain fix / fixed spendable amount calculation, testing needed
GUI takes mempool into spending consideration
Mempool overdrawing now disabled
Fix for GUI for new addresses
hero member
Activity: 756
Merit: 579
The community looks very active.But we progress a bit slow.


Maybe because we're not cloning Dash here. Upgrades introduce incompatibilities, which introduce not only need for more testing, but also changes to the core parts of the system. We have upgraded the sync protocol, completely reworked the database handling and networking level, completely reworked the mining algo 2x, added megablocks, added new dapps, added alias system, signature verification, qr codes, introduced nonce. All this before release, so please be patient

Don't worry @HCLivess, Bismuth community will grow fast as soon as mainnet will be launched. I'm sure of this.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Bug report: I've got an error like 'database is locked' when I minted my first block and miner.py immediately halted. I relaunched it and its running smoothly for the last 30 minutes minting new blocks and it happened again. I'm not sure small part of the log helps to track down tat concurrency issue, but still hope it might help.

Code:
OperationalError: database is locked
Process Process-1:
Process Process-3:
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
    self._target(*self._args, **self._kwargs)
  File "miner.py", line 48, in miner
  File "miner.py", line 48, in miner
    c.execute("SELECT block_hash, block_height,timestamp FROM transactions WHERE reward != 0 ORDER BY block_height DESC LIMIT 1;")
OperationalError: database is locked
    c.execute("SELECT block_hash, block_height,timestamp FROM transactions WHERE reward != 0 ORDER BY block_height DESC LIMIT 1;")
OperationalError: database is locked
v: 2.591 OS:Ubuntu

Thanks for the report. I will add retry events to the miner. Great find Smiley

You can test this: https://github.com/hclivess/Bismuth/releases/tag/2.612
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
The community looks very active.But we progress a bit slow.


Maybe because we're not cloning Dash here. Upgrades introduce incompatibilities, which introduce not only need for more testing, but also changes to the core parts of the system. We have upgraded the sync protocol, completely reworked the database handling and networking level, completely reworked the mining algo 2x, added megablocks, added new dapps, added alias system, signature verification, qr codes, introduced nonce. All this before release, so please be patient
legendary
Activity: 1162
Merit: 1008
any news about the testnet ?

Do you mean mainnet?
Here is some info about the launch: http://bismuth.cz/launch/

no i mean testnet just want to know if the dev is close to release the mainnet Wink

Mainnet will be out within few seconds. I have been secretly working on it all the week and Im pleased to announce that were now nearing a tipping point where development progress can easily accelerate 2x. Mainnet will go live by the time I finish this post. My excitement is reaching disturbing levels, Im one step from injuring myself as Im entering into a stage where a human becomes animal.

 What are you talking about )?

 I can't see any Bithmut testnet anywhere




 As for previous database block issue, I just figured out that the problem with concurrency occur when both miner.py nd gui.py are running!
member
Activity: 80
Merit: 10
The community looks very active.But we progress a bit slow.
hero member
Activity: 2146
Merit: 518
any news about the testnet ?

Do you mean mainnet?
Here is some info about the launch: http://bismuth.cz/launch/

no i mean testnet just want to know if the dev is close to release the mainnet Wink

Mainnet will be out within few seconds. I have been secretly working on it all the week and Im pleased to announce that were now nearing a tipping point where development progress can easily accelerate 2x. Mainnet will go live by the time I finish this post. My excitement is reaching disturbing levels, Im one step from injuring myself as Im entering into a stage where a human becomes animal.
hero member
Activity: 661
Merit: 500
any news about the testnet ?

Do you mean mainnet?
Here is some info about the launch: http://bismuth.cz/launch/

no i mean testnet just want to know if the dev is close to release the mainnet Wink
hero member
Activity: 756
Merit: 579
any news about the testnet ?

Do you mean mainnet?
Here is some info about the launch: http://bismuth.cz/launch/
hero member
Activity: 661
Merit: 500
any news about the testnet ?
legendary
Activity: 1162
Merit: 1008
 Bug report: I've got an error like 'database is locked' when I minted my first block and miner.py immediately halted. I relaunched it and its running smoothly for the last 30 minutes minting new blocks and it happened again. I'm not sure small part of the log helps to track down tat concurrency issue, but still hope it might help.

Code:
OperationalError: database is locked
Process Process-1:
Process Process-3:
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
    self._target(*self._args, **self._kwargs)
  File "miner.py", line 48, in miner
  File "miner.py", line 48, in miner
    c.execute("SELECT block_hash, block_height,timestamp FROM transactions WHERE reward != 0 ORDER BY block_height DESC LIMIT 1;")
OperationalError: database is locked
    c.execute("SELECT block_hash, block_height,timestamp FROM transactions WHERE reward != 0 ORDER BY block_height DESC LIMIT 1;")
OperationalError: database is locked
v: 2.591 OS:Ubuntu
hero member
Activity: 661
Merit: 500
no GPU mining but this is not going to last , i'm ready to support this coin before big farm come in.
Going to test it to be ready for mainnet ! Nice work on this altcoin !
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I need a set release date or I'll never focus on core stability before extending functionalities Smiley

Scope Creep!!  Cool

Yeah, it's a form of reward/escape Wink
Sadly, fixing bugs takes longer than adding new features

Maybe we must learn to love fixing bugs

It's easy if you see perfection as a feature
Pages:
Jump to: