Bitcoin Forum
March 29, 2024, 12:24:01 AM *
News: Latest Bitcoin Core release: 26.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 ... 85 »
  Print  
Author Topic: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation  (Read 110913 times)
cryptofarmer
Sr. Member
****
Offline Offline

Activity: 539
Merit: 251



View Profile WWW
July 08, 2016, 10:03:41 AM
 #381

It's taking to long with the qt wallet, and getting exchanges on the new fork, I'm closing my pool for now, and build the old source.
I'm done with people losing their coins by sending them to bter, I'd rather have orphans then people losing their coins.


www.Mining-Dutch.nl  (Merged Mining - Multiport / Multi algo)
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bitbobb
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 525


Less hops. More wins.


View Profile
July 08, 2016, 01:51:17 PM
 #382

It's taking to long with the qt wallet, and getting exchanges on the new fork, I'm closing my pool for now, and build the old source.
I'm done with people losing their coins by sending them to bter, I'd rather have orphans then people losing their coins.



I also sent 2 million coins to cryptopia and they are effectively lost for now.  No response from them to my support ticket.   This is first time they never respond to the help ticket for me.

     So now I have lost 2 Million tips to cryptsy
    And I have lost 2 million tips to cryptopia exchange. 

Cryptoid
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
July 08, 2016, 08:35:15 PM
 #383

took me a while but i finally got the latest source code to compile now i can save my coins hopefully


Nice job!! Any chance you could upload the wallet and make it available for download?
testbug (OP)
Hero Member
*****
Offline Offline

Activity: 883
Merit: 556


cryptohamstr.com - Pool OP


View Profile
July 09, 2016, 10:02:09 AM
Last edit: July 09, 2016, 10:39:28 AM by testbug
 #384

Hallo there,

The ann will ne Fixed by tomorrow. Same for The blockexplorer.
I have already updated The Link to The Source.

I am sorry for Late reply, Update. I told The Team why i disappired for some Time.
But luckely i am recovering well and also My boss on my real life is helping me.
Things will Return to The normal soon.
filou4
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 09, 2016, 12:53:07 PM
 #385

anyone gets a feedback from BTER about updating the wallet to new sources?  Sad

http://poolto.be -+- Any help appreciated ! BTC: 1E4s4CDXutSYZGkFVKrLbmQXQWq4Ez7RUy -+- thanks :-)
testbug (OP)
Hero Member
*****
Offline Offline

Activity: 883
Merit: 556


cryptohamstr.com - Pool OP


View Profile
July 09, 2016, 03:35:43 PM
 #386

anyone gets a feedback from BTER about updating the wallet to new sources?  Sad
Because bter.com was the official "partner/host" of the coinswap from chinese sha256 grp, i am not sure if this group is still active or if they stopped TIPS attack.
But i think it could take some time for bter.com to swap to new blockchain. I didn't receive any answer from bter.com yet.
BionicleBarnicle
Full Member
***
Offline Offline

Activity: 174
Merit: 100

WHAT'S THERE TO KNOW ?


View Profile
July 09, 2016, 08:21:09 PM
 #387

Looks like this coin is making some movements on NovaExchange LTC market.
Cryptoid
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
July 10, 2016, 01:28:20 PM
Last edit: July 10, 2016, 01:45:33 PM by Cryptoid
 #388

Compiling Windows-qt x86 in XUBUNTU 14.04 VM using these instructions:
https://bitcointalk.org/index.php?topic=1080289.0

Everything works perfectly up to the very last step.

Error message:
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_ach.qm'
make: *** [release/qrc_bitcoin.cpp] Error 1
root@xubuntu:/mnt/fedoracoin#


Here is the content of compile-fed.sh:
#!/bin/bash
MXE_INCLUDE_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/include
MXE_LIB_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/lib

i686-w64-mingw32.static-qmake-qt5 \
        BOOST_LIB_SUFFIX=-mt \
        BOOST_THREAD_LIB_SUFFIX=_win32-mt \
        BOOST_INCLUDE_PATH=$MXE_INCLUDE_PATH/boost \
        BOOST_LIB_PATH=$MXE_LIB_PATH \
        OPENSSL_INCLUDE_PATH=$MXE_INCLUDE_PATH/openssl \
        OPENSSL_LIB_PATH=$MXE_LIB_PATH \
        BDB_INCLUDE_PATH=$MXE_INCLUDE_PATH \
        BDB_LIB_PATH=$MXE_LIB_PATH \
        MINIUPNPC_INCLUDE_PATH=$MXE_INCLUDE_PATH \
        MINIUPNPC_LIB_PATH=$MXE_LIB_PATH \
        QMAKE_LRELEASE=/mnt/mxe/usr/i686-w64-mingw32.static/qt5/bin/lrelease contrib/feathercoin-qt.pro

make -f Makefile.Release
psycodad
Legendary
*
Offline Offline

Activity: 1598
Merit: 1555


精神分析的爸


View Profile
July 10, 2016, 02:08:24 PM
 #389

Compiling Windows-qt x86 in XUBUNTU 14.04 VM using these instructions:
https://bitcointalk.org/index.php?topic=1080289.0

Everything works perfectly up to the very last step.

Error message:
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_ach.qm'
make: *** [release/qrc_bitcoin.cpp] Error 1
root@xubuntu:/mnt/fedoracoin#


Here is the content of compile-fed.sh:
#!/bin/bash
MXE_INCLUDE_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/include
MXE_LIB_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/lib

i686-w64-mingw32.static-qmake-qt5 \
        BOOST_LIB_SUFFIX=-mt \
        BOOST_THREAD_LIB_SUFFIX=_win32-mt \
        BOOST_INCLUDE_PATH=$MXE_INCLUDE_PATH/boost \
        BOOST_LIB_PATH=$MXE_LIB_PATH \
        OPENSSL_INCLUDE_PATH=$MXE_INCLUDE_PATH/openssl \
        OPENSSL_LIB_PATH=$MXE_LIB_PATH \
        BDB_INCLUDE_PATH=$MXE_INCLUDE_PATH \
        BDB_LIB_PATH=$MXE_LIB_PATH \
        MINIUPNPC_INCLUDE_PATH=$MXE_INCLUDE_PATH \
        MINIUPNPC_LIB_PATH=$MXE_LIB_PATH \
        QMAKE_LRELEASE=/mnt/mxe/usr/i686-w64-mingw32.static/qt5/bin/lrelease contrib/feathercoin-qt.pro

make -f Makefile.Release


Cool that you got so far. I googled a bit and your error sounds like the locale files have not been able to build. Check what kind of suffixes you see in the locale directory and also make sure you have lrelease from qt5 installed (qttools5-dev-tools).

HTH

Cryptoid
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
July 10, 2016, 04:07:28 PM
Last edit: July 10, 2016, 04:20:00 PM by Cryptoid
 #390


I'll recompile qt5 and see if that helps...
psycodad
Legendary
*
Offline Offline

Activity: 1598
Merit: 1555


精神分析的爸


View Profile
July 10, 2016, 04:14:26 PM
 #391

I believe it's looking for a file it expects to find from the github repository

https://github.com/fedoracoin-dev/fedoracoin/tree/master-0.9/src/qt/locale

The locale/bitcoin_ach.ts is there, but the build process should make a .qm from it and for that it needs lrelease.

Cryptoid
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
July 10, 2016, 04:21:02 PM
Last edit: July 10, 2016, 04:36:56 PM by Cryptoid
 #392

I believe it's looking for a file it expects to find from the github repository

https://github.com/fedoracoin-dev/fedoracoin/tree/master-0.9/src/qt/locale

The locale/bitcoin_ach.ts is there, but the build process should make a .qm from it and for that it needs lrelease.

Recompiled qt5 - same error message on fedoracoin compile
ironsniper
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
July 10, 2016, 08:10:46 PM
 #393

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW
Bitbobb
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 525


Less hops. More wins.


View Profile
July 10, 2016, 10:24:41 PM
 #394

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

Is this a windows wallet?

ironsniper
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
July 10, 2016, 10:59:05 PM
 #395

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

Is this a windows wallet?
windows 32 bit
redkinggg
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
July 10, 2016, 11:06:25 PM
 #396

Novaexchange is using the newest wallet.  Bter is NOT.

Cheap TIPS

https://novaexchange.com/market/LTC_TIPS/
Bitbobb
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 525


Less hops. More wins.


View Profile
July 10, 2016, 11:27:10 PM
 #397

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

Is this a windows wallet?
windows 32 bit

I downloaded wallet and it is now syncing!  Looks good..5 active nodes and it is processing blocks

Cryptoid
Member
**
Offline Offline

Activity: 130
Merit: 11


View Profile
July 11, 2016, 03:21:42 AM
 #398

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

New wallet syncing, thanks ironsniper!!
ironsniper
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
July 11, 2016, 04:17:51 PM
 #399

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

New wallet syncing, thanks ironsniper!!
y'all are most welcome!
psycodad
Legendary
*
Offline Offline

Activity: 1598
Merit: 1555


精神分析的爸


View Profile
July 11, 2016, 04:49:41 PM
 #400

Sorry for taking so long, I have been running tests to make sure withdrawal and deposit works; they both work perfectly.

Wallet Download: https://mega.nz/#!mAYTTJwQ!wyE1y52T4to_NYEwgjUvJmIIs6CRBNP3f0rKn2zRM8o

Virus Total: https://www.virustotal.com/en/file/40617e60c25f79acc30d26f659528ed6dadb3febdc17d25c8929d1a2e59b3939/analysis/1468180531/

Fedora donation address: EbPDEUjLatZqumhF6VzHpmxYEucYo5qgaW

Thank you for your time and work!

09af638292a1b7a8e37b7ef1599e0644e7ac32e9fa5273b2806e94ba072ffae1

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 ... 85 »
  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!