Bitcoin Forum
May 09, 2024, 03:47:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
  Print  
Author Topic: [ANN] Zettelkasten - ZTTL, New Algo: BurgerHash V6 🍔, CPU-SOLO-mineable  (Read 51018 times)
wildraven01
Member
**
Offline Offline

Activity: 561
Merit: 16


View Profile WWW
June 01, 2018, 07:12:54 PM
 #521

any chance for 64bit windows wallet ?

SAFE.TRADE  | Max supply: 235,000 URX for 69 years | CRATEX.IO
Don't forget the old saying — it is necessary to hurry slowly.
  Website   Whitepaper   ANN thread  Explorer
1715226470
Hero Member
*
Offline Offline

Posts: 1715226470

View Profile Personal Message (Offline)

Ignore
1715226470
Reply with quote  #2

1715226470
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715226470
Hero Member
*
Offline Offline

Posts: 1715226470

View Profile Personal Message (Offline)

Ignore
1715226470
Reply with quote  #2

1715226470
Report to moderator
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 01, 2018, 08:42:01 PM
 #522

OK, here are the newest releases:

Windows: https://zettelkasten.org/zettelkasten-win32.zip
Linux: https://zettelkasten.org/zettelkasten-linux64.tar.gz

This is a mandatory update.

Fork happens at block 100000.

Please update.


Also, if possible open up port 51339 and turn your node into a full node, especially during the fork phase.

You will know you are running the right version if you do a getinfo and it shows:

Code:
"version" : 91601,
"protocolversion" : 70020,

or if you go to the mining-tab and it shows you which algo-version you are running (a new feature):



Thanks.

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 01, 2018, 08:43:35 PM
 #523

any chance for 64bit windows wallet ?

I'll soon release one.

But first let's get over the fork-situation without problems, so we can all relax a bit.

ca 4000 blocks to go.

EVERYONE UPDATE

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 01, 2018, 10:14:29 PM
 #524

when block 100k arrives, your mining-tab will change and look similar to this (depicting important parameters needed for SDKPGAB):



This shows the current testnet-version called BurgerHash (which operates its own token known as BURGER).
If you can't wait and want to benchmark how your CPU will operate with the new hash-algo (SDKPGAB) then visit the testnet-github for sourcecode and binairies:

https://github.com/zettel-kasten/burgerhash

Also, join SLACK for test-net discussions.

The test-net sessions will go on indefinitely and be very helpful to revise main-net code.

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
RizSphere
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
June 02, 2018, 01:50:09 AM
 #525

is a 15% drop what others are seeing on other platforms?

Yes, that's about right.

Just updated my xeon servers running Ubuntu 16.04 and both are getting the same hashrate as before:

Dual e5620 - "hashespersec" : 231110,
Dual x5650 - "hashespersec" : 392413,

Both showing new version:

    "version" : 91601,
    "protocolversion" : 70020,

I'm hoping it doesn't matter, but I left the hidden directory in place with the old .conf file, etc.


zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 02, 2018, 02:31:11 AM
 #526

is a 15% drop what others are seeing on other platforms?

Yes, that's about right.

Just updated my xeon servers running Ubuntu 16.04 and both are getting the same hashrate as before:

Dual e5620 - "hashespersec" : 231110,
Dual x5650 - "hashespersec" : 392413,

Both showing new version:

    "version" : 91601,
    "protocolversion" : 70020,

I'm hoping it doesn't matter, but I left the hidden directory in place with the old .conf file, etc.


Thank you.

Yes, it doesn't matter if you leave the blockchain data as it is.
We are not adjusting the blockchain in any way, we are just changing the way POW will be calculated starting with block 100000.

We will see how your Xeon Servers will do after block 100000.  Cheesy

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 02, 2018, 02:31:45 AM
 #527

managed to compile on 18.04

Code:
cd ~ && sudo add-apt-repository universe && sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libboost-all-dev libdb++-dev libminiupnpc-dev libssl1.0-dev make g++ git && git clone https://github.com/zettel-kasten/zettelkasten.git && cd ~/zettelkasten/src && chmod +x leveldb/build_detect_platform && make -f ~/zettelkasten/src/makefile.unix

and 16.04.4 as well

Code:
cd ~ && sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libboost-all-dev libdb++-dev libminiupnpc-dev libssl-dev make g++ && git clone https://github.com/zettel-kasten/zettelkasten.git && cd zettelkasten/src && sed -i '242s/get<const CScriptID&>(address)/get<CScriptID>(address)/' rpcrawtransaction.cpp && chmod +x leveldb/build_detect_platform && make -f makefile.unix

fork at block 100k is coming fast (monday apparently <3)

This is great help.
Thanks.

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
RizSphere
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
June 02, 2018, 03:42:02 AM
 #528

is a 15% drop what others are seeing on other platforms?

Yes, that's about right.

Just updated my xeon servers running Ubuntu 16.04 and both are getting the same hashrate as before:

Dual e5620 - "hashespersec" : 231110,
Dual x5650 - "hashespersec" : 392413,

Both showing new version:

    "version" : 91601,
    "protocolversion" : 70020,

I'm hoping it doesn't matter, but I left the hidden directory in place with the old .conf file, etc.


Thank you.

Yes, it doesn't matter if you leave the blockchain data as it is.
We are not adjusting the blockchain in any way, we are just changing the way POW will be calculated starting with block 100000.

We will see how your Xeon Servers will do after block 100000.  Cheesy

Doh!  ...right, the new hash doesn't take until block 100K.

Please pardon my cerebral flatulence.

wildraven01
Member
**
Offline Offline

Activity: 561
Merit: 16


View Profile WWW
June 02, 2018, 08:24:39 AM
 #529

so no chance for 64 bit wallet for windows just the fucking 32 bit Sad

SAFE.TRADE  | Max supply: 235,000 URX for 69 years | CRATEX.IO
Don't forget the old saying — it is necessary to hurry slowly.
  Website   Whitepaper   ANN thread  Explorer
stupidboy123
Member
**
Offline Offline

Activity: 118
Merit: 11


View Profile
June 02, 2018, 09:17:33 AM
 #530

so no chance for 64 bit wallet for windows just the fucking 32 bit Sad

You could build it yourself!!!
wildraven01
Member
**
Offline Offline

Activity: 561
Merit: 16


View Profile WWW
June 02, 2018, 10:45:13 AM
 #531

I dont know how...

SAFE.TRADE  | Max supply: 235,000 URX for 69 years | CRATEX.IO
Don't forget the old saying — it is necessary to hurry slowly.
  Website   Whitepaper   ANN thread  Explorer
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
June 02, 2018, 11:39:33 AM
 #532

I dont know how...


The instructions to build on windows are in the doc folder I think it's called readme-qt.rst. But I would suggest switching to Linux instead or use something like WSL.
onionpealer
Jr. Member
*
Offline Offline

Activity: 238
Merit: 1


View Profile
June 02, 2018, 06:22:06 PM
 #533

OK, here are the newest releases:

Windows: https://zettelkasten.org/zettelkasten-win32.zip
Linux: https://zettelkasten.org/zettelkasten-linux64.tar.gz

Also, if possible open up port 51339 and turn your node into a full node, especially during the fork phase.

Thanks.

I've got the new wallet up and running, but how do I open port 51339, or check if it is open, thanks .
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
June 03, 2018, 12:56:04 AM
 #534

OK, here are the newest releases:

Windows: https://zettelkasten.org/zettelkasten-win32.zip
Linux: https://zettelkasten.org/zettelkasten-linux64.tar.gz

Also, if possible open up port 51339 and turn your node into a full node, especially during the fork phase.

Thanks.

I've got the new wallet up and running, but how do I open port 51339, or check if it is open, thanks .

You can check to see if your port is open with this: https://www.yougetsignal.com/tools/open-ports/

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 03, 2018, 04:11:24 AM
 #535

Many people still haven't updated:

Windows: https://zettelkasten.org/zettelkasten-win32.zip
Linux: https://zettelkasten.org/zettelkasten-linux64.tar.gz

Not sure you are aware, but we have a hard fork coming in ca 30-35 hours, and you might want to be on the official chain.

THIS IS A MANDATORY UPDATE.

The new wallet can mine both algorithms (both SDK and SDKPGAB) so it will switch to the other algorithm seemlessly.
So there is no reason for you to still use the old version, you only run the risk of landing on the wrong fork.

Be careful and update now!

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 03, 2018, 04:11:58 AM
 #536

You can check to see if your port is open with this: https://www.yougetsignal.com/tools/open-ports/

or this:

https://ping.eu/port-chk/

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 04, 2018, 07:42:42 AM
 #537

only 420 blocks to go, lol

You can find us on discord and SLACK...

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
coindealsNL
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile WWW
June 04, 2018, 07:42:55 AM
 #538

Upgraded 3 full nodes (2 Londen based, 1 Warschau based) to the new protocol version.

Now I would like to update my local wallet, but I can't.
When will the MacOS version be released? I have quite some hashing power on Macs waiting to go useless in a few blocks Wink
Might be better is I download XCode myself and compile at QT version?
zettelkasten (OP)
Member
**
Offline Offline

Activity: 486
Merit: 12

Zettelkasten Dev


View Profile
June 04, 2018, 03:14:37 PM
 #539

CONGRATS!

FORK has been successful.

Thanks to everyone who helped make this happen.

New revised builds coming soon, for all versions. Even 64 bit win.

Happy mining.

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
sugarfly
Full Member
***
Offline Offline

Activity: 135
Merit: 100


Zettel-Dolphin


View Profile
June 04, 2018, 06:31:43 PM
 #540

good job

well done

donation sent

-sf-
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
  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!