Pages:
Author

Topic: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH - page 22. (Read 317969 times)

legendary
Activity: 1876
Merit: 1014
*MESSAGE TO DEVS*

Before this I will admit to being a Linux noob and I cannot code at all.  I'm not being disrespectful here.  However, the software is simply just unfit for public release at this point.  I have spent hours tying to get a fullnode/wallet running on a few different versions of Linux, following the instructions step by step and it is just impossible, for me at least.  Also, I have tried to run the Android version but this didn't even connect t the network and begin to sync the blockchain.

This is only my opinion, but for this to really take off it needs to be extremely simple to install and get up and running.  A fully bundled RPi3 package, windows .exe and .deb package for Linux would be ideal.  Just download, check against the file hash and install is all it should take.

Once again, I'm not trying to be disrespectful it's just that I am in the position to invest, contribute to and run a MN on an up-and-coming POS coin and I cannot even install the software.

I think it is best to join the slack to see if anyone can help you. I am personally using Windows so do not know how well the Linux one works.
newbie
Activity: 9
Merit: 0
*MESSAGE TO DEVS*

Before this I will admit to being a Linux noob and I cannot code at all.  I'm not being disrespectful here.  However, the software is simply just unfit for public release at this point.  I have spent hours tying to get a fullnode/wallet running on a few different versions of Linux, following the instructions step by step and it is just impossible, for me at least.  Also, I have tried to run the Android version but this didn't even connect t the network and begin to sync the blockchain.

This is only my opinion, but for this to really take off it needs to be extremely simple to install and get up and running.  A fully bundled RPi3 package, windows .exe and .deb package for Linux would be ideal.  Just download, check against the file hash and install is all it should take.

Once again, I'm not trying to be disrespectful it's just that I am in the position to invest, contribute to and run a MN on an up-and-coming POS coin and I cannot even install the software.
newbie
Activity: 9
Merit: 0
Hello again people,  >

After struggling to compile the software on Linux a few days ago, I have tried following the instructions on Github and I seem to be almost there.  After the final command ( sudo make -f makefile.unix # Headless transfer ) I get;

net.cpp:22:33: fatal error: miniupnpc/miniupnpc.h: No such file or directory
compilation terminated.
makefile.unix:217: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

Can somebody please offer some advice?  I seems as though I am really close to getting this up and running and I would like to run a MN.  I have had some great advice from Cryptoiskey but I really want to run my MN on my own hardware, in my own house and not on a VPS.  I did try to run it on Android but it didn't even connect to any peers and start syncing.

I typically compile without using MiniUPnPc. Try:

Code:
make -f makefile.unix USE_UPNP=

Thanks for the response, now I get;

/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

There is a lot more text above this but this seems to indicate the error.  Sorry to be a pain.  Which distro are you running btw?


To resolve this error, open rpcrawtransaction.cpp (in src directory) and replace line 217 (version 1.2.4) with this one:

Code:
const CScriptID& hash = boost::get(address);

I'm using Ubuntu 16.04 Smiley

Thanks for your advice.  You must be extremely advanced with Linux because there is absolutely no way I would have known to do that!  Unfortunately it still does not work and spits out another error code.  At this point I formally have to admit defeat and I no longer have confidence enough in this software, in its current state, to put funds into it.  I am surprised that it works for you though as I'm running it on Ubuntu Mate on an odroid c2 and its obviously not working.

Thanks again for your time and expertise.
member
Activity: 97
Merit: 10
Hello,
please, tell me where I can download the windows wallet. You have a broken link on the website of TransferCoin.
Thanks Smiley.
HERE all works http://txproject.io/

or direct https://github.com/transferdev/Transfercoin/releases/tag/1.2.4

Thank you, I saw maybe old pages https://transfercoin.io


txproject.io is being worked on atm also Smiley
newbie
Activity: 12
Merit: 0
Hello,
please, tell me where I can download the windows wallet. You have a broken link on the website of TransferCoin.
Thanks Smiley.
HERE all works http://txproject.io/

or direct https://github.com/transferdev/Transfercoin/releases/tag/1.2.4

Thank you, I saw maybe old pages https://transfercoin.io
full member
Activity: 242
Merit: 100
Hello,
please, tell me where I can download the windows wallet. You have a broken link on the website of TransferCoin.
Thanks Smiley.
HERE all works http://txproject.io/

or direct https://github.com/transferdev/Transfercoin/releases/tag/1.2.4
newbie
Activity: 12
Merit: 0
Hello,
please, tell me where I can download the windows wallet. You have a broken link on the website of TransferCoin.
Thanks Smiley.
member
Activity: 97
Merit: 10
There are several devs , they just are not full time as yet. There are updates and additions being worked on at the moment.
full member
Activity: 280
Merit: 100
Just Believe in trusted/transparents Proyects
Tx still without Dev Huh I can't understand the pump if there is not dev , I suppose that the reason is masternode low cost compared with pivx , crown , dash etc .
newbie
Activity: 46
Merit: 0
Is there a compiled wallet (version 1.2.4.) for Raspi3?
hero member
Activity: 809
Merit: 1008
Hello again people,  >

After struggling to compile the software on Linux a few days ago, I have tried following the instructions on Github and I seem to be almost there.  After the final command ( sudo make -f makefile.unix # Headless transfer ) I get;

net.cpp:22:33: fatal error: miniupnpc/miniupnpc.h: No such file or directory
compilation terminated.
makefile.unix:217: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

Can somebody please offer some advice?  I seems as though I am really close to getting this up and running and I would like to run a MN.  I have had some great advice from Cryptoiskey but I really want to run my MN on my own hardware, in my own house and not on a VPS.  I did try to run it on Android but it didn't even connect to any peers and start syncing.

I typically compile without using MiniUPnPc. Try:

Code:
make -f makefile.unix USE_UPNP=

Thanks for the response, now I get;

/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

There is a lot more text above this but this seems to indicate the error.  Sorry to be a pain.  Which distro are you running btw?


To resolve this error, open rpcrawtransaction.cpp (in src directory) and replace line 217 (version 1.2.4) with this one:

Code:
const CScriptID& hash = boost::get(address);

I'm using Ubuntu 16.04 Smiley
newbie
Activity: 9
Merit: 0
Hello again people,  >

After struggling to compile the software on Linux a few days ago, I have tried following the instructions on Github and I seem to be almost there.  After the final command ( sudo make -f makefile.unix # Headless transfer ) I get;

net.cpp:22:33: fatal error: miniupnpc/miniupnpc.h: No such file or directory
compilation terminated.
makefile.unix:217: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

Can somebody please offer some advice?  I seems as though I am really close to getting this up and running and I would like to run a MN.  I have had some great advice from Cryptoiskey but I really want to run my MN on my own hardware, in my own house and not on a VPS.  I did try to run it on Android but it didn't even connect to any peers and start syncing.

I typically compile without using MiniUPnPc. Try:

Code:
make -f makefile.unix USE_UPNP=

Thanks for the response, now I get;

/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

There is a lot more text above this but this seems to indicate the error.  Sorry to be a pain.  Which distro are you running btw?

hero member
Activity: 809
Merit: 1008
Hello again people,  >

After struggling to compile the software on Linux a few days ago, I have tried following the instructions on Github and I seem to be almost there.  After the final command ( sudo make -f makefile.unix # Headless transfer ) I get;

net.cpp:22:33: fatal error: miniupnpc/miniupnpc.h: No such file or directory
compilation terminated.
makefile.unix:217: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

Can somebody please offer some advice?  I seems as though I am really close to getting this up and running and I would like to run a MN.  I have had some great advice from Cryptoiskey but I really want to run my MN on my own hardware, in my own house and not on a VPS.  I did try to run it on Android but it didn't even connect to any peers and start syncing.

I typically compile without using MiniUPnPc. Try:

Code:
make -f makefile.unix USE_UPNP=
newbie
Activity: 9
Merit: 0
Hello again people,  >

After struggling to compile the software on Linux a few days ago, I have tried following the instructions on Github and I seem to be almost there.  After the final command ( sudo make -f makefile.unix # Headless transfer ) I get;

net.cpp:22:33: fatal error: miniupnpc/miniupnpc.h: No such file or directory
compilation terminated.
makefile.unix:217: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1

Can somebody please offer some advice?  I seems as though I am really close to getting this up and running and I would like to run a MN.  I have had some great advice from Cryptoiskey but I really want to run my MN on my own hardware, in my own house and not on a VPS.  I did try to run it on Android but it didn't even connect to any peers and start syncing.
hero member
Activity: 809
Merit: 1008
I updated my Linux wallet from version 1.2.3 to version 1.2.4. Unfortunately, the client is sooo slow that the network generates more blocks than the client is synchronizing. So my client is always out of sync and the gap between my wallet and the number of blocks found is increasing. So, I never have any chance to keep my wallet synchronized with the network. Anyone know what can cause the problem? I already tried using "-reindex" but no chance... is does not sync. "getinfo" tells me the last block is 853804 Sad
member
Activity: 97
Merit: 10
 2 more videos   

 1. How to connect to your Bittrex account to use the features in the TX wallet https://youtu.be/3r01oVaUHgE



2. How to use Cross -Send to send bitcoin directly from your TX wallet to any bitcoin address. In this case to top up my Bitpay debit card  https://youtu.be/x2FXi06kdAY
full member
Activity: 242
Merit: 100

TX to another Galaxy!
legendary
Activity: 1876
Merit: 1014
Android masternodes - I like the idea of granting people that have nothing else but a smartphone the ability to stake some coins while supporting the network.

I imagine rural areas in developing countries where maybe the whole village owns just one smartphone, now granting them the ability to generate an income from it for exchange of relevant goods. Of course, this assumes that crypto has more adoption which imo will be the case in the future.

Good point. Only thing is that the amount of TX you need for masternodes, and this is not different from coins like DASH, is probably pretty high.
hero member
Activity: 1039
Merit: 510
Android masternodes - I like the idea of granting people that have nothing else but a smartphone the ability to stake some coins while supporting the network.

I imagine rural areas in developing countries where maybe the whole village owns just one smartphone, now granting them the ability to generate an income from it for exchange of relevant goods. Of course, this assumes that crypto has more adoption which imo will be the case in the future.
legendary
Activity: 1876
Merit: 1014
guys! is that 110 masternodes?

France took over as the mostest hostest.

oddly i'm fine with that...france seems like a under appreciated country just like tx is.   Wink

All my nodes are located in France and Luxembourg (I'm from the Netherlands), so I think it is more due to a lot of people using OVH that have a lot of VPSs there for Europeans. Smiley
Pages:
Jump to: