Bitcoin Forum
June 24, 2024, 01:19:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: [ANN][PSP] POSPRO | POW/POS - www.pospro.link  (Read 36654 times)
kaconk
Hero Member
*****
Offline Offline

Activity: 1083
Merit: 503


View Profile
May 29, 2016, 03:51:12 AM
 #261


thanks for as quick as u listed man. every exchanges doing like this in coming days

This type of exchanges can't survive PSP.  These are worthless exchanges with No Trade quantities.

We need bigger exchanges soon.
Agree, like bittrex or poloniex.
adjiadjo
Legendary
*
Offline Offline

Activity: 1218
Merit: 1038


View Profile
May 29, 2016, 04:11:19 AM
 #262

"we want get listed on bigger exchange"
again and again and again  Roll Eyes

its ECD member jobs , spread the love...  Grin
start tweeting... start sending request... start spaming on their chatbox  Grin
go go go
Matory
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250


View Profile
May 29, 2016, 06:00:28 AM
Last edit: May 29, 2016, 07:43:42 AM by Matory
 #263

Hi all!

So, it's too much errors in source code. I fixed part of the errors and push source code to github  — https://github.com/TheRCG/PSP

Changes:
- fix makefiles
- fix libleveldb.a creating
- fix boostlibs use
- fix miniupnpc use (define -DMINIUPNP_STATICLIB)
- fix daemon build problem (may be this help to pools)
- make two .pro versions for different OS
 → PosPro-Qt-Win.pro for Windows
 → PosPro-Qt-Linux.pro for Unix
- add checkpoint
- change some conflicting info in .cpp files
- cosmetic changes.

Use this source code if you want.
I would be grateful for information about errors and how to resolve them!

PS nothing about QR-code  Angry

zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
 } /* namespace libzerocoin */
 ^
compilation terminated.
make: *** [obj/zerocoin/Accumulator.o] Error 1


cd in your /path/to/PSP-master/src and type
Code:
mkdir obj/zerocoin

then try again.
arransiv
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 29, 2016, 09:27:55 AM
 #264

Empirex do not have volume for trading. Need to get listed in some good volume based exchanges. The community should start promoting exchange listing campaign.
BITHQ (OP)
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile WWW
May 29, 2016, 09:53:15 AM
 #265

Hello,

Coin is stable,

We passed 50+ connection on our "main/first" deamon.
Good job community...

It time for an exchange of choice...
I do not think we are ready for Bittrex (we are only 2 days old) Cheesy

it makes itself little which exchange, small or large. The more exchanges, the more publicity. Everyone must do their own research before they trust an exchange (look at Cryptsy, high trust an now gone)

POSPRO POW/POS -Community Digital Currency
cryptospreader
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


askNFTY Team Account


View Profile WWW
May 29, 2016, 10:39:23 AM
 #266

Hello,

Coin is stable,

We passed 50+ connection on our "main/first" deamon.
Good job community...

It time for an exchange of choice...
I do not think we are ready for Bittrex (we are only 2 days old) Cheesy

it makes itself little which exchange, small or large. The more exchanges, the more publicity. Everyone must do their own research before they trust an exchange (look at Cryptsy, high trust an now gone)

Nice. I didn't join the ECD distribution thinking that I would not be considered taking my bct rank. However, I'm interested to join in the twitter campaign to promote PSP. IMO, rushing for an exchange is not needed right now. Community building is much appreciated. If you consider Dapps like implementation in the future, prepare a roadmap for that. That will get huge community support and bigger exchange show their voluntary interest to list PSP. Good luck.
adjiadjo
Legendary
*
Offline Offline

Activity: 1218
Merit: 1038


View Profile
May 29, 2016, 11:12:55 AM
 #267

Hello,

Coin is stable,

We passed 50+ connection on our "main/first" deamon.
Good job community...

It time for an exchange of choice...
I do not think we are ready for Bittrex (we are only 2 days old) Cheesy

it makes itself little which exchange, small or large. The more exchanges, the more publicity. Everyone must do their own research before they trust an exchange (look at Cryptsy, high trust an now gone)

ShooterXD
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501

CryptoTalk.Org - Get Paid for every Post!


View Profile
May 29, 2016, 11:35:49 AM
 #268

Hey dude, nice work in thia coin.
You want a portuguese translation? Just talk to me.
Cya

smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
May 29, 2016, 11:44:56 AM
 #269

Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin
chmod +x src/leveldb/build_detect_platform
cd src/leveldb && make libleveldb.a libmemenv.a

it's synching now - thanks


Hi all!

So, it's too much errors in source code. I fixed part of the errors and push source code to github  — https://github.com/TheRCG/PSP

Changes:
- fix makefiles
- fix libleveldb.a creating
- fix boostlibs use
- fix miniupnpc use (define -DMINIUPNP_STATICLIB)
- fix daemon build problem (may be this help to pools)
- make two .pro versions for different OS
 → PosPro-Qt-Win.pro for Windows
 → PosPro-Qt-Linux.pro for Unix
- add checkpoint
- change some conflicting info in .cpp files
- cosmetic changes.

Use this source code if you want.
I would be grateful for information about errors and how to resolve them!

PS nothing about QR-code  Angry

zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
 } /* namespace libzerocoin */
 ^
compilation terminated.
make: *** [obj/zerocoin/Accumulator.o] Error 1


cd in your /path/to/PSP-master/src and type
Code:
mkdir obj/zerocoin

then try again.
Matory
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250


View Profile
May 29, 2016, 11:57:46 AM
 #270

Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin ← fix in source code
chmod +x src/leveldb/build_detect_platform ← not need!
cd src/leveldb && make libleveldb.a libmemenv.a ← not need, libleveldb.a builded correctly.

it's synching now - thanks


You build posprod or Qt wallet?
smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
May 29, 2016, 12:11:31 PM
 #271

posprod for pool


Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin ← fix in source code
chmod +x src/leveldb/build_detect_platform ← not need!
cd src/leveldb && make libleveldb.a libmemenv.a ← not need, libleveldb.a builded correctly.

it's synching now - thanks


You build posprod or Qt wallet?
Matory
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250


View Profile
May 29, 2016, 12:15:11 PM
 #272

type
Code:
strip posprod
after build and use for happiness!

posprod for pool


Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin ← fix in source code
chmod +x src/leveldb/build_detect_platform ← not need!
cd src/leveldb && make libleveldb.a libmemenv.a ← not need, libleveldb.a builded correctly.

it's synching now - thanks


You build posprod or Qt wallet?
smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
May 29, 2016, 12:16:15 PM
 #273

yes - I already did that - I do that with all my wallets.


type
Code:
strip posprod
after build and use for happiness!

posprod for pool


Thaks - I fixed it with this:

mkdir -p src/obj/zerocoin ← fix in source code
chmod +x src/leveldb/build_detect_platform ← not need!
cd src/leveldb && make libleveldb.a libmemenv.a ← not need, libleveldb.a builded correctly.

it's synching now - thanks


You build posprod or Qt wallet?

Charloz24
Hero Member
*****
Offline Offline

Activity: 966
Merit: 501



View Profile
May 29, 2016, 12:39:24 PM
 #274


thanks for as quick as u listed man. every exchanges doing like this in coming days

This type of exchanges can't survive PSP.  These are worthless exchanges with No Trade quantities.

We need bigger exchanges soon.


I remember In 2014 when I was trading that Poloniex was a little exchange with little volume... look at them now. I used empirex.ch to buy some ESP and everything was smooth.
iSimantri
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Follow me @AlitFX


View Profile
May 29, 2016, 12:46:37 PM
 #275

11 sat buy order and 1k sat sell order at empirex  Smiley


Pig Farm Investment
Detail here : https://bitcointalk.org/index.php?topic=1441952.0
Low profit and long term project.
smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
May 29, 2016, 01:21:16 PM
 #276

11 sat buy order and 1k sat sell order at empirex  Smiley



11 sat buy order is pathetic - 1000 sat is not realistic either. It should be about 500 to 700 sat.
davide72
Legendary
*
Offline Offline

Activity: 2226
Merit: 1014


View Profile
May 29, 2016, 03:38:14 PM
Last edit: May 29, 2016, 04:54:44 PM by davide72
 #277

11 sat buy order and 1k sat sell order at empirex  Smiley



11 sat buy order is pathetic - 1000 sat is not realistic either. It should be about 500 to 700 sat.
it will come we just have to be patience, empirex it is only first step to have at list one exchange! Time and love and all good thing will come!
AbsoluteT
Sr. Member
****
Offline Offline

Activity: 512
Merit: 250


View Profile
May 29, 2016, 04:28:58 PM
 #278

I cant even make an account at empirex
Charloz24
Hero Member
*****
Offline Offline

Activity: 966
Merit: 501



View Profile
May 29, 2016, 07:01:54 PM
 #279

I cant even make an account at empirex

Which internet browser are you using? I wasn't able wich firefox, but worked with google chrome..
Frobisher
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
May 29, 2016, 07:30:42 PM
 #280

I cant even make an account at empirex

Which internet browser are you using? I wasn't able wich firefox, but worked with google chrome..

weird. it didn't work for me in chrome, but it did in microsoft edge.  Huh

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯     Get Your FREE Coins NOW!        ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                        ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!