Bitcoin Forum
June 17, 2024, 12:37:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperCoin Takeover by Trusted-Cryptos Team [Griffith] on: December 04, 2014, 10:39:11 PM
I've been watching SuperCoin for more than a few weeks now, but have been hesitant because of the price spikes. Is there any reason for them?

What's the incentive for buying SuperCoin?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 09:37:56 PM
tried both, as well as libdb5* and --fix-missing

Quote
E: Couldn't find any package by regex

sudo apt-get autoremove uninstalled libdb4.8. Reinstall got me nowhere (see above error)
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 08:46:58 PM
to avoid configure: error: "Big Endian not supported" : ./configure CXXFLAGS=-fpermissive

Quote
CXXFLAGS=-fpermissive CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ accepts -g... no
checking for a sed that does not truncate output... /bin/sed
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for java... no
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... no
checking for xgettext... /usr/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the linker accepts -Wl,--large-address-aware... no
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -pie... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing

Installed BerkeleyDB with
Quote
sudo apt-get install libdb4.8++-dev
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 08:24:15 PM
Giving up on this coin soon. Can't even compile the wallet and I'm not getting help.

My exact installation process on PiMP 1.6-14.6 (debian-based linux):

wget -O boost_1_57_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download
tar xzvf boost_1_57_0.tar.gz
cd boost_1_57_0/
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev
./bootstrap.sh --prefix=/usr/local
./bjam cxxflags="-std=c++11" install
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
apt-get install libqrencode-dev
cd ..
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xzvf protobuf-2.5.0.tar.gz
cd pro*
./configure --disable-shared
make
sudo make install
cd ..
git clone https://github.com/kryptohash/kryptohash.git
cd k*
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 05:41:46 PM
Is this Windows or Linux? A "sample" kryptohash.conf file should be included with the Windows installer.

I've tried installing the wallet on (debian-based, PiMP) Linux & Mac. On both machines, I get a "bigendian" error when configuring. So I have the miner installed (and not yet working) with no wallet to mine towards.

I posted the exact "bigendian" ./configure error on page 4 or 5
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 03:07:15 PM
Edit the kryptohash.conf file and ensure the following parameters are uncommented:

  • server=1
  • rpcuser={RPC_username}
  • rpcpassword={RPC_password}
  • rpcport=38912
  • rpcconnect=127.0.0.1


Ah! I'm so confused! I DO NOT HAVE A KRYPTOHASH.CONF ANYWHERE AFTER **FIRST** INSTALL. This conf is for the cgminer-khc, correct? Or is it for the wallet?

Do I need to make one? Where do I put it? Where should it be if I already have it?

Right now I have a PiMP/cgminer-khc pointed to a conf I made here: /opt/ifmi/cgminer.khc.conf

Quote from: Beginning of cgminer.khc.conf
{
  "pools": [
    {
      "url": "http://127.0.0.1:38912",
      "user": "truckfarmer",
      "pass": "x",
      "profile": "khc"
    }
  ],
  "profiles": [
    {
      "name": "khc",
      "algorithm": "kryptohash",
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 02:45:53 PM
Compiling the wallet on OS X & Linux, at ./configure I get an error:

Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

antonio, can you post your kryptohash.conf for the 280x please?! thank you!!!
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 08:13:32 AM
Anything against backing up your kryptohash.conf file to preserver your login nfo?

No, I just never had one to begin with, attempting my first install now. What did I miss?

Also compiling the wallet on OS X at ./configure I get an error:

Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

Same deal in PiMP linux
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 07:50:14 AM
Anything against backing up your kryptohash.conf file to preserver your login nfo?

No, I just never had one to begin with, attempting my first install now. What did I miss?

Also compiling the wallet on OS X at ./configure I get an error:

Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 07:02:53 AM
Do we have to create kryptohash.conf from scratch? Where can I find it to make edits?

If anyone has a working .conf for an R9 280x please post it up!
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 06:37:40 AM
Voila!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif on: December 03, 2014, 06:10:17 AM
Trying to install the miner from github on PiMP (debian-based linux):

git clone https://link.git -> creates cgminer-khc folder
cd cgminer-khc
./autogen.sh -> "No such file or directory"
(still needed if from github?)
./configure -> "Permission denied"
sudo ./configure -> command not found
(the dependencies are installed)

anyone know what I might be doing wrong?
13  Bitcoin / Bitcoin Discussion / Re: *WARNING* "Bitcoin.org/Bitcoin.com" Phishing Scam!!! Possibly originating here on: December 03, 2014, 04:44:39 AM
*scammer-hackers

some of us "hackers" are the good guys  Wink
14  Bitcoin / Bitcoin Discussion / Re: *WARNING* "Bitcoin.org/Bitcoin.com" Phishing Scam!!! Possibly originating here on: December 03, 2014, 04:27:09 AM
Just seeing this now...sorry guys...don't have a sandbox on the station I'm on...
15  Bitcoin / Bitcoin Discussion / Re: *WARNING* "Bitcoin.org/Bitcoin.com" Phishing Scam!!! Possibly originating here on: December 03, 2014, 12:51:20 AM
Who can I contact about this?
16  Bitcoin / Bitcoin Discussion / *WARNING* "Bitcoin.org/Bitcoin.com" Phishing Scam!!! Possibly originating here on: December 02, 2014, 10:54:59 PM
Hello

I recently received a (relatively) sophisticated phishing attack via email. The payload seems to be a java root kit.

The email sender was labelled "Bitcoin.org", but the actual email was "no-replay@bitcoin.com". The subject read "The transaction has completed successfully."

Flag #1 - I have not made any Bitcoin transactions for over a week.

Flag #2 - "no-replay"

Flag #3 - Recently made email in question public on bitcointalk.org.

Flag #4 - Payload file name included last four digits of my SSN.

The message contents were as follows:

Online Payment Details https://www.bitcoin.org/Ref-XXXXXXXXXXXX (linked to http://[Suspicious link removed]/Bitcoin-transactionSSSS)

SSSS represents the last four digits of my SSN. This part concerns me the most, although linking of this email (my main public email) to my the last digits of SSN wouldn't be too difficult.

The transaction has completed successfully. The order number, for your customers reference is:Ref-XXXXXXXXXXXX-XXXXX.

Additional Payload info:


File: Bitcoin_transactionSSSS.jar

File type: Java JAR (226 Kb)

From: http://www.thedumps.ru
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRE] GreenCoin | On Bittrex now! on: November 25, 2014, 01:06:04 AM
directions, backgrounds...I was just trying to highlight the different sets of information between individuals. like for example the regular discussions I have with my friends on these topics tend to be more homogenous
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRE] GreenCoin | On Bittrex now! on: November 24, 2014, 04:04:37 AM
Thanks for the response guys, sorry it's been a crazy week. I would have posted sooner if I could. Also, Chris and I come from very different directions, which is ok, that just makes me slow because I like to take a thorough approach to new ideas.

I'm going to save the solar debate for another day, my feelings towards it are not adversarial and we have more interesting things to discuss right now imo.

Jumping right in about AD...don't know much about it. I bet that stuff probably stinks though! It sounds like a totally different process from what I know. Of course with composting you specifically want to avoid an anerobic environment. Meats, diary, things that generally contribute to an anerobic situation...I have NEVER used manure or any other form of dookie. Is that what you really want to be feeding your food with? I'm big on sugar free diets...aka paleo...and I think many aspects of agriculture should work on the same principles. Our domestication of food has gotten out of hand in many ways. Animal waste management is a huge area of that. We're feeding it back to them in some cases. Chickens and pigs don't even eat on the open range any more. You have to find special animals for that.

If we're being conservative about composting, there are a lot of "smart" people who will argue it releases GHG, etc. But I'm sure that wholly depends on what you're composting. I've read many papers, including one that is supposed to cost about a hundred bucks, and I know scientifically what a good mix looks like and you are definitely using carbon...ie newsprint, cardboard, etc...We're probably talking 15% max? Maybe a bit higher. Worms love them some cardboard--- they add a whole different dimension to the topic.

I've heard of piles of pure animal waste...I've seen man-made horse piles. Not pleasant, I mean there is a reason horses do not collectively shit and piss out a mountain of steaming doom...people will compost that for a season, maybe two if you're lucky, and throw it in a bag. In a zone like mine you need at least two years for all the bad crap from the urine alone to evaporate. There's your source of GHG. It's just not a good look. Like I said, I would never use animal waste in my compost. EXCEPT guano and maybe 5% chicken shit.

I read a paper by a big industry scientist who said composting put off up to 4.2 lbs/CO2 per lb of compost. I guarantee you with a few test runs you could make a carbon and GHG reducing pile.

Here's a government paper that seems more balanced: http://www.epa.gov/climatechange/wycd/waste/downloads/composting-chapter10-28-10.pdf

Chris, I assume when you mentioned fertilizer you were referring to chemical fertilizer? Very intensive. Not really too great for your plants either. Organic methods have been shown academically to increase yield and individual crop sizes x1.5-4 more than chemical fertilizer. So just exponential compared to no fertilizer.

The crunching the numbers thing would involve a lot more reading and reflection, at least on my part. But I suspect one of the keys will be this. I've gone stretches up to 2 mos without taking my trash to the curb. If you cut trash pick up down to once a month youre saving a lot of carbon with mass adoption. I would keep down those lines, consider the carbon that would be saved by substitution of activity.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ๑۩۩ GROW ۩۩๑ - The weed token - Mini ICO with a gift! ICO extended! ~5days on: November 22, 2014, 01:47:16 PM
dont worry qiwoman, your parole officer doesn't surf bitcointalk  Wink
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRE] GreenCoin | On Bittrex now! on: November 22, 2014, 06:56:15 AM
Scrypt vs X11 - we are looking for global adoption, and with Scrypt Asics making Scrypt less niche, we opted for it. We are very adaptable, as most altcoins ought to be.

Agreed.

In terms of composting--- another great way to support GreenCoin! Pay people to start composting. Quantifying the value would be tricky but it could be done!
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!