Author

Topic: [ANN][LIBERTYCOIN][XLB] v1.0.3.0 | X11 | 100% POS | No IPO | No Premine | - page 280. (Read 359864 times)

full member
Activity: 148
Merit: 100
Any multipool for libertycoin ?
legendary
Activity: 1386
Merit: 1000

Nice, i bet we get very many new users in the next hours.  Grin

buy buy buy until the price is so ridiculous low
hero member
Activity: 714
Merit: 500
RISE Project Manager

Great stuff!

This coin is now focused on one thing.

Rising value.

16.5 milloin Libertycoin and less than 1500 sats!  Shocked Such cheapness atm.
full member
Activity: 224
Merit: 100
Trolls goes away, weak hands shaken out, right track we move!
legendary
Activity: 1386
Merit: 1000
I'm holding..

i too, i dont understand people why the sell at all XLB, POS endet only 1 day ago and they selling, i mean WTF WHY?
In a few days the coin will go about 500% higher or more.
newbie
Activity: 25
Merit: 0
legendary
Activity: 1386
Merit: 1000
We need more activity on twitter.
newbie
Activity: 2
Merit: 0
how to sync wallet?


Code:
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
port=55901
rpcport=55900
daemon=1
listen=1
server=1
addnode=162.243.90.199
addnode=106.216.171.76
addnode=liberty.suprnova.cc
addnode=82.231.48.47
addnode=107.170.218.104
addnode=162.243.90.199
addnode=203.195.205.72
addnode=198.50.242.34
addnode=37.187.74.123
addnode=192.99.3.15
addnode=174.51.17.18
addnode=93.103.43.62

This worked for me
hero member
Activity: 714
Merit: 500
RISE Project Manager
Ok. Thanks.

Now there is this error message.

src/bloom.cpp:63:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
src/bloom.cpp:93:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
2 errors generated.
make: *** [build/bloom.o] Error 1


This are error messages when I try compile Mac OS X version.

src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.


Could somebody give me helping hand for building LibrertyCoin-QT on Mac OS X, please?

I opened the libertycoin-qt.pro file in QT Creator 3.1.0

Hit configure and then cmd-B. But it is giving me this error.

:-1: error: No rule to make target `src/qt/res/icons/bitcoin.icns', needed by `hackcoin-Qt.app/Contents/Resources/bitcoin.icns'.  Stop.

EDIT: Fixed this by providing bitcoin.icns file in the folder.

Now the errors are this:

src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.




Nov, how is this going?  What resources you need?   I want to help you get this out!


https://github.com/sipa/bitcoin/commit/e9755001ab1b63d205f1e130ffe42b213cb052c6
 try removing the bit in red from serialize.h

Do you want a second pair of eyes on this?

I can ask another OSX dev to have a look if needs be.
nov
sr. member
Activity: 433
Merit: 251
Independent crypto developer
Ok. Thanks.

Now there is this error message.

src/bloom.cpp:63:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
src/bloom.cpp:93:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
2 errors generated.
make: *** [build/bloom.o] Error 1


This are error messages when I try compile Mac OS X version.

src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.


Could somebody give me helping hand for building LibrertyCoin-QT on Mac OS X, please?

I opened the libertycoin-qt.pro file in QT Creator 3.1.0

Hit configure and then cmd-B. But it is giving me this error.

:-1: error: No rule to make target `src/qt/res/icons/bitcoin.icns', needed by `hackcoin-Qt.app/Contents/Resources/bitcoin.icns'.  Stop.

EDIT: Fixed this by providing bitcoin.icns file in the folder.

Now the errors are this:

src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, st...
         ^
src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.




Nov, how is this going?  What resources you need?   I want to help you get this out!


https://github.com/sipa/bitcoin/commit/e9755001ab1b63d205f1e130ffe42b213cb052c6
 try removing the bit in red from serialize.h
hero member
Activity: 714
Merit: 500
RISE Project Manager
I'm in.

With only 16.5 million coins this is like Cinni - revisited.
member
Activity: 113
Merit: 10
Rising fast today...lot of chatter on twitter. Market cap on the move
full member
Activity: 177
Merit: 100
sr. member
Activity: 294
Merit: 250
newbie
Activity: 45
Merit: 0
The new logo blows #DRK out of the water. Woooot.
Love it.
legendary
Activity: 1386
Merit: 1000
We are ready to take off, 10.000 Satoshi is near  Grin
full member
Activity: 224
Merit: 100
I'm laughing so hard of the people who sold at 500 satoshi yesterday.

This song is for you:
https://www.youtube.com/watch?v=DlScw_XCHak

Templar you made one the best logos in crypo!  I love the broken L! 

Hey thanks. I really appreacite it Smiley
legendary
Activity: 968
Merit: 1000
einc.io
I'm laughing so hard of the people who sold at 500 satoshi yesterday.

This song is for you:
https://www.youtube.com/watch?v=DlScw_XCHak

Templar you made one the best logos in crypo!  I love the broken L! 
Jump to: