Pages:
Author

Topic: [ANN][ICO Bounty]🚀🚀SteepCoin🚀🚀[ICO]STEEP&CHEAP I PROFIT PoS SYSTEM I Hybrid - page 5. (Read 29124 times)

jr. member
Activity: 57
Merit: 60
jr. member
Activity: 57
Merit: 60
The SteepCoin Charity Foundation and Marketing Stabilization Fund Addresses


Code:
sap9XBGhscmE5f7BNN2WM9nxv3qkwD47j8

sKVKEe8ErPWX5sqNJGbAus4NpCdJmS1Ros

sNSZgsRWtF7inTmQeMLrMjDdLKqYGm4ZVA

sKNKaQ8CG5SA9Ha2H3uA­pDnfAzUFvhWY8n

sYHWtJhsoprRwERGTK4R­NSvx5434tgE8AD

seANUqxXVkqW6Q1Y1g6yg5nXnavLEZKfVk
 


Like we promise and planned in Roadmap, the SteepCoin Charity Foundation and Marketing Stabilization Fund addresses is already on and go in PoS. STEEP Coins on that addresses its coins that we buy back after ICO ends and funds on that addresses can be withdraw to another addresses only for Bounty Campaigns or any other marketing Campaigns payments and also for SteepCoin Charity Foundation targets. So, SteepCoin community manage together with us that addresses, its our own suggestion. Anyone can check balances on that addresses via SteepCoin RichList , all information about that addresses is open and clear to anyone.


Merry Christmas and Happy New Year SteepCoin Community.



Sincerely yours,
SteepCoin DevTeam
sr. member
Activity: 560
Merit: 250
Yesterday i have 100 block reward.
newbie
Activity: 1
Merit: 0
root@server-74434:~# git clone https://github.com/Steepdev/SteepCoin
Cloning into 'SteepCoin'...
remote: Counting objects: 722, done.
remote: Total 722 (delta 0), reused 0 (delta 0), pack-reused 722
Receiving objects: 100% (722/722), 3.57 MiB | 4.09 MiB/s, done.
Resolving deltas: 100% (131/131), done.
Checking connectivity... done.
root@server-74434:~# git clone https://github.com/Steepdev/SteepCoin
fatal: destination path 'SteepCoin' already exists and is not an empty directory.
root@server-74434:~# mc

root@server-74434:~# cd ~/SteepCoin/src
root@server-74434:~/SteepCoin/src# make -f makefile.unix USE_UPNP=-
g++ -c -O2  -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/root/SteepCoin/src -I/root/SteepCoin/src/obj -DUSE_UPNP=- -DUSE_IPV6=1 -I/root/SteepCoin/src/leveldb/include -I/root/SteepCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
groestl.c: In function ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2816:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2952:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void sph_groestl224_init(void*)’:
groestl.c:3013:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_init(cc, 224);
                            ^
groestl.c:2738:1: note:   initializing argument 1 of ‘void groestl_small_init(sph_groestl_small_context*, unsigned int)’
 groestl_small_init(sph_groestl_small_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl224(void*, const void*, size_t)’:
groestl.c:3020:34: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_core(cc, data, len);
                                  ^
groestl.c:2771:1: note:   initializing argument 1 of ‘void groestl_small_core(sph_groestl_small_context*, const void*, size_t)’
 groestl_small_core(sph_groestl_small_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl224_close(void*, void*)’:
groestl.c:3027:39: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, 0, 0, dst, 28);
                                       ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3034:40: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, ub, n, dst, 28);
                                        ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl256_init(void*)’:
groestl.c:3041:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_init(cc, 256);
                            ^
groestl.c:2738:1: note:   initializing argument 1 of ‘void groestl_small_init(sph_groestl_small_context*, unsigned int)’
 groestl_small_init(sph_groestl_small_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl256(void*, const void*, size_t)’:
groestl.c:3048:34: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_core(cc, data, len);
                                  ^
groestl.c:2771:1: note:   initializing argument 1 of ‘void groestl_small_core(sph_groestl_small_context*, const void*, size_t)’
 groestl_small_core(sph_groestl_small_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl256_close(void*, void*)’:
groestl.c:3055:39: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, 0, 0, dst, 32);
                                       ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3062:40: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, ub, n, dst, 32);
                                        ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl384_init(void*)’:
groestl.c:3069:26: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_init(cc, 384);
                          ^
groestl.c:2874:1: note:   initializing argument 1 of ‘void groestl_big_init(sph_groestl_big_context*, unsigned int)’
 groestl_big_init(sph_groestl_big_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl384(void*, const void*, size_t)’:
groestl.c:3076:32: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_core(cc, data, len);
                                ^
groestl.c:2907:1: note:   initializing argument 1 of ‘void groestl_big_core(sph_groestl_big_context*, const void*, size_t)’
 groestl_big_core(sph_groestl_big_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl384_close(void*, void*)’:
groestl.c:3083:37: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, 0, 0, dst, 48);
                                     ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3090:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 48);
                                      ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl512_init(void*)’:
groestl.c:3097:26: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_init(cc, 512);
                          ^
groestl.c:2874:1: note:   initializing argument 1 of ‘void groestl_big_init(sph_groestl_big_context*, unsigned int)’
 groestl_big_init(sph_groestl_big_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl512(void*, const void*, size_t)’:
groestl.c:3104:32: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_core(cc, data, len);
                                ^
groestl.c:2907:1: note:   initializing argument 1 of ‘void groestl_big_core(sph_groestl_big_context*, const void*, size_t)’
 groestl_big_core(sph_groestl_big_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl512_close(void*, void*)’:
groestl.c:3111:37: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, 0, 0, dst, 64);
                                     ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3118:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 64);
                                      ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:182: recipe for target 'obj/groestl.o' failed
make: *** [obj/groestl.o] Error 1
root@server-74434:~/SteepCoin/src# mc

root@server-74434:~/SteepCoin/src# make makefile.unix
make: Nothing to be done for 'makefile.unix'.
root@server-74434:~/SteepCoin/src# make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/root/SteepCoin/src -I/root/SteepCoin/src/obj -DUSE_IPV6=1 -I/root/SteepCoin/src/leveldb/include -I/root/SteepCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
groestl.c: In function ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2816:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’:
groestl.c:2952:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  unsigned char *buf;
                 ^
groestl.c: In function ‘void sph_groestl224_init(void*)’:
groestl.c:3013:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_init(cc, 224);
                            ^
groestl.c:2738:1: note:   initializing argument 1 of ‘void groestl_small_init(sph_groestl_small_context*, unsigned int)’
 groestl_small_init(sph_groestl_small_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl224(void*, const void*, size_t)’:
groestl.c:3020:34: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_core(cc, data, len);
                                  ^
groestl.c:2771:1: note:   initializing argument 1 of ‘void groestl_small_core(sph_groestl_small_context*, const void*, size_t)’
 groestl_small_core(sph_groestl_small_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl224_close(void*, void*)’:
groestl.c:3027:39: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, 0, 0, dst, 28);
                                       ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3034:40: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, ub, n, dst, 28);
                                        ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl256_init(void*)’:
groestl.c:3041:28: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_init(cc, 256);
                            ^
groestl.c:2738:1: note:   initializing argument 1 of ‘void groestl_small_init(sph_groestl_small_context*, unsigned int)’
 groestl_small_init(sph_groestl_small_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl256(void*, const void*, size_t)’:
groestl.c:3048:34: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_core(cc, data, len);
                                  ^
groestl.c:2771:1: note:   initializing argument 1 of ‘void groestl_small_core(sph_groestl_small_context*, const void*, size_t)’
 groestl_small_core(sph_groestl_small_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl256_close(void*, void*)’:
groestl.c:3055:39: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, 0, 0, dst, 32);
                                       ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3062:40: warning: invalid conversion from ‘void*’ to ‘sph_groestl_small_context*’ [-fpermissive]
  groestl_small_close(cc, ub, n, dst, 32);
                                        ^
groestl.c:2813:1: note:   initializing argument 1 of ‘void groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_small_close(sph_groestl_small_context *sc,
 ^
groestl.c: In function ‘void sph_groestl384_init(void*)’:
groestl.c:3069:26: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_init(cc, 384);
                          ^
groestl.c:2874:1: note:   initializing argument 1 of ‘void groestl_big_init(sph_groestl_big_context*, unsigned int)’
 groestl_big_init(sph_groestl_big_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl384(void*, const void*, size_t)’:
groestl.c:3076:32: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_core(cc, data, len);
                                ^
groestl.c:2907:1: note:   initializing argument 1 of ‘void groestl_big_core(sph_groestl_big_context*, const void*, size_t)’
 groestl_big_core(sph_groestl_big_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl384_close(void*, void*)’:
groestl.c:3083:37: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, 0, 0, dst, 48);
                                     ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3090:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 48);
                                      ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl512_init(void*)’:
groestl.c:3097:26: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_init(cc, 512);
                          ^
groestl.c:2874:1: note:   initializing argument 1 of ‘void groestl_big_init(sph_groestl_big_context*, unsigned int)’
 groestl_big_init(sph_groestl_big_context *sc, unsigned out_size)
 ^
groestl.c: In function ‘void sph_groestl512(void*, const void*, size_t)’:
groestl.c:3104:32: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_core(cc, data, len);
                                ^
groestl.c:2907:1: note:   initializing argument 1 of ‘void groestl_big_core(sph_groestl_big_context*, const void*, size_t)’
 groestl_big_core(sph_groestl_big_context *sc, const void *data, size_t len)
 ^
groestl.c: In function ‘void sph_groestl512_close(void*, void*)’:
groestl.c:3111:37: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, 0, 0, dst, 64);
                                     ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: In function ‘void sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
groestl.c:3118:38: warning: invalid conversion from ‘void*’ to ‘sph_groestl_big_context*’ [-fpermissive]
  groestl_big_close(cc, ub, n, dst, 64);
                                      ^
groestl.c:2949:1: note:   initializing argument 1 of ‘void groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)’
 groestl_big_close(sph_groestl_big_context *sc,
 ^
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:182: recipe for target 'obj/groestl.o' failed
make: *** [obj/groestl.o] Error 1
member
Activity: 155
Merit: 11
  So what I these 1260% is if the coin lower and lower the price tag down? Or do I have to sell below ICO?? What tactic is this weird? I know people with Poza coins have additional, but essentially all of them are involved in charity. If dev is not interested in mass, so this coin will go out quietly.
sr. member
Activity: 602
Merit: 322
What is STEEP PoS Huh
It actually works  Huh
+ 1260% for 13 days PoS !!!
http://prntscr.com/hozr5m
http://prntscr.com/hpz8i7 + http://prntscr.com/hpz8u2 - affiliate program
http://prntscr.com/hqfpyh
PoS remuneration system STEEP HILLS:
14001-15000 - 15000 STEEP
15001-16000 - 20000 STEEP
16001-17000 - 25000 STEEP
https://bitcointalksearch.org/topic/annico-bountysteepcoinico-airdrop-steepcheap-i-profit-pos-system-i-hybrid-2324915 … …
https://vk.com/wall-153029582_38 … …
legendary
Activity: 1014
Merit: 1002
Quel marth Melloneamin
And for all im offer bounty now 100k STEEP for Mac Wallet.
legendary
Activity: 1014
Merit: 1002
Quel marth Melloneamin
Hi. I have more than 5+ years of professional experience in cryptocurrency design and development.I will provide services like web wallet, mobile wallet, affiliate and support, marketing an Ico and many more..PM me for information. We can connect on Skype also.
My skype- csankur
Looking forward to your response.      

PM me
full member
Activity: 868
Merit: 100
Seems like a good project to me. With limited supply and sturd planning I guess this coin has a solid platform to play with. I would encourage people to invest a but and test for themselves the power of this coin.

Moreover, this is the era of POS coin due to its staking power and easy of availability. I am big fan pf POS and I am sure with the coin we all can make some money and at the same time help the network.

Thanks and have a nice day.
member
Activity: 392
Merit: 10
Steepcoin Dev said : Yobit on first place. ( It is not bad. but I like mercatox more than )
All exchanges answer time about minimum three weeks
They are all have a huge number of requests .
If you are can plz check my words
newbie
Activity: 1
Merit: 0
so much pos rewards will devalue the coin.. maybe you could implement some restrictions regarding the waithdraws of staked coins.. make a withdraw limit (10ksteep a day) so it can limit the dumps..cause if the dumps continues this coin will not even worth a single satoshi
sr. member
Activity: 602
Merit: 322
What is STEEP PoS Huh
It actually works  Huh
+ 1000% for 12 days PoS !!!
http://prntscr.com/hozr5m
http://prntscr.com/hpz8i7 + http://prntscr.com/hpz8u2 - affiliate program
http://prntscr.com/hpz7yv
PoS remuneration system STEEP HILLS:
14001-15000 - 15000 STEEP
15001-16000 - 20000 STEEP
16001-17000 - 25000 STEEP
https://bitcointalksearch.org/topic/annico-bountysteepcoinico-airdrop-steepcheap-i-profit-pos-system-i-hybrid-2324915 … …
https://vk.com/wall-153029582_38 … …
newbie
Activity: 45
Merit: 0
What is STEEP PoS Huh
It actually works  Huh
+ 400% for 10 days PoS !!!
http://prntscr.com/hozr5m
http://prntscr.com/hozrkc
PoS remuneration system STEEP HILLS:
10001-12000 - 5000 STEEP
12001-14000 - 10000 STEEP
14001-15000 - 15000 STEEP
15001-16000 - 20000 STEEP
16001-17000 - 25000 STEEP
https://bitcointalksearch.org/topic/annico-bountysteepcoinico-airdrop-steepcheap-i-profit-pos-system-i-hybrid-2324915 … …
https://vk.com/wall-153029582_38 … …
Wow .. a good result amigo. Dev is a wizard.
newbie
Activity: 6
Merit: 0
we (stakinglab.io) the Official Pool for STEEP coin staked 440k STEEP today and got a coin ROI of around 18% (6570% Year) 🤑🤑🤑
join the pool now!

DISCORD:
https://discord.gg/Zs3Knb

btw. we are running POS-POOLS for multiple coins!
member
Activity: 79
Merit: 10
Security and Privacy Features on the Blockchain
Will we see any updates about listings on other exchanges?
Yes of course. But it needs some waiting/ We already sending requests to Yobit , CoinExchange, HitBTC , Cobinhood. On Coinmarketcap we already sending request and waiting answer now.
TY for answer  Wink
Good luck!
sr. member
Activity: 602
Merit: 322
What is STEEP PoS Huh
It actually works  Huh
+ 400% for 10 days PoS !!!
http://prntscr.com/hozr5m
http://prntscr.com/hozrkc
PoS remuneration system STEEP HILLS:
10001-12000 - 5000 STEEP
12001-14000 - 10000 STEEP
14001-15000 - 15000 STEEP
15001-16000 - 20000 STEEP
16001-17000 - 25000 STEEP
https://bitcointalksearch.org/topic/annico-bountysteepcoinico-airdrop-steepcheap-i-profit-pos-system-i-hybrid-2324915 … …
https://vk.com/wall-153029582_38 … …
sr. member
Activity: 302
Merit: 251
Ego Sum Qui Sum
Large POS blocks will devalue steep. How do you want to stabilize price of  coin at around 100 satoshi. You have a mention of this in road map.
price goes up and down like a waves in the ocean, superblocks just bring more profit for real holders/POSers, no matter what actual price  in that moment  Wink
newbie
Activity: 45
Merit: 0
Large POS blocks will devalue steep. How do you want to stabilize price of  coin at around 100 satoshi. You have a mention of this in road map.
sr. member
Activity: 302
Merit: 251
Ego Sum Qui Sum
Hey Hey Hey, prepare for 10k STEEP POS block reward  Wink
legendary
Activity: 1014
Merit: 1002
Quel marth Melloneamin
Will we see any updates about listings on other exchanges?
Yes of course. But it needs some waiting/ We already sending requests to Yobit , CoinExchange, HitBTC , Cobinhood. On Coinmarketcap we already sending request and waiting answer now.
Pages:
Jump to: