Pages:
Author

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

newbie
Activity: 2
Merit: 0
any news ?
new exchange ?
hardfork ?
almost 2 years, i never seen moving this project seriously..
sr. member
Activity: 1248
Merit: 297
Guys,

just wanted to say, done my first Burger to Zettel swap, and it was super easy, and super quick...i mean lightning quick

9900 BURGER traded for 99 ZTTL
http://zettel.dashnetwork.info/tx/a5d0afcd9364cb1a1c3b57178da62c697ad38193269359273fea70b9824f9a6e

Happy mining
J

member
Activity: 486
Merit: 12
Zettelkasten Dev
member
Activity: 486
Merit: 12
Zettelkasten Dev

Interesting to see where the whole market goes, i can't see how much longer peeps are going to spend $500-100$ on a rig, just to make 30-50 cents a day...


As a miner, if you don't sell immediately but place sell orders at levels where your ROI is the way you want it, you can improve your situation quite considerably.



Looking back at 2019, ZTTL had atleast 5 price spikes, at pretty regularly, where you would have been able to sell your coins for 4 or 5 times the average price.

That's how the altcoin market works. If you just constantly sell into an already low liquidity market, it's like you are pissing in your own soup.
No, what you need to do is, especially as a miner, is to hodl and place sell orders at EXACTLY the price level that works for you.
sr. member
Activity: 1248
Merit: 297
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks

About 0.5 cent
(80 sats at 6700$ per BTC)

So, with my Ryzen cpu, i am mining no more than 100 a day, so thats 50 cents a day?

SO basically completely pointless, since its costing me $1.50 in power

It's not pointless, you can always improve your situation if you know how.
Also, your situation is not representative of everyone else's.

a) what kind of Ryzen do you have? Are you mining on linux 64 bit? 100 ZTTL would be less than 1% of daily coins, so you say you only mine with 400 kh/s, doesn't sound right.

b) others pay much less for power (it's them who are mining the bulk of the current 40 MH/s)

c) price will fluctuate wildly, depending on many factors, e.g. BTC currently crashing hard. So buying may indeed be the better choice right now.



R1800x 32GB ram, SSD, linuc mint 19.3, using 15 threads....695kh/s. Power is £0.16 to £0.18 /kwr over here
https://ibb.co/kSLDc7G

I recon miner would have to be at least double that hashrate to even break even.

have to say, its not just this coin. As far as mining goes, pretty much all ALT coins are screwed.
Look @ Veruscoin, and its new algo...a few dozen peeps made hundreds of dollars over 48-72 hours, but now it has normalised again, its back to less than half a dollar a day.

Thing with your algo, is simple. Without a pool, its winner takes all....so he/she who has a decent server chip, or threadripper, will win the vast majority of the coins, leaving scraps for the rest of us.

I'd be interested to know what someone with say a 1950, or 2950 with quad channel ram is pulling....i bet its more like 2-3 mh/s
In fact, would be interesting to know what the AMD 3700x does, same threadcount as me, but double the L3 cache, bet that makes a huge difference.

Interesting to see where the whole market goes, i can't see how much longer peeps are going to spend $500-100$ on a rig, just to make 30-50 cents a day...


member
Activity: 486
Merit: 12
Zettelkasten Dev
Ryzen 7 1700X

ca 700 kH/s

Ubuntu 18 (64 bit)
member
Activity: 486
Merit: 12
Zettelkasten Dev
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks

About 0.5 cent
(80 sats at 6700$ per BTC)

So, with my Ryzen cpu, i am mining no more than 100 a day, so thats 50 cents a day?

SO basically completely pointless, since its costing me $1.50 in power

It's not pointless, you can always improve your situation if you know how.
Also, your situation is not representative of everyone else's.

a) what kind of Ryzen do you have? Are you mining on linux 64 bit? 100 ZTTL would be less than 1% of daily coins, so you say you only mine with 400 kh/s, doesn't sound right.

b) others pay much less for power (it's them who are mining the bulk of the current 40 MH/s)

c) price will fluctuate wildly, depending on many factors, e.g. BTC currently crashing hard. So buying may indeed be the better choice right now.

sr. member
Activity: 1248
Merit: 297
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks

About 0.5 cent
(80 sats at 6700$ per BTC)

So, with my Ryzen cpu, i am mining no more than 100 a day, so thats 50 cents a day?

SO basically completely pointless, since its costing me $1.50 in power
member
Activity: 486
Merit: 12
Zettelkasten Dev
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks

About 0.5 cent
(80 sats at 6700$ per BTC)
sr. member
Activity: 1248
Merit: 297
Just out of interest, whats the going rate for Zettel at the moment please? In GBP or $.

Thanks
member
Activity: 486
Merit: 12
Zettelkasten Dev
New Bootstrap files available, including up to block #900000

https://zettelkasten.org/downloads/bootstrap.zip

legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
These puzzles are fun, here is another one for you to solve:



Winner takes all!

Congrats to a guy named "Christopher Tobias" that cracked this riddle.
He even posted the script he used to crack it:

Code:
const base58check = require('base58check');

const key = "82oMpc3DeEseMVXfXGq7R8ucYNxemeAW2T8MNFSPAYYiMUGgCy2";
const bs58alph = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";

const start = 1;
const end = 50;

String.prototype.replaceAt = function(index, replacement) {
    return this.substr(0, index) + replacement+ this.substr(index + replacement.length);
};

for (let i = start; i <= end; i += 1) {
  for (let j = i + 1; j <= end; j += 1) {
    for (let k = 0; k < bs58alph.length; k += 1) {
      for (let l = 0; l < bs58alph.length; l += 1) {
        let k_copy = key.replaceAt(i, bs58alph[k]);
        k_copy = k_copy.replaceAt(j, bs58alph[l]);

        if (k_copy == key) {
          continue;
        }

        process.stdout.write(`Trying: ${k_copy}\r`);

        try {
          let res = base58check.decode(k_copy, "hex");
          console.log(`Possible key found: ${k_copy} ${JSON.stringify(res)}`);
        } catch (e) {
          continue;
        }
      }
    }
  }
}

I took it from the ZTTL thread in the "CPU Miners Club" discord server: https://discord.gg/jYCEUC

You may want to join their too, cause I will be visiting and posting there from time to time. Thanks

Brilliant ...

#crysx
member
Activity: 486
Merit: 12
Zettelkasten Dev
These puzzles are fun, here is another one for you to solve:



Winner takes all!

Congrats to a guy named "Christopher Tobias" that cracked this riddle.
He even posted the script he used to crack it:

Code:
const base58check = require('base58check');

const key = "82oMpc3DeEseMVXfXGq7R8ucYNxemeAW2T8MNFSPAYYiMUGgCy2";
const bs58alph = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";

const start = 1;
const end = 50;

String.prototype.replaceAt = function(index, replacement) {
    return this.substr(0, index) + replacement+ this.substr(index + replacement.length);
};

for (let i = start; i <= end; i += 1) {
  for (let j = i + 1; j <= end; j += 1) {
    for (let k = 0; k < bs58alph.length; k += 1) {
      for (let l = 0; l < bs58alph.length; l += 1) {
        let k_copy = key.replaceAt(i, bs58alph[k]);
        k_copy = k_copy.replaceAt(j, bs58alph[l]);

        if (k_copy == key) {
          continue;
        }

        process.stdout.write(`Trying: ${k_copy}\r`);

        try {
          let res = base58check.decode(k_copy, "hex");
          console.log(`Possible key found: ${k_copy} ${JSON.stringify(res)}`);
        } catch (e) {
          continue;
        }
      }
    }
  }
}

I took it from the ZTTL thread in the "CPU Miners Club" discord server: https://discord.gg/jYCEUC

You may want to join their too, cause I will be visiting and posting there from time to time. Thanks
member
Activity: 486
Merit: 12
Zettelkasten Dev
Safe Trade (our main exchange) has received big updates.

You will need to migrate your account (or sign up if you haven't already):

https://safe.trade/signup?refid=SN01019A8195

member
Activity: 486
Merit: 12
Zettelkasten Dev
Reminder that you can earn ZTTL by mining testnet (BURGER).

You can then convert the BURGER 100:1 to ZTTL by trading directly with me.

Read more about this here:

https://www.zetteltalk.org/viewtopic.php?f=5&t=28#p56
member
Activity: 486
Merit: 12
Zettelkasten Dev
Working on new design for both wallets (main net and test net).
We will introduce a "visual timeline" that will help with the testing of tx-appendix messaging system (once it's finished)

Here's an early stage:

U
full member
Activity: 503
Merit: 106
These puzzles are fun, here is another one for you to solve:



Winner takes all!
what's the meaning with such puzzles just change 2 aharactors ant without any hints ? Tongue
legendary
Activity: 2520
Merit: 1490
there is safe dot trade if you did not know
anyway, are you still believe in this project ?
"thousands dollars" of ambitions with "one cent" of real affairs and trade volume

You what project auctioning the in view exchange unnamed.exchanges or Zettelkasten? If unnamed.exchanges, then I do not use it just did not have a connection for a while it meant just. And that for safe dot trade about which you talked?
 https://safe.trade/trading/ZTTLBTC
legendary
Activity: 2884
Merit: 1035
At all unnamed.exchanges does not open gives an error 522 they have maintenance or something else?

there is safe dot trade if you did not know
anyway, are you still believe in this project ?
"thousands dollars" of ambitions with "one cent" of real affairs and trade volume
legendary
Activity: 2520
Merit: 1490
At all unnamed.exchanges does not open gives an error 522 they have maintenance or something else?
Pages:
Jump to: