Pages:
Author

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

member
Activity: 98
Merit: 10
http://github.com/root8/fsigDecredGUI
I am no expert, but I think no amount of learning can overcome GIL Wink
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
interesting. do you think Python is fast enough to handle a decentralized coin?

Also, maybe ask for help from the Python community? it should be difficult to pull this innovations alone.

Are you going to do an ICO maybe?

No ICO on the Bismuth blockchain, however there might be a Corporate fork in the future with a fine-sounding name and an ICO, fedora-redhat relationship with the Bismuth chain

The limiting factor for speed is the actual internet
I recommend reading this whitepaper http://www.activestate.com/white-papers/unveiling-origins-myths-use-and-benefits-dynamic-languages

Python community interest might be helpful, but I want to learn with this coin, as I have already learned a lot since the inception
hero member
Activity: 586
Merit: 501
interesting. do you think Python is fast enough to handle a decentralized coin?

Also, maybe ask for help from the Python community? it should be difficult to pull this innovations alone.

Are you going to do an ICO maybe?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
anybody got this working on unix(ubuntu)?
i installed all mentioned dependencies and got the following executing gui.py
Code:
  File "gui.py", line 36, in 
    root.wm_iconbitmap(tempFile)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1646, in wm_iconbitmap
    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.ico" not defined


Thank you for reporting this error, looks like the icon handling is incompatible with Linux-based system.
I updated https://github.com/hclivess/Bismuth/blob/master/gui.py with a workaround

Code:
import os
import os.name

if "posix" not in os.name:
    #icon

So the icon should no longer bother you in Ubuntu, please test and let me know if it works

yeah, gui is now running.
do i need to fill in the google-testnet-form for participating?

Great
I would recommend everyone to fill the form in case we need to reboot the blockchain Smiley
legendary
Activity: 957
Merit: 1006
anybody got this working on unix(ubuntu)?
i installed all mentioned dependencies and got the following executing gui.py
Code:
  File "gui.py", line 36, in 
    root.wm_iconbitmap(tempFile)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1646, in wm_iconbitmap
    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.ico" not defined


Thank you for reporting this error, looks like the icon handling is incompatible with Linux-based system.
I updated https://github.com/hclivess/Bismuth/blob/master/gui.py with a workaround

Code:
import os
import os.name

if "posix" not in os.name:
    #icon

So the icon should no longer bother you in Ubuntu, please test and let me know if it works

yeah, gui is now running.
do i need to fill in the google-testnet-form for participating?
member
Activity: 98
Merit: 10
http://github.com/root8/fsigDecredGUI
Looks like an interesting experiment, if you need some help with linux stuff, let me know.
Godspeed
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
coins sent to both of your addresses
I will try to keep in mind to fix this non-balance mining issue

Quote
priorities :
make mining available without balance
fix rollback hack
introduce versioning into core

edit: fixed a bug which would not allow backed up transactions to be processed by passive nodes unless a new transaction is received (pushed/unreleased)

when will you release the coin ? For real mining

Once I am happy with it, when there are no gamebreaking bugs. You can see the testnet diary here: https://github.com/hclivess/Bismuth/issues/11
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hi HClivess, I got this error every time  that I find a block and have to restart everything because the node stays stuck in the block found then my balance goes back to 10000 again. Any solution for this?


Hello. Sorry, I introduced this bug when meddling around with consensus handling and have not released a fix yet (brb)
Also, there is a consensus persistency bug on disconnected peers which I will need to look into
member
Activity: 102
Merit: 10
Hi HClivess, I got this error every time  that I find a block and have to restart everything because the node stays stuck in the block found then my balance goes back to 10000 again. Any solution for this?
hero member
Activity: 630
Merit: 503
coins sent to both of your addresses
I will try to keep in mind to fix this non-balance mining issue

Quote
priorities :
make mining available without balance
fix rollback hack
introduce versioning into core

edit: fixed a bug which would not allow backed up transactions to be processed by passive nodes unless a new transaction is received (pushed/unreleased)

when will you release the coin ? For real mining
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
coins sent to both of your addresses
I will try to keep in mind to fix this non-balance mining issue

Quote
priorities :
make mining available without balance
fix rollback hack
introduce versioning into core

edit: fixed a bug which would not allow backed up transactions to be processed by passive nodes unless a new transaction is received (pushed/unreleased)
sr. member
Activity: 364
Merit: 250
it seem can not mining with no bismuth in wallet ,so can i get some for mining test. thanks

926f33614d685f831b6f5a109dae6c27d8b3eda00d45947f8f8367b2
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
No success mining so far, everything checks out though...

Hi, you need some basic balance so you can pay for the mining transaction, do you have some or should I send?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
anybody got this working on unix(ubuntu)?
i installed all mentioned dependencies and got the following executing gui.py
Code:
  File "gui.py", line 36, in 
    root.wm_iconbitmap(tempFile)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1646, in wm_iconbitmap
    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.ico" not defined


Thank you for reporting this error, looks like the icon handling is incompatible with Linux-based system.
I updated https://github.com/hclivess/Bismuth/blob/master/gui.py with a workaround

Code:
import os
import os.name

if "posix" not in os.name:
    #icon

So the icon should no longer bother you in Ubuntu, please test and let me know if it works
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Someone please let me know when i can buy this on an exchange.
I'm not a miner and not putting anything on this laptop.

Cheers.

Hello, this is only a testnet version. No exchanges yet.
hero member
Activity: 770
Merit: 511
Im the One who Knocks.
Someone please let me know when i can buy this on an exchange.
I'm not a miner and not putting anything on this laptop.

Cheers.
member
Activity: 102
Merit: 10
Hi HCLivess, new version(0.84) installed everything worked good  ATM node synchronized very fast and my wallet didn't change:       f246e1b8d75e16e9451d6d8f22e63196c41ed26af7abd4f87fb3f44c . Yes I have windows 7 but I don't know why my wallet was overwritten in the prior version.
OK waiting for some test coins to try mining tool. Thanks.

Hi, did you receive the coins? (10000)

Hi, yes I received the coins thanks. I have been trying to mine but every time that I find a block the miner and the node stay stuck in that block to solve the problem I have to restart node and miner, they get synchronize OK but the block that was found disappear and the balance get back to 10000(coins that you sent me).
legendary
Activity: 957
Merit: 1006
anybody got this working on unix(ubuntu)?
i installed all mentioned dependencies and got the following executing gui.py
Code:
  File "gui.py", line 36, in 
    root.wm_iconbitmap(tempFile)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1646, in wm_iconbitmap
    return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "icon.ico" not defined
hero member
Activity: 708
Merit: 500
No success mining so far, everything checks out though...
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hi HCLivess, new version(0.84) installed everything worked good  ATM node synchronized very fast and my wallet didn't change:       f246e1b8d75e16e9451d6d8f22e63196c41ed26af7abd4f87fb3f44c . Yes I have windows 7 but I don't know why my wallet was overwritten in the prior version.
OK waiting for some test coins to try mining tool. Thanks.

Hi, did you receive the coins? (10000)
Pages:
Jump to: