Bitcoin Forum
May 06, 2024, 01:16:47 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
December 28, 2016, 06:03:25 PM
 #521

Smiley)) crazy_tester
1714958207
Hero Member
*
Offline Offline

Posts: 1714958207

View Profile Personal Message (Offline)

Ignore
1714958207
Reply with quote  #2

1714958207
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714958207
Hero Member
*
Offline Offline

Posts: 1714958207

View Profile Personal Message (Offline)

Ignore
1714958207
Reply with quote  #2

1714958207
Report to moderator
1714958207
Hero Member
*
Offline Offline

Posts: 1714958207

View Profile Personal Message (Offline)

Ignore
1714958207
Reply with quote  #2

1714958207
Report to moderator
1714958207
Hero Member
*
Offline Offline

Posts: 1714958207

View Profile Personal Message (Offline)

Ignore
1714958207
Reply with quote  #2

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

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 29, 2016, 12:54:09 PM
Last edit: December 29, 2016, 01:07:09 PM by HCLivess
 #522

was it you? Cheesy

New explorer is live:


topic OP slightly updated


gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
December 31, 2016, 08:12:17 AM
 #523

nice job HClivess !!
gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
January 01, 2017, 05:24:10 PM
 #524

Happy New Year bismuthers !!!
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 01, 2017, 11:03:55 PM
 #525

nice job HClivess !!

Thanks, it looks like new miners have joined the testnet. Hoping for a successful release in 2017. I would like to work on sync speed improvement now, followed by the longest chain proofing as it is now exploitable with sufficient coding knowledge.

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 02, 2017, 12:49:58 PM
 #526

I'm playing with the idea of upgrading to Python 3.6 from current 2.7. The bummer is that Windows XP is no longer supported in that newer version, which might cause trouble for some people. I am hesitant to upgrade to 3.4 or previous, because these are already out of date (and 2.7 is still regularly updated, unlike 3+ except the latest). So there is a new poll now.

kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
January 02, 2017, 01:39:52 PM
 #527

I'd like Python 2.7
gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
January 02, 2017, 04:05:21 PM
 #528

I'm playing with the idea of upgrading to Python 3.6 from current 2.7. The bummer is that Windows XP is no longer supported in that newer version, which might cause trouble for some people. I am hesitant to upgrade to 3.4 or previous, because these are already out of date (and 2.7 is still regularly updated, unlike 3+ except the latest). So there is a new poll now.

What is the advantage of Python 3.6 over the 2.7 ?
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 03, 2017, 04:30:38 PM
Last edit: January 06, 2017, 10:41:27 AM by HCLivess
 #529

I'm playing with the idea of upgrading to Python 3.6 from current 2.7. The bummer is that Windows XP is no longer supported in that newer version, which might cause trouble for some people. I am hesitant to upgrade to 3.4 or previous, because these are already out of date (and 2.7 is still regularly updated, unlike 3+ except the latest). So there is a new poll now.

What is the advantage of Python 3.6 over the 2.7 ?

Main reason - You don't have to "run as administrator", better compatibility with the "compiler"
Some things are supposed to be faster
It should be more secure through secrets module (we might need to rework the core completely for that)
newer Tcl for tkinter/GUI

https://docs.python.org/3.0/whatsnew/3.0.html
https://wiki.python.org/moin/Python2orPython3
https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-0

Also, we could switch to Blake2 algo for smoother operation

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 04, 2017, 08:18:22 PM
 #530

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

Code:
Supersync implemented, limited to 100 block sync at once (can be improved)
Every explorer now offers blockchain download
Configurable ledger path (not cross-compatible yet)
Connectivity issues resolved for incoming connections
Testnet protocol version 6 (hardfork)
Double payout fixed in Zircodice

maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
January 04, 2017, 09:43:54 PM
 #531

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

Code:
Supersync implemented, limited to 100 block sync at once (can be improved)
Every explorer now offers blockchain download
Configurable ledger path (not cross-compatible yet)
Connectivity issues resolved for incoming connections
Testnet protocol version 6 (hardfork)
Double payout fixed in Zircodice

Update done and now mining again Smiley

Any chance of a slack invite?

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 04, 2017, 10:28:10 PM
Last edit: January 05, 2017, 12:05:26 AM by HCLivess
 #532

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

Code:
Supersync implemented, limited to 100 block sync at once (can be improved)
Every explorer now offers blockchain download
Configurable ledger path (not cross-compatible yet)
Connectivity issues resolved for incoming connections
Testnet protocol version 6 (hardfork)
Double payout fixed in Zircodice

Update done and now mining again Smiley

Any chance of a slack invite?

So you are the mysterious miner. Of course, please pm me your email Wink

or https://bismuth.herokuapp.com/

gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
January 05, 2017, 06:58:25 AM
 #533

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

Code:
Supersync implemented, limited to 100 block sync at once (can be improved)
Every explorer now offers blockchain download
Configurable ledger path (not cross-compatible yet)
Connectivity issues resolved for incoming connections
Testnet protocol version 6 (hardfork)
Double payout fixed in Zircodice

Update done and now mining again Smiley

Any chance of a slack invite?

...nice BTC adress! Smiley And welcome to bismuth! Smiley
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 06, 2017, 08:53:43 AM
 #534

That vanity must have taken months to generate  Shocked


By the way, there is now some project called Lithium https://bitcointalk.org/index.php?topic=1717241.0
It mentions inspiration by Clarity, which is the ICO corporate version of Bismuth
We have never been contacted by anyone connected to that project, and there is no link to their github, so it's hard to tell whether they're using any of the Bismuth code or if the project is serious.

I would like to thank Alatay for the investigation.

ALATAY2K16
Full Member
***
Offline Offline

Activity: 188
Merit: 105



View Profile WWW
January 06, 2017, 02:05:51 PM
 #535

That vanity must have taken months to generate  Shocked


By the way, there is now some project called Lithium https://bitcointalk.org/index.php?topic=1717241.0
It mentions inspiration by Clarity, which is the ICO corporate version of Bismuth
We have never been contacted by anyone connected to that project, and there is no link to their github, so it's hard to tell whether they're using any of the Bismuth code or if the project is serious.

I would like to thank Alatay for the investigation.

by the look of the website reported
hafana.com
and the registration information

Registrant Name: Anastasia Oktaviana
Registrant Organization: Individual
Registrant Street: jakarta jakarta
Registrant City: jakarta
Registrant State/Province: jakarta
Registrant Postal Code: 15148
Registrant Country: ID
Registrant Phone: +62.62838928987
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email: fhafana@yahoo.com

and also because curiosity got the better of me and i signed up and my spam mail started to increase i wouldn't go near it but yous are free to do what you like :-)  stay safe people  :-)

gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
January 06, 2017, 05:05:56 PM
 #536

I saw too something about Clarity on Lithium... but i thought is a coincidence...
Sam123
Hero Member
*****
Offline Offline

Activity: 980
Merit: 502


View Profile
January 06, 2017, 06:10:36 PM
 #537

I saw too something about Clarity on Lithium... but i thought is a coincidence...

Same here. I thought there was another project called Clarity somewhere in Crypto space.
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
January 06, 2017, 11:27:10 PM
 #538

Heh, Lithium brought me to Clarity / Bismuth

I checked the ann for Lithium in December and made the following notes:

<-------

Lithium assessment

1. No escrow for the ICO
2. The dev made no posts between June 2014 and Dec 2016 - was the account bought?
3. This looks like a scam to me....... dev may change this, but I doubt it.
4. Note to self - check out / what is Clarity? - did I miss this one?

---------->

Looks like my assessment might have been true.....



maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
January 06, 2017, 11:31:31 PM
 #539

By the way my assessment of Bismuth | Clarity is very positive.

It is rare these days that I actually mine anything let alone take part in a testnet.

I like the approach - test and prove the coin first and then ICO - sweet spot Smiley

m4nki
Hero Member
*****
Offline Offline

Activity: 1039
Merit: 510



View Profile
January 07, 2017, 09:30:34 AM
 #540

The casino sounds interesting and reminds me of http://block-roulette.com/#

From the OP it reads that your casino does not have a house edge - is that true?

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!