Alt.me
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 26, 2018, 02:17:14 PM |
|
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
|
|
|
|
zettelkasten (OP)
Member
Offline
Activity: 486
Merit: 12
Zettelkasten Dev
|
|
April 26, 2018, 02:20:59 PM |
|
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.
|
ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
|
|
|
zettelkasten (OP)
Member
Offline
Activity: 486
Merit: 12
Zettelkasten Dev
|
|
April 26, 2018, 02:32:05 PM |
|
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 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)
|
ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
|
|
|
seventux
Newbie
Offline
Activity: 79
Merit: 0
|
|
April 26, 2018, 06:35:45 PM |
|
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 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?
|
|
|
|
katastroficar
Newbie
Offline
Activity: 93
Merit: 0
|
|
April 26, 2018, 07:20:49 PM |
|
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 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? 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.
|
|
|
|
onionpealer
Jr. Member
Offline
Activity: 238
Merit: 1
|
|
April 26, 2018, 07:29:22 PM |
|
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 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? 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 !
|
|
|
|
protovist
Newbie
Offline
Activity: 6
Merit: 0
|
|
April 26, 2018, 09:39:22 PM |
|
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 $ 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<T>::type boost::strict_get(boost::variant<T0, TN ...>&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference<T>::type = const CScriptID&]’: /usr/include/boost/variant/get.hpp:284:25: required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, TN ...>&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference<T>::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<U>(boost::variant<T...>&) 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
|
|
|
|
georgg
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 27, 2018, 09:23:04 AM |
|
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 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?
|
|
|
|
Balych
Newbie
Offline
Activity: 71
Merit: 0
|
|
April 27, 2018, 07:03:31 PM |
|
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 $ 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<T>::type boost::strict_get(boost::variant<T0, TN ...>&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference<T>::type = const CScriptID&]’: /usr/include/boost/variant/get.hpp:284:25: required from ‘typename boost::add_reference<T>::type boost::get(boost::variant<T0, TN ...>&) [with U = const CScriptID&; T0 = CNoDestination; TN = {CKeyID, CScriptID}; typename boost::add_reference<T>::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<U>(boost::variant<T...>&) 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.cppconst CScriptID& hash = boost::get<const CScriptID&>(address); for const CScriptID& hash = boost::get<CScriptID>(address);
|
|
|
|
seventux
Newbie
Offline
Activity: 79
Merit: 0
|
|
April 28, 2018, 10:39:10 AM |
|
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?
|
|
|
|
SpinningTruth
Jr. Member
Offline
Activity: 44
Merit: 1
|
|
April 28, 2018, 11:50:21 AM |
|
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: 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
|
|
|
|
protovist
Newbie
Offline
Activity: 6
Merit: 0
|
|
April 28, 2018, 04:37:19 PM |
|
@Balych
Awesome, thanks, that works. FWIW I was also able to build successfully on Ubuntu 14.04 w/ libboost1.54.
|
|
|
|
abusama01
Newbie
Offline
Activity: 27
Merit: 0
|
|
April 29, 2018, 08:07:24 AM |
|
Tell me, how can I participate in this project without investing in personal funds? I hope this project will be a successful hug!
|
|
|
|
SpinningTruth
Jr. Member
Offline
Activity: 44
Merit: 1
|
|
April 29, 2018, 11:34:35 AM |
|
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!
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
April 30, 2018, 02:31:33 AM |
|
Why would you name name an algo SpreadDoubleKetchupPrimeGradeABeef? is this the next gen payment method for the fast food industry?
|
|
|
|
zettelkasten (OP)
Member
Offline
Activity: 486
Merit: 12
Zettelkasten Dev
|
|
May 01, 2018, 04:49:11 PM |
|
Why would you name name an algo SpreadDoubleKetchupPrimeGradeABeef? is this the next gen payment method for the fast food industry? 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 BurgerHashso 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.
|
ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
|
|
|
rene98c
Newbie
Offline
Activity: 11
Merit: 0
|
|
May 01, 2018, 05:22:23 PM |
|
Oops, got a my first block after 30 minutes of mining, 145kh/s . In general it should be around 12 hours with that hash rate ?
|
|
|
|
OnceAMysterion
Newbie
Offline
Activity: 47
Merit: 0
|
|
May 01, 2018, 05:37:20 PM |
|
Oops, got a my first block after 30 minutes of mining, 145kh/s . In general it should be around 12 hours with that hash rate ?
Its based on luck, maybe you mine 24 hrs without a block
|
|
|
|
Redrum187
Newbie
Offline
Activity: 105
Merit: 0
|
|
May 03, 2018, 02:24:09 AM |
|
Hi developer can you help me. when I try to open my wallet that's been running for a month already it says( insufficient system resources exist to complete the requested service) any idea what that means just a couple days ago it started happening and I can't open my wallet and I have 300 coin stuck in there.
|
|
|
|
|
|