Pages:
Author

Topic: SUPERCOIN'S REVIVAL - page 29. (Read 115659 times)

TvZ
sr. member
Activity: 315
Merit: 251
October 03, 2016, 09:55:42 AM

About how many active connections should I be seeing on my Supercoin wallet? Right now I see 2.

If you open port 19390 at your router/firewall you will have more connections
and you will also help the network  Smiley
full member
Activity: 229
Merit: 100
October 03, 2016, 08:35:37 AM

About how many active connections should I be seeing on my Supercoin wallet? Right now I see 2.

2-3 connections is the max.

@barrystyle... so you are in to Necrophilia
sr. member
Activity: 245
Merit: 250
October 03, 2016, 06:29:07 AM
Revive a coin is much more difficult to make a new coin, because most abandoned projects are scams.
full member
Activity: 340
Merit: 122
October 03, 2016, 05:24:18 AM

About how many active connections should I be seeing on my Supercoin wallet? Right now I see 2.
hero member
Activity: 636
Merit: 516
October 03, 2016, 02:18:06 AM
Griffith,

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS

This fix don`t help.
err:

obj/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1


you have to make clean, and then start the compile process over again. since this is a linker issue the whole project needs to be recompiled.

can you give some info about the system? what OS? which compiler are you using?

make clean has no effects =(
os: ubuntu-server 14.04 x64

make -f makefile.unix clean
legendary
Activity: 1572
Merit: 1002
October 03, 2016, 12:18:04 AM
Griffith,

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS

This fix don`t help.
err:

obj/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1


you have to make clean, and then start the compile process over again. since this is a linker issue the whole project needs to be recompiled.

can you give some info about the system? what OS? which compiler are you using?

make clean has no effects =(
os: ubuntu-server 14.04 x64
legendary
Activity: 2534
Merit: 1129
October 02, 2016, 07:54:10 PM
@barrysty1e

Be nice to Pro-investor's mummy  Grin

Thanks for the update  Smiley

@Majormax

You're probably right, most (big) holders bought their SUPER when the price was pretty much higher.

You can also try: https://novaexchange.com/market/BTC_SUPER/

 



Thanks. BTW, somebody hit my bid on CoinEx today, so there are a few sellers out there !
TvZ
sr. member
Activity: 315
Merit: 251
October 02, 2016, 10:02:30 AM
@barrysty1e

Be nice to Pro-investor's mummy  Grin

Thanks for the update  Smiley

@Majormax

You're probably right, most (big) holders bought their SUPER when the price was pretty much higher.

You can also try: https://novaexchange.com/market/BTC_SUPER/

 

legendary
Activity: 2534
Merit: 1129
October 02, 2016, 05:41:18 AM
looking to pick up another 261k Super @ 100sats.

PM me if interested.

thanks,
john

Why not just place a buy order at
https://www.coinexchange.io/market/SUPER/BTC
current highest bid is 52sat, so yours would be ~ double


 Cool


There is not enough volume on the exchange atm. I have a bid there for 120k Super at 100 sats, but maybe that is not high enough to tempt a seller.
hero member
Activity: 636
Merit: 516
October 02, 2016, 02:25:42 AM
few progress snapshots as well (apologies all; i do confess that pro-investor's mum has been keeping me busy, she nags almost as much as he does):




please note that the block explorer is for crosschain conversion use only,
we'll have a much purdier one available for the public later on.
hero member
Activity: 636
Merit: 516
October 02, 2016, 01:55:29 AM
* jumps out of the bushes..

hi all,

supercoinplusd (daemon) - 80%
supercoinplusd (client) - 20%
supercoinplus blockexplorer/crosschain decoder - 20% (i'd say more, but this needs to be perfect+)
existing supercoin 'sidekick' - 20%

is anyone interested in coming up with some neat graphics for the qt wallet? pm if interested.

james
full member
Activity: 229
Merit: 100
September 30, 2016, 12:53:20 PM
Nice progress dev's.....keep going like this.

legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
September 29, 2016, 02:26:13 AM
tbh, lack of patience  Cry
legendary
Activity: 1092
Merit: 1000
September 29, 2016, 12:23:04 AM
looking to pick up another 261k Super @ 100sats.

PM me if interested.

thanks,
john

Why not just place a buy order at
https://www.coinexchange.io/market/SUPER/BTC
current highest bid is 52sat, so yours would be ~ double


 Cool
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
September 28, 2016, 11:30:23 PM
looking to pick up another 261k Super @ 100sats.

PM me if interested.

thanks,
john
legendary
Activity: 1400
Merit: 1000
September 23, 2016, 11:12:29 PM
Griffith,

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS

This fix don`t help.
err:

obj/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1


you have to make clean, and then start the compile process over again. since this is a linker issue the whole project needs to be recompiled.

can you give some info about the system? what OS? which compiler are you using?
hero member
Activity: 636
Merit: 516
September 23, 2016, 06:30:10 AM
I cant build wallet from: https://github.com/Greg-Griffith/SuperCoin
os ubuntu server 14.04x64

make -j 4 -f makefile.unix USE_UPNP=- DEBUGFLAGS=""
...
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1

any ideas?

in walletdb.cpp; put // in front of the copy_file line, its only to do with backing up wallet - then compile again.

yes it does prevent wallet backups; however since this is for his block explorer it shouldnt be an issue.

GrinZ - give this a go.
legendary
Activity: 1572
Merit: 1002
September 21, 2016, 03:19:38 AM
Griffith,

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS

This fix don`t help.
err:

obj/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1
legendary
Activity: 1400
Merit: 1000
September 21, 2016, 01:38:11 AM

FYI, GrinZ isn't incompetent neither a noob.

Hopefully Griffith, Barry or anyone else have the solution for the compile problem.
It's pretty important!


i already posted a fix before u posted this

I cant build wallet from: https://github.com/Greg-Griffith/SuperCoin
os ubuntu server 14.04x64

make -j 4 -f makefile.unix USE_UPNP=- DEBUGFLAGS=""
...
walletdb.cpp:(.text+0x2322): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [SuperCoind] Error 1

any ideas?

i added the fix to git,

#define BOOST_NO_CXX11_SCOPED_ENUMS
#include
#undef BOOST_NO_CXX11_SCOPED_ENUMS

is how you fix that scoped enums for that compiler issue. if you download the new source it should be fixed now.

legendary
Activity: 2534
Merit: 1129
September 20, 2016, 07:47:50 PM
Hi all,

While i love shilling accounts/trolls hanging shit on supercoin (actin' like they know), it does make me think that a little progress board isnt such a bad idea. Part of the reason that this is taking a while to do, is that there are quite a few separate/large tasks to be achieved before we can even think about launching SuperCoinPlus.

I'm still working on the blockexplorer/chainswap node (nearly done), but I will try and come up with something to give a bit clearer picture on progress later today.

james

Thanks for the update !
Pages:
Jump to: