Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: ch4ot1c on October 31, 2018, 06:11:25 PM



Title: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on October 31, 2018, 06:11:25 PM
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! :().

In addition, there is an easy to use CPU miner integrated into the daemon itself! Just run
Code:
setgenerate true <num_cores>
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\<username>\Application Data\BSHA3
  Win7: C:\Users\<username>\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=<ip of trusted peer 1>
#addnode=<ip of trusted peer 2>


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

Mine away!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 06:45:58 PM
how to build or links to binaries?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: busminer on October 31, 2018, 06:57:33 PM
any windows wallet?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: j4rd4 on October 31, 2018, 07:00:16 PM
tried to compile, ended with an error:
  CXX      test/test_bitcoin-test_bitcoin.o
test/test_bitcoin.cpp: In constructor ‘BasicTestingSetup::BasicTestingSetup(const string&)’:
test/test_bitcoin.cpp:64:70: error: ‘NO_TIMEOUT’ is not a member of ‘Consensus::BIP9Deployment’
     gArgs.ForceSetArg("-vbparams", strprintf("segwit:0:%d", (int64_t)Consensus::BIP9Deployment::NO_TIMEOUT));


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: makoky on October 31, 2018, 07:05:19 PM
the same error for me


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on October 31, 2018, 07:13:27 PM
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!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 08:12:09 PM
ok i managed to compile and i also got the same errors. but also i dont see how i can run the daemon ?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: makoky on October 31, 2018, 08:12:29 PM
why the miner its called ravenminer?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 09:41:14 PM
is this actually mining ravencoin  :-\ :-\ :-\ :-\ :-\ :-\


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: samspaces on October 31, 2018, 10:01:58 PM
daemon and cli aren't built in src/ after following error.

  CXX      qt/test/qt_test_test_bsha3_qt-addressbooktests.o
test/test_bitcoin.cpp: In constructor ‘BasicTestingSetup::BasicTestingSetup(const string&)’:
test/test_bitcoin.cpp:64:70: error: ‘NO_TIMEOUT’ is not a member of ‘Consensus::BIP9Deployment’
     gArgs.ForceSetArg("-vbparams", strprintf("segwit:0:%d", (int64_t)Consensus::BIP9Deployment::NO_TIMEOUT));
                                                                      ^
Makefile:9127: recipe for target 'test/qt_test_test_bsha3_qt-test_bitcoin.o' failed
make[2]: *** [test/qt_test_test_bsha3_qt-test_bitcoin.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/wallets/bsha3/src'
Makefile:10492: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/wallets/bsha3/src'
Makefile:774: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: dquancey on October 31, 2018, 10:23:21 PM
Anyone have a balance at all?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 10:30:12 PM
nopes. not sure what's going on and hash is climbing. but no coins.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: CryptoJayC on October 31, 2018, 10:36:17 PM
consensus.nMinerConfirmationWindow = 2016

I believe it takes 2016 blocks to confirm a mined block.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 10:41:21 PM
yeah i was thinking the same. but help me out here - is there a way to see unconfirmed blocks through the console?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: CryptoJayC on October 31, 2018, 10:42:29 PM
./bsha3-cli listtransactions


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: CryptoJayC on October 31, 2018, 10:46:32 PM
Lol, 2016 blocks at 10 minute block times? You realize that is a 2 week confirmation period right..

isn't it the same for bitcoin?

i agree it's a very long time for confirmation.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on October 31, 2018, 10:47:33 PM
oh shit. this i didnt realize. ok that's an amazing non starter


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: boba022 on November 01, 2018, 02:40:23 AM
Any plans to promote the coin? Or it'll be completely up to community to work on increasing adoption?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 01, 2018, 03:58:46 AM
net hash went 4x since 3 hrs and all without even any binary files. i see dev working on github ferociously. promotion can wait given all of these.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: CryptoJayC on November 01, 2018, 04:06:38 AM
Lol, 2016 blocks at 10 minute block times? You realize that is a 2 week confirmation period right..

isn't it the same for bitcoin?

i agree it's a very long time for confirmation.

It is, same as all other forks too (RVN, Sys, etc.) The difference is that their block times are different.
I was wrong then.
mined block has confirmed after 101 blocks.
That 2016 is not the line of code that suggests number of confirmations needed for mined block.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 01, 2018, 06:12:53 AM
i agree, some binaries would help this be accessible to more miners. I think dev is working on a GPU miner, that should be compiled and released to create a level playing field.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: cabot364 on November 01, 2018, 06:23:57 AM
Someone going to make a discord so we can all lament together?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: dquancey on November 01, 2018, 11:51:48 AM
Wonder when the OP will return.

But if someone can start a discord, so we can get things going.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: pogadaev on November 01, 2018, 02:22:38 PM
hello
explorer have?
and I can't add a coin to your calculator https://calcminer.info/ >:(


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 01, 2018, 02:35:17 PM
net hash seems to have gone up another 5X in last 7 hrs. all without binaries!!!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: boba022 on November 01, 2018, 03:50:37 PM
net hash seems to have gone up another 5X in last 7 hrs. all without binaries!!!

Dev's mining? ;)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: dquancey on November 01, 2018, 07:29:02 PM
net hash seems to have gone up another 5X in last 7 hrs. all without binaries!!!

Dev's mining? ;)

You'll be surprised by the amount of people using AWS or those who have access to high powered kit.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: caex on November 01, 2018, 07:38:12 PM
Most users use windows when there is a wallet?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: dquancey on November 01, 2018, 07:45:22 PM
Most users use windows when there is a wallet?

I think it can be compiled if you wanted to try that, but no release yet.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 01, 2018, 07:58:01 PM
yeah on linux this compiles easily enough. for windows users, you just need to use WSL (ubuntu on windows through the app store).


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 01, 2018, 11:34:12 PM
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.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 01, 2018, 11:42:56 PM
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.

i was trying to compile a windows binary for the community but it's failing because of the errors. have you fixed them now?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 02, 2018, 02:17:55 AM
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.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 02, 2018, 04:32:51 AM
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.

have you sent out any tweets on this that folks can use?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 02, 2018, 04:36:05 AM
also Dev - is it okay if the community makes a discord? would you be interested in participating there?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Shalt on November 02, 2018, 09:35:26 AM
I compiled and ran bsha3d and it's on block 4100. How is this possible with 10 minute block times?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: dquancey on November 02, 2018, 10:41:52 AM
https://github.com/bsha3/ecosystem

Looks like OP wants us to create the Discord then, who's gonna get it going.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 02, 2018, 03:29:47 PM
I compiled and ran bsha3d and it's on block 4100. How is this possible with 10 minute block times?

That's because that 10 min is a target with difficulty retargeting at intervals. in actual the hash went too high - too many cpu miners, and more blocks were mined before retargeting happened. same logic as bitcoin.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 02, 2018, 10:14:37 PM
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.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 06:38:46 AM
net hash another 2.5x. Dev - we need binaries please.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 06:56:09 AM
BTW did anyone manage to build without the error flags ? i know the build works even after the errors but it'll be nice to have some smooth code completion messages :)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 06:32:06 PM
seems dev is also the lead dev for Bitcoin Private. is that true? :o :o :o :o


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: obbo on November 03, 2018, 07:05:15 PM
Am i the only one struggling with these binaries?   Mac version wont mount (tried on two different macs)  On windows the qt will launch but says not to use it for mining.  Meanwhile the deamon will launch but the CLI wallet won't.  any help appreciated.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: mrbanjo on November 03, 2018, 08:10:59 PM
net hash another 2.5x. Dev - we need binaries please.

There out man, check GitHub.

Excellent work comrades. When a team knows how to work with a githab in such a market, this should be appreciated. Let's see how the project will continue to evolve. Do you have a shortage of funds for development?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 08:15:35 PM
Am i the only one struggling with these binaries?   Mac version wont mount (tried on two different macs)  On windows the qt will launch but says not to use it for mining.  Meanwhile the deamon will launch but the CLI wallet won't.  any help appreciated.

that's surprising. all of these issues have been sorted out. maybe join the discord and ask for help.

 for mac try these before trying to run the wallet:

$ Get homebrew: https://brew.sh
$ brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode

(don't use the '$') signs


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 08:16:58 PM
net hash another 2.5x. Dev - we need binaries please.

There out man, check GitHub.



Excellent work comrades. When a team knows how to work with a githab in such a market, this should be appreciated. Let's see how the project will continue to evolve. Do you have a shortage of funds for development?

are you offering funds?  :)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 03, 2018, 08:55:39 PM
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: obbo on November 03, 2018, 09:11:03 PM
Am i the only one struggling with these binaries?   Mac version wont mount (tried on two different macs)  On windows the qt will launch but says not to use it for mining.  Meanwhile the deamon will launch but the CLI wallet won't.  any help appreciated.

that's surprising. all of these issues have been sorted out. maybe join the discord and ask for help.

 for mac try these before trying to run the wallet:

$ Get homebrew: https://brew.sh
$ brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode

(don't use the '$') signs


Thanks for this, installing now :)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 09:14:50 PM
Can we mine to a specific address?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: obbo on November 03, 2018, 09:19:38 PM
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.

Am attempting the home brew fix for Mac, will look at why windows Cli failing after, cheers


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 03, 2018, 11:25:58 PM
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.

Am attempting the home brew fix for Mac, will look at why windows Cli failing after, cheers

did you manage to solve any of the issues?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: tamara163 on November 03, 2018, 11:53:09 PM
is there a pool for this coin I think it is very difficult now
{
  "blocks": 6107,
  "currentblockweight": 4000,
  "currentblocktx": 0,
  "difficulty": 18.73298317075785,
  "networkhashps": 231976639.8846731,
  "pooledtx": 0,
  "chain": "main",
  "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
or already have a miner for GPU


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 04, 2018, 03:17:24 AM
is there a pool for this coin I think it is very difficult now
{
  "blocks": 6107,
  "currentblockweight": 4000,
  "currentblocktx": 0,
  "difficulty": 18.73298317075785,
  "networkhashps": 231976639.8846731,
  "pooledtx": 0,
  "chain": "main",
  "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
or already have a miner for GPU

most are mining solo i guess and finding blocks.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: obbo on November 04, 2018, 11:06:11 AM
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.

Am attempting the home brew fix for Mac, will look at why windows Cli failing after, cheers

did you manage to solve any of the issues?

Yes!  Installing Homebrew on the Mac's resolved it.   Re-installed windows version, Chaotic and Barmaid helped me resolve simply by opening command prompt first before launching Cli wallet.  :)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 04, 2018, 06:15:00 PM
@obbo Feel free to add those issues to the Github: https://github.com/bsha3/bsha3/issues

More improvements on the way today.

Am attempting the home brew fix for Mac, will look at why windows Cli failing after, cheers

did you manage to solve any of the issues?

Yes!  Installing Homebrew on the Mac's resolved it.   Re-installed windows version, Chaotic and Barmaid helped me resolve simply by opening command prompt first before launching Cli wallet.  :)

awesome! check out the dev's wishlist for the coin - impressive if he manages to achieve them


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Nodeasy on November 05, 2018, 04:16:52 AM
Reserved for translation into Chinese


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: RogerFun on November 06, 2018, 06:50:17 PM
I hear GPU miners and pools are coming today/ tomorrow! nice. we need pool given the solo mining difficulty now. GPUs can wait   ;D ;D ;D


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 06, 2018, 06:51:28 PM
Block explorer is now up and running -

http://explorer.bsha3.com

Enjoy!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Mariia_BT on November 06, 2018, 08:17:10 PM
I hear GPU miners and pools are coming today/ tomorrow! nice. we need pool given the solo mining difficulty now. GPUs can wait   ;D ;D ;D

Such a course of events will create comfortable conditions for the development of the platform. I think this is a good idea that will not leave indifferent torrats. it attracts attention and interest.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: soulcancer on November 07, 2018, 07:38:06 AM
check out the bsha3 signature....a tad ghetto...but a first attempt


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: avahad on November 07, 2018, 05:33:15 PM
wtf , nethash skyrocket from 200mh to 1ghz just a 24hours
many people are interested in this project because the dev is dev zcl and btcp too ;D


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 08, 2018, 08:54:05 AM
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.



Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: avahad on November 08, 2018, 02:41:21 PM
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.



awasome explorer..

cant wait for the pool..
hope soon can be release..


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: soulcancer on November 08, 2018, 10:11:49 PM
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.



awasome explorer..

cant wait for the pool..
hope soon can be release..


difficulty tripled....trash miners like me really need the pool now


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: soulcancer on November 09, 2018, 05:42:44 PM
bsha3 richlist:

https://chainmapper.com/bsha3/richlist

very cool....this thing is humming right along


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on November 09, 2018, 07:30:16 PM
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 !!!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: luzhiren001 on November 10, 2018, 08:54:50 AM
The pool arrival means the CPU miners' departure?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: adaseb on November 10, 2018, 09:02:53 AM
This is actually a pretty interesting algo, especially since its a completely new mining algo.

However there are issues, first of all since its a basic SHA3 compute algo, then most likely its very easy to code an FGPA which will be more efficient than an CPU or GPU even. Or worst its very easy to build an ASIC with SHA3.

Right now its not an issue but it will be if the value of the coin goes up. Basically exactly what happened with BTC when ASICs were released in 2012-2013.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Aywa Developers on November 10, 2018, 09:09:24 AM
Looks good! I see it's a GPU-friendly. Can anybody explain what is an Idea of this coin? Just mining? Is there anything else?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: kingcoin2020 on November 10, 2018, 10:29:24 AM
finally the young generation is born..
congratulations ..
 ;) 8)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: illumique on November 10, 2018, 02:33:55 PM
The pool arrival means the CPU miners' departure?

I tought I was getting in early, but its already impossible to find a block with solo/cpu mining.  :-\ :'(


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: soulcancer on November 10, 2018, 06:57:48 PM
looks like we have someone working on a pool...says it should be up today....awesome


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: avahad on November 10, 2018, 07:39:34 PM
hope have the pool for cpu too..


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: MontyGusto on November 10, 2018, 09:02:06 PM
Hello guys.

First of all I have to highlight another project that I think is very interesting.


However as I like the idea of ​​cpu miner. With this I wanted to know it is possible to mine this coin with win10 and 4 cores?

And when I try to search my address in the http://explorer.bsha3.com/address I have this output:



/home/ubuntu/bsha3-rpc-explorer/views/address.pug:173 171| div(class="summary-split-table-label") Balance 172| div(class="summary-split-table-content monospace") > 173| - var currencyValue = balance.result.confirmed / coinConfig.baseCurrencyUnit.multiplier; 174| include includes/value-display.pug 175| 176| if (balance.unconfirmed) Cannot read property 'confirmed' of null

TypeError: /home/ubuntu/bsha3-rpc-explorer/views/address.pug:173
    171|                                     div(class="summary-split-table-label") Balance
    172|                                     div(class="summary-split-table-content monospace")
  > 173|                                        - var currencyValue = balance.result.confirmed / coinConfig.baseCurrencyUnit.multiplier;
    174|                                        include includes/value-display.pug
    175|
    176|                                  if (balance.unconfirmed)

Cannot read property 'confirmed' of null
    at eval (eval at wrap (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:930:36)
    at template (eval at wrap (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3729:72)
    at Object.exports.renderFile (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:427:38)
    at Object.exports.renderFile (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:417:21)
    at exports.__express (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:464:11)
    at View.app.engine (/home/ubuntu/bsha3-rpc-explorer/app.js:40:23)
    at View.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/view.js:135:8)
    at tryRender (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/application.js:640:10)
    at Function.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/application.js:592:3)
    at ServerResponse.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/response.js:1008:7)
    at /home/ubuntu/bsha3-rpc-explorer/routes/baseActionsRouter.js:728:9
    at exports.PNG.<anonymous> (/home/ubuntu/bsha3-rpc-explorer/node_modules/qrcode/lib/renderer/png.js:37:5)
    at exports.PNG.emit (events.js:182:13)
    at module.exports.emit (events.js:182:13)
    at module.exports.<anonymous> (/home/ubuntu/bsha3-rpc-explorer/node_modules/pngjs/lib/packer-async.js:41:10)
    at Deflate.emit (events.js:187:15)


Thanks
MG


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 11, 2018, 05:03:51 PM
looking forward for the pool and GPU miner. Coin look good. No ICO, tiny premine for testing, no presales, no masternodes. Community coin!


Good luck guys and happy mining!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Frizz23 on November 11, 2018, 08:11:37 PM
Mining impossible on CPU, somebody is shadow mining with GPU, so it would be nice to have it publicly released.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 12, 2018, 01:17:44 PM
Mining impossible on CPU, somebody is shadow mining with GPU, so it would be nice to have it publicly released.

yeah, very hard. Hopefully GPU miner is out soon. Seems like some progress is being done, at least looking at the Discord discussion.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: brianmct on November 13, 2018, 04:40:31 AM
GPU miner (Nvidia): https://github.com/brian112358/ccminer-bsha3/releases


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 13, 2018, 09:48:35 AM
GPU miner (Nvidia): https://github.com/brian112358/ccminer-bsha3/releases


Wohooo, happy mining! Diff Rocketing, same with blocks


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: KnyazED on November 13, 2018, 11:05:45 AM
GPU miner (Nvidia): https://github.com/brian112358/ccminer-bsha3/releases


Wohooo, happy mining! Diff Rocketing, same with blocks
the main thing, is that we see a positive result. and this is very important, and necessary in any activity.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: nonn069 on November 13, 2018, 02:01:04 PM
The difficult going up Easy


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: avahad on November 13, 2018, 02:42:47 PM
LOL  ;D
after the pool release..
nethash from 2GH now already reach 7TH  :o


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: gazingjar on November 13, 2018, 04:44:16 PM
This is growing quite fast. I'm surprised to see such large communities already, I've seen multiple 100+ member Chinese discord servers.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 13, 2018, 07:13:20 PM
Yeah its going up fast, soon diff will be over 1m, with 10TH that we have now.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: pinball_wizard on November 13, 2018, 07:21:28 PM
10 TH!! My god...just to know ...how much Hash is a 1070/1080 with the algo?? Is it only for big farm now??


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 13, 2018, 08:07:31 PM
10 TH!! My god...just to know ...how much Hash is a 1070/1080 with the algo?? Is it only for big farm now??


1080Ti is around 540 MH
1070 is around 320 MH


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: pinball_wizard on November 13, 2018, 08:08:48 PM
10 TH!! My god...just to know ...how much Hash is a 1070/1080 with the algo?? Is it only for big farm now??


1080Ti is around 540 MH
1070 is around 320 MH

Just solo? No pool?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: icemining.ca on November 13, 2018, 11:21:24 PM
Hi Guys,

Happy to help with that  ::)

stratum+tcp://stratum.icemining.ca:5200

You can find our discord in the menubar at the top under Contact.

enjoy!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: cryptominer420 on November 13, 2018, 11:49:22 PM
icemining to the pool rescue :D


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: icemining.ca on November 14, 2018, 03:35:45 AM
We are debugging an issue with block rejections. We were missing some key info on the implementation when we opened for testing.

Working with miner devs, but due to high nethash its slow going (we have to wait for block submissions... hashing is working perfectly though).

We will get it working, but please wait until you see blocks if you don't wish to test.

Just wish to be transparent on this!! Please see bsha3 and icemining discord for the latest updates.

icemining to the pool rescue :D


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: pogadaev on November 14, 2018, 05:13:01 AM
Hi, everybody. This coin is already in my profit mining calculator https://calcminer.info/ as well as more than 1150 pow coins ;)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: crashyou on November 14, 2018, 05:59:52 AM
Wow,a greatful project!!!I use my E5 cpu mined 400+coins!!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: extra33 on November 14, 2018, 10:53:47 AM
wallet Dosen't show receive Address (Windows)
How can we mine it?
Please Cpu/Gpu Miner link

 :-\ :-\


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 14, 2018, 04:00:33 PM
wallet Dosen't show receive Address (Windows)
How can we mine it?
Please Cpu/Gpu Miner link

 :-\ :-\

You need to go generate receive payment and "Request Payment". That was u gonna generate address to get coins.

https://github.com/BSHA3/ccminer-bsha3/archive/v1.0.zip  - GPU MINER


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: lance001 on November 14, 2018, 07:58:13 PM
nice project growing very nicely   8) , can't wait to see the result in a few months.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 15, 2018, 02:07:00 AM
Bitcoin Private main chain dev is maker of this coin. He is very capable guy. Amazing!


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: JoenNL on November 16, 2018, 09:54:22 AM
So its an nvidia only coin or is there already an AMD gpu miner?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Brucelats on November 17, 2018, 03:29:54 PM
nVidia only


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Deepiefface10 on November 17, 2018, 06:51:23 PM
This is a very good project. I sincerely hope that the author can cheer up and not be negative because he was dug a little money by the miners. There are so many people who like it and dig it. It just shows the great BSHA3. May the great Jon take action.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: soulcancer on November 18, 2018, 02:45:05 AM
for those of u w/ the bsha3 signature...try this and the bsha3 url wont get cut off

Code:
[center]
[url=https://bsha3.com]█▐  BSHA3 ▐ █
[u] Bitcoin Codebase Using SHA3-256 Algorithm[/u]
▬▬The First SHA3d Cryptocurrency▬▬[/url][/center]


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: belaweb2 on November 22, 2018, 09:13:41 AM
Is there an exchange yet?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: lance001 on November 22, 2018, 04:43:31 PM
Is there an exchange yet?

no not yet


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: lance001 on November 26, 2018, 06:49:32 PM
FYI there is an ama session with the dev in about an hour


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: avahad on November 26, 2018, 08:04:06 PM
dead ??


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: cryptominer420 on November 26, 2018, 08:12:17 PM
AMA started


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: sp_ on November 29, 2018, 02:56:13 PM
wallet won't sync


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: lance001 on November 29, 2018, 04:30:39 PM
wallet won't sync
the last block was more than a week ago. Many miners left and difficulty is too high.


Results from the ama last monday:
Quote
ch4ot1cLast Monday at 23:28
From the discussion -
- Could change difficulty adjustment algo: LWMA, Digishield, Dark gravity wave, and/or
- Could make merkle tree use exclusively SHA3d, instead of SHA256d in the reduce step, and/or
- Could fix the merkle tree leaf-node weakness and make a really well-designed blockchain, avoiding a lot of Bitcoin's complexity, possibly even not requiring Segwit (see https://bitslog.wordpress.com/2018/06/09/leaf-node-weakness-in-bitcoin-merkle-tree-design/)
- Could add Komodo dPoW, and/or
- Could create new blockchain(s)
Corrections to LWMA by zawy as of the last 4 days - https://github.com/zawy12/difficulty-algorithms/issues/36#issuecomment-441182823
Note that 'hard forks' leave behind a legacy chain (that can still be mined) and are usually implemented via BTG-style Replay Protection

Everybody can join the hardfork discussion on the discord channel (https://discord.gg/As9XbhD (https://discord.gg/As9XbhD))

Ch4ot1c is also preparing a research document.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: lance001 on December 01, 2018, 12:10:19 PM
from: https://twitter.com/bsha3official/status/1068657141131677696 (https://twitter.com/bsha3official/status/1068657141131677696)

Quote
The network needs a significant bit of hash to blast through to the next block, caused by the intersection of GPU and Pool releases. Good ol' naive 2016 block difficulty adjustment!

While we wait 😴, explore the new #doxygen docs!
https://bsha3.com/docs


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: sp_ on December 03, 2018, 02:06:39 PM
I have created an optimized NVIDIA miner for the bsha3 algo. The hashrate is around +30% than the opensource with the same power usage.

gtx 1080ti 100% tdp 800MHASH.

I will consider to sell the miner with sourcecode for 0.25BTC to a single buyer. PM if you are interested.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: illumique on December 04, 2018, 01:40:08 AM
I have created an optimized NVIDIA miner for the bsha3 algo. The hashrate is around +30% than the opensource with the same power usage.

gtx 1080ti 100% tdp 800MHASH.

I will consider to sell the miner with sourcecode for 0.25BTC to a single buyer. PM if you are interested.


Man this coin already died like a month ago, probably due to the initial greed and shadowmining, and yet here you are still trying to get bitcoin over a dead project you must be really desperate for earning some free btc  ;D ;D ;D


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: kostepanych2 on December 05, 2018, 07:43:29 PM
how about gpu miner on AMD?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Mariia_BT on December 05, 2018, 08:10:12 PM
how about gpu miner on AMD?

this is still unknown information
and nobody announces it
so far managers are not very active ???


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: yueyixian on February 23, 2019, 11:02:35 AM
bsha3 end.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ensenada on April 06, 2019, 05:48:24 PM
It appears a hard fork to LWMA difficulty adjustment has taken place. Blocks are being mined again, and exchanges have added the coin.

NEW THREAD- https://bitcointalk.org/index.php?topic=5125675.new (https://bitcointalk.org/index.php?topic=5125675.new)

new explorer link (the old explorer is still on the stuck chain)
https://chainmapper.com/bsha3/ (https://chainmapper.com/bsha3/)

new github links- there are several, I'm not sure which one will be accepted by the community as the main one:
https://github.com/BitCoinB3/bsha3 (https://github.com/BitCoinB3/bsha3)
https://github.com/bsha3-lwma/bsha3 (https://github.com/bsha3-lwma/bsha3)
https://github.com/bsha3-c1/bsha3 (https://github.com/bsha3-c1/bsha3)

exchanges-
https://bitmesh.com/exchange?b2lgtmwgm&market=btc_bsha3#/ (https://bitmesh.com/exchange?b2lgtmwgm&market=btc_bsha3#/)
https://www.citex.io/#/trade/2/59 (https://www.citex.io/#/trade/2/59)


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: Mr Duong on April 18, 2019, 12:20:38 AM
BSHA3 dump super? Help


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: xxxABJxxx on September 19, 2019, 03:59:33 PM
Is this projekt alive?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ch4ot1c on October 31, 2019, 10:25:47 PM
Happy 1 year! :)

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 :) 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.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: andy2572192561 on November 28, 2019, 11:11:26 PM
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! :().

In addition, there is an easy to use CPU miner integrated into the daemon itself! Just run
Code:
setgenerate true <num_cores>
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\<username>\Application Data\BSHA3
  Win7: C:\Users\<username>\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=<ip of trusted peer 1>
#addnode=<ip of trusted peer 2>


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

Mine away!

BSHA3 ANOMP POOL  :  http://anomp.com/
Fee: prop 1%
POW: -a sha3d -o stratum+tcp://bsha3.anomp.com:6393 -u Your wallet address.Mine number -p Anything
                           stratum+tcp://bsha3.anomp.com:6393    10 - 16 Difficulty (FPGA Port)
                           stratum+tcp://bsha3.anomp.com:6394    16 - 20 Difficulty (FPGA Port)                  
            stratum+tcp://bsha3.anomp.com:6395    20 - 24 Difficulty (FPGA Port)   

 Big miner can open hidden port         


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: illumique on February 09, 2020, 01:04:24 AM
https://zpool.ca/images/zpool_logo_512.png
http://zpool.ca/

Hi,
We've added BSHA3 (BSHA3) to http://zpool.ca/ sha3d. See below for connection details.

Fee only: 0.95% or less
BTC payouts are processed once a day for balances above 0.0025
Payouts for all other currencies are made automatically every 4 hours for balances above 0.05 and balances more than 0.0125 are included in one of the payouts each day.

- Sample configurations -
To mine and get paid in BSHA3:
Code:
-a sha3d -o stratum+tcp://sha3d.mine.zpool.ca:3340 -u BSHA3_ADDRESS -p c=BSHA3,zap=BSHA3

Exchange to BTC:
Code:
-a sha3d -o stratum+tcp://sha3d.mine.zpool.ca:3340 -u BTC_ADDRESS -p c=BTC
Exchange to BTC but mine only BSHA3:
Code:
-a sha3d -o stratum+tcp://sha3d.mine.zpool.ca:3340 -u BTC_ADDRESS -p c=BTC,zap=BSHA3

All of our ports are NiceHash friendly, no need to specify any extra details

We also provide stratum servers in:
Europe:
Code:
sha3d.eu.mine.zpool.ca:3340 
South East Asia:
Code:
sha3d.sea.mine.zpool.ca:3340 
Japan:
Code:
sha3d.jp.mine.zpool.ca:3340 

Need hashpower? zpool’s sister provides hash rental services: http://hashtap.ca/

==============================

Support: https://discord.gg/n45n6Jj
Twitter: https://twitter.com/_zpool_

What gpu mining sowftware should I use, did ccminer added the sha3d algorithm ?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: crackfoo on February 09, 2020, 05:40:33 PM
What gpu mining sowftware should I use, did ccminer added the sha3d algorithm ?

You'll probably only find this on FPGA miners....


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: ashane on August 09, 2020, 02:35:21 PM
BSHA3 is an interesting little coin. The SHA-3 algorithm has been shown to be quantum sufficient for billions of years, so it's not prone to attack by quantum computers anytime soon. I can see this coin hitting at least $0.15 in the next Bitcoin bull run due to it's quirkiness and simplicity. I hope the community rallies around this coin when it's price take off again in 2021.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: crackfoo on August 27, 2020, 02:33:01 PM
Can someone get any response out of CITEX why or how much longer BSHA3 will be disabled on their exchange? Can't seem to get any answer...


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: illumique on August 30, 2020, 05:50:46 PM
Can someone get any response out of CITEX why or how much longer BSHA3 will be disabled on their exchange? Can't seem to get any answer...

A lot of their wallets suspended deposits withdrawals, currently I cant even access their site, some kind of announcement would have been nice. I dont know whats going on.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: illumique on August 30, 2020, 06:31:01 PM
BSHA3 is an interesting little coin. The SHA-3 algorithm has been shown to be quantum sufficient for billions of years, so it's not prone to attack by quantum computers anytime soon. I can see this coin hitting at least $0.15 in the next Bitcoin bull run due to it's quirkiness and simplicity. I hope the community rallies around this coin when it's price take off again in 2021.

Ch4ot1c left, the lwma team left, I dont really see how we will move from here, I think he didnt even do anything ever since the original chain got stuck. Unfortunalty this isnt like the early days of bitcoin when the technology was new, and people rushed to take a part of it. Even satoshi stayed for the first 2 years after he lauched his project. At the end of the day I dont even blame Ch4ot1c, probably he has better things to do, but I think we shouldnt expect the price to go up not when noone cares anymore.


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: saviothecnic on February 14, 2021, 08:43:39 PM
Hi Guys I have a problem with the bsha3 wallet
I don't get updated anymore
I also downloaded the new bsha3-v0.0.2-win64-setup
but still it doesn't update
Can you help me?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: crackfoo on June 24, 2021, 05:03:57 PM
Any one have any more active peers?


Title: Re: [ANN][POW] BSHA3: SHA3d unleashed
Post by: MostlyGhostly on June 25, 2021, 12:01:12 AM
BSHA3 is an interesting little coin. The SHA-3 algorithm has been shown to be quantum sufficient for billions of years, so it's not prone to attack by quantum computers anytime soon. I can see this coin hitting at least $0.15 in the next Bitcoin bull run due to it's quirkiness and simplicity. I hope the community rallies around this coin when it's price take off again in 2021.

The scene is yours and the catwalk is forever yours, keep delivering the features promised and u will be duly rewarded with encomnium by mouths of funky and wonky shit-bearded supporters grasping for survival amid the storm of treachery coming at them to reward them back. They will be ur cows open for milking 35 hours a day, isnt this in tune with ur vision of perfect economy where u can solicit money from dummkopfs any time of the day at ur whim.