Bitcoin Forum
April 26, 2024, 11:12:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How long should the Trezor giveaway last?
2 weeks
3 weeks
1 month

Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 »
  Print  
Author Topic: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH  (Read 317804 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
torig
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 03, 2017, 07:03:10 AM
 #2681

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
1714173160
Hero Member
*
Offline Offline

Posts: 1714173160

View Profile Personal Message (Offline)

Ignore
1714173160
Reply with quote  #2

1714173160
Report to moderator
1714173160
Hero Member
*
Offline Offline

Posts: 1714173160

View Profile Personal Message (Offline)

Ignore
1714173160
Reply with quote  #2

1714173160
Report to moderator
1714173160
Hero Member
*
Offline Offline

Posts: 1714173160

View Profile Personal Message (Offline)

Ignore
1714173160
Reply with quote  #2

1714173160
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Maleda
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 03, 2017, 07:08:13 AM
 #2682

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
CryptoIsKey
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 03, 2017, 07:33:21 AM
 #2683

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
trouser_cough
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 03, 2017, 08:54:05 AM
 #2684

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.
trouser_cough
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 03, 2017, 09:25:22 AM
 #2685

*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.
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
May 03, 2017, 12:15:20 PM
 #2686

*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.

Co-Founder and Managing Partner of Block Bastards
imconfusedman
Copper Member
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 03, 2017, 01:41:26 PM
 #2687

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.

This sounds beautiful, I love it.
imconfusedman
Copper Member
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 04, 2017, 03:18:39 AM
Last edit: May 07, 2017, 04:32:15 AM by imconfusedman
 #2688

121 Master Nodes good work team keep it up.
https://chainz.cryptoid.info/tx/masternodes.dws

EDIT:

132 Master nodes!
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
May 04, 2017, 06:02:38 AM
 #2689

121 Master Nodes good work team keep it up.
https://chainz.cryptoid.info/tx/masternodes.dws

It has grown very rapidly! Very hard to even buy TX now. Look at the incredible buy support and the low amount of sell orders:


Co-Founder and Managing Partner of Block Bastards
CryptoIsKey
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 04, 2017, 06:29:34 AM
 #2690

121 Master Nodes good work team keep it up.
https://chainz.cryptoid.info/tx/masternodes.dws

It has grown very rapidly! Very hard to even buy TX now. Look at the incredible buy support and the low amount of sell orders:





They are smart to hold on aswell Smiley
torig
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 04, 2017, 05:45:44 PM
Last edit: May 06, 2017, 07:05:59 AM by torig
 #2691


TX in the sky...
131 MNs!!!
legday
Sr. Member
****
Offline Offline

Activity: 560
Merit: 252


View Profile
May 06, 2017, 03:30:48 PM
 #2692

So how many masternodes needed until there is really big shortage of supply?
also are there many users who have 10k TX, but they don't setup a masternode, they just keep coins in cold storage?
legday
Sr. Member
****
Offline Offline

Activity: 560
Merit: 252


View Profile
May 06, 2017, 03:40:10 PM
 #2693

wow look at this huge buy order

153674 TX for 15k satoshi and another 32k buy order for 15610 satoshi. This is very solid buy wall
torig
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 06, 2017, 06:50:33 PM
 #2694

So how many masternodes needed until there is really big shortage of supply?
also are there many users who have 10k TX, but they don't setup a masternode, they just keep coins in cold storage?
When TX will cost  at least $1,everyone will setup MN...
JanDzban
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
May 06, 2017, 07:48:26 PM
 #2695

So how many masternodes needed until there is really big shortage of supply?
also are there many users who have 10k TX, but they don't setup a masternode, they just keep coins in cold storage?
When TX will cost  at least $1,everyone will setup MN...

Yea, and when TX will cost $10 even aliens will come to earth to run masternode


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

torig
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 07, 2017, 02:29:47 PM
 #2696

So how many masternodes needed until there is really big shortage of supply?
also are there many users who have 10k TX, but they don't setup a masternode, they just keep coins in cold storage?
When TX will cost  at least $1,everyone will setup MN...

Yea, and when TX will cost $10 even aliens will come to earth to run masternode
Ha, I think aliens more than 457  Grin
BTC4QB
Full Member
***
Offline Offline

Activity: 252
Merit: 100


Aliens are real!


View Profile
May 08, 2017, 04:37:32 AM
 #2697

Are the devs come back and push it on? is this project have a future? Huh
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
May 08, 2017, 05:16:07 AM
 #2698

Are the devs come back and push it on? is this project have a future? Huh

It has a future. See the massive buy orders at BITTREX.

bluudz
Full Member
***
Offline Offline

Activity: 211
Merit: 116


Why so serious?


View Profile WWW
May 08, 2017, 05:05:19 PM
 #2699

Windows qt wallet download is returning 404.
Slack link is not working either.

Those things should be sorted if people are to use it Sad
Anyone has working link for win64 QT wallet? Thanks

torig
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 08, 2017, 05:30:14 PM
 #2700

Windows qt wallet download is returning 404.
Slack link is not working either.

Those things should be sorted if people are to use it Sad
Anyone has working link for win64 QT wallet? Thanks
Look at this http://coinmarketcap.com/currencies/transfercoin/
 and this http://txproject.io/

Soon will new OP.
All good in TX land, welcome.
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 »
  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!