Pages:
Author

Topic: [ANN] Zettelkasten - ZTTL, New Algo: BurgerHash V6 🍔, CPU-SOLO-mineable - page 37. (Read 51031 times)

member
Activity: 486
Merit: 12
Zettelkasten Dev
Why would you name name an algo SpreadDoubleKetchupPrimeGradeABeef? is this the next gen payment method for the fast food industry?  Cheesy

 Cheesy

In a sense.

The industry that we are "serving" are the GPU-miners.
But our goal is not to make them happy, but to ruin their appetite.

We want to give them something to chew on.
Something that will make them go: "...I've had enough... I can't eat that.... I'm gonna puke"



Don't let yourself get confused over names like SpreadDoubleKetchupPrimeGradeABeef, it's merely an interim name that describes the second iteration of the hash algo.
And since it will have something to do with Prime Numbers I added the "Prime Grade A Beef" to it.

I will keep on adding iterations of more and more complex and "difficult to chew" (and digest) hash adjustments.

So, with that in mind, I have decided to name our general algo

BurgerHash

so that it makes more sense and is less confusing.

So right now ZettelKasten is working with BurgerHash - (SpreadDoubleKetchup), which is a poor-man's burger, nothing in it, just bread and some ketchup.
A veritable "Nothing-Burger".
Of course this needs to change.

Now I'm researching various algo-adjustments, but I'm also looking to find a general overlaying rule set that will prepare the scene for all the upcoming regular hash algo updates.

More information coming up soon.
legendary
Activity: 1288
Merit: 1002
Why would you name name an algo SpreadDoubleKetchupPrimeGradeABeef? is this the next gen payment method for the fast food industry?  Cheesy
jr. member
Activity: 44
Merit: 1
Tell me, how can I participate in this project without investing in personal funds? I hope this project will be a successful hug!
If you have a PC you can mine it.  It's CPU-only mineable (for now) and even older dual-core PC's can find a few blocks a day.

The QT wallet will create you an account (Windows or Mac or Linux) and will natively mine.  It's as easy as it gets!
newbie
Activity: 27
Merit: 0
Tell me, how can I participate in this project without investing in personal funds? I hope this project will be a successful hug!
newbie
Activity: 6
Merit: 0
@Balych

Awesome, thanks, that works.  FWIW I was also able to build successfully on Ubuntu 14.04 w/ libboost1.54.
jr. member
Activity: 44
Merit: 1
Hi Dev,

I'm installing wallet for linux in a fresh Ubuntu 16.04. When I click start mining in Mining tab, it will close immediately.

But if I start with "setgenerate true" in debug console it will running smooth. Is there some bug here?
It may be related to a setting in your ~/.zettelkasten/zettelkasten.conf file.  These are my mining-related settings:
Code:
gen=1
genproclimit=8
daemon=1
server=1
The qt wallet seems to initialize itself with this file. As you can see, I left the daemon settings in it when I switched to wallet mining but that doesn't seem to bother it.  It also responds to rpc calls if the appropriate rpc entries (rpcpassword=xxx , rpcuser=yyy) are there -- but I didn't notice whether they are required for the wallet.

edit: not the dev Tongue
newbie
Activity: 79
Merit: 0
Hi Dev,

I'm installing wallet for linux in a fresh Ubuntu 16.04. When I click start mining in Mining tab, it will close immediately.

But if I start with "setgenerate true" in debug console it will running smooth. Is there some bug here?
newbie
Activity: 71
Merit: 0
Tried building from Github source on Ubuntu 16.04, but this seems to need a much older version of libboost.  Any plans to upgrade to a more recent bitcoin-core base?

ii  libboost1.58-dev:amd64                                      1.58.0+dfsg-5ubuntu3.1                                      amd64        Boost C++ Libraries development files


Code:
$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -std=gnu++0x -Wno-literal-suffix -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_
BITS=64 -I/home/gpu/zettelkasten/src -I/home/gpu/zettelkasten/src/obj -DUSE_UPNP
=0 -DUSE_IPV6=1 -I/home/gpu/zettelkasten/src/leveldb/include -I/home/gpu/zettelk
asten/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protect
or-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/rpcrawtransaction.d -
o obj/rpcrawtransaction.o rpcrawtransaction.cpp
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:242:77:   required from here
/usr/include/boost/variant/get.hpp:212:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:184: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Change at 242 line in src/rpcrawtransaction.cpp
Quote
const CScriptID& hash = boost::get(address);
for
Quote
const CScriptID& hash = boost::get(address);
newbie
Activity: 30
Merit: 0
Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley

Awesome!
Thanks for the donation.

I expected some increase, on a first glimpse I saw a solid 15-20 % increase on some older AMD 4- and 8-cores I tested with (Bulldozer, Vishera).
I'm happy that it's much more on your CPUs.

I need to do more scientific benchmarks next time.

More CPU related improvements coming soon. (CPU detection, more control, tweaking, etc)

Are the improvements in the hashrate only for the linux wallet or also for the windows one?
newbie
Activity: 6
Merit: 0
Tried building from Github source on Ubuntu 16.04, but this seems to need a much older version of libboost.  Any plans to upgrade to a more recent bitcoin-core base?

ii  libboost1.58-dev:amd64                                      1.58.0+dfsg-5ubuntu3.1                                      amd64        Boost C++ Libraries development files


Code:
$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramet
er -std=gnu++0x -Wno-literal-suffix -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_
BITS=64 -I/home/gpu/zettelkasten/src -I/home/gpu/zettelkasten/src/obj -DUSE_UPNP
=0 -DUSE_IPV6=1 -I/home/gpu/zettelkasten/src/leveldb/include -I/home/gpu/zettelk
asten/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protect
or-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/rpcrawtransaction.d -
o obj/rpcrawtransaction.o rpcrawtransaction.cpp
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
                 from /usr/include/boost/iterator/iterator_facade.hpp:14,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/range/iterator_range.hpp:13,
                 from /usr/include/boost/assign/list_of.hpp:20,
                 from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference::type = const CScriptID&]’:
/usr/include/boost/variant/get.hpp:284:25:   required from ‘typename boost::add_reference::type boost::get(boost::variant&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference::type = const CScriptID&]’
rpcrawtransaction.cpp:242:77:   required from here
/usr/include/boost/variant/get.hpp:212:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:184: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
jr. member
Activity: 238
Merit: 1
Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley

Awesome!
Thanks for the donation.

I expected some increase, on a first glimpse I saw a solid 15-20 % increase on some older AMD 4- and 8-cores I tested with (Bulldozer, Vishera).
I'm happy that it's much more on your CPUs.

I need to do more scientific benchmarks next time.

More CPU related improvements coming soon. (CPU detection, more control, tweaking, etc)

so it will be gpu mint afterall?  Huh
Well dev can't stop someone else to make gpu miner.
He also can't stop someone to make asic. Don't know why would that be bad, it is all about timing.

I hope the ASIC's don't find ZETTEL at tastey prize. They have already tried, and to most extent failed, to grab a piece of the Cryptonight market. My little CPU still gets a block every now and again..mine on !
newbie
Activity: 93
Merit: 0
Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley

Awesome!
Thanks for the donation.

I expected some increase, on a first glimpse I saw a solid 15-20 % increase on some older AMD 4- and 8-cores I tested with (Bulldozer, Vishera).
I'm happy that it's much more on your CPUs.

I need to do more scientific benchmarks next time.

More CPU related improvements coming soon. (CPU detection, more control, tweaking, etc)

so it will be gpu mint afterall?  Huh
Well dev can't stop someone else to make gpu miner.
He also can't stop someone to make asic. Don't know why would that be bad, it is all about timing.
newbie
Activity: 79
Merit: 0
Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley

Awesome!
Thanks for the donation.

I expected some increase, on a first glimpse I saw a solid 15-20 % increase on some older AMD 4- and 8-cores I tested with (Bulldozer, Vishera).
I'm happy that it's much more on your CPUs.

I need to do more scientific benchmarks next time.

More CPU related improvements coming soon. (CPU detection, more control, tweaking, etc)

so it will be gpu mint afterall?  Huh
member
Activity: 486
Merit: 12
Zettelkasten Dev
Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley

Awesome!
Thanks for the donation.

I expected some increase, on a first glimpse I saw a solid 15-20 % increase on some older AMD 4- and 8-cores I tested with (Bulldozer, Vishera).
I'm happy that it's much more on your CPUs.

I need to do more scientific benchmarks next time.

More CPU related improvements coming soon. (CPU detection, more control, tweaking, etc)
member
Activity: 486
Merit: 12
Zettelkasten Dev
If you want more people in, just give it some time, don't be in a hurry
Let the slow organic growth settle in, some more people mining over time and keep in mind that the miners are usually also the buyers.

+1

Yes, absolutely, I do indeed concur wholeheartedly!

The whole reason why I'll be pushing some more hash algo adjustments (probably with a regular schedule) is to extend this fair-mining-period as long as possible.

But don't worry, the hash algo adjustments will not be arbitrary but follow a certain rule set.

More about this soon.
newbie
Activity: 50
Merit: 0

Looks great thanks!  Had been running linux daemon on Ubuntu VM in my Mac and native QT wallet is getting 30% better hashrate.  Much appreciated! Sending some more zettel your way Smiley
member
Activity: 486
Merit: 12
Zettelkasten Dev
I sent a small donation of 30 to you using the Windows Wallet, but I'm seeing another send during the same transaction for another 9 and change to a different address... is this normal?

    {
        "account" : "",
        "address" : "ZifHuhCjpZBn7pys3v6RxxR9pzpMfqX1Qm",
        "category" : "send",
        "amount" : -9.59073500,
        "fee" : 0.00000000,
        "confirmations" : 83,
        "blockhash" : "6a9db34991c5460ef8b17817b46569b49e52c387e7bdc139d8403b981833ba0d",
        "blockindex" : 1,
        "blocktime" : 1524697488,
        "txid" : "f705ba511481ccb3c4a2bccdd7c55737d50638d2b1ab7611c15f8bb5ce2d0c2a",
        "time" : 1524697332,
        "timereceived" : 1524697332
    },
    {
        "account" : "",
        "address" : "ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ",
        "category" : "send",
        "amount" : -30.00000000,
        "fee" : 0.00000000,
        "confirmations" : 83,
        "blockhash" : "6a9db34991c5460ef8b17817b46569b49e52c387e7bdc139d8403b981833ba0d",
        "blockindex" : 1,
        "blocktime" : 1524697488,
        "txid" : "f705ba511481ccb3c4a2bccdd7c55737d50638d2b1ab7611c15f8bb5ce2d0c2a",
        "time" : 1524697332,
        "timereceived" : 1524697332
    },


Thanks for the donation.
I think you used the outputs of 4 blocks to make the 30 ZETTEL donation and the second tx is just the resulting change from that. Check your wallet.
newbie
Activity: 30
Merit: 0
Tell me any version minerd or cpuminer which support  SpreadDoubleKetchup algo ?

For now the only miner that exists is the integrated miner in the wallet. There are no extra cpu or gpu miner that I know of.
newbie
Activity: 64
Merit: 0
Tell me any version minerd or cpuminer which support  SpreadDoubleKetchup algo ?
newbie
Activity: 24
Merit: 1
Alright.

I added a linux daemon:

Linux-Daemon: http://zettelkasten.org/zettelkastend.7z


And BTW:

To all the great miners out there:

Since we had a fair start please donate to address

ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ

for development funding.

Thank you.  Cheesy Cheesy Cheesy

I sent a small donation of 30 to you using the Windows Wallet, but I'm seeing another send during the same transaction for another 9 and change to a different address... is this normal?

    {
        "account" : "",
        "address" : "ZifHuhCjpZBn7pys3v6RxxR9pzpMfqX1Qm",
        "category" : "send",
        "amount" : -9.59073500,
        "fee" : 0.00000000,
        "confirmations" : 83,
        "blockhash" : "6a9db34991c5460ef8b17817b46569b49e52c387e7bdc139d8403b981833ba0d",
        "blockindex" : 1,
        "blocktime" : 1524697488,
        "txid" : "f705ba511481ccb3c4a2bccdd7c55737d50638d2b1ab7611c15f8bb5ce2d0c2a",
        "time" : 1524697332,
        "timereceived" : 1524697332
    },
    {
        "account" : "",
        "address" : "ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ",
        "category" : "send",
        "amount" : -30.00000000,
        "fee" : 0.00000000,
        "confirmations" : 83,
        "blockhash" : "6a9db34991c5460ef8b17817b46569b49e52c387e7bdc139d8403b981833ba0d",
        "blockindex" : 1,
        "blocktime" : 1524697488,
        "txid" : "f705ba511481ccb3c4a2bccdd7c55737d50638d2b1ab7611c15f8bb5ce2d0c2a",
        "time" : 1524697332,
        "timereceived" : 1524697332
    },
Pages:
Jump to:
© 2020, Bitcointalksearch.org