Bitcoin Forum
June 29, 2024, 01:32:18 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 ... 265 »
  Print  
Author Topic: Official Anoncoin chat thread (including history)  (Read 530491 times)
diatonic
Sr. Member
****
Offline Offline

Activity: 271
Merit: 250


View Profile
July 08, 2013, 06:39:41 PM
 #201

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

#bitcoin-otc ratings: http://bitcoin-otc.com/viewratingdetail.php?nick=diatonic | Tips: 1DiATonicgGnUcsH6NpSuCEDwRRW3wecgs
BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 08, 2013, 06:59:28 PM
 #202

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

We have verified that the code does compile successfully on Ubuntu 12.04 LTS. I do not know why it would fail on Debian. Can you tell us which Debian and g++ you are using?

I will setup a lab machine with the same version to do troubleshooting.
nicksmith
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
July 08, 2013, 07:16:47 PM
 #203

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

We have verified that the code does compile successfully on Ubuntu 12.04 LTS. I do not know why it would fail on Debian. Can you tell us which Debian and g++ you are using?

I will setup a lab machine with the same version to do troubleshooting.




I can not compile the daemon or the qt version on Ubuntu 13.04, I get the same errors.

Great merged mining BTC pool at http://mmpool.bitparking.com/ my monitor site for it http://bitmonitor.usr.io/
Play on cex http://cex.usr.io my cex Android app http://cexapp.usr.io
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
July 08, 2013, 07:19:56 PM
 #204

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

Could you run:

dpkg -l | grep boost

And paste the boost version here. I think this is a boost issue. Working on it now

TheSwede75
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
July 08, 2013, 07:26:50 PM
 #205

Even the newest QT has runtime errors. Dear..
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
July 08, 2013, 07:28:10 PM
 #206

Even the newest QT has runtime errors. Dear..

Could you report any productive information instead of just saying "it's not working"?

* What says the crash report?
* When did it happen?
* Was you doing anything on the client?
* Does it complain about a dll?
* Windows 7? 8? xp?
* Optional: screenshot?


A serious bugreport would include that information. Before you can provide any more information other than "it's not working" we can't know what your problem is and it would not be fixed until someone more helpful reports it. The windows version is always tested on at least 4 windows computers before it reaches release stage. So if you're having problem, please report them in details.

BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 08, 2013, 07:48:26 PM
 #207

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

We have verified that the code does compile successfully on Ubuntu 12.04 LTS. I do not know why it would fail on Debian. Can you tell us which Debian and g++ you are using?

I will setup a lab machine with the same version to do troubleshooting.




I can not compile the daemon or the qt version on Ubuntu 13.04, I get the same errors.

Thank you. Setting up Ubuntu 13.04 Server lab now. Will get back to you asap.
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
July 08, 2013, 07:59:09 PM
 #208

I've found out the i2psam library will build successfully on a linux with boost version 1.4.6, but not with boost version 1.4.9. I'm working on a fix now.

BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 08, 2013, 08:35:39 PM
 #209

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

We have verified that the code does compile successfully on Ubuntu 12.04 LTS. I do not know why it would fail on Debian. Can you tell us which Debian and g++ you are using?

I will setup a lab machine with the same version to do troubleshooting.




I can not compile the daemon or the qt version on Ubuntu 13.04, I get the same errors.

Thank you. Setting up Ubuntu 13.04 Server lab now. Will get back to you asap.

The error has been successfully replicated on Ubuntu 13.04 using boost libraries 1.49.x which will affect this, a lot of other linux distributions. We are working on a fix now. Currently no ETA on fix.
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
July 08, 2013, 08:49:01 PM
 #210

Trying to compile on Debian...

Code:
diatonic@alt:~/anoncoin/src$ make -j1 -f makefile.unix USE_UPNP=-
make -C ../i2psam -f makefile.unix
make[1]: Entering directory `/home/diatonic/anoncoin/i2psam'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT   -o i2psam.o i2psam.cpp
i2psam.cpp: In member function ‘void SAM::Socket::close()’:
i2psam.cpp:195:9: error: ‘::close’ has not been declared
make[1]: *** [i2psam.o] Error 1
make[1]: Leaving directory `/home/diatonic/anoncoin/i2psam'
make: *** [i2psam] Error 2

help?

We have verified that the code does compile successfully on Ubuntu 12.04 LTS. I do not know why it would fail on Debian. Can you tell us which Debian and g++ you are using?

I will setup a lab machine with the same version to do troubleshooting.




I can not compile the daemon or the qt version on Ubuntu 13.04, I get the same errors.

I was able to compile on Ubuntu 13.04 with standard libraries from the dpkg system with the code from my last commit. (Commited minutes ago)

So please try a "git pull origin master" and then try build again. I hope this works for you as well  Smiley

BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 08, 2013, 09:00:40 PM
 #211

Installing anoncoind on Ubuntu 13.04 Server (Tested July 8th 2013)
OpenSSH Selected during install.

sudo apt-get update
sudo apt-get upgrade
sudo 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=-
nicksmith
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
July 08, 2013, 09:04:24 PM
 #212



I was able to compile on Ubuntu 13.04 with standard libraries from the dpkg system with the code from my last commit. (Commited minutes ago)

So please try a "git pull origin master" and then try build again. I hope this works for you as well  Smiley

YES!  Grin

Great merged mining BTC pool at http://mmpool.bitparking.com/ my monitor site for it http://bitmonitor.usr.io/
Play on cex http://cex.usr.io my cex Android app http://cexapp.usr.io
nicksmith
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
July 09, 2013, 12:38:47 AM
 #213

Giving a pool a shot again, I started a few others only to find the mmcfe front end was ripping users off, however this fork is very active and seem to be pretty legit, https://github.com/TheSerapher/php-mmcfe-ng I hope they keep working the bugs out of the old mmcfe that is pretty useless for altcoins now.

Come and try it out if you like and if my theory that this new front end is better! I could use a few k to see if its working well!

http://anc.usr.io
proportional payout
stratum only @ stratum+tcp://anc.usr.io:3333


Great merged mining BTC pool at http://mmpool.bitparking.com/ my monitor site for it http://bitmonitor.usr.io/
Play on cex http://cex.usr.io my cex Android app http://cexapp.usr.io
spirale
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
July 09, 2013, 01:47:10 AM
 #214

i have mined in http://anoncoin.coinpool.in/ for 3 hour..it said me 4000coin /day but now just 1 coin /3 hour...what happen??

No that can't be right, I'm investigating the logs now. Also check your balance at the pool now. I updated yours. Smiley

Hmmm... I just mined for some hours, found many blocks, "Paid shares: 31626" and got only 3.49 coins. Can't be right...
nicksmith
Full Member
***
Offline Offline

Activity: 161
Merit: 100



View Profile
July 09, 2013, 02:35:26 AM
 #215

Hmmm... I just mined for some hours, found many blocks, "Paid shares: 31626" and got only 3.49 coins. Can't be right...

Same Sad I found 6 blocks on my own pool now so payout of 42 coins in 2 hours vs the 1.6 coins in 5 hours, something off.

Great merged mining BTC pool at http://mmpool.bitparking.com/ my monitor site for it http://bitmonitor.usr.io/
Play on cex http://cex.usr.io my cex Android app http://cexapp.usr.io
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
July 09, 2013, 12:05:00 PM
 #216

No connections...even with the additional nodes in? Hrmph.

BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 09, 2013, 12:16:16 PM
 #217

No connections...even with the additional nodes in? Hrmph.

There should be a lot of nodes to connect to without adding additional ones. I installed the wallet fresh on 2 installations this morning (Win 7 Sp1, Ubuntu 13.04) and both found nodes/connected within a few seconds. If you could spend a minute or two to provide additional information we can assist in troubleshooting your issue.

If you are running the client on Windows the first thing to try is usually to open the folder %appdata%\anoncoin\ and delete the peers.dat file in case it has been corrupted, then try to launch the client again.
The %appdata%\anoncoin folder contains the debug.log as well which could be necessary to review if deleting peers.dat doesn't solve the issue.
meeh (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


:)


View Profile WWW
July 09, 2013, 02:39:55 PM
 #218

Giving a pool a shot again, I started a few others only to find the mmcfe front end was ripping users off, however this fork is very active and seem to be pretty legit, https://github.com/TheSerapher/php-mmcfe-ng I hope they keep working the bugs out of the old mmcfe that is pretty useless for altcoins now.

Come and try it out if you like and if my theory that this new front end is better! I could use a few k to see if its working well!

http://anc.usr.io
proportional payout
stratum only @ stratum+tcp://anc.usr.io:3333


Thanks, I will add it to the wiki @ github Smiley

I started a few others only to find the mmcfe front end was ripping users off

Yes, it seems so, but it only affects some users. I will dig into this.


Hmmm... I just mined for some hours, found many blocks, "Paid shares: 31626" and got only 3.49 coins. Can't be right...

I checked the logs and updated your balance. It seems to be the bug mentioned above here. I will research it, and fix the problem.

Same Sad I found 6 blocks on my own pool now so payout of 42 coins in 2 hours vs the 1.6 coins in 5 hours, something off.

Updated yours balance as well.

captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 09, 2013, 02:45:12 PM
 #219

could u check my account too?
BroTroxer
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
July 09, 2013, 03:16:45 PM
 #220

Giving a pool a shot again, I started a few others only to find the mmcfe front end was ripping users off, however this fork is very active and seem to be pretty legit, https://github.com/TheSerapher/php-mmcfe-ng I hope they keep working the bugs out of the old mmcfe that is pretty useless for altcoins now.

Come and try it out if you like and if my theory that this new front end is better! I could use a few k to see if its working well!

http://anc.usr.io
proportional payout
stratum only @ stratum+tcp://anc.usr.io:3333




Added to the pool pages. https://github.com/Anoncoin/anoncoin/wiki/Comparison-of-mining-pools & https://forum.anoncoin.net//viewtopic.php?f=3&t=90
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 ... 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!