Bitcoin Forum
April 24, 2024, 02:39:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Bismuth and Clarity
Create two independent systems - 2 (22.2%)
Dev rewards like Dash and ZCASH, one system - 7 (77.8%)
Total Voters: 9

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 »
  Print  
Author Topic: [TESTNET]Bismuth - New Language, Interpretation Engines, DAPPs  (Read 49699 times)
gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
March 16, 2017, 08:04:05 PM
 #661

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
1713926359
Hero Member
*
Offline Offline

Posts: 1713926359

View Profile Personal Message (Offline)

Ignore
1713926359
Reply with quote  #2

1713926359
Report to moderator
1713926359
Hero Member
*
Offline Offline

Posts: 1713926359

View Profile Personal Message (Offline)

Ignore
1713926359
Reply with quote  #2

1713926359
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713926359
Hero Member
*
Offline Offline

Posts: 1713926359

View Profile Personal Message (Offline)

Ignore
1713926359
Reply with quote  #2

1713926359
Report to moderator
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
March 18, 2017, 10:37:39 PM
 #662

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

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 20, 2017, 09:46:44 AM
 #663

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.

eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
March 21, 2017, 02:38:04 PM
 #664

This looks interesting indeed, what is the limit of user data to be stored in one tx and in one block?

maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
March 21, 2017, 09:34:44 PM
 #665

Bismuth Tools 0.2 released

https://github.com/maccaspacca/BismuthTools/releases

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 23, 2017, 09:49:32 AM
Last edit: March 23, 2017, 10:03:19 AM by HCLivess
 #666

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

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 23, 2017, 05:34:54 PM
Last edit: March 23, 2017, 08:20:32 PM by HCLivess
 #667

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

kakaxibkl
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 27, 2017, 03:09:40 AM
 #668

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
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 27, 2017, 08:38:58 AM
Last edit: March 29, 2017, 02:23:18 PM by HCLivess
 #669

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

adorid
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250


View Profile
March 30, 2017, 09:48:18 AM
 #670

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

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 30, 2017, 01:09:00 PM
Last edit: March 30, 2017, 01:31:52 PM by HCLivess
 #671

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

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 30, 2017, 01:51:37 PM
 #672

Feel free to test the new version

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

Code:
Dropped "onefile" compilation for compatibility reasons
"Run as administrator" is no longer required
Rewrote the compilation script
Disabled future transactions in mempool
Changed display of values in GUI and prevented rounding (old request)
Changed banlist to prevent it from crashing the node / overfilling threads (basic testing done)
Added details to some logging

adorid
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250


View Profile
March 31, 2017, 11:57:50 AM
Last edit: March 31, 2017, 01:32:31 PM by adorid
 #673

Yea thats me with clock problem Cheesy i changed clock time to real.

Simply was wrong computer time with launched wallet.

Btw new version node cmd windows opens and after some time closing by itself...

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
March 31, 2017, 08:27:58 PM
Last edit: April 01, 2017, 12:00:02 AM by HCLivess
 #674

Yea thats me with clock problem Cheesy i changed clock time to real.

Simply was wrong computer time with launched wallet.

Btw new version node cmd windows opens and after some time closing by itself...

Thanks for testing, I am intensively changing the mining algorithm at the moment so a new release is every few hours, we are testing in various mining environments. I recommend checking back in a day or two for the new version

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

This should fix the crashes

Xenophanes0
Jr. Member
*
Offline Offline

Activity: 50
Merit: 10


View Profile
April 01, 2017, 10:21:56 AM
 #675

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

mainnet will be better step to launch especially for new users.
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
April 01, 2017, 07:58:45 PM
 #676

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

mainnet will be better step to launch especially for new users.

Hi, here's a release statement, I hope for very early April, but want a healthy network

http://bismuth.cz/launch/


currently testing a patch for the passive node disconnection after several hours, release tomorrow if node doesnt die overnight

maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
April 02, 2017, 07:14:21 PM
 #677

Bismuth Tools 0.40 release

https://github.com/maccaspacca/BismuthTools/releases/tag/v0.40

Fixes following recent Bismuth client changes and other code fixes

Linux included for experimental / future use.

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
April 02, 2017, 07:22:10 PM
 #678

This version of Bismuth goes with that version of Bismuth Tools

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

Bismuth hard fork to include nonce mechanism in mining to prevent potential incentivization of blockchain timestamp alteration. I have a multithreaded miner ready and will release it with the upcoming version. Also stability issues for nodes seem resolved (still testing). The last one thing planned before the mainnet is the names registration (aliases), which are already supported in the Bismuth Tools - no forking required for that one, so we might as well keep it for after launch

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
April 02, 2017, 10:53:57 PM
 #679

There's an announcement I forgot to make, we now have an official website:

http://bismuth.cz/

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
April 03, 2017, 09:09:48 AM
 #680

Hi, blockchain is stuck, around line 337 we need some changes, fix probably coming later today

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!