Pages:
Author

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

legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
It seems that a person with IP 62.63.136.166 / f34361fe61a9a7aacaac839472e999f39602f82d543316e2a6744dd0 has desynced clock and is mining with future timestamp. Can you comment on this, please?
But I was able to optimize the node sorting procedure / banlist Smiley It still could be an issue in coding, that's why I'm asking to share details

Code:
2017-03-30 15:30:07,806 digest_block(744) Incoming: Valid signature
2017-03-30 15:30:07,806 digest_block(754) Digest: Future transaction not allowed, timestamp 1365.31866667 minutes in the future
2017-03-30 15:30:07,855 handle(1089) Incoming: Received: mempool from 127.0.0.1
sr. member
Activity: 445
Merit: 250
I have the same problem, network shows behind and one moment up to date... Mined balance disappears after some time and in node logs i can see that "Could not connect to ip address:2829"
Btw maybe is good to disable mining while wallet syncronizing
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
https://github.com/hclivess/Bismuth/releases/tag/2.231
Quote
- Quicker start
- Tor support
- To use tor, download Tor expert bundle (Win: https://www.torproject.org/dist/torbrowser/6.5.1/tor-win32-0.2.9.10.zip) and run tor.exe
  Then you need to enable tor on the last line of config.txt (change "tor=0" to "tor=1"). Then run node.exe

Ninja patch for passive nodes from 2.23, used old module which had functions messed up
The previous BUG back,
Every other time the wallet will disconnect from the network
Do not regularly restart Start Node wallet will synchronize

Please upload your node.log to http://pastebin.ubuntu.com and send the link. Also make sure to delete any socks.pyc or socks.py in your folder if you are not using the installer/exe

There will be no direct transfer of funds from the testnet to mainnet, but there will be reward tiers, probably paid from the development fund

I advise you look and try to find the following in the log: Threads at 70/75
newbie
Activity: 53
Merit: 0
https://github.com/hclivess/Bismuth/releases/tag/2.231
Quote
- Quicker start
- Tor support
- To use tor, download Tor expert bundle (Win: https://www.torproject.org/dist/torbrowser/6.5.1/tor-win32-0.2.9.10.zip) and run tor.exe
  Then you need to enable tor on the last line of config.txt (change "tor=0" to "tor=1"). Then run node.exe

Ninja patch for passive nodes from 2.23, used old module which had functions messed up
The previous BUG back,
Every other time the wallet will disconnect from the network
Do not regularly restart Start Node wallet will synchronize
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
https://github.com/hclivess/Bismuth/releases/tag/2.231
Quote
- Quicker start
- Tor support
- To use tor, download Tor expert bundle (Win: https://www.torproject.org/dist/torbrowser/6.5.1/tor-win32-0.2.9.10.zip) and run tor.exe
  Then you need to enable tor on the last line of config.txt (change "tor=0" to "tor=1"). Then run node.exe

Ninja patch for passive nodes from 2.23, used old module which had functions messed up
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
This looks interesting indeed, what is the limit of user data to be stored in one tx and in one block?

For now there is no limit, but data is enforced by increased fees. Some testing would be valuable on long OpenField entries, feel free to test the testnet Wink
62 kb (http://www.sacred-texts.com/dna/hgp011k.htm) costs 135 Bismuth to send now




Also, everyone please notice there is a new version which we successfully troubleshot yesterday.

https://github.com/hclivess/Bismuth/releases/tag/2.22

Code:
Please DELETE your mempool.db
New testnet version 7002
Restored proper signature validation
Minor adjustments to GUI and Miner user experience
New database column: "keep" replaced "confirmations", it is used to prevent pruning of some txs
GUI now has a "keep" switch
Hyperblocks now tolerate non-prunable transactions (needs testing)
Fixes to denominations
-- Node to node sync fixed
-- Digest fx fixed
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
hero member
Activity: 756
Merit: 501
This looks interesting indeed, what is the limit of user data to be stored in one tx and in one block?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Thanks for the hard work, maccaspacca.

I am reconsidering the launch of Clarity, because one chain will be quite a lot to handle on it's own. One of the community members suggested we do the dev rewards instead, so I opened a poll for that. This would mean there would be some premine to reward community members and testers.
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
Bismuth Tools now updated and published in new repository

https://github.com/maccaspacca/BismuthTools

For the moment I am only publishing a desktop version

future releases may have (depending on time and core code changes)

1. Better menus and help system
2. More wallet features and possibly node and miner functions
3. Network information
4. Logging features
hero member
Activity: 756
Merit: 579
I would like to boast about hyperblocks a little. Since I've read up this by Gavin http://gavinandresen.ninja/utxo-uhoh, I now know that unlike Bitcoin, Bismuth has no UTXO problems, because it uses a different approach. Another advantage is that Bismuth "light" nodes have the same functionality as Bitcoin full nodes and can confirm transactions without hassle.

I like the title HCLivess 1000% new Tongue
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
I would like to boast about hyperblocks a little. Since I've read up this by Gavin http://gavinandresen.ninja/utxo-uhoh, I now know that unlike Bitcoin, Bismuth has no UTXO problems, because it uses a different approach. Another advantage is that Bismuth "light" nodes have the same functionality as Bitcoin full nodes and can confirm transactions without hassle.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
How do I mine with multiple computers to the same address?

I hope this coin does well
-Conscripted

You just copy the privkey.der and pubkey.der to the other computers and start mining. Mind you this is still testnet, main network will be released later this year

Thanks.  Is it possible to run the NODE program on one computer and mine from several others or do you have to have a node running on each machine?

Yes, it is possible if you change the mining IP in config. However, you will not be receiving the mempool so you always will mine empty blocks. In order to fix this, I would need to add mempool synchronization to miner, which is not a priority atm. Also your ledger will not synchronize where miner is so you will fork. It needs to be redesigned to work properly.

https://github.com/hclivess/Bismuth/issues/31

you could make a network path to the ledger.db, but mempool.db is hardcoded atm

not a priority at the moment, but you can put it together from the code which already is on github Wink
newbie
Activity: 53
Merit: 0
How do I mine with multiple computers to the same address?

I hope this coin does well
-Conscripted

You just copy the privkey.der and pubkey.der to the other computers and start mining. Mind you this is still testnet, main network will be released later this year
Will the coins that test the network mining be retained after the main network is released?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
How do I mine with multiple computers to the same address?

I hope this coin does well
-Conscripted

You just copy the privkey.der and pubkey.der to the other computers and start mining. Mind you this is still testnet, main network will be released later this year
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hello again, I found out that the transaction history handling was incomplete and caused balances to go more negative/positive with each restart. Apologies and here is the fixed version (hopefully final implementation of hyperblocks)

I had to bump up the version so that nobody loses anything (albeit testnet)

https://github.com/hclivess/Bismuth/releases/tag/2.03

Thanks for testing!
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
Important

Just to let everyone know that due to the changes in the latest release both the desktop and web versions of my Bismuth tools no longer work.

I have withdrawn the repository on github so I can undertake a rebuild of the tools whilst at the same time make some security improvements.

I will inform you all once I have released the new versions.

legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Thanks for the help with linux! I will paste these instructions on the first page/op.
newbie
Activity: 53
Merit: 0
I really want to have a Ubuntu system installation guide, I like this coin, but my system is Ubuntu, I can not run him. I think there are a lot of people with me.

If you are installing the dependencies on Ubuntu, you need to install as 'sudo'


example commands include;

sudo apt install python-pip
sudo pip install pillow pyqrcode pypng pyinstaller web.py pycrypto simple-crypt
sudo apt-get install python-tk

I have a node running on Ubuntu 16.04 and the executable successfully compiles (at least on my machine) using

pyinstaller --onefile --log-level=INFO node.py --icon=graphics\icon.ico

At some point (if I have time) I might write a guide for running on Ubuntu.
Thanks very much
I have successfully run the wallet

newbie
Activity: 53
Merit: 0
I really want to have a Ubuntu system installation guide, I like this coin, but my system is Ubuntu, I can not run him. I think there are a lot of people with me.

If you are installing the dependencies on Ubuntu, you need to install as 'sudo'


example commands include;

sudo apt install python-pip
sudo pip install pillow pyqrcode pypng pyinstaller web.py pycrypto simple-crypt
sudo apt-get install python-tk

I have a node running on Ubuntu 16.04 and the executable successfully compiles (at least on my machine) using

pyinstaller --onefile --log-level=INFO node.py --icon=graphics\icon.ico

At some point (if I have time) I might write a guide for running on Ubuntu.

Looking forward to your tutorials, friends
Pages:
Jump to: