Bitcoin Forum
April 23, 2024, 10:21:11 PM *
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)
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
September 13, 2016, 10:42:31 AM
 #361

What happened to this experiment ?
did it hit a hiccup ?

Hi, the main hiccup is that the proof of transaction cannot handle spam or large network securely. I will be switching to PoW now. Summer is still on, so I did not have much time to focus on the project (which requires my whole body and soul when I focus on it).

There are three priorities, when completed, we will be able to continue:

1. tx serialization
2. sync rules
3. pow integration

I suggest you join slack for more frequent updates https://bismuthdevs.slack.com/messages/general/ send me your email in PM so I can invite you

Also in the recent light of Antshare IPO, I will have a stronger motivation to make moves with Clarity, the Bismuth derivate, which will benefit miners, users, investors and me

1713910871
Hero Member
*
Offline Offline

Posts: 1713910871

View Profile Personal Message (Offline)

Ignore
1713910871
Reply with quote  #2

1713910871
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713910871
Hero Member
*
Offline Offline

Posts: 1713910871

View Profile Personal Message (Offline)

Ignore
1713910871
Reply with quote  #2

1713910871
Report to moderator
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
September 15, 2016, 09:22:09 AM
 #362

I started reworking the transaction engine today, reworking miner first

Also, new repo until merge:

https://github.com/hclivess/BismuthPOW

BTC Community
Sr. Member
****
Offline Offline

Activity: 242
Merit: 250



View Profile
September 26, 2016, 10:07:32 AM
 #363

quite look forward to see your project to be sucessed

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   BTC & Blockchain  WORLD  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀                    
Www.btcshuo.com  BTC News Platform in China ☜  ✠▬▬▬▬▬▬ or ▬▬▬▬▬✠ ☞  Www.heybtc.com  Blockchain News Platform
                                                                           Potential ICO/IPO Project List 
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 24, 2016, 12:26:02 PM
 #364

Hi, I have resumed my work on the POW version of Bismuth, getting quite near with the basics. Meanwhile, I am also integrating openfield technology which will allow for blockchain-based programming of dapps. Here is a GUI preview:



- Currently rewriting node.py and gui.py
- Making adjustments to miner.py
- Putting it all together

t2yax
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Arianee:Smart-link Connecting Owners,Assets,Brands


View Profile
October 24, 2016, 12:27:15 PM
 #365

when bismuth mainnet released ?

arianee
• • • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Smart-link Connecting Owners, Assets And Brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • • •
Discord
Telegram ⊐●⊏ Reddit
Twitter ⊐●⊏ Instagram
Medium ⊐●⊏ Linkedin
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 24, 2016, 12:28:05 PM
 #366

when bismuth mainnet released ?

I changed the algo so I will need a new testnet run which may take another month or so (after I finish making changes)
Don't expect it to be too soon

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 25, 2016, 12:35:10 PM
Last edit: October 25, 2016, 12:48:58 PM by HCLivess
 #367

OK, basic transition from gui though miner to node ledger is now working.

To do:
-Block time as part of blocks
-Hash/mining verification
-Cross node synchronization (including rework of synch mechanism for longest chain verification)

So now, if you want to play around, you can try submitting some blocks locally, no executables built yet
https://github.com/hclivess/BismuthPOW

Diff is set to 0 for testing purposes

Error raising is ON
Code is not revised

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 27, 2016, 03:37:42 PM
 #368

OK, we now only need exchange of transactions between nodes, that will require a special new function.
I dropped the idea of block timestamps for now, there are already transaction timestamps and block time is now used as nonce only, internally renamed.

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 31, 2016, 10:15:45 AM
Last edit: October 31, 2016, 03:16:52 PM by HCLivess
 #369

Work in progress:
The mining rewards have been replaced by the POW model
Block time is now a part of the reward transaction

new block structure for now:

alexcrownjr
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
October 31, 2016, 09:58:16 PM
 #370

can i mine without gui ?
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 01, 2016, 12:24:28 PM
 #371

can i mine without gui ?
as for now, you can only mine without gui

work in progress:
-mempool synchronization implemented
-fixed client-side zombie bug
-node no longer requested to run for gui, although transactions will not propagate to other miners

todo:
-block sync

kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
November 02, 2016, 10:23:53 AM
 #372

work on win7 64-bit?
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 02, 2016, 02:12:29 PM
 #373

work on win7 64-bit?

Yes, Bismuth testnet release 3 will work on all systems, Linux and Windows x86/x64
We are nearing the testnet 3 release

Worknotes: float/str interaction fixed, reworked hashing, unified+simplified transaction handling, sync now works across nodes/clients

ALATAY2K16
Full Member
***
Offline Offline

Activity: 188
Merit: 105



View Profile WWW
November 03, 2016, 09:34:37 PM
 #374

my psu better get delivered soon, I've  no pc just now  Angry

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 04, 2016, 10:18:49 AM
 #375

my psu better get delivered soon, I've  no pc just now  Angry


No worries, I need to rework transaction verification and all the old bits to the new model, so still there is plenty of time left

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 04, 2016, 01:11:37 PM
 #376

update: I removed backup mechanism since mempool is now cross-node shared, signing is reworked. I need to improve block sync now.

kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
November 05, 2016, 01:31:43 PM
 #377


Please send a bismuth

d9304ff1f8ab0a0399644fe1a9d30d4560a6a7609a8ba598a8cb0a74
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 07, 2016, 10:23:35 AM
 #378


Please send a bismuth

d9304ff1f8ab0a0399644fe1a9d30d4560a6a7609a8ba598a8cb0a74

hi, please wait for testnet release 3
Code:
work notes:
added config file with following parameters configurable

port=2829
genesis=8927be930a50dad85bddd1c59b947b4cd4e2ae55e3d56cb0e094b2b2
verify=1
version=testnet3___
thread_limit=25
mining_ip=127.0.0.1
rebuild_db=1

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
November 18, 2016, 01:50:09 PM
 #379

we are doing some internal testing of testnet 3 now

m4nki
Hero Member
*****
Offline Offline

Activity: 1039
Merit: 510



View Profile
November 18, 2016, 01:57:13 PM
 #380

Could you please update the OP? It seems to still contain old information, such as proof of transaction?

Thank you!

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!