gawlea
|
|
February 08, 2017, 08:31:03 AM |
|
Hi guys, I have reset the name voting and removed the options nobody voted for. Consider this round 2, please vote again.
About the one interface mentioned in the post above, I think I could make a "launcher" later on
I added sapphire to voting, because the old sapphire project is long dead. nice name imo
Cool I like it! I'm glad you like it too P.S. how is the weather there?
|
|
|
|
maccaspacca
Sr. Member
Offline
Activity: 278
Merit: 258
Twitter: @maccaspacca1
|
|
February 11, 2017, 01:49:32 PM |
|
If anyone wants to play around with my Stallion Ledger Query tool then it is available at: https://github.com/maccaspacca/Stallion-Tools/tree/master/Ledger_QueryJust place the files in your Stallion folder (C:\Program Files (x86)\Stallion) and run "ledger_query.cmd" as administrator If you want a stand alone executable (for those without Python installed) then go to https://github.com/maccaspacca/Stallion-Tools/releases/tag/v0.20-betaThe executable is in the zip file - extract and place the .exe into your stallion folder (C:\Program Files (x86)\Stallion) and run as administrator. Once running just browse to "your_computer_ip_address":8080 to use the tool. The default port of 8080 can be changed either in the "ledger_query.cmd" script if you are running the python version or running: ledger_query.exe:<your_port> from an administrative command prompt. Future releases will work on the look, feel and formatting.
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
February 24, 2017, 05:13:06 AM |
|
It looks like Bismuth will remain Bismuth 9 days before I come back from vacation, so if you want to vote for a different name you still can Also I would love to thank maccaspacca for his Bismuth tools, they are indeed awesome and help me understand linking and dynamic objects in web.py
|
|
|
|
gawlea
|
|
February 24, 2017, 08:41:37 AM |
|
It looks like Bismuth will remain Bismuth 9 days before I come back from vacation, so if you want to vote for a different name you still can Also I would love to thank maccaspacca for his Bismuth tools, they are indeed awesome and help me understand linking and dynamic objects in web.py
@hclivess we can't wait to return from vacantion and start this project take care!
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
February 27, 2017, 03:50:48 AM |
|
I have started reverting the rebranding, I will do the graphics when I arrive home. Thanks again for the awesome tools
|
|
|
|
madjihad
|
|
February 27, 2017, 01:39:46 PM |
|
is this the next pasc ?
|
|
|
|
4emily
|
|
February 27, 2017, 02:45:17 PM |
|
I made a new poll on the rebranding since the opinion on the Bismuth/Stallion naming is basically split in half.
A friend of mine suggested "Boa", which is a beautifully short, nice resounding name for a python-like snake, because the code is written in Python. The only other Boa project is some software from 1990s. Hence I voted for Boa.
I just voted. Boa seems great name Me too - especially since it stands for Best Of All!
|
|
|
|
kakaxibkl
Newbie
Offline
Activity: 53
Merit: 0
|
|
March 01, 2017, 03:20:21 AM |
|
Can't run on Ubuntu system?
|
|
|
|
gawlea
|
|
March 01, 2017, 06:35:00 AM |
|
Can't run on Ubuntu system?
As far as I know there isn't a linux client for now... this project is in it's early phase. Stay tunned coz dev is about to return from vacantion and will continue his work.
|
|
|
|
maccaspacca
Sr. Member
Offline
Activity: 278
Merit: 258
Twitter: @maccaspacca1
|
|
March 03, 2017, 10:38:39 PM |
|
I have combined my Ledger and Miner Query website tools together in to one web application. https://github.com/maccaspacca/Bismuth-ToolsThere is a compiled release for those who do not have python installed (windows only) I have tested on 64 bit Win 7 and Win 10 but can't guarantee if will work on all systems My next project is to develop a gui version for desktop use.... if I have time
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
March 06, 2017, 09:04:42 AM |
|
Can't run on Ubuntu system?
Hi, yes you should be able to run from Ubuntu. Some Linux systems have python installed by default. What you need to run from the directory after you download zip/master branch from github releases and unpack it: 1. pip install pillow pyqrcode pypng pyinstaller web.py pycrypto simple-crypt 2. pyinstaller --uac-admin --onefile --noconsole --log-level=INFO gui.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO node.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO miner.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO ledger_explorer.py --icon=graphics\icon.ico --hidden-import=ledger_explorer Then, you should be able to run your executable. Alternatively, you can choose to run node/miner/gui.py directly without the second step (if you have pyhton installed).
|
|
|
|
|
gawlea
|
|
March 07, 2017, 09:21:43 AM |
|
Great work maccaspacca. This is very useful tool. Offtopic: nice BTC address!
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
March 08, 2017, 10:29:09 AM |
|
I updated the fee calculation to be more predictable, combined it with diff calc in gui to save resources, changed the float number handling (set to 8 decimals), undone some rebranding in GUI, set max coins (mining) More updates here: https://cryptobismuth.herokuapp.com/
|
|
|
|
gawlea
|
|
March 09, 2017, 07:43:28 AM |
|
I updated the fee calculation to be more predictable, combined it with diff calc in gui to save resources, changed the float number handling (set to 8 decimals), undone some rebranding in GUI, set max coins (mining) More updates here: https://cryptobismuth.herokuapp.com/Hi hclivess! Did you returned from your vacantion or you are still on the road? We can't wait to have you back doing your thing in Bismuth project Take care!
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
March 10, 2017, 09:35:09 AM |
|
I updated the fee calculation to be more predictable, combined it with diff calc in gui to save resources, changed the float number handling (set to 8 decimals), undone some rebranding in GUI, set max coins (mining) More updates here: https://cryptobismuth.herokuapp.com/Hi hclivess! Did you returned from your vacantion or you are still on the road? We can't wait to have you back doing your thing in Bismuth project Take care! Hi, I'm back and making some changes already in preparation for the public release. Not releasing the new testnet version yet because it will break things (new fee calc, new notation)
|
|
|
|
kakaxibkl
Newbie
Offline
Activity: 53
Merit: 0
|
|
March 11, 2017, 06:38:11 PM |
|
Can't run on Ubuntu system?
Hi, yes you should be able to run from Ubuntu. Some Linux systems have python installed by default. What you need to run from the directory after you download zip/master branch from github releases and unpack it: 1. pip install pillow pyqrcode pypng pyinstaller web.py pycrypto simple-crypt 2. pyinstaller --uac-admin --onefile --noconsole --log-level=INFO gui.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO node.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO miner.py --icon=graphics\icon.ico pyinstaller --uac-admin --onefile --log-level=INFO ledger_explorer.py --icon=graphics\icon.ico --hidden-import=ledger_explorer Then, you should be able to run your executable. Alternatively, you can choose to run node/miner/gui.py directly without the second step (if you have pyhton installed). I have installed pyhton, But unable to execute wallet, Please tell me how to do it, thank you An error occurred while executing the following code: command not found ------------------------------------------------------------------------------------------------------------------ pyinstaller --uac-admin --noconsole --log-level=INFO gui.py --onefile --icon=graphics\icon.ico Pyinstaller --uac-admin --log-level=INFO node.py --onefile --icon=graphics\icon.ico Pyinstaller --uac-admin --log-level=INFO miner.py --onefile --icon=graphics\icon.ico Pyinstaller --uac-admin --log-level=INFO ledger_explorer.py --icon=graphics\icon.ico --onefile --hidden-import=ledger_explorer
|
|
|
|
gawlea
|
|
March 11, 2017, 06:49:45 PM |
|
I updated the fee calculation to be more predictable, combined it with diff calc in gui to save resources, changed the float number handling (set to 8 decimals), undone some rebranding in GUI, set max coins (mining) More updates here: https://cryptobismuth.herokuapp.com/Hi hclivess! Did you returned from your vacantion or you are still on the road? We can't wait to have you back doing your thing in Bismuth project Take care! Hi, I'm back and making some changes already in preparation for the public release. Not releasing the new testnet version yet because it will break things (new fee calc, new notation) Nice to have you back!
|
|
|
|
|
HCLivess (OP)
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
March 11, 2017, 11:29:01 PM |
|
Awesome job. Thank you, maccaspacca. I have added link to your tools to the OP. There shouldn't be a problem compiling on Linux. The only issue I've ever had is icon/graphics handling, but I've only worked with tkinter. wx is amazing and I have overlooked it for long enough.
|
|
|
|
|