Bitcoin Forum
May 26, 2024, 03:16:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WAVES. Ultimate crypto-tokens blockchain platform. on: May 03, 2017, 01:29:04 PM
Does anybody have a list of reputable clients to lease waves to please?  

EDIT: Found these FYI

https://wavesnode.net/#post-65
http://www.wavesgo.com/mining.html
http://www.bearwaves.nl/
https://leasingwaves.com/



Ok.  I'm leasing waves to 3 of these guys.  Anything else to do after I hit the lease button?  Just sit, wait, and collect earnings right?

As far as I know, yes.  I've only just discovered this feature.  Payouts seem to be weekly.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WAAH Integrated Platform - Airdrop - May 7 2017 to all WAAH holders at 1:1, 1:2 on: May 03, 2017, 01:12:42 PM
Hi guys,

Does anybody know if you will still receive these WAAH tokens, (and others) if you have leased out all of your Waves tokens?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WAVES. Ultimate crypto-tokens blockchain platform. on: May 03, 2017, 12:46:59 PM
Does anybody have a list of reputable clients to lease waves to please?  

EDIT: Found these FYI

https://wavesnode.net/#post-65
http://www.wavesgo.com/mining.html
http://www.bearwaves.nl/
https://leasingwaves.com/

4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: May 03, 2017, 09:25:22 AM
*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.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: May 03, 2017, 08:54:05 AM
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<false>’
     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<const CScriptID>(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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: May 01, 2017, 02:06:15 PM
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<false>’
     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?

7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: May 01, 2017, 12:36:37 PM
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.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: April 27, 2017, 05:30:05 AM

[/quote]

Hi,

Edit: I misread the error. Did you follow the info on the video tutorial on Youtube? Link is on txproject.io

Am on mobile at moment, so can't help much.
But if you join the Slack and post in #support, me or someone else will help later
Dan
[/quote]

Thanks for the reply.   I've looked at txproject.io and I can only see 3 Youtube videos and they relate to setting up a masternode in Windows only.  I'll try to post this in the Slack.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH on: April 26, 2017, 02:14:48 PM
Please help!

Hello guys,

Brand new to Transfercoin and I'm really struggling to get the software up and running.  So far I've tried and failed on a RPi3, Odroid C2 and in Linux Mint.  I'm fairly new to Linux but usually find a guide online to get around problems like this but this time I'm completely lost and would really appreciate some help.

Whilst compiling from Github, after the command, 'sudo make -f makefile.unix # Headless transfer'

I get;

 'g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/home/***/Desktop/transfercoin/src -I/home/***/Desktop/transfercoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DENABLE_WALLET -I/home/***/Desktop/transfercoin/src/secp256k1/include -I/home/***/Desktop/transfercoin/src/leveldb/include -I/home/***/Desktop/transfercoin/src/leveldb/helpers -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
make: g++: Command not found
makefile.unix:217: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 127

( ive replaced a folder name with *** )

I get this error on all of the different systems and hardware that I'v tried.  From Github  I can see that, " Transfer uses libsecp256k1, libgmp, Boost1.55, OR Boost1.57, Openssl1.01p, Berkeley DB 4.8, QT5 to compile."

Is this where I'm going wrong?  I have tried to install them but cannot and I guess they're not available in the repositories I have installed.  Please can somebody offer some advice or where to easily locate all of these packages if this is indeed the problem?

Thanks in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!