Bitcoin Forum
April 19, 2024, 10:29:37 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Tenebrix  (Read 3084 times)
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
July 18, 2013, 07:53:25 AM
 #21

Yeah, use the daemon.

As I said this happened with DeVCoin too, we just disabled the gen=1 commands so people cannot turn on mining in the devcoin-qt since we (Unthinkingbit and I) didn't manage to track down what exactly it was that was doing it, other than it looked like some things we needed for doing what devcoin needs to do were not thread-safe, at least, it seems, not in the GUI.

We needed to use curl, or something anyway that would go out and get our lists of recipients for minted coins, so if not being able to mine with the -qt client was fallout from that too bad, its more important to do that key function of devcoin and anyone who does want to mine can use the daemon, which in any case probably uses less resources on the server and allows the server to be headless so for miners it is in any case generally better / more-appropriate anyway.


Curl is threadsafe,  qt at least as it used to be built on windows was not.  

http://gavintech.blogspot.com/2012/03/full-disclosure-bitcoin-qt-on-windows.html

So good chance these older forks still have that issue.


█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
1713565777
Hero Member
*
Offline Offline

Posts: 1713565777

View Profile Personal Message (Offline)

Ignore
1713565777
Reply with quote  #2

1713565777
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713565777
Hero Member
*
Offline Offline

Posts: 1713565777

View Profile Personal Message (Offline)

Ignore
1713565777
Reply with quote  #2

1713565777
Report to moderator
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 18, 2013, 07:58:44 AM
 #22

Curl is threadsafe,  qt at least as it used to be built on windows was not.  

http://gavintech.blogspot.com/2012/03/full-disclosure-bitcoin-qt-on-windows.html

So good chance these older forks still have that issue.

Yeah now you mention it, maybe we used something other than curl first, that was not thread-safe, then noticed curl was listed as thread-safe so switched to curl despite that adding a new dependency, then still found the damn thing wouldn't mine. Smiley

Thanks for the link I will go look at that maybe we can get mining working. though if they fixed it then once the "mergecoin" repo (bitcoin with ONLY merged mining as secondary chain added) is ready all the merged coins can inherit the fix along with gosh knows how many other fixes the bitcoin devs have been doing while all the kiddies squabbled in the altcoin playpen all this time...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Wolf0
Member
**
Offline Offline

Activity: 81
Merit: 1002


It was only the wind.


View Profile
July 18, 2013, 07:58:52 AM
Last edit: October 16, 2018, 03:17:29 AM by Wolf0
 #23

NaN.
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 18, 2013, 08:01:53 AM
 #24

Curl is threadsafe,  qt at least as it used to be built on windows was not.  

http://gavintech.blogspot.com/2012/03/full-disclosure-bitcoin-qt-on-windows.html

So good chance these older forks still have that issue.

Oh the -mt we add to boost libs in some distros of linux might stand for multithreaded.

I think our mining in devcoin-qt crashed on linux too though not just on windows. Unless maybe unthinkingbit uses Windows I'm not sure we would even have noticed if it didn't work on windows until someone built a Windows binary, whereupon we'd likely have been like well you do windows, you figure it out. Smiley

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 18, 2013, 08:07:36 AM
 #25

Where is the mining program running? Is it connecting to 127.0.0.0 aka localhost? If not maybe firewall isn't letting it connect, or its IP address is not on the rcpallowip list, yet for some reason its claiming internal sever error (500) instead of unable to connect?

Or does 500 mean it must have connected and the RPC server itself is telling it that it got an internal server error (500) ?

What error does it give when username or password for RPC is incorrect?

-MarkM-



It's connecting, because I have no firewall inside the network. 401 if the password is incorrect, 500 if they're correct.

EDIT: By the way, are you getting connections, Mark?

Yeah i don't have eight connections though, only seeing 7 right now, and that is from a machine that has incoming port open.

Maybe who-ever is blasting it with hashing, likely from one or more GPUs, will get enough coins to fell like investing in a stable node that people can put in -addnode or even that can be coded into the DNSseed and fallback IPs.

Maybe they are just trying to drive difficulty way high and abandon it though due to being against the idea of having some coins that are nice havens for CPU miners or something though.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 18, 2013, 08:21:35 AM
 #26

I don't use config files. I had to have one of course for the old multicoin-based version, and thus had to until today for Fairbrix, but Tenebrix is just like normal bitcoin or litecoin based coins, no need for any config file at all.

tenebrixstart.sh
Code:
#!/bin/bash

TENEBRIXD=/usr/local/bin/tenebrixd
DATADIR=$HOME/.tenebrix

$TENEBRIXD -datadir=$DATADIR -rescan \
        -rpcuser=whoever -rpcpassword=therpcpassword \
        -gen=0 -daemon -rpcport=8697

(Addnodes of course one would also add if one happens to have any.)

tenebrixd.sh
Code:
#!/bin/bash

TENEBRIXD=/usr/local/bin/tenebrixd

if [ "$1" == "" ]; then
  echo "Syntax: tenebrixd.sh COMMAND"
  exit
fi

$TENEBRIXD -rpcuser=whoever -rpcpassword=therpcpassword \
        -rpcport=8697 "$@"

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 18, 2013, 09:27:43 AM
 #27

Just wondering, is Lolcust even still around?

#Tenebrix on Freenode IRC.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
jeannie
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
July 24, 2013, 07:19:59 AM
 #28

Is there any windows client for tenebrix now?

markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 24, 2013, 07:30:00 AM
 #29

I don't know. Even if some folk did compile it for Windows maybe they haven'y made the binary available anywhere. Maybe no one has compiled for Windows at all, or compiled only the daemon. or maybe no Windows peoople are mining it at all.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
nabworth
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 24, 2013, 06:38:00 PM
 #30

any idea what an average block rate might be for a dual core i7-2640M 2.8GHz ?
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
July 24, 2013, 06:45:24 PM
 #31

Is there any windows client for tenebrix now?
https://github.com/Lolcust/Tenebrix/downloads
nabworth
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 27, 2013, 08:01:49 AM
 #32

mined for 24 hrs, didnt find a block. pretty difficult for something people consider a 'dead' coin.
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 27, 2013, 09:12:26 AM
 #33

Yeah someone with a bunch of GPUs hit both Tenebrix and Fairbrix recently. Not sure if they are still mining them or just drove the difficulty up and went away.

Maybe having acquired lots of coins they will next look into getting them onto an exchange so they can dump them...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
July 27, 2013, 01:30:44 PM
 #34

yeah theres  a few of us mining tenebrix for some plans that we have for it. stay tuned Cheesy

Bitrated user: ahmedbodi.
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
July 27, 2013, 01:39:37 PM
 #35

ahh you just failed politically - if you have a GPU miner and  "Have plans for it" its just going to look like a Pre-mine , so now you kind of have to try to retract that .

 

- Twitter @Kolin_Quark
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
July 27, 2013, 01:39:51 PM
 #36

yeah theres  a few of us mining tenebrix for some plans that we have for it. stay tuned Cheesy

- Twitter @Kolin_Quark
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
July 27, 2013, 01:45:23 PM
 #37

ahh i dont mean in that sense i dont even have a gpu lol, ive been cpu mining with my laptop but i know theres a few of us working on the coin and theres been more people joining the #tenebrix irc channel outta interest and wanted instructions on how to mine it

Bitrated user: ahmedbodi.
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
July 27, 2013, 02:28:12 PM
 #38

i'd give that a moderate 6 out of 10 .

pretty good really.

revised 6.5

- Twitter @Kolin_Quark
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
July 27, 2013, 02:33:15 PM
 #39

aha itll have to do, but stay tuned for more tenebrix news Cheesy

Bitrated user: ahmedbodi.
Buffer Overflow
Legendary
*
Offline Offline

Activity: 1652
Merit: 1015



View Profile
July 27, 2013, 08:04:07 PM
 #40

aha itll have to do, but stay tuned for more tenebrix news Cheesy

You'll have to destory that little matter of 7769999.0 TBX premined on block 1 or this coin isn't going nowhere.

Pages: « 1 [2] 3 »  All
  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!