Pages:
Author

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

jr. member
Activity: 112
Merit: 1
June 02, 2018, 09:52:55 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

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, 09:36:43 AM
#94
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, 09:00:26 AM
#93
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, 08:47:59 AM
#92
where can i find Linux miner Binaries?
newbie
Activity: 51
Merit: 0
June 02, 2018, 04:03:27 AM
#91
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, 03:52:54 AM
#90
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, 03:44:41 AM
#89
what does mean when masternode status is PRE_ENABLED ?
newbie
Activity: 64
Merit: 0
June 02, 2018, 02:12:47 AM
#88
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, 12:43:56 AM
#87
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, 09:43:14 PM
#86
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, 04:39:41 PM
#85
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, 10:31:43 AM
#84

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!

newbie
Activity: 67
Merit: 0
June 01, 2018, 08:58:41 AM
#83
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, 08:31:05 AM
#82
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, 08:20:33 AM
#81
It may be just me, but how can you see your balance on the official pool ?
newbie
Activity: 64
Merit: 0
June 01, 2018, 07:15:25 AM
#80
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, 06:32:51 AM
#79
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, 04:59:18 AM
#78
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
newbie
Activity: 64
Merit: 0
June 01, 2018, 04:55:51 AM
#77
Instant payment speeds, anonymity and worldwide transaction processing ... are the features of the GeekCash digital currency. Many other coins in the market also have this feature. Does this coin have a competitive advantage because of its practical applicability? Would you please share specific application plans for everyone?

An interesting question, I like your question. This is also the question when we started the project, as we shared: "Geek is born not to compete feature compared to other coins in the market. It focuses on the ecosystem (under construction) for content creators, sharing passion, affiliate marketing, MMO... or using the Internet to sell or distribute their creations to their fans."

We have now moved to the second project of the ecosystem, which is in parallel with the development of GeekCash as planned in Q3. We don't have detailed information, until the product is complete and applied successfully. Follow up to see what we do.
newbie
Activity: 64
Merit: 0
June 01, 2018, 04:37:50 AM
#76
Hey dev are u planning to launch a bounty program soon ?

We are about to organize consecutive Bounty programs in Q3, follow the announcement early in Discord: https://discord.gg/4fDKzQw
Pages:
Jump to: