Search content
Sort by

Showing 18 of 18 results by validsyntax1012
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]VestxCoin Pcn Airdrop
by
validsyntax1012
on 16/08/2018, 11:07:19 UTC
Vestx address U7LvEYN8DwALetCbr6cnQXqFLmzvJXAYjW

Pcn wallet address PLkT5JP8u84sBhvFfm5jvLsSx1rY21MVEN

sent 1pcn to wallet address PKtgDjKznWv4ve9sQGNWTh4kRpCEgLmK43
Post
Topic
Board Announcements (Altcoins)
Re: ⚡ [ANN] ⚡ DeepOnion TOR ⚡ DeepVault ⚡ Cryptopia 🚀 Airdrop 24/40 🚀 WE DOMINATE!
by
validsyntax1012
on 15/07/2018, 20:00:17 UTC
will invest deep onion
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FxTC] 🔴FxTC Coin | Core 0.16 | Masternodes | Multi-Algo | Dynamic Rewards
by
validsyntax1012
on 15/07/2018, 19:25:23 UTC
Crazy project here
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NYXCOIN POW Masternode Complex Coin Project
by
validsyntax1012
on 15/07/2018, 19:12:38 UTC
Nice coin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] GameStars - Help the development of cybersports
by
validsyntax1012
on 15/07/2018, 19:05:09 UTC
I like this one
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] ⚡ Papusha Rocket Technology - New Supertechnology! ⚡
by
validsyntax1012
on 15/07/2018, 18:41:03 UTC
Great coin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EQUITEN. THE FUTURE OF CRYPTOCURRENCY
by
validsyntax1012
on 15/07/2018, 18:31:52 UTC
Seems good
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🚀[ANN]( IdealCash ) AIRDROP🚀 / PURE POS %30 / DECENTRALIZED EXCHANGE 🚀🚀
by
validsyntax1012
on 04/03/2018, 21:58:12 UTC
dev very active on bitcoin talk to bumping the thread and such try icq base for some ideal cash
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🚀[ANN]( IdealCash ) AIRDROP🚀 / PURE POS %30 / DECENTRALIZED EXCHANGE 🚀🚀
by
validsyntax1012
on 03/03/2018, 17:38:45 UTC
dev very actif in telegram .

It's very good coins.
Fast and very low fees .
i'm holding 500k  Wink

I am very happy to have joined the group ideal cash.







happy to be with them as well
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
validsyntax1012
on 23/02/2018, 21:08:27 UTC
Change
Code:
#!/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 \
Code:
#!/bin/bash
MXE_INCLUDE_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/include
MXE_LIB_PATH=/mnt/mxe/usr/i686-w64-mingw32.static/lib

/mnt/mxe/usr/i686-w64-mingw32.static/qt5/bin/qmake \

Push +Merit  Smiley

i was also replying to other user did you get my error any advice?
Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
validsyntax1012
on 21/02/2018, 19:48:38 UTC
Hey @gjhiggins thanks for the reply.
How do you link to that directory?

I did download the option others posted here from Windows (pre-built) and tried to copy it pretty much everywhere @_@.

I tried to copy the content of the folder secp256k1 directly to /home/zeus/Desktop/mxe/usr/i686-w64-mingw32.static and also the folder itself.
And I tried to copy the contents of the same folder to /home/zeus/Desktop/mxe/usr/i686-w64-mingw32.static/bin (as this we add it to on the PATH= as per the tutorial) and the folder itself.

I also tried to merge the contents of /home/zeus/Desktop/AltCoin/src/secp256k1 with the ones from Windows.

None of the options worked.

Am I missing something on my file /home/zeus/Desktop/AltCoin/compile-win.sh?

Code:
#!/bin/bash
MXE_INCLUDE_PATH=~/Desktop/mxe/usr/i686-w64-mingw32.static/include
MXE_LIB_PATH=~/Desktop/mxe/usr/i686-w64-mingw32.static/lib

chmod 755 src/leveldb/build_detect_platform
chmod 755 src/secp256k1/autogen.sh
cd src/leveldb
make libleveldb.a libmemenv.a
cd ../..

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=~/Desktop/mxe/usr/i686-w64-mingw32.static/qt5/bin/lrelease altcoi[Suspicious link removed]o

make -f Makefile.Release


its needs to be in you /mnt/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0 folder that worked past my errors now im getting this

Code:
pi32 -lwinmm -lz -lpcre2-16 build/bitcoin-qt_res.o
build/key.o:key.cpp:(.text+0x181): undefined reference to `secp256k1_context_destroy'
build/key.o:key.cpp:(.text+0x2ee): undefined reference to `secp256k1_ec_privkey_import'
build/key.o:key.cpp:(.text+0x353): undefined reference to `secp256k1_ec_pubkey_create'
build/key.o:key.cpp:(.text+0x48f): undefined reference to `secp256k1_ec_privkey_import'
build/key.o:key.cpp:(.text+0x181b): undefined reference to `secp256k1_ec_pubkey_verify'
build/key.o:key.cpp:(.text+0x1890): undefined reference to `secp256k1_ec_pubkey_decompress'
build/key.o:key.cpp:(.text+0x1a83): undefined reference to `secp256k1_ec_pubkey_tweak_add'
build/key.o:key.cpp:(.text+0x2ad6): undefined reference to `secp256k1_ec_privkey_tweak_add'
build/key.o:key.cpp:(.text+0x32fa): undefined reference to `secp256k1_nonce_function_rfc6979'
build/key.o:key.cpp:(.text+0x3337): undefined reference to `secp256k1_ecdsa_sign'
build/key.o:key.cpp:(.text+0x39ac): undefined reference to `secp256k1_nonce_function_rfc6979'
build/key.o:key.cpp:(.text+0x39e3): undefined reference to `secp256k1_ecdsa_sign_compact'
build/key.o:key.cpp:(.text+0x3ea5): undefined reference to `secp256k1_ec_privkey_export'
build/key.o:key.cpp:(.text.startup+0x30): undefined reference to `secp256k1_context_create'
collect2: error: ld returned 1 exit status


Code:

  CC       src/libsecp256k1_la-secp256k1.lo
  CCLD     libsecp256k1.la
libtool: warning: undefined symbols not allowed in i686-w64-mingw32 shared libraries; building static only
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/tests-tests.o
  CCLD     tests



I try to compile the secp256k1 with ming and i get this

maybe should try to compile on windows like other have done? this coin has older version of the secp256k1 so i cannot use the binary that are on here it seems
didnt know if error was only refering to the test.o or the libsecp256k1.la
any help would be awesome great guide btw have successfully done other coins
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🚀🚀[ANN]( IDEALCASH ) Pure PoS %30 / Fast Transactions! / Free Coins?🚀(DEAL)
by
validsyntax1012
on 04/02/2018, 18:48:17 UTC
i got my airdrop here. i beleive this will be huge very soon. keep it up the good work. Goodluck

agreed keep up good work
Post
Topic
Board Announcements (Altcoins)
Re: Linda install Linux MX Linux
by
validsyntax1012
on 22/01/2018, 19:19:12 UTC
I am trying to install Linda on MX Linux.

Keep getting:
./Linda-qt
[libsecp256k1] illegal argument: Invalid flags

Which version of secp256k1 is Linda-qt 1.0.1.1 using?


thats what i would love to know as i am just running the lindad that compiled fine.

but i am getting the same error maybe it has relation to newer version of qt conflicting with it? didnt really wany to put much time into it either way.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD)
by
validsyntax1012
on 20/01/2018, 04:08:18 UTC
I still am looking for an answer for the amount of coins needed to run masternode. Appreciate any help.

Currently 30 million coins almost positive i heard rumors they will lower to 2 million but not sure. Coin will still stake if you are not master node seems decent coin to me
Post
Topic
Board Announcements (Altcoins)
Re: 📌📌📌[ IdealCash ]- LIGHTNING FAST - EASY TO USE -[PoS] �� FREE COINS DROP! 🚀
by
validsyntax1012
on 14/01/2018, 15:48:45 UTC
Tyler took some time to reply to me I compiled mac wallet for him but he did reply and also gave me coins promised this is a good project with a promising future.
Post
Topic
Board Project Development
HI have some issues compiling with the mac any help would be great.
by
validsyntax1012
on 12/01/2018, 15:54:49 UTC
niupnpc /Users/william/Desktop/IdealCoin/src/leveldb/libleveldb.a /Users/william/Desktop/IdealCoin/src/leveldb/libmemenv.a -framework Foundation -framework ApplicationServices -framework AppKit -L/opt/local/lib -L/opt/local/lib/db48 -lssl -lcrypto -ldb_cxx-4.8 -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -framework QtWidgets -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework OpenGL -framework AGL
clang: warning: argument unused during compilation: '-pthread'
Undefined symbols for architecture x86_64:
  "qt_mac_execute_apple_script(QString const&, AEDesc*)", referenced from:
      Notificator::notifyGrowl(Notificator::Class, QString const&, QString const&, QIcon const&) in notificator.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [altcoin-Qt.app/Contents/MacOS/altcoin-Qt] Error 1
10:40:14: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project altcoin-qt (kit: Desktop Qt 5.10.0 from MacPorts x86_64)
When executing step "Make"
10:40:14: Elapsed time: 01:04.

Any help would be great can post more info have tried different versions of the qt creator just not sure thanks again for any help
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - COMMUNITY TAKEOVER
by
validsyntax1012
on 30/12/2017, 18:50:59 UTC
Well i just bought some so lets see what it does.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] C-Bit (XCT) | new development [SHA256][POW]
by
validsyntax1012
on 28/12/2017, 20:52:42 UTC
do you have any nodes since many links on the website are not working i did compile source looking to do some mining