Pages:
Author

Topic: [ANN] GeekCash Launching - page 18. (Read 30639 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
June 02, 2018, 01:13:55 PM
#98
WTS lotta GEEK
jr. member
Activity: 112
Merit: 1
June 02, 2018, 10:52:55 AM
#97
In your website, your slogan "Ecosystem Evolution of the Flat World".

Is this a typo, do you mean "Fiat World"? or are you a follower of Flat Earth? Huh

Yes, exactly "Flat"

where can i find Linux miner Binaries?

https://github.com/GeekCash/geekcash/releases/download/v1.0.1.2/cpuminer-linux.zip

Got it, it's a metaphor.  Smiley
newbie
Activity: 64
Merit: 0
June 02, 2018, 10:36:43 AM
#96
In your website, your slogan "Ecosystem Evolution of the Flat World".

Is this a typo, do you mean "Fiat World"? or are you a follower of Flat Earth? Huh

Yes, exactly "Flat"

where can i find Linux miner Binaries?

https://github.com/GeekCash/geekcash/releases/download/v1.0.1.2/cpuminer-linux.zip
jr. member
Activity: 112
Merit: 1
June 02, 2018, 10:00:26 AM
#95
In your website, your slogan "Ecosystem Evolution of the Flat World".

Is this a typo, do you mean "Fiat World"? or are you a follower of Flat Earth? Huh
newbie
Activity: 45
Merit: 0
June 02, 2018, 09:47:59 AM
#94
where can i find Linux miner Binaries?
newbie
Activity: 51
Merit: 0
June 02, 2018, 05:03:27 AM
#93
what does mean when masternode status is PRE_ENABLED ?

PRE_ENABLE: When you start masternode it will be queued in sync, can wait 30 min. However, when the network is larger, many masternodes take a long time to synchronize data, which may take up to several hours, or even longer to switch to the Enabled state. But do not worry, ignore the system for its work.

Tks!
newbie
Activity: 64
Merit: 0
June 02, 2018, 04:52:54 AM
#92
what does mean when masternode status is PRE_ENABLED ?

PRE_ENABLE: When you start masternode it will be queued in sync, can wait 30 min. However, when the network is larger, many masternodes take a long time to synchronize data, which may take up to several hours, or even longer to switch to the Enabled state. But do not worry, ignore the system for its work.
newbie
Activity: 51
Merit: 0
June 02, 2018, 04:44:41 AM
#91
what does mean when masternode status is PRE_ENABLED ?
newbie
Activity: 64
Merit: 0
June 02, 2018, 03:12:47 AM
#90
where are you hosting your masternodes? can you share some vps masternode services where i can mount a masternode? Thanks

Digital Ocean is recommend: https://m.do.co/c/427fd48a9ec5

When I set up the master node, I entered an incorrect outbound IP. I can't open my wallet now. What should i do?

Change IP at ./geekcash/geekcash.conf


GeekCash is now listed on our exchange!  You can now trade GeekCash (GEEK) for Bitcoin at DigitalFinex:
https://digitalfinex.com/Exchange/?p=BTC-GEEK

If you have any questions, please let me know.

Thanks!


Thanks you!

Vardiff on the pool doesn't work.
Setting the password to d=somenumber doesn't work either.

Ok! you can set: -p x

New Pool GeekCash 0.5 Fee

http://mineblocks.ch/static/img/mineblocks-pool.png

http://geekcash.mineblocks.ch/

Configure Your Miners

-a geek -o stratum+tcp://geekcash.mineblocks.ch:3333 -u {WALLET-ADDRESS}


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining

Thanks you!
newbie
Activity: 5
Merit: 0
June 02, 2018, 01:43:56 AM
#89
where are you hosting your masternodes? can you share some vps masternode services where i can mount a masternode? Thanks
hero member
Activity: 618
Merit: 500
June 01, 2018, 10:43:14 PM
#88
New Pool GeekCash 0.5 Fee



http://geekcash.mineblocks.ch/

Configure Your Miners

-a geek -o stratum+tcp://geekcash.mineblocks.ch:3333 -u {WALLET-ADDRESS} -p x


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
June 01, 2018, 05:39:41 PM
#87
Vardiff on the pool doesn't work.
Setting the password to d=somenumber doesn't work either.
copper member
Activity: 38
Merit: 0
June 01, 2018, 11:31:43 AM
#86

GeekCash is now listed on our exchange!  You can now trade GeekCash (GEEK) for Bitcoin at DigitalFinex:
https://digitalfinex.com/Exchange/?p=BTC-GEEK

If you have any questions, please let me know.

Thanks!

copper member
Activity: 5
Merit: 0
June 01, 2018, 09:53:18 AM
#85
Hi all.

Really geek's thing. I can't compile it on Ubuntu 16.04.3 LTS:

1. autogen.sh
Makefile.am:78: error: CPPFLAGS_FOR_BUILD must be set with '=' before using '+='
Makefile.am:79: error: CFLAGS_FOR_BUILD must be set with '=' before using '+='

OK, do fix it.
diff --git a/src/secp256k1/Makefile.am b/src/secp256k1/Makefile.am
index 7772a4e..401f36c 100644
--- a/src/secp256k1/Makefile.am
+++ b/src/secp256k1/Makefile.am
@@ -75,8 +75,8 @@ TESTS = tests
 endif

 if USE_ECMULT_STATIC_PRECOMPUTATION
-CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
-CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
+CPPFLAGS_FOR_BUILD =-I$(top_srcdir)
+CFLAGS_FOR_BUILD = -Wall -Wextra -Wno-unused-function

 gen_context_OBJECTS = gen_context.o
 gen_context_BIN = gen_context$(BUILD_EXEEXT)

2. autogen.sh
autoheader: cannot rename /tmp/arPO1yl8/ahSPHr79/config.hin as src/config/geekcash-config.h.in: No such file or directory
autoreconf: /usr/bin/autoheader failed with exit status: 1

Not success, I don't know whats happen.


mkdir src/config

but then you'll run into:

error: cannot find input file: `Makefile.in

build environment really broken

anyone ever able to compile this coin on linux?

Try:

git clone https://github.com/GeekCash/geekcash
rm -R geekcashcoin/src/secp256k1
cd geekcashcoin/src
git clone https://github.com/bitcoin-core/secp256k1
cd geekcashcoin/src/secp256k1
sh autogen.sh
cd ../..
mkdir src/config
sed 's,^AC_CONFIG_FILES(\[Makefile ,AC_CONFIG_FILES(\[,g' -i configure.ac
sh autogen.sh
export PKG_CONFIG_PATH="/usr/lib/openssl-1.0/pkgconfig:${PKG_CONFIG_PATH}"
export CXXFLAGS="-I/usr/include/openssl-1.0"
export LDFLAGS="-L/usr/lib/openssl-1.0 -lssl -lcrypto"
./configure \
  --disable-zmq \
  --without-miniupnpc \
  --without-qrencode \
  --without-libressl \
  --with-daemon \
  --with-gui=no \
  --with-incompatible-bdb
make -C src

It builds only daemon (I don't need UI) and you need to modify openssl settings. I build it against openssl-1.0 which is under different folder in my distribution.
newbie
Activity: 67
Merit: 0
June 01, 2018, 09:58:41 AM
#85
A G33k cash sounds like a nice idea but you have to force the GeekCash users coding while they're using your coin, that would be authentically Grin
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
June 01, 2018, 09:31:05 AM
#84
Hi all.

Really geek's thing. I can't compile it on Ubuntu 16.04.3 LTS:

1. autogen.sh
Makefile.am:78: error: CPPFLAGS_FOR_BUILD must be set with '=' before using '+='
Makefile.am:79: error: CFLAGS_FOR_BUILD must be set with '=' before using '+='

OK, do fix it.
diff --git a/src/secp256k1/Makefile.am b/src/secp256k1/Makefile.am
index 7772a4e..401f36c 100644
--- a/src/secp256k1/Makefile.am
+++ b/src/secp256k1/Makefile.am
@@ -75,8 +75,8 @@ TESTS = tests
 endif

 if USE_ECMULT_STATIC_PRECOMPUTATION
-CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
-CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
+CPPFLAGS_FOR_BUILD =-I$(top_srcdir)
+CFLAGS_FOR_BUILD = -Wall -Wextra -Wno-unused-function

 gen_context_OBJECTS = gen_context.o
 gen_context_BIN = gen_context$(BUILD_EXEEXT)

2. autogen.sh
autoheader: cannot rename /tmp/arPO1yl8/ahSPHr79/config.hin as src/config/geekcash-config.h.in: No such file or directory
autoreconf: /usr/bin/autoheader failed with exit status: 1

Not success, I don't know whats happen.


mkdir src/config

but then you'll run into:

error: cannot find input file: `Makefile.in

build environment really broken

anyone ever able to compile this coin on linux?
newbie
Activity: 58
Merit: 0
June 01, 2018, 09:20:33 AM
#83
It may be just me, but how can you see your balance on the official pool ?
newbie
Activity: 64
Merit: 0
June 01, 2018, 08:15:25 AM
#82
as much as I'd like this coin to succeed, I predict (and recommend) it will need a rebranding before being able to appeal to any sizable market or common usage.

I'm also looking forward to finding out if there are any other worthwhile developments and use-cases to come out in 2018 for this coin.

Thank you for your predictions and we like this prediction.
newbie
Activity: 70
Merit: 0
June 01, 2018, 07:32:51 AM
#81
as much as I'd like this coin to succeed, I predict (and recommend) it will need a rebranding before being able to appeal to any sizable market or common usage.

I'm also looking forward to finding out if there are any other worthwhile developments and use-cases to come out in 2018 for this coin.
newbie
Activity: 64
Merit: 0
June 01, 2018, 05:59:18 AM
#80
how long is the contract and how much revenue per block?

Rewards are reduced by each block. You can see details at: https://explorer.geekcash.org
Pages:
Jump to: