Bitcoin Forum
April 25, 2024, 08:39:04 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
July 28, 2016, 02:07:00 PM
 #241

I added a little app called plotter.py for statistics, will compile later
But I will need to convert this to chart.js, because matplotlib sucks for this purpose




"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
zorgn
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 28, 2016, 07:49:42 PM
 #242

Testnet transaction spammer is not running, at least not mine

That explains why my miner was no longer doing anything I guess!
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 28, 2016, 09:49:39 PM
Last edit: July 28, 2016, 10:22:16 PM by HCLivess
 #243

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

Quote
new explorer (functioning now)
new stats plotter
negative fees no longer possible
reorganized mining blocks no longer accepted
versioning in place

please use only this version now

Also I unlocked the poll because polls cannot be deleted (huh)
Compiled plotter has some issues on windows

zorgn
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 29, 2016, 05:10:35 AM
 #244


Upgraded mine.

Just noticed: I did a transaction of 0.102, and it shows on the GUI as 0.1 only, so maybe you should not be rounding the display...?
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 29, 2016, 09:39:14 AM
 #245

New html plotter will be available in the next version

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 29, 2016, 09:40:23 AM
 #246


Upgraded mine.

Just noticed: I did a transaction of 0.102, and it shows on the GUI as 0.1 only, so maybe you should not be rounding the display...?

Thanks, it seems like I'll need to adjust the rounding. However, it goes crazy confusing if unrounded

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 29, 2016, 11:19:19 AM
Last edit: July 29, 2016, 12:27:45 PM by HCLivess
 #247

Stats demo here:

http://coincidental.eu/wp-content/bismuth/index.html
also, new poll is out

zorgn
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 29, 2016, 04:39:16 PM
 #248

Hello,

I noticed this strange behavior: when you keep pressing the "Refresh" button on the GUI, the last transaction sometimes disappear (if you press refresh enough it will eventually reappear)

Just FYI...
frobley
Hero Member
*****
Offline Offline

Activity: 708
Merit: 500


View Profile
July 30, 2016, 09:23:53 AM
 #249

I selected 'Clarity' over the other options, but now I've got used to Bismuth I think I prefer that, and once I had looked it up, found it's a very interesting element!
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 30, 2016, 06:30:22 PM
 #250

Hello,

I noticed this strange behavior: when you keep pressing the "Refresh" button on the GUI, the last transaction sometimes disappear (if you press refresh enough it will eventually reappear)

Just FYI...

Thanks, that's due to chain reorganization. Because:

If you submit your transaction while your block is lower than the latest block, it will only be added atop the latest block after you receive it, so
1. submit transaction
2. check if anyone has a higher block
3. if someone has a higher block, save transaction for later (remove from gui/chain)
4. finish synchrnonization
5. if consensus is higher than 67%, insert transaction
6. inform others that we have a new block
7. spread blocks and make other sync

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 30, 2016, 06:30:56 PM
 #251

I selected 'Clarity' over the other options, but now I've got used to Bismuth I think I prefer that, and once I had looked it up, found it's a very interesting element!
There would be Bismuth + Clarity Wink

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 30, 2016, 06:33:58 PM
 #252

Code:
2016-07-30 20:30:59,904 consensus_add(104) Consensus IP list:['93.157.47.12', '62.210.161.232', '62.153.176.78', '105.155.240.167', '88.101.136.109', '62.63.136.166', '94.113.207.67', '127.0.0.1', '70.188.60.92']
2016-07-30 20:30:59,904 consensus_add(105) Consensus opinion list:[9958, 9958, 9958, 9958, 9958, 9958, 9958, 9958, 9958]

Sync looks OK, hopefully it does not get stuck until Monday, when a fix will be probably released

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 31, 2016, 02:18:28 PM
Last edit: July 31, 2016, 04:16:56 PM by HCLivess
 #253

https://github.com/hclivess/Bismuth/releases/tag/0.87
Quote
explorer now includes html5 plotter
lookback fix for wrong block height numbering
Live blockchain explorer now here: http://94.113.207.67:5492/

vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
July 31, 2016, 08:30:34 PM
 #254

Please... Can i get some bismuth to mine..

bd4ca9d7db4d80728c2cadd0eb9fe4a010e4f4110933150e1816bf8c

Thanks a lot  Wink
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 31, 2016, 09:31:46 PM
 #255

Please... Can i get some bismuth to mine..

bd4ca9d7db4d80728c2cadd0eb9fe4a010e4f4110933150e1816bf8c

Thanks a lot  Wink

hi, you can mine freely now. no bismuth required

vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
July 31, 2016, 09:38:24 PM
 #256

Please... Can i get some bismuth to mine..

bd4ca9d7db4d80728c2cadd0eb9fe4a010e4f4110933150e1816bf8c

Thanks a lot  Wink

hi, you can mine freely now. no bismuth required

Ok... thanks... I'll try now... but... anyway... if you want to send some coins I think I will not cry  Grin (no... its a joke)... I will try to mine some

Thanks again  Wink
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 31, 2016, 09:39:09 PM
 #257

Please... Can i get some bismuth to mine..

bd4ca9d7db4d80728c2cadd0eb9fe4a010e4f4110933150e1816bf8c

Thanks a lot  Wink

hi, you can mine freely now. no bismuth required

Ok... thanks... I'll try now... but... anyway... if you want to send some coins I think I will not cry  Grin (no... its a joke)... I will try to mine some

Thanks again  Wink

check your wallet Wink

vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
July 31, 2016, 09:42:01 PM
 #258

Please... Can i get some bismuth to mine..

bd4ca9d7db4d80728c2cadd0eb9fe4a010e4f4110933150e1816bf8c

Thanks a lot  Wink

hi, you can mine freely now. no bismuth required

Ok... thanks... I'll try now... but... anyway... if you want to send some coins I think I will not cry  Grin (no... its a joke)... I will try to mine some

Thanks again  Wink

check your wallet Wink

hahahaha... thanks a lot... you are from now my personal hero  Grin

Thanks again  Wink
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 31, 2016, 09:44:49 PM
 #259

No problem, test and enjoy. I thought about this clean design for Bismuth's little brother:


vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
July 31, 2016, 09:46:11 PM
 #260

No problem, test and enjoy. I thought about this clean design for Bismuth's little brother:



I like it  Wink
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!