Bitcoin Forum
August 30, 2024, 01:37:55 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: scrypt alonsocoin 1000% on: October 12, 2017, 10:10:00 AM
Create an empty folder "zerocoin" in the "obj" folder and try it again.

It works, thank you!
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: scrypt alonsocoin 1000% on: October 12, 2017, 09:18:29 AM
Can't compie wallet:
Code:
zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
 } /* namespace libzerocoin */
 ^
compilation terminated.
makefile.unix:182: recipe for target 'obj/zerocoin/Accumulator.o' failed
make: *** [obj/zerocoin/Accumulator.o] Error 1
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PIONEER COIN (PCOIN) X11 SOCIAL COIN on: October 05, 2017, 06:33:25 PM
Make these changes in line 242 of rpcrawtransaction.cpp

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

change to

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

Thank you -- it's worked!
Kind regards!
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PIONEER COIN (PCOIN) X11 SOCIAL COIN on: October 05, 2017, 04:45:07 AM
Can't launch linux wallet on Ubuntu 16:
Code:
./Pioneercoin-qt-ubuntu64
./Pioneercoin-qt-ubuntu64: error while loading shared libraries: libminiupnpc.so.8: cannot open shared object file: No such file or directory

Can't compile  linux wallet:
Code:
rpcrawtransaction.cpp:242:77:   required from here
/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:180: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
25  Alternate cryptocurrencies / Announcements (Altcoins) / Testnet on: September 21, 2017, 03:38:34 AM
Is there active tetstnet now? I'm trying
Code:
vegacoind --testnet
, but with no success:
Quote
{
    "version" : "v1.0.5.0",
    "protocolversion" : 21213,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
    "connections" : 0,
    "proxy" : "",
    "ip" : "0.0.0.0",
    "difficulty" : {
        "proof-of-work" : 0.00001526,
        "proof-of-stake" : 0.00001526
    },
    "testnet" : true,
    "keypoololdest" : 1505963900,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "errors" : ""
}
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: block error on: September 17, 2017, 10:37:15 AM
I have exactly the same problem. I tried to change the following coin settings:
RPC Type: POW, POS
RPC via curl: On, Off
Has submitblock: On, Off
Txmessage: On, Off

The effect was nothing Sad

I think Blocknotify in coin daemon is working pproperly -- there are no any errors in coin daemon debug.log.

Is there any ideas how to solve it? I found many messages in forum describing the samr problem, but all of them has no answers.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!