Bitcoin Forum
April 19, 2024, 09:05:30 PM *
News: Latest Bitcoin Core release: 26.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 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 317803 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.
avitas
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250


View Profile
March 30, 2017, 02:24:24 AM
 #2401

had some compiler error while trying to set up a remote masternode on a ubuntu.

anyone ran into this before?

/usr/local/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:213: recipe for target 'obj/rpcrawtransaction.o' failed


i know i've seen this before somewhere, but never kept records how to fix it.

thanks.

p.s.  that 168k dump...ouch...seems like a pump and dump exit, or the WHALE playing...
1713560730
Hero Member
*
Offline Offline

Posts: 1713560730

View Profile Personal Message (Offline)

Ignore
1713560730
Reply with quote  #2

1713560730
Report to moderator
1713560730
Hero Member
*
Offline Offline

Posts: 1713560730

View Profile Personal Message (Offline)

Ignore
1713560730
Reply with quote  #2

1713560730
Report to moderator
1713560730
Hero Member
*
Offline Offline

Posts: 1713560730

View Profile Personal Message (Offline)

Ignore
1713560730
Reply with quote  #2

1713560730
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
March 30, 2017, 02:49:23 AM
 #2402

had some compiler error while trying to set up a remote masternode on a ubuntu.

anyone ran into this before?

/usr/local/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:213: recipe for target 'obj/rpcrawtransaction.o' failed


i know i've seen this before somewhere, but never kept records how to fix it.

thanks.

p.s.  that 168k dump...ouch...seems like a pump and dump exit, or the WHALE playing...

This always happens - it is probably an impatient trader that needs quick BTC

dolph
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
March 30, 2017, 03:25:31 AM
 #2403

crown rising again, TX next?
Marcellow
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 30, 2017, 05:48:41 AM
 #2404

had some compiler error while trying to set up a remote masternode on a ubuntu.

anyone ran into this before?

/usr/local/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:213: recipe for target 'obj/rpcrawtransaction.o' failed


i know i've seen this before somewhere, but never kept records how to fix it.

thanks.

p.s.  that 168k dump...ouch...seems like a pump and dump exit, or the WHALE playing...


Had the same problem;

edit rpcrawtransaction.cpp line 217

change
const CScriptID& hash = boost::get<CScriptID&>(address);

to
const CScriptID& hash = boost::get<CScriptID>(address);
CryptoIsKey
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
March 30, 2017, 06:04:40 AM
 #2405

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode
avitas
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250


View Profile
March 30, 2017, 06:12:37 AM
 #2406

had some compiler error while trying to set up a remote masternode on a ubuntu.

anyone ran into this before?

/usr/local/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:213: recipe for target 'obj/rpcrawtransaction.o' failed


i know i've seen this before somewhere, but never kept records how to fix it.

thanks.

p.s.  that 168k dump...ouch...seems like a pump and dump exit, or the WHALE playing...


Had the same problem;

edit rpcrawtransaction.cpp line 217

change
const CScriptID& hash = boost::get<CScriptID&>(address);

to
const CScriptID& hash = boost::get<CScriptID>(address);


omg, thank you!  that's it.  life saver.  will be putting some masternodes online.
avitas
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250


View Profile
March 30, 2017, 06:13:09 AM
 #2407

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode

yes, that's a pretty good tutorial.
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
March 30, 2017, 06:23:17 AM
 #2408

had some compiler error while trying to set up a remote masternode on a ubuntu.

anyone ran into this before?

/usr/local/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:213: recipe for target 'obj/rpcrawtransaction.o' failed


i know i've seen this before somewhere, but never kept records how to fix it.

thanks.

p.s.  that 168k dump...ouch...seems like a pump and dump exit, or the WHALE playing...

This always happens - it is probably an impatient trader that needs quick BTC

I was able to buy back the coins I sold for 9000 at 4000, so I'm a happy camper due to that trader Smiley

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

Activity: 97
Merit: 10


View Profile
March 30, 2017, 08:05:03 AM
 #2409

Anywhere i can download a bootstrap?
BurningMan
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
March 30, 2017, 12:10:30 PM
 #2410

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode

There is helpful information on the forum at www.transfercointx.pw, you can also get tech support there as well.

I think there is a bootstrap at transfercoin.io

Merge Team Member
CryptoIsKey
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
March 30, 2017, 02:59:54 PM
 #2411

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode

There is helpful information on the forum at www.transfercointx.pw, you can also get tech support there as well.

I think there is a bootstrap at transfercoin.io


Thanks for the http://www.transfercointx.pw link :_)

The links are dead on the site...The same with coinpayments they are no longer listed but it shows they are on the site....hopefully someone can update the basics soon:)
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
March 30, 2017, 03:07:50 PM
 #2412

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode

There is helpful information on the forum at www.transfercointx.pw, you can also get tech support there as well.

I think there is a bootstrap at transfercoin.io


Thanks for the http://www.transfercointx.pw link :_)

The links are dead on the site...The same with coinpayments they are no longer listed but it shows they are on the site....hopefully someone can update the basics soon:)

I think that you can download a TX block chain or bootstrap from CryptoChainer
http://cryptochainer.com/dir/?page_id=365

CryptoIsKey
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
March 30, 2017, 03:18:21 PM
 #2413

Are there any video tutorials for setting up a Masternode locally for windows?


I also noticed this is a dead link on your site http://mn.infernopool.com/


Is this still current? http://thecryptoworld.org/how-to-setup-your-masternode

There is helpful information on the forum at www.transfercointx.pw, you can also get tech support there as well.

I think there is a bootstrap at transfercoin.io


Thanks for the http://www.transfercointx.pw link :_)

The links are dead on the site...The same with coinpayments they are no longer listed but it shows they are on the site....hopefully someone can update the basics soon:)

I think that you can download a TX block chain or bootstrap from CryptoChainer
http://cryptochainer.com/dir/?page_id=365




Thanks for the link unfortunetly thats only 1/3 of the chain...must be an old file...np iam just doing it manually anyway now, nearly there:)....next step MN setup:)
BurningMan
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
March 30, 2017, 03:23:37 PM
Last edit: March 30, 2017, 05:31:33 PM by BurningMan
 #2414


I think that you can download a TX block chain or bootstrap from CryptoChainer
http://cryptochainer.com/dir/?page_id=365





Thanks for the link unfortunetly thats only 1/3 of the chain...must be an old file...np iam just doing it manually anyway now, nearly there:)....next step MN setup:)

I uploaded the blockchain a few days ago for someone, here is the link:
www.dropbox.com/s/fvaw5bc2fj55tmy/Transf...203-27-2017.zip?dl=0

Merge Team Member
lanangejagat
Full Member
***
Offline Offline

Activity: 300
Merit: 100


“Blockchain Just Entered The Real World”


View Profile
March 30, 2017, 04:23:16 PM
 #2415

So i sent darksend mixin, when i try to send the coin to exchange its says " insufficent funds" my questions is where my coin ? is it gone forever ?

BurningMan
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
March 30, 2017, 05:33:00 PM
 #2416

So i sent darksend mixin, when i try to send the coin to exchange its says " insufficent funds" my questions is where my coin ? is it gone forever ?

It should only take a few minutes for your blockchain to update and hopefully resolve this issue.

Merge Team Member
lanangejagat
Full Member
***
Offline Offline

Activity: 300
Merit: 100


“Blockchain Just Entered The Real World”


View Profile
March 30, 2017, 05:48:58 PM
 #2417

So i sent darksend mixin, when i try to send the coin to exchange its says " insufficent funds" my questions is where my coin ? is it gone forever ?

It should only take a few minutes for your blockchain to update and hopefully resolve this issue.

been 2 days

avitas
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250


View Profile
March 30, 2017, 06:08:57 PM
 #2418

So i sent darksend mixin, when i try to send the coin to exchange its says " insufficent funds" my questions is where my coin ? is it gone forever ?

It should only take a few minutes for your blockchain to update and hopefully resolve this issue.

been 2 days

how about restarting your wallet , going to your Debug window -> Console

and try

>resendtx
or
>repairwallet

see how that goes.  also, some more information may help.  like what exchange you sent to, any transaction id, or any screenshot.
frankfurrt
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
March 30, 2017, 11:39:11 PM
 #2419

I was wondering if there was a white paper to read? I also noticed the website seems to be a little unkempt, links not working and such which is a bit alarming. But everything else you have going on with your platform seems great.
BurningMan
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
March 31, 2017, 01:16:48 AM
 #2420

I was wondering if there was a white paper to read? I also noticed the website seems to be a little unkempt, links not working and such which is a bit alarming. But everything else you have going on with your platform seems great.

The community is coming back together.  Transfer is a great coin.  There is more up to date information on the transfer forum at www.transfercointx.com

Merge Team Member
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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!