Bitcoin Forum
May 02, 2024, 06:02:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 142 »
  Print  
Author Topic: [NSFW] Official Sexcoin Thread - New MANDATORY upgrade: KGW Timewarp attack FIX  (Read 307566 times)
tex83rb
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500



View Profile
September 14, 2013, 04:49:25 PM
 #821

NEW CLIENT IS IN GITHUB!
sexcoin-0.6.4.1-RC1
The new client is up in github in the main sexcoin-project repository now.

Please upgrade.



Snafu on the binaries. You can get them from the main website.

http://sexcoin.info

or the lavapit:
http://lavapit.lavajumper.com/download.php

or from my dropbox:

https://www.dropbox.com/s/i0tesee13rhqg3f/Sexcoin-0.6.4.1-win32-RC1.zip

https://www.dropbox.com/s/vmd6da5twzeul5j/sexcoin-qt-v0.6.4.1-RC1-beta.linux64.tar.gz

unable to run under linux x64 ubuntu 13.04

error related to libboost 0.48

in 13.04 i find only 0.49 and 0.53 (previous 0.6.3.1 wallet worked with 0.53)

unable also to compile

net.cpp:21:32: fatal error: miniupnpc/miniwget.h: File o directory non esistente
compilation terminated.




 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714672964
Hero Member
*
Offline Offline

Posts: 1714672964

View Profile Personal Message (Offline)

Ignore
1714672964
Reply with quote  #2

1714672964
Report to moderator
1714672964
Hero Member
*
Offline Offline

Posts: 1714672964

View Profile Personal Message (Offline)

Ignore
1714672964
Reply with quote  #2

1714672964
Report to moderator
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 14, 2013, 06:53:48 PM
 #822


unable to run under linux x64 ubuntu 13.04

error related to libboost 0.48

in 13.04 i find only 0.49 and 0.53 (previous 0.6.3.1 wallet worked with 0.53)

unable also to compile

net.cpp:21:32: fatal error: miniupnpc/miniwget.h: File o directory non esistente
compilation terminated.


I'm sorry you're having trouble with the build. Are you trying to build sexcoind or sexcoin-qt?
The error above suggests you don't have the miniupnp development libraries installed:

Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev

If you are building the GUI version:

Code:
sudo apt-get install libphonon-dev
sudo apt-get install libqrencode-dev

I will see if I can get a 13.04 up sometime this weekend and do some more builds. If you are building for the GUI version, read doc/readme-qt.rst.

Warning: I need to update the document:

The dependencies should be:

apt-get install qt4-qmake libqt4-dev libphonon-dev build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev libminiupnpc-dev libqrencode-dev


I'm getting reports of a lot of details in the build scripts that I missed. I'm going to spend some time looking through them, and testing the builds as much as I can. Please, if your build breaks, and you figure out how to fix it, post it here or over at sexcoinforum.org. I'd like to get as many compile notes as we can get into one document for distribution.


SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 14, 2013, 06:57:01 PM
 #823

Whats this???

No balance in wallet:

Code:
 sexcoind getinfo
{
    "version" : 60401,
    "protocolversion" : 60011,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 146710,
    "connections" : 4,
    "proxy" : "",
    "difficulty" : 1.28512599,
    "testnet" : false,
    "keypoololdest" : 1379172095,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

And lots of mined blocks:

Code:
sexcoind listtransactions
[
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 35,
        "blockhash" : "dfbfbd369845de5a2b3ca76a4016eb7a3f1a7f3ddbeb890baac892f573ddf59d",
        "blockindex" : 0,
        "txid" : "8ac173a28b5b2eba55bba3a4870d5a30bb798540c9f9db0a4e2a66347bf37f19",
        "time" : 1379176418
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 29,
        "blockhash" : "7fad918af793a893cdb12a1672e83ce0cedfa76c9545598649d2dfc2f8a1f92c",
        "blockindex" : 0,
        "txid" : "a322f7290acea95476002c8dd2fbc204dec7ac5113456639b9266b77ccf9b415",
        "time" : 1379177589
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 21,
        "blockhash" : "b325dd83d32b1dca1a5daced56cfa00bf563e6e0a46e6624babbc9ce2ccd0b20",
        "blockindex" : 0,
        "txid" : "cdd71912647fbee00dc1795ecf6c02cd74df30fc84819543b305fa33ca6dd354",
        "time" : 1379179098
    },
{
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 15,
        "blockhash" : "a8d22eefbd5a6a313f2b30d0342fdf1588c6874874ffb9c13a8a5d0c8bab353c",
        "blockindex" : 0,
        "txid" : "d50b608f07560b2e91a42cbc6364955f3c048a904bc937e0cfa1561636e44196",
        "time" : 1379180092
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 14,
        "blockhash" : "b11f6f2bd66cbaf67b8c757d7d353b5a0d5b5b77d16ff1fad7bcddf07f175866",
        "blockindex" : 0,
        "txid" : "5b12093fb9514601aa2074a8ef3c0c1e84d04e35fd9be55075272247f3327be3",
        "time" : 1379180167
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 10,
        "blockhash" : "e271335bff8fc4dd7c864e0f6fbf748c996641769b76efe2e9aac8be2ca6542a",
        "blockindex" : 0,
        "txid" : "0628b62310719e9863b569d3e540ba811e72cd0b590fe9afe3ce5fbdd5ba1cd7",
        "time" : 1379180927
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 500.00000000,
        "confirmations" : 9,
        "blockhash" : "4de9359f1feb7ac7e5a097ca7ff5dc387fa474e117177417ff6217b1e2b2782f",
        "blockindex" : 0,
        "txid" : "da3750bb5cd8b40771d7389ba39f79e46232a95e0f85de6a10cd626abfeff79c",
        "time" : 1379181394
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 100.00000000,
        "confirmations" : 8,
        "blockhash" : "0a2ec9f3c113043f6f8a61cf558f58363446e4b30397cfb7deec854d2c795331",
        "blockindex" : 0,
        "txid" : "9c94ff40c11d818460ab0e61d2128f4f37e3db840d9cba895afe2930469d6cce",
        "time" : 1379181489
    }
]

http://lavapit.lavajumper.com:9950/address/gkscpLrE7w7HFJMDzasnxA2nwrG7NLKx3Q

Huh

Yes, that's correct.

Notice all the blocks are still in the 'immature' category. When mining, the blocks do not 'mature' until 90 confirmations. After a block reaches 90 confirmations, the balance is added to the wallet balance. The category will switch to 'confirmed'. Regular transactions only require 6 confirmations.

BTW...Is this your pool? http://sxc.cryptominer.net/ , if so I'll make sure it gets listed on the OP



SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 14, 2013, 07:04:33 PM
 #824

the blockfinder bonus on coinEX is still running  Wink

Come here, mine it and trade it or hold it:

https://bitcointalk.org/index.php?topic=290870.0

still running  Wink

Does CoinEx have an API?  I'd like to pull stats from it for my pool. I couldn't find anything about it on the website.
TIA

SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
September 14, 2013, 07:07:53 PM
 #825


Yes, that's correct.

Notice all the blocks are still in the 'immature' category. When mining, the blocks do not 'mature' until 90 confirmations. After a block reaches 90 confirmations, the balance is added to the wallet balance. The category will switch to 'confirmed'. Regular transactions only require 6 confirmations.

BTW...Is this your pool? http://sxc.cryptominer.net/ , if so I'll make sure it gets listed on the OP


Thanks! I was not sure about mining confirmation count. Seemed strange that first block found had 30+ confirmations. Now I understand, its 90. Smiley

Yes, its my pool, thanks for adding to the list!



tex83rb
Hero Member
*****
Offline Offline

Activity: 606
Merit: 500



View Profile
September 14, 2013, 08:15:46 PM
 #826


unable to run under linux x64 ubuntu 13.04

error related to libboost 0.48

in 13.04 i find only 0.49 and 0.53 (previous 0.6.3.1 wallet worked with 0.53)

unable also to compile

net.cpp:21:32: fatal error: miniupnpc/miniwget.h: File o directory non esistente
compilation terminated.


I'm sorry you're having trouble with the build. Are you trying to build sexcoind or sexcoin-qt?
The error above suggests you don't have the miniupnp development libraries installed:

Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev

If you are building the GUI version:

Code:
sudo apt-get install libphonon-dev
sudo apt-get install libqrencode-dev

I will see if I can get a 13.04 up sometime this weekend and do some more builds. If you are building for the GUI version, read doc/readme-qt.rst.

Warning: I need to update the document:

The dependencies should be:

apt-get install qt4-qmake libqt4-dev libphonon-dev build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev libminiupnpc-dev libqrencode-dev


I'm getting reports of a lot of details in the build scripts that I missed. I'm going to spend some time looking through them, and testing the builds as much as I can. Please, if your build breaks, and you figure out how to fix it, post it here or over at sexcoinforum.org. I'd like to get as many compile notes as we can get into one document for distribution.




thanks, for the moment i installed another vm with 12.04 , transferred the wallet and ran the ubuntu x64 0.6.4.1 rc1 from command line, installed each time required libraries that were prompt and now it works....


 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
fher98
Member
**
Offline Offline

Activity: 122
Merit: 10



View Profile WWW
September 14, 2013, 09:37:21 PM
 #827

Cryptominer.Net SexCoin pool launched: http://sxc.cryptominer.net/

* Stratum only
* PPLNS payout
* Working notification system for blocks, payouts, idle miners
* Pool pays the network transaction fee to the miners
* Automatic payout every minute
* 2% fee
* Difficulty: 128

Thanks for reading. Smiley



Ok lets check it out

██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
█     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
September 14, 2013, 10:02:06 PM
 #828

Cryptominer.Net SexCoin pool launched: http://sxc.cryptominer.net/

* Stratum only
* PPLNS payout
* Working notification system for blocks, payouts, idle miners
* Pool pays the network transaction fee to the miners
* Automatic payout every minute
* 2% fee
* Difficulty: 128

Thanks for reading. Smiley



Ok lets check it out

We found a 500 coin block!  Cheesy http://lavapit.lavajumper.com:9950/block/4de9359f1feb7ac7e5a097ca7ff5dc387fa474e117177417ff6217b1e2b2782f
Sexcoin69 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 102



View Profile
September 15, 2013, 12:16:25 AM
 #829

Updated OP with new pool  Wink

Sexcoin is a new coin to use for buy/sell Adult services and products.
torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
September 15, 2013, 09:31:16 AM
 #830

Updated OP with new pool  Wink

Thanks!

Smiley
LittleDigger
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
September 15, 2013, 11:55:29 AM
 #831

Just got a payout of SXC from phenixEx.. Looks like they have made progress on the problem  Wink

torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
September 15, 2013, 12:05:03 PM
 #832

Just got a payout of SXC from phenixEx.. Looks like they have made progress on the problem  Wink


Got all my SXC from Phenixex. Smiley

joewinkler
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250



View Profile
September 15, 2013, 12:49:08 PM
Last edit: September 15, 2013, 01:56:11 PM by joewinkler
 #833

Let me make it clear RC1, the new client "talks" to 6.3.1.. The last client, but completely ignores 6.3.0, the oldest cleint.

At block 155,000 there will be a hardfork, and nothing but RC1 will work.. Thats about a week away...

I've managed to compile sexcoind for fedora, but while trying to compile sexcoin-qt, I've seen unexpected problems, which are very difficult to explain. Unfortunately my RL is very busy ATM. Sorry. I don't know, if I manage to compile the GUI before the change you want in a week or so. Any takers?
EDIT: I'm not sure quite yet. Is it possible, you've taken another compiler? Sorry, I have to leave now. See you later...

⚤♥ SKXnk8NfcmnufppRmyAGpEqUsVkuTJbmxz SXC | ₲ SLvNp5QWmZVHFrYKeFyRS5AoJJZqPwTT4V GRC | Ψ AbjccCitKYV2nPbfqZycVt3GggB3bZ435G XPM | Ᵽ P8iKPd37WL432bXFAfZMSkA5LW2iytYXbr PPC | ℕ NJXzxntcNVPev8tsf5PwDPLCHP3oTS2BFA NMC | Ł LT8jLGNBPCiBafC2wVjpehP4UMwJkY2nHb LTC | Ď DJXUkQxF6AeCnb81wmQxmaS6dJF6dBfkro DOGE | ฿ 1JxyLg4TKcULz3fvit4kdrtTYAVkLHahvD BTC | Đ 1Jx1t3XPpxjQmtZWve9qzTnzNheBR3WGBm DVC | Earn Devcoins by Writing | sexcoin.wiki | sexcoin.sexy | sexco.in | sexcoin.co.in | sexcoin.in | sexcoin.online | sexcoin.space | sexcoin.eu | sex-coin.de
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 15, 2013, 02:07:03 PM
Last edit: September 15, 2013, 02:23:21 PM by lavajumper
 #834

Let me make it clear RC1, the new client "talks" to 6.3.1.. The last client, but completely ignores 6.3.0, the oldest cleint.

At block 155,000 there will be a hardfork, and nothing but RC1 will work.. Thats about a week away...

I've managed to compile sexcoind for fedora, but while trying to compile sexcoin-qt, I've seen unexpected problems, which are very difficult to explain. Unfortunately my RL is very busy ATM. Sorry. I don't know, if I manage to compile the GUI before the change you want in a week or so. Any takers?
EDIT: I'm not sure quite yet. Is it possible, you've taken another compiler? Sorry, I have to leave now. See you later...


Try copying sexcoin-qt.pro.unix to sexcoin-qt.pro. Then check some of the pathing and variables at the top of the file.
Make sure libphonon-dev, and libqrencode-dev are installed. ( not sure what the fedora equivalent is). Otherwise could you post the error?

I understand RL too. I'll see if I can get a fedora up.

[EDIT] Also, if you can, take a look at this thread: http://www.sexcoinforum.org/index.php?topic=39.0

SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
icelove
Sr. Member
****
Offline Offline

Activity: 711
Merit: 270



View Profile
September 15, 2013, 02:37:56 PM
 #835

Just got a payout of SXC from phenixEx.. Looks like they have made progress on the problem  Wink


Got all my SXC from Phenixex. Smiley



really?
torzsy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
September 15, 2013, 02:55:15 PM
 #836

Just got a payout of SXC from phenixEx.. Looks like they have made progress on the problem  Wink


Got all my SXC from Phenixex. Smiley



really?

Yes. Got a pending withdraw from yesterday, it arrived few hours ago. I initiated another 3-4 withdraws with 2-3k SXC, all of them arrived to my wallet instantly.
joewinkler
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250



View Profile
September 15, 2013, 07:43:26 PM
 #837

my error is:
g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Isrc -Isrc/json -Ibuild -Isrc/qt -Isrc/qt/test -I. -I. -o test_main.o src/qt/test/test_main.cpp
src/qt/test/test_main.cpp:1:17:  (not found)

editor
src/qt/test/test_main.cpp


#include <QTest>
#include <QObject>

#include "uritests.h"

// This is all you need to run all the tests
int main(int argc, char *argv[])
{
    URITests test1;
    QTest::qExec(&test1);
}

Have a nice day. I'm going to bed, sleeping. It's 21:40 here.
My Real Life is waiting for me...  Cool

⚤♥ SKXnk8NfcmnufppRmyAGpEqUsVkuTJbmxz SXC | ₲ SLvNp5QWmZVHFrYKeFyRS5AoJJZqPwTT4V GRC | Ψ AbjccCitKYV2nPbfqZycVt3GggB3bZ435G XPM | Ᵽ P8iKPd37WL432bXFAfZMSkA5LW2iytYXbr PPC | ℕ NJXzxntcNVPev8tsf5PwDPLCHP3oTS2BFA NMC | Ł LT8jLGNBPCiBafC2wVjpehP4UMwJkY2nHb LTC | Ď DJXUkQxF6AeCnb81wmQxmaS6dJF6dBfkro DOGE | ฿ 1JxyLg4TKcULz3fvit4kdrtTYAVkLHahvD BTC | Đ 1Jx1t3XPpxjQmtZWve9qzTnzNheBR3WGBm DVC | Earn Devcoins by Writing | sexcoin.wiki | sexcoin.sexy | sexco.in | sexcoin.co.in | sexcoin.in | sexcoin.online | sexcoin.space | sexcoin.eu | sex-coin.de
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 16, 2013, 12:28:32 AM
Last edit: September 16, 2013, 02:23:58 AM by lavajumper
 #838

my error is:
g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Isrc -Isrc/json -Ibuild -Isrc/qt -Isrc/qt/test -I. -I. -o test_main.o src/qt/test/test_main.cpp
src/qt/test/test_main.cpp:1:17:  (not found)

editor
src/qt/test/test_main.cpp


#include <QTest>
#include <QObject>


Yes...I have to admit...that is weird. I've never seen that one before.

I've installed Fedora 19 64 bit, Ubuntu 13.04 32 bit and Ubuntu 13.04 64 bit in VM's here. I will make them available for download on the Lavapit as they become available.

http://lavapit.lavajumper.com/download.php

Ubuntu 12.04 64bit build is Finished:
Ubuntu 13.04 32bit build is Finished:
Ubuntu 13.04 64bit build is Finished:
Fedora 19     64bit build is  Finished: **See Notes Below**
RHEL 6         64bit build is In Progress:

I've taken some notes as I went along and will also post those when I get a chance to put them together.

[EDIT] Fedora Notes:
This build was done by compiling OPENSSL from source, installing the libs and headers to /usr/local/ssl. I then added a file to /etc/ld.so.conf.d and ran ldconfig. I have included the precompiled ssl and also the ldconfig addon file. I have NOT tested this build YMMV. Give me feedback, I'll help any way I can if it doesn't work on your system.


SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
September 16, 2013, 02:24:36 AM
 #839

New builds available...See above post.

SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
LittleDigger
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251


View Profile
September 16, 2013, 11:28:31 AM
 #840

Woohoo,.. Just had some rain.. Finally  Cheesy

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 142 »
  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!