Bitcoin Forum
April 25, 2024, 04:11:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 122 »
481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: July 19, 2014, 10:55:33 PM
Until it gets merged with what?

The datacoin source code doesn't seem to have any hardcoded dns seeds, unless I'm just looking in the wrong place (/src/net.cpp), the original author just commented out the primecoin ones.

correct, thats why i created a fork and sent a pull request. but i never got any response nor accept/decline. some/alot (depends on how many ppl use datacoin) used this branch (as seen by my dnsseed) but it aint free and i see no reason to support something which is dead, or a dev who cant simply merge a pull request.
482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 17, 2014, 10:36:45 AM
Quote
$ sudo apt-get build-dep bitcoin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for bitcoin

While yes the offical Bitcoin repo is installed and I've apt-get update 

It doesn't matter now as I've gone with the launch pad.  I just wanted to try and go through the guide as basically your average *buntu novice with a fresh build of Xubuntu 14.04LTS (64) so that it can maybe be improved.  For other general non CLI wizard *buntu users until their's official Ubuntu binaries or an official Ubuntu repository.  Anyway there's a new 24/7/365 I2p node up now  Smiley

Also how do you go about helping with the RSM UFO generation if more help is needed?  As I have a spare core on my AMD A10-6700
AFAIK http://killyourtv.i2p/ 's repository has anoncoin builds for ubuntu.
483  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: July 16, 2014, 12:53:41 PM
sgminer_x11x13mod_03_06_2014.zip

AVG-Antivirus warning:
 sgminer.exe - Identity protection, high relevance!
you didnt pass the moron test, im quite sry...
484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: July 16, 2014, 11:05:33 AM
I will pause the datacoin dnsseeds until it gets merged, tough its been active for some time now and got used. If someone objects, pls consider donate some DTC/BTC/ANC for the cause.
485  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 16, 2014, 11:04:22 AM

> I installed build-essential and the compilation got much further this time.  However it still exited with the following error.

Great to hear it worked better, however sad to hear it didn't compile 100%. Do you got the libssl-dev package installed? IIRC that's the name of openssl development files. you can simply do a "ls /usr/include/openssl/", if it's listing files it's something wrong with our build scripts, if you get a error you're just missing the development files Smiley
he could just follow the compilation documentation in doc/ Smiley

I've now managed to finally build anoncoind, but when I try to build anoncoin-qt it exits with an error.  Any idea on the missing dependency?
see doc/readme-qt.rst
should tell you which packages you need

yeah I followed the guide in there but got the following error -

Code:
$ sudo apt-get install qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libqt5core5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libqt5core5a:i386 libqt5core5a

E: Package 'libqt5core5' has no installation candidate

So I tried the following which also gave an error.

Code:
$ sudo apt-get install libqt5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libqt5-dev


So then gave up and just used the launch pad to install it.
do you have the package bitcoin? try $ sudo apt-get build-dep bitcoin
if so, it will install everything neccessary. f not you can drop that specific lib and just install qt4/qt5 (i always used qt4). See if you have a qt4-dev-tools package.
486  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 16, 2014, 09:59:32 AM

> I installed build-essential and the compilation got much further this time.  However it still exited with the following error.

Great to hear it worked better, however sad to hear it didn't compile 100%. Do you got the libssl-dev package installed? IIRC that's the name of openssl development files. you can simply do a "ls /usr/include/openssl/", if it's listing files it's something wrong with our build scripts, if you get a error you're just missing the development files Smiley
he could just follow the compilation documentation in doc/ Smiley

I've now managed to finally build anoncoind, but when I try to build anoncoin-qt it exits with an error.  Any idea on the missing dependency?
see doc/readme-qt.rst
should tell you which packages you need
487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin Information, FAQ & Description thread. I2P/Tor explained [Mod] on: July 15, 2014, 07:48:49 PM
Is anoncoin really anon and is it better than SuperSend of supercoin?
SuperSend? cmon! maybe we should rename transactions to SuperExtremeStealthTransaction, some ppl would definately buy up ANC in this case...
488  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 14, 2014, 10:45:59 PM

''''''''


make[1]: g++: Command not found

Installing GCC/G++ compiler usually solves this problem Smiley I myself prefer to install the meta package build-essential. It includes make, gcc etc.. including g++ IIRC.

I installed build-essential and the compilation got much further this time.  However it still exited with the following error.

Code:
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include <boost/algorithm/string/classification.hpp>
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Error 1

So I installed libboost1.54-dev for a try and then got a much shorter compilation effort with the following error code.

Code:
$ make -f makefile.unix USE_UPNP=-
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DENABLE_WALLET -I/home/bob/anoncoin/src -I/home/bob/anoncoin/src/obj -DUSE_IPV6=1 -I/home/bob/anoncoin/src/leveldb/include -I/home/bob/anoncoin/src/leveldb/helpers -DUSE_NATIVE_I2P -I/home/bob/anoncoin/i2psam -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from serialize.h:22:0,
                 from netbase.h:10,
                 from util.h:34,
                 from alert.h:13,
                 from alert.cpp:11:
allocators.h:12:53: fatal error: openssl/crypto.h: No such file or directory
 #include <openssl/crypto.h> // for OPENSSL_cleanse()
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Error 1

Although I have the package openssl already installed so got stuck there.

> I installed build-essential and the compilation got much further this time.  However it still exited with the following error.

Great to hear it worked better, however sad to hear it didn't compile 100%. Do you got the libssl-dev package installed? IIRC that's the name of openssl development files. you can simply do a "ls /usr/include/openssl/", if it's listing files it's something wrong with our build scripts, if you get a error you're just missing the development files Smiley
he could just follow the compilation documentation in doc/ Smiley
489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | cPoW | PC mining | Stability | Hashcows - QRK Payouts on: July 14, 2014, 10:44:27 PM
Faster than real devs Smiley

New Quark wallet v0.9.2.1, just like Bitcoin v0.9.2.1.  FOR TESTING ONLY!!!

My QuarkCoin Page:  http://quarkcoin.orgfree.com/

Here you can download and test  http://quarkcoin.orgfree.com/quark-0.9.2.1.7z

Tell your results! Response here!

Remember to backup your current wallet!!!


I am not Quark dev Smiley This is not official wallet! This is experiment! If wallet will not work I will remove it! It looks like normal wallet to me, although it is not maybe. Smiley


Maybe wallet will work, maybe it will not!

Results of VirusTotal.com check https://www.virustotal.com/en/url/e1d2391f70515ec98af21243e72c7ec4859515974e255c861347bd99fd979f9f/analysis/1405369439/



Coinerer, you are remarkably persistent with your new wallet compilations, however, as QuarkFX stated, no one in their right mind is going to trust or download a wallet like this--Would you like to work on the social wallet? I know you have stated you do not have C++ experience, but if you are truly interested in helping out I can place you in touch with the right person(s). Otherwise...

the problem is, there is no source code (git) so we cant know whats changed, also its winblows shitware
490  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 14, 2014, 01:14:13 PM
It doesn't just use its blockchain files, but does all network-related things via bitcoind.  So I am somewhat sure you can't run Armory on a machine with no local bitcoind.
Configuring networking-related things is not something I have a problem doing Wink

I have run Armory and bitcoind on separate machines before, when both machines were Linux. I'm trying to help someone do it with an OS X Armory, and I was stuck not knowing the OS X filesystem quirks.
there is a sshfs port for OSX
491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 10, 2014, 06:01:13 PM
I try to withdraw ANC from cryptsy , and it is processed in 5 min
but still not showing on blockchain and my wallet after 1h
 Undecided
as often said, dont use craptsy.
492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 09, 2014, 06:55:38 AM
So it has been over a week since my ANC withdrawals "processed" yet I still have no coins. I have submitted multiple tickets to support, but they couldn't be more useless. This is a lot of money for me and I see that this is a problem a lot of people are having. Has anyone actually gotten their coins yet?

my first issue is as of 6/26, yesterday I tried to withdraw again... same problem
nothing has been resolved. all withdrawals still stuck, damn cryptsy
we should open a specific thread on this issue, and insult those assholes.. apparently it works.

I think that we, as a community, should switch en masse to Bluetrade: https://bleutrade.com/

The volume there is very low, so what if we all do the following?

For each bid or sell order that you place with Cryptsy, consider placing the same order at Bluetrade for about 1/4 of the amount.

As soon as there is a critical volume, people will naturally switch.

Like I wrote few days before, I signed up on bluetrade, and 1st time in my life I get warning that someone try to sign in into my mail..
I can not be sure that this have connection with bluetrade!

There is no volume on any coin there, even DRK do not have volume   Grin

It is good to discuss and maybe we "all" can agree and go to another exchanges.
If/when price go up, cryptsy will do their job..

And all other exchanges will have ANC  with good volume!!

in this case this is your problem wich you have to solve. by closing ur eyes you wont find out why it happend. ask their support, maybe the email you used can be accessed by others aswell.
493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Quick confirmations on: July 03, 2014, 09:07:52 AM
I have heard people talking about "Holy Week". What is this?
religion, eeh, retardation Wink
494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 02, 2014, 06:11:58 PM
You are aware that if you do things "humanish" as you want it, you piss of certain ppl which we need/consist of?

A question though of writing for the proper audience. If you are speaking to French people you have to speak French, not Italian. If you are speaking to normal humanoids you have to speak English not complicated codespeak.

However looking at the words in the wiki it does give extremely detailed complex information in a concise way, it just is aimed at a higher intelligence level than most people who are likely to seek information there, or at least its hard for me to understand it easily.
So we would need a simple explanation ina TL;DR style. How about something like this?
495  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 02, 2014, 07:08:05 AM

First impression,
1) The first page takes a long time to load, obviously a work in progress, but other pages look very sharp.
2) Text like "I2P is a scalable, self organizing, resilient packet switched anonymous network layer, upon which any number of different anonymity or security conscious applications can operate" is a little over the top. The coin is for human beings, not robots.

I would like to write for the wikis of anoncoin and hobonickels, but honestly my writing alienates people and I think I would be more helpful to anoncoin writing for the wikis of bytecoin, darkcoin etc, none of which I own nor would buy. I have several websites and my writing gets overwhelmingly negative feedback. The wiki is important though and I will definitely contribute ideas and feedback.
You are aware that if you do things "humanish" as you want it, you piss of certain ppl which we need/consist of?
496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Quick confirmations on: July 01, 2014, 10:46:11 AM
P2pool?

Yes and coinmine.pl is fine also.
http://xguild.net and coinmine.pl never sent me my email confirmation and I can't withdrawal coins.
just stick to p2pool.
centralized pools will always create problems :S
497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: July 01, 2014, 04:56:01 AM
A user in #anoncoin reported Bleutrade is banning TOR. Ive discussed it with them and they have lifted the TOR ban. Good to see they support anonymity!
498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin Information, FAQ & Description thread. I2P/Tor explained [Mod] on: June 30, 2014, 06:16:48 AM
I've only got 3 connections, does anyone have any more node IP's i can add please ? Withdrawls take days to show up...
this is the fault of the shitty exchange your using. 1 connection to the p2p network would be enough to recieve transactions.
499  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] PocketCrypto - Easy to Use Cryptocurrency Management App on: June 30, 2014, 06:16:05 AM
This looks great for end-users. Unfortunately it dosnt support Anoncoin, could you add support for it?
500  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official Anoncoin chat thread (including history) on: June 28, 2014, 01:47:36 PM
tried to withdraw some anc from cryptsy 24 hrs ago, still pending. they are aware of the issue and trying to fix it. anyone else in the same situation?
everyone has this problem with craptsy. pls use other exchanges.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!