Search content
Sort by

Showing 20 of 41 results by qjusam
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
qjusam
on 04/06/2020, 10:33:23 UTC
All went ok with some trial and errors but i am stuck on last step with following error

/src/leveldb/libmemenv.a: error adding symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
Makefile.Release:453: recipe for target 'release/coin-qt.exe' failed

I have already made db by using following command

Code:
#!/bin/bash
MXE_PATH=/mnt/mxe
sed -i "s/WinIoCtl.h/winioctl.h/g" src/dbinc/win_db.h
mkdir build_mxe
cd build_mxe

RANLIB=$MXE_PATH/usr/bin/i686-w64-mingw32.static-ranlib \
CC=$MXE_PATH/usr/bin/i686-w64-mingw32.static-gcc \
CXX=$MXE_PATH/usr/bin/i686-w64-mingw32.static-g++ \
../dist/configure \
        --disable-replication \
        --enable-mingw \
        --enable-cxx \
        --host x86 \
        --prefix=$MXE_PATH/usr/i686-w64-mingw32.static
make
make install



Still awaiting a solution. if anyone know??
Post
Topic
Board Announcements (Altcoins)
Re: QNM | Scrypt | PoW | PoS|
by
qjusam
on 07/08/2019, 05:47:54 UTC
need a pool ?

Kindly feel free to create one
Post
Topic
Board Announcements (Altcoins)
Re: QNM | Scrypt | PoW | PoS|
by
qjusam
on 01/08/2019, 10:22:56 UTC
TradeCX is a swift and easy-to-use cryptocurrency exchange! We would like to invite you to apply in order to be listed! Below you can find all of the necessary information:

- Fast Depositing
- Clean UI (Mobile Friendly)
- Low Fees (Trading 0.1% and low withdrawal)- No depositing fees
- Quick support with issues
- Smooth trading

Website: https://tradecx.io/

Listing Form: https://docs.google.com/forms/u/1/d/1sr2PM5xTRYsqRP3YJ3be4PAOToRq6_mJnO_Zc1sZdys

Discord: https://discordapp.com/invite/hQCJF96

Thanks Applied
Post
Topic
Board Announcements (Altcoins)
Re: QNM | Scrypt | PoW | PoS|
by
qjusam
on 31/07/2019, 06:32:37 UTC
100 QNM each sent to those who posted their addresses
Post
Topic
Board Announcements (Altcoins)
Re: QNM | Scrypt | PoW | PoS|
by
qjusam
on 31/07/2019, 06:22:57 UTC
Send your QNM addresses by DM to get free Airdrop of 100 QNM.

Get QNM listed on any exchange to get 10000 QNM
Post
Topic
Board Altcoin Discussion
HELP !! Altcoin window wallet help required !!!!
by
qjusam
on 13/12/2018, 06:08:42 UTC
I have compiled Linux and GUI QT wallet without any error but when I tried to compile Window wallet on Window using MINGW and on Ubuntu using Cross compilation each effort ends with an error as below

/src/leveldb/libmemenv.a: error adding symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
Makefile.Release:453: recipe for target 'release/coin-qt.exe' failed

any help will be much appreciated, there are multiple threads which are concerned with this error but none of them give solution

Post
Topic
Board Announcements (Altcoins)
QNM | Scrypt | PoW | PoS|
by
qjusam
on 06/12/2018, 11:12:25 UTC



Coin Specs
Name: Quantonium
Ticker: QNM
Algo: scrypt
Avg Block time: 1 Minute
RPC Port: 12366
P2P Port: 12365
Min Stake Age: 12 hours
Max Stake Age: 24 Hours
Coinbase Maturity: 20 Blocks
Tx Maturity: 6 Blocks
Max Supply: 21 Million
Premine: 1 Million

PoW Specs
Upto Block 10,00,000 - 1 QNM
Block 10,00,001 - PoW Ends

PoS Specs
APR - 365%

Window Wallet
Linux Wallet
Github


Before anyone ask what's the function or Whitepaper or why premine or why Scrypt algo or anythign else, this is just for Fun. Enjoy the staking and Enjoy the trading once listed.
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
qjusam
on 06/12/2018, 05:45:03 UTC
All went ok with some trial and errors but i am stuck on last step with following error

/src/leveldb/libmemenv.a: error adding symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
Makefile.Release:453: recipe for target 'release/coin-qt.exe' failed

I have already made db by using following command

Code:
#!/bin/bash
MXE_PATH=/mnt/mxe
sed -i "s/WinIoCtl.h/winioctl.h/g" src/dbinc/win_db.h
mkdir build_mxe
cd build_mxe

RANLIB=$MXE_PATH/usr/bin/i686-w64-mingw32.static-ranlib \
CC=$MXE_PATH/usr/bin/i686-w64-mingw32.static-gcc \
CXX=$MXE_PATH/usr/bin/i686-w64-mingw32.static-g++ \
../dist/configure \
        --disable-replication \
        --enable-mingw \
        --enable-cxx \
        --host x86 \
        --prefix=$MXE_PATH/usr/i686-w64-mingw32.static
make
make install




Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
qjusam
on 05/12/2018, 06:52:13 UTC
so I followed the guide https://github.com/EidasCoin/Eidas/blob/master/doc/windows-cross-compile.md but receive error

i have this version of libssl installed
libssl1.0.0 is already the newest version (1.0.2n-1ubuntu5.1).

Any help will be appreciated

I am working on Novacoin Clone older version ofcourse

You need to downgrade libssl-dev check the coin's docs/build_unix readme or other doc files for the required libssl dependency version.
otherwise try version 1.0.2g  (https://www.openssl.org/source/old/1.0.2/)


Thanks I downgraded to 1.0.2b which worked but later I received another error in regard to db-6.2.32 hence i downgraded that too till 4.8.3 now compiling again.

Will advice soon about outcome
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
qjusam
on 05/12/2018, 03:05:57 UTC
so I followed the guide https://github.com/EidasCoin/Eidas/blob/master/doc/windows-cross-compile.md but receive error

src/bignum.h:531:61: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_is_prime(const BIGNUM*, int, void (*)(int, int, void*), BN_CTX*, void*)'
         int ret = BN_is_prime(this, checks, NULL, pctx, NULL);
                                                             ^
src/bignum.h: In member function 'bool CBigNum::isOne() const':
src/bignum.h:539:30: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_is_one(const BIGNUM*)'
         return BN_is_one(this);
                              ^
src/bignum.h: In member function 'bool CBigNum::operator!() const':
src/bignum.h:545:31: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_is_zero(const BIGNUM*)'
         return BN_is_zero(this);
                               ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator+=(const CBigNum&)':
src/bignum.h:550:35: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_add(BIGNUM*, const BIGNUM*, const BIGNUM*)'
         if (!BN_add(this, this, &b))
                                   ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator*=(const CBigNum&)':
src/bignum.h:564:41: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_mul(BIGNUM*, const BIGNUM*, const BIGNUM*, BN_CTX*)'
         if (!BN_mul(this, this, &b, pctx))
                                         ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator<<=(unsigned int)':
src/bignum.h:583:41: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_lshift(BIGNUM*, const BIGNUM*, int)'
         if (!BN_lshift(this, this, shift))
                                         ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator>>=(unsigned int)':
src/bignum.h:594:28: error: cannot convert 'CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
         if (BN_cmp(&a, this) > 0)
                            ^
src/bignum.h:600:41: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_rshift(BIGNUM*, const BIGNUM*, int)'
         if (!BN_rshift(this, this, shift))
                                         ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator++()':
src/bignum.h:609:47: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_add(BIGNUM*, const BIGNUM*, const BIGNUM*)'
         if (!BN_add(this, this, BN_value_one()))
                                               ^
src/bignum.h: In member function 'CBigNum& CBigNum::operator--()':
src/bignum.h:626:45: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_sub(BIGNUM*, const BIGNUM*, const BIGNUM*)'
         if (!BN_sub(&r, this, BN_value_one()))
                                             ^
src/bignum.h: In function 'const CBigNum operator+(const CBigNum&, const CBigNum&)':
src/bignum.h:653:27: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_add(BIGNUM*, const BIGNUM*, const BIGNUM*)'
     if (!BN_add(&r, &a, &b))
                           ^
src/bignum.h: In function 'const CBigNum operator-(const CBigNum&, const CBigNum&)':
src/bignum.h:661:27: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_sub(BIGNUM*, const BIGNUM*, const BIGNUM*)'
     if (!BN_sub(&r, &a, &b))
                           ^
src/bignum.h: In function 'const CBigNum operator-(const CBigNum&)':
src/bignum.h:669:43: error: cannot convert 'CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_is_negative(const BIGNUM*)'
     BN_set_negative(&r, !BN_is_negative(&r));
                                           ^
src/bignum.h: In function 'const CBigNum operator*(const CBigNum&, const CBigNum&)':
src/bignum.h:677:33: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_mul(BIGNUM*, const BIGNUM*, const BIGNUM*, BN_CTX*)'
     if (!BN_mul(&r, &a, &b, pctx))
                                 ^
src/bignum.h: In function 'const CBigNum operator/(const CBigNum&, const CBigNum&)':
src/bignum.h:686:39: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_div(BIGNUM*, BIGNUM*, const BIGNUM*, const BIGNUM*, BN_CTX*)'
     if (!BN_div(&r, NULL, &a, &b, pctx))
                                       ^
src/bignum.h: In function 'const CBigNum operator%(const CBigNum&, const CBigNum&)':
src/bignum.h:695:35: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_nnmod(BIGNUM*, const BIGNUM*, const BIGNUM*, BN_CTX*)'
     if (!BN_nnmod(&r, &a, &b, pctx))
                                   ^
src/bignum.h: In function 'const CBigNum operator<<(const CBigNum&, unsigned int)':
src/bignum.h:703:33: error: cannot convert 'CBigNum*' to 'BIGNUM* {aka bignum_st*}' for argument '1' to 'int BN_lshift(BIGNUM*, const BIGNUM*, int)'
     if (!BN_lshift(&r, &a, shift))
                                 ^
src/bignum.h: In function 'bool operator==(const CBigNum&, const CBigNum&)':
src/bignum.h:715:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 perator==(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) == 0); }
                                                                      ^
src/bignum.h: In function 'bool operator!=(const CBigNum&, const CBigNum&)':
src/bignum.h:716:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 perator!=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) != 0); }
                                                                      ^
src/bignum.h: In function 'bool operator<=(const CBigNum&, const CBigNum&)':
src/bignum.h:717:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 perator<=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) <= 0); }
                                                                      ^
src/bignum.h: In function 'bool operator>=(const CBigNum&, const CBigNum&)':
src/bignum.h:718:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 perator>=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) >= 0); }
                                                                      ^
src/bignum.h: In function 'bool operator<(const CBigNum&, const CBigNum&)':
src/bignum.h:719:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 operator<(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) < 0); }
                                                                       ^
src/bignum.h: In function 'bool operator>(const CBigNum&, const CBigNum&)':
src/bignum.h:720:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument '1' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                       ^
In file included from src/addrman.h:9:0,
                 from src/net.h:20,
                 from src/main.h:10,
                 from src/kernel.h:7,
                 from src/txdb-leveldb.cpp:17:
                ^
src/txdb-leveldb.cpp: In member function 'bool CTxDB::LoadBlockIndex()':
src/txdb-leveldb.cpp:409:160: warning: unknown conversion type character 'l' in format [-Wformat=]
 nt height=%d, modifier=0x%016"PRIx64, pindex->nHeight, pindex->nStakeModifier);
                                                                              ^
src/txdb-leveldb.cpp:409:160: warning: too many arguments for format [-Wformat-extra-args]
Makefile.Release:10281: recipe for target 'build/txdb-leveldb.o' failed
make: *** [build/txdb-leveldb.o] Error 1


i have this version of libssl installed
libssl1.0.0 is already the newest version (1.0.2n-1ubuntu5.1).

Any help will be appreciated

I am working on Novacoin Clone older version ofcourse
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
qjusam
on 04/12/2018, 12:31:45 UTC

Ok so the question is, is your boost installation done correctly, and are you using the correct version of boost ?

boost version is obviously is the issue here.  The Op method of installing boost within  MXE showed 1.60.0 version.  The Eidas coin link method install
boost as separate package outside mxe using "1_63_0" version.  I followed everything exact steps in the Eidas Coin link doc  method using "1_63_0" boost version for this error report.

MXE has greatly improved it's package installation system. You should use MXE to install it by changing the version/hash of boost in mxe/src/boost.mk. then doing make boost

I am following the guide given here https://github.com/EidasCoin/Eidas/blob/master/doc/windows-cross-compile.md

I may be needing your help when I run into error as I found you to be only one giving correct reply
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 24/11/2018, 07:05:47 UTC
Isn't this one of the people that started Cheese?  Huh

Yes I was the one member out of 4 who started CHEESE, which later taken over by coin holders, that was a charitable Token to help those who help dead coin
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 24/11/2018, 07:03:51 UTC
The project seems to be abandoned, there is no explorer, there is no web site, the wallet is not synchronized, the pool is not working, nothing that is needed is working. Coin turned out fake.  Sad

We haven't launched Official Website, neither launched mainnet wallet, nor any explorer, Nor any official Pool. Please be updated before commenting, It was informed that we are in testing phase. We are finalizing the wallets and pool during our available time as we all team members are freelancers
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 24/11/2018, 07:01:44 UTC
in the thread above there is a statement like this "We created something good, Stay Tuned because there will be no premine" what is meant by something good in that statement? What is the picture like? when will it be launched?
Jajajaja LOL
Maybe he is joking to give a surprise in the future.
If the surprise is FAKE and SCAM, then surely this ANN history will only become useless rubbing ash. !

No need to give the surprise as SCAM !!!! Why bother to comment if we already made up our minds xDDD
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 24/11/2018, 07:00:18 UTC
I hope this is just the beginning. When will you provide more information? Project information (white paper)? Team information.
I think that this is rather the beginning of the end and no one will provide us with white paper and a roadmap, no matter how it is, but this fake project is absolute in my opinion, you shouldn’t pay attention to it.

Thanks for your kind Opinion, Hope we get your attention some time in future
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 24/11/2018, 06:59:06 UTC
in the thread above there is a statement like this "We created something good, Stay Tuned because there will be no premine" what is meant by something good in that statement? What is the picture like? when will it be launched?

Expected Launch Date is First Week of Dec 2018, We are freelancers and hence not working 24x7 on this
Post
Topic
Board Announcements (Altcoins)
Re: ANN | NATURE | x11 | Masternode | PoW | No Premine | Coming Soon | Test wallet
by
qjusam
on 15/11/2018, 07:53:58 UTC
We invite you to bring your project to our exchange, Altmarkets is a Cryptocurrency 6,000 members and over 100 coins listed. Focusing on lower-tier altcoins we push each coin listing with social media announcements as well as to our growing social channels.

Our BCT Announce: https://bitcointalk.org/index.php?topic=4687148.0
Discord Channel: https://discord.gg/p4NwBdE

Request a listing with us via the above thread / announce post or visit http://www.altmarkets.cc - We aim to reply within 24 - 48 hours.

Thanks once we launched our wallet will surely get in touch with all possible exchanges
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SCRYPT]DV8 COIN-High ROI Pos coin upto 10000% APR
by
qjusam
on 09/11/2018, 09:34:24 UTC
What's market price which all people are looking for
Post
Topic
Board Announcements (Altcoins)
Re: ✨{ANN} PoS Coin 800%✨-The one and only proof of stake coin with wicked daily!🚀
by
qjusam
on 09/11/2018, 09:27:52 UTC
Sorry to be the first one to ask but how much premines
Post
Topic
Board Announcements (Altcoins)
Re: OFFICIAL ANN | MOUSE | Scrypt| PoW -DPOS | MASTERNODE | Great Rewards
by
qjusam
on 09/11/2018, 09:03:47 UTC
New Upcoming Project if Someone is Interested

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