Search content
Sort by

Showing 10 of 10 results by ch4ot1c
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 31/10/2019, 22:25:47 UTC
Happy 1 year! Smiley

https://bsha3.com/ - Added some info about the LWMA hard fork

I'd love to see the original consensus chain come back to life some day Smiley Regardless, there is a community of miners on this fork.

https://github.com/bsha3/bsha3 for everything official. I've been working on Bitcoin a lot, and plan to bring all improvements over to BSHA3. Stay tuned - follow the @bsha3official Twitter.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 09/11/2018, 19:30:16 UTC
New Windows and Mac releases have been uploaded! Windows now has an installer available.

https://github.com/bsha3/bsha3/releases

#bsha3

Love watching the hashrate rise on http://explorer.bsha3.com !!!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 08/11/2018, 08:54:05 UTC
Block explorer now shows transaction history + balances! ElectrumX integrates with it to do this - pretty cool.

http://explorer.bsha3.com

New official releases, p2pool, and a gpu miner based on ccminer are the focus for the next few days. Hustling along; there are some great people in the Discord who've begun to lend a hand.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 06/11/2018, 18:51:28 UTC
Block explorer is now up and running -

http://explorer.bsha3.com

Enjoy!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 03/11/2018, 20:55:39 UTC
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 02/11/2018, 22:14:37 UTC
I was initially going to avoid making a Discord, to keep things decentralized, but it seems like the community would form one/many anyway. Here is a link to one I'll run:

https://discord.gg/tjzc3AZ

Excited to have (dev) participation!

Added this link to the sticky.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 02/11/2018, 02:17:55 UTC
Binaries for major platforms will be available tomorrow.

To spread awareness of the project, you can use Twitter hashtag #bsha3, and encourage others to do so.

Btw, I'm not heavily mining right now - haven't added any new devices since block 67.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 01/11/2018, 23:34:12 UTC
First DNS Seed is now up and running.

Check out https://github.com/bsha3/ecosystem for tasks that need completion.

Other changes so far: Improved the build instructions; fixed warnings.

Website coming soon.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 31/10/2018, 19:13:27 UTC
That error is after
Code:
bsha3d
and
Code:
bsha3-cli
are finished building; you can still use the program. I'll get to the tests shortly!
Post
Topic
Board Announcements (Altcoins)
[ANN][POW] BSHA3: SHA3d unleashed
by
ch4ot1c
on 31/10/2018, 18:11:25 UTC
On October 31, 2008, Satoshi Nakamoto sent his first email discussing Bitcoin. Ever since then, the world has felt the full impact of SHA256. We have neglected its wise cousin though, SHA3-256, in the discussion of Proof of Work algorithms. Ten years later, it is finally time.

Most instances of SHA256 have been replaced with SHA3 in the Bitcoin codebase, to form this new protocol. This includes cases that use HMACs and HASH160. Additionally, SHA1 has been removed.

Source Code: https://github.com/bsha3/bsha3
Latest Version: https://github.com/bsha3/bsha3/releases
Block Explorer: http://explorer.bsha3.com, Community: https://chainmapper.com/bsha3

Website: https://bsha3.com, also https://bsha3.org
Twitter: @bsha3official
Discord: https://discord.gg/tjzc3AZ
QQ (China): 755722635

I created BSHA3 because SHA3d's impact has yet to be seen in on the internet and world community. I wonder the solution to this hard consensus problem: Is SHA256d or SHA3d driven proof-of-work more efficient?

The roadmap is to stay consistent with Bitcoin Core code. They have done an outstanding job of conquering nuances and bugs in Bitcoin, including transaction malleability, and we are in a position to simply continue porting their improvements.

**Please note that this project is simply an experimental blockchain mainnet.**

Proof of Work

SHA3d. This is the first blockchain to use this algorithm! It is like SHA3-256, but two iterations each time - in the spirit of Bitcoin's SHA256d. Nerd note: It uses the Keccak-1600 with the 0x01 -> 0x06 last-minute padding fix (Ethereum forgot to do this! Sad).

In addition, there is an easy to use CPU miner integrated into the daemon itself! Just run
Code:
setgenerate true
to begin, and
Code:
setgenerate false
to stop.

A GPU miner has also been developed by a community member - check the Github!

Premine?

BSHA3 is "premined" only up to block 250. This allowed for testing above block 101 + 16, as well as a brief network-preparation / stats-gathering period before release. Its public announcement is today, October 31, 2018, during the 50 "coin" block-reward period.

Coin generation

Miners begin generating 50 coins per block, with 10 minute average blocks. The same exact issuance schedule & difficulty adjustment as Bitcoin is used! Only 21,000,000 BSHA3 are ever created.

Source code

The source code is here:
https://github.com/bsha3/bsha3

Please read the front page (README.md) for instructions on building, running, and mining.

Community coin

I, Jon Layton, am the inventor of BSHA3. After this announcement though, nothing about the protocol and its function belongs to me.

All of the source code is Free Software (unless otherwise licensed), and contributing works are referenced in the COPYING file.

In this spirit, the community must band together to build important ecosystem features - wallets, explorers, and more. This announcement can serve as an initial hub for planning and discussion.

If you live in the state of New York, I respectfully ask you to not participate in this project in any way.

Running

The BSHA3 implementation is based on the latest Bitcoin code. You can build the daemon version (bsha3d with bsha3-cli) and/or the gui version (bsha3-qt). See the docs on Github for more information.

Similar to Bitcoin, you may want to create a bitcoin.conf file here:
  Win10: C:\Documents and Settings\\Application Data\BSHA3
  Win7: C:\Users\\AppData\Roaming\BSHA3
  Mac: ~/Library/Application Support/BSHA3
  Unix: ~/.bsha3

P2P Port: 8335
Open this port on your router to allow more than 8 connections.

RPC Port: 8334
This is the port miners will use to communicate with your client/daemon. In general, do not expose this one to the public network.

Sample ~/.bsha3/bitcoin.conf file (optional):

Code:
server=1

#Change this if you want to use a different rpc port for mining
#rpcport=8334

#Uncomment this if you are running bsha3d and want it to run in the background
#daemon=1

#addnode=
#addnode=


Gitian releases and more coming soon! Stay tuned here for updates.

Mine away!