Bitcoin Forum
June 26, 2024, 12:17:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 265 »
  Print  
Author Topic: Official Anoncoin chat thread (including history)  (Read 530490 times)
Quantumstate
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 18, 2014, 03:03:06 PM
Last edit: March 18, 2014, 03:40:30 PM by Quantumstate
 #1001

Alright.  I tried to tell you.  Roll Eyes  "There are none so blind, as they who will not see." (Acts 28:26-27)

You don't have to --actually try it-- since you apparently can't figure out Linux.  Gourd head and run the Winduhs binary.

 I'm not having anything of it.

(And BTW geekz, I'd linked to that page in my very first post about this, above)
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
March 18, 2014, 04:11:03 PM
 #1002

With the repo:  E: Failed to fetch http://deb.i2p2.no/pool/main/a/anoncoin/anoncoind_0.8.5.6-1_amd64.deb  Cannot initiate the connection to deb.i2p2.no:80 (193.150.121.69). - connect (111: Connection refused)

This seems to have been a temporary network issue. Or, it never complained on my Nagios, so I'm unsure if the problem was with the server, or some ISP in between.

Tyke
Legendary
*
Offline Offline

Activity: 1456
Merit: 1162


View Profile
March 18, 2014, 04:33:26 PM
 #1003

Anoncoin will feature two pages in the book called Cryptocurrency "The Alt-ernative" the Beginner's Reference

https://bitcointalk.org/index.php?topic=483187.new#new


Please donate to the below Anoncoin wallet address in order to help fund this project:

ANVLEZMHZYZRtS9mT4WNxunwLN7xi89imD

It will have 2 pages similar to this:





If you spot any spelling or grammar errors, these are easily sorted.  I do have a full time job as well as trying to get this project completed too.
gostrol
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
March 18, 2014, 10:02:07 PM
 #1004

I had problem to compile ANC on Ubuntu before by following https://anoncoin.net/index.php/guides2

Finally I did like I posted in that post and it worked:

Noob's guide to install on Xubuntu 12.04 & 13.10

(...)

-----------------------------------------------------------------------------------
TRY THIS FIRST - EASIEST MANNER:
-----------------------------------------------------------------------------------

$ sudo apt-add-repository ppa:bitcoin/bitcoin -y
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get build-dep bitcoin -y
$ sudo apt-get install git
$ git clone https://github.com/Anoncoin/anoncoin.git
$ cd anoncoin/src/
$ make -f makefile.unix USE_UPNP=-
$ sudo cp anoncoind /usr/bin/anoncoind
$ anoncoind

12) To edit anoncoin.conf :
$ nano ~/.anoncoin/anoncoin.conf
rpcuser=**your username**
rpcpassword=**your password**
daemon=1
server=1

qt:
$ cd ~/anoncoin
$ qmake "USE_BOOST_46=1"
$ make
$ sudo cp anoncoin-qt /usr/local/bin
$ anoncoin-qt

Interesting what ANC price is doing right now following the good news from soon implementation of zerocoin... it will be quite a ride when zerocoin will be finally implemented! Grin
BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
March 18, 2014, 11:50:21 PM
 #1005

Alright.  I tried to tell you.  Roll Eyes  "There are none so blind, as they who will not see." (Acts 28:26-27)

You don't have to --actually try it-- since you apparently can't figure out Linux.  Gourd head and run the Winduhs binary.

 I'm not having anything of it.

(And BTW geekz, I'd linked to that page in my very first post about this, above)

I just installed a fresh copy of debian testing. anoncoind compiled and running.

Steps from fresh install running everything as root.
Code:
# apt-get update
# apt-get upgrade
# apt-get install libqtgui4 qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev git
# git clone https://github.com/Anoncoin/anoncoin.git
# cd anoncoin/src/
# make -f makefile.unix USE_UPNP=-

Have a coffee or other preferred beverage

Code:
# cp anoncoind /usr/bin/anoncoind

# anoncoind -i2p=0

Running clearnet, syncing blocks.

Code:
root@deb-testing-anc:~# cat /etc/*rele*
PRETTY_NAME="Debian GNU/Linux jessie/sid"
NAME="Debian GNU/Linux"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
root@deb-testing-anc:~# anoncoind getmininginfo
{
    "blocks" : 44749,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 0.14110997,
    "errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 39038452,
    "pooledtx" : 0,
    "testnet" : false
}
MEGAman
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250

I'm gonna clean up this town


View Profile
March 18, 2014, 11:53:54 PM
 #1006

Still loving this coin and in the near future I would love to assist in its development.
cryptonewbie
Full Member
***
Offline Offline

Activity: 434
Merit: 100


View Profile
March 19, 2014, 01:56:46 PM
 #1007

I bought into ANC the other day when the price bottomed out.  When Zercoin is implemented, the coin could make top 5 or 10 marketcap.

BitcoinSniper
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 20, 2014, 04:24:05 PM
 #1008

just updated my wallet and get error "Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect

This really Sucks because i was one of the very first people mining this from launch and now i have nothing to hold.  Please advise ?
run with -rescan and the missing tx's should reappear
still nothing changed. Did fix the error i was getting but now all i see in the client is a locked wallet with no coins
does this show any transactions?
Code:
anoncoind listtransactions

are you using winblows?
are you willing to share the wallet for manual repair/inspection?
Yes, using windows. As soon as i get the coins back i am going to send you some. thank you for trying to help

I still cannot retrieve my coins. I updated and lost all  coins!!!!!!!!! IF I send my wallet.dat to developer do you think they would fix?
WDL
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 20, 2014, 07:34:34 PM
 #1009

Scrypt miner with hashrate 100M has been produced by a  Chinese company ,and it will be on market in month, the company announced the Scrypt miner is aiming litecoin and similar cryptocurrencies.So I   worry about ANC a little,which holds network Hashrate 1.42G or so now.
And I want to buy a few miners to provide enough hashrate protection for ANC.But I'm not sure I could get it,too many people booking the machine.
A L I E N
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
March 20, 2014, 08:03:28 PM
 #1010


Is there any merit to the talks about a exploit in the KGW? https://bitcointalk.org/index.php?topic=504103.msg5705917#msg5705917
cryptonewbie
Full Member
***
Offline Offline

Activity: 434
Merit: 100


View Profile
March 21, 2014, 03:23:36 PM
 #1011

We need more updates from the Anononcoin team about the project.  Very little information exchanged in this thread.

WDL
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 21, 2014, 03:42:02 PM
 #1012

I cannot visit the website of ANC,https://anoncoin.net/, what happens?
shtako
Hero Member
*****
Offline Offline

Activity: 779
Merit: 502


View Profile
March 21, 2014, 03:45:00 PM
 #1013

We need more updates from the Anononcoin team about the project.  Very little information exchanged in this thread.

As opposed to almost all other coins where pumping and hyping is the main focus. Smiley

You get some updates on twitter if you follow @AnoncoinProject.

Anoncoin ‏@AnoncoinProject  20. mar.
Wanna join the #Zerocoin impl. testing? #Anoncoin will start testnet4 within a couple of weeks. Join the list! http://lists.sigterm.no/listinfo/anoncoin-zerotest
cryptonewbie
Full Member
***
Offline Offline

Activity: 434
Merit: 100


View Profile
March 21, 2014, 03:47:34 PM
Last edit: March 21, 2014, 04:02:52 PM by cryptonewbie
 #1014

We need more updates from the Anononcoin team about the project.  Very little information exchanged in this thread.

As opposed to almost all other coins where pumping and hyping is the main focus. Smiley

You get some updates on twitter if you follow @AnoncoinProject.

Anoncoin ‏@AnoncoinProject  20. mar.
Wanna join the #Zerocoin impl. testing? #Anoncoin will start testnet4 within a couple of weeks. Join the list! http://lists.sigterm.no/listinfo/anoncoin-zerotest

Who said anything about pumping and dumping?  That's a projection.  I simply was asking for more information on the project, because this thread is stale.

That was an arrogant response.  I invested a lot of money in this coin, and when I ask for an update, you make snark comments?  Can't be bothered to answer a few questions about the coin to your investors?

Development is only one aspect of a successful con.  Consumer confidence and marketing are also necessary.

drAGon925
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500



View Profile
March 21, 2014, 03:48:43 PM
 #1015

We need more updates from the Anononcoin team about the project.  Very little information exchanged in this thread.


We all know the same..  as things stand, if they fail with Zero, Anon is down. That is my opinion.
I do not see other opportunity in the near future.

I agree with you, every information is good at this time.
shtako
Hero Member
*****
Offline Offline

Activity: 779
Merit: 502


View Profile
March 21, 2014, 04:04:56 PM
 #1016

@cryptonewbie and drAGon925

I totally agree that they should be more active. That would increased the community significantly and also the anticipation of the zerocoin implementation. The altcoin section is a jungle and there don't seem to be much awareness of anoncoin. It is much harder to find a thread that is only bumped a few times every week, and even if you go trough it, this thread lacks the entusiasm and promise of great riches most threads delivers. Just look at the darkcoin thread which is the exact opposite.

But I love the irony.
cryptonewbie
Full Member
***
Offline Offline

Activity: 434
Merit: 100


View Profile
March 21, 2014, 04:13:50 PM
 #1017

I think Anoncoin has the potential to build on what Darkcoin has accomplished and be one of the only innovative coins on the market. 

braane
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
March 21, 2014, 04:25:41 PM
 #1018

@cryptonewbie and drAGon925

I totally agree that they should be more active. That would increased the community significantly and also the anticipation of the zerocoin implementation. The altcoin section is a jungle and there don't seem to be much awareness of anoncoin. It is much harder to find a thread that is only bumped a few times every week, and even if you go trough it, this thread lacks the entusiasm and promise of great riches most threads delivers. Just look at the darkcoin thread which is the exact opposite.

But I love the irony.

In a way it almost gives Anoncoin a more serious atmosphere.I don't get the feeling reading this thread that it's a pump and dump. I think that's an important distinction between this thread and that of most other alts. In the long run it should help, even if it doesn't bring a lot of attention in the short run.
WDL
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 21, 2014, 04:42:44 PM
 #1019

Hi,Can anyone visit the website of ANC?THANKS...
cryptonewbie
Full Member
***
Offline Offline

Activity: 434
Merit: 100


View Profile
March 21, 2014, 04:47:17 PM
 #1020

Hi,Can anyone visit the website of ANC?THANKS...

The website didnt load for me either.

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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 265 »
  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!