Bitcoin Forum
April 19, 2024, 09:22:52 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN][XPS] Payshares - Simplifying Money for Everyone  (Read 5491 times)
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
April 04, 2015, 08:53:17 AM
Last edit: November 26, 2020, 09:33:19 AM by kedia
 #1


Payshares is an open source protocol for exchange, payments, and remittance forged by Kedia.  Its base components include an open distributed ledger system and native currency payshare units known as XPS.  The Payshares Platform enhances the cryptocurrency industry with near instant extremely low cost transactions with great risk reduction for all participants.



Website :  https://payshares.org
Github : https://github.com/payshares
Payshares for Windows: https://github.com/Payshares/paysharesd/releases/download/0.28.0-k/paysharesd.exe
Documentation : https://github.com/payshares/docs
Wallet: https://launch.payshares.org
Initial Supply : 100,000,000,000 XPS at 1% inflation.

The Payshares Ledger holds all account information, transactions, and offers available on the network.  Participants on the network are able to reach consensus in average of one to five seconds.  Consensus allows for the network to operate in a distributed fashion.

Everyone is able to participate and contribute computational power to the network on standard hardware.  Standard Servers reduce storage requirements by maintaining a recent snapshot of the ledger.  Trusted Nodes such as those in operation by Kedia will maintain the full ledger.

Every feature currently available in its competitors is also currently available for Payshares.  Unique to Payshares is the expansion capabilities of its distributed exchange, opening up asset management opportunities previously only achievable by centralized financial systems.

Social Media
Telegram Channel
Telegram Group
Facebook
Twitter
Reddit


Payshares Genesis Ledger:
Code:
{
   "result" : {
      "ledger" : {
         "accepted" : true,
         "account_hash" : "CD61677B53191E1FDCA8861E68B11688B86260A5DE55429942FB79EE3D066BCF",
         "close_time" : 559688910,
         "close_time_human" : "2017-Sep-25 21:08:30",
         "close_time_resolution" : 30,
         "closed" : true,
         "fee_pool" : "0",
         "hash" : "F5524981DB75D730771449FAEF7ED46F621193638F96B2DDAFF456B7925EE46A",
         "inflate_seq" : "1",
         "ledger_hash" : "F5524981DB75D730771449FAEF7ED46F621193638F96B2DDAFF456B7925EE46A",
         "ledger_index" : "1",
         "parent_hash" : "0000000000000000000000000000000000000000000000000000000000000000",
         "seqNum" : "1",
         "totalCoins" : "100000000000000000",
         "total_coins" : "100000000000000000",
         "transaction_hash" : "0000000000000000000000000000000000000000000000000000000000000000"
      },
      "status" : "success"
   }
}
1713561772
Hero Member
*
Offline Offline

Posts: 1713561772

View Profile Personal Message (Offline)

Ignore
1713561772
Reply with quote  #2

1713561772
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713561772
Hero Member
*
Offline Offline

Posts: 1713561772

View Profile Personal Message (Offline)

Ignore
1713561772
Reply with quote  #2

1713561772
Report to moderator
1713561772
Hero Member
*
Offline Offline

Posts: 1713561772

View Profile Personal Message (Offline)

Ignore
1713561772
Reply with quote  #2

1713561772
Report to moderator
helmy77
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
April 04, 2015, 09:14:39 AM
 #2

web is not available LOL
iqlimasyadiqa
Legendary
*
Offline Offline

Activity: 1596
Merit: 1011



View Profile
April 04, 2015, 09:36:31 AM
 #3

seems like czarparty  Grin
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
April 27, 2015, 10:33:39 PM
Last edit: November 26, 2020, 09:31:24 AM by kedia
 #4


Development Update:

Payshares is now forging consensus and the initial reference implementation of XPR is available at https://github.com/payshares/paysharesd

Support is being provided for Ubuntu 14.04 LTS 64-bit.  It is recommended to have at least 2 GB RAM, a quad core processor, and adequate disk space.  Installation of paysharesd on Ubuntu 14.04 is relatively straightforward with administrator privileges:


Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git autoconf autogen automake build-essential software-properties-common libboost-all-dev libcurl4-openssl-dev libdb-dev libdb++-dev libgmp3-dev libminiupnpc-dev libmpfr-dev libssl-dev libcurl4-openssl-dev libjansson-dev pax-utils
sudo apt-get install git scons ctags pkg-config protobuf-compiler libprotobuf-dev libssl-dev python-software-properties libboost1.55-all-dev g++ make
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
sudo update-alternatives --config gcc
wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz
tar xzf LATEST.tar.gz
cd libsodium-*/
./configure
make && make check && sudo make install
cd ..
git clone https://github.com/payshares/paysharesd.git
cd paysharesd/
scons

After compilation, paysharesd will be available within the 'build' directory.  paysharesd.cfg should be placed in the ~/.config/payshares directory.  Create the following directories:

Code:
(if not exists):
mkdir ~/.config

mkdir ~/.config/payshares
mkdir ~/.config/payshares/db

The published documentation will be updated to reflect the initial validating node as referenced in the following example paysharesd.cfg:

Code:
# Allow other peers to connect to this server.
#
[peer_ip]
0.0.0.0

[peer_port]
52011

# Allow untrusted clients to connect to this server.
#
[websocket_public_ip]
0.0.0.0

[websocket_public_port]
5016

# Provide trusted websocket ADMIN access to the localhost.
#
[websocket_ip]
127.0.0.1

[websocket_port]
6016

# Provide trusted json-rpc ADMIN access to the localhost.
#
[rpc_ip]
127.0.0.1

[rpc_port]
5015

[rpc_allow_remote]
0

[node_size]
medium

# This is primary persistent datastore for paysharesd.  This includes transaction
# metadata, account states, and ledger headers.  
[node_db]
type=RocksDB
path=<userpath>/.config/payshares/db/rocksdb
open_files=2000
filter_bits=12
cache_mb=256
file_size_mb=8
file_size_mult=2

[database_path]
<userpath>/.config/payshares/db

# This needs to be an absolute directory reference, not a relative one.
# Modify this value as required.
[debug_logfile]
<userpath>/.config/payshares/debug.log

[sntp_servers]
time.windows.com
time.apple.com
time.nist.gov
pool.ntp.org

# Where to find some other servers speaking the Payshares protocol.
#
[ips]
validator.payshares.co 52011

[validators]
naLkDUxjwnGDfwgRW82MtzzctajnJq8YKsdmMXRTus8FRvZ3ABr VLD0

# Ditto.
[validation_quorum]
1

[consensus_threshold]
1

# Turn down default logging to save disk space in the long run.
# Valid values here are trace, debug, info, warning, error, and fatal
[rpc_startup]
{ "command": "log_level", "severity": "warning" }

# Configure SSL for WebSockets.  Not enabled by default because not everybody
# has an SSL cert on their server, but if you uncomment the following lines and
# set the path to the SSL certificate and private key the WebSockets protocol
# will be protected by SSL/TLS.
#[websocket_secure]
#1

#[websocket_ssl_cert]
#/etc/ssl/certs/server.crt

#[websocket_ssl_key]
#/etc/ssl/private/server.key

# Defaults to 0 ("no") so that you can use self-signed SSL certificates for
# development, or internally.
#[ssl_verify]
#0


MRKLYE
Legendary
*
Offline Offline

Activity: 1358
Merit: 1003


Designer - Developer


View Profile WWW
April 27, 2015, 11:32:48 PM
 #5

My question:

Is this some sort of premined piece of shit coin like ripple?

Not much for info on this launch and it smells pretty rippley.. that isn't a good thing.

*edit: Total coins: 99999999999999000...  Only a fucking FOOL would get involved with a project with a ridiculous amount such as this.


▄▄███████████▄▄
▄████▀▀`````````▀▀████▄
███▀```````````````````▀███
███`````````````````````````███
██```````````██``██````````````██
██````````▄▄▄▄██▄▄██▄▄▄▄`````````██
██`````````▀██████████████▄````````██
██`````````````███`````▀████`````````██
▐█▌`````````````███`````▄███▀`````````▐█▌
▐█▌`````````````███████████▄``````````▐█▌
▐█▌`````````````███▀▀▀▀▀▀████▄````````▐█▌
▐█▌`````````````███```````████````````▐█▌
██`````````````███`````▄▄████````````██
██`````````▄██████████████▀````````██
██````````▀▀▀▀██▀▀██▀▀▀▀`````````██
██```````````██``██````````````██
███`````````````````````````███
███▄```````````````````▄███
▀████▄▄`````````▄▄████▀
▀▀███████████▀▀
FREE
BITCOINS.com





















`````````▄
````````▄█▄
``````▄█████▄
`````█████████
```▄███████████▄
``███████████████
`█████████████████
███████████████████
███████████████████
██▌▀███████████████
`██``▀████████████
``██▄```▀████████
```▀███▄▄`█████▀
``````▀▀▀▀▀▀▀

FAUCET
▀▀▀▀▀▀▀▀▀



``````````````````▄▄▄▄▄▄
``````````````````██████
``````````````````██████
``````````````````██████
``````````██████``██████
``````````██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████

██████████████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

XCHANGE
▀▀▀▀▀▀▀▀▀



```````````▄
`````````▄██
```````▄████
`````▄██████████▄
`````▀███████████▄
```````▀████``▀████
█``````▄`▀██````▀██
██▄````██▄`▀``````█
████▄``████▄
`▀███████████▄
``▀██████████▀
```````████▀
```````██▀
```````▀

SWAP
▀▀▀▀▀▀▀▀▀
MRKLYE
Legendary
*
Offline Offline

Activity: 1358
Merit: 1003


Designer - Developer


View Profile WWW
April 28, 2015, 03:08:49 AM
 #6

My question:

...


The supply isn't mineable and reads as 99,999,999,999.999000 XPR at 1% inflation.  100 Billion Units is hardly ridiculous and participants may obtain units through participation on Twitter and Facebook.


Maybe I'm being critical. I just don't see any innovation or reason for this coin to exist though. :/


▄▄███████████▄▄
▄████▀▀`````````▀▀████▄
███▀```````````````````▀███
███`````````````````````````███
██```````````██``██````````````██
██````````▄▄▄▄██▄▄██▄▄▄▄`````````██
██`````````▀██████████████▄````````██
██`````````````███`````▀████`````````██
▐█▌`````````````███`````▄███▀`````````▐█▌
▐█▌`````````````███████████▄``````````▐█▌
▐█▌`````````````███▀▀▀▀▀▀████▄````````▐█▌
▐█▌`````````````███```````████````````▐█▌
██`````````````███`````▄▄████````````██
██`````````▄██████████████▀````````██
██````````▀▀▀▀██▀▀██▀▀▀▀`````````██
██```````````██``██````````````██
███`````````````````````````███
███▄```````````````````▄███
▀████▄▄`````````▄▄████▀
▀▀███████████▀▀
FREE
BITCOINS.com





















`````````▄
````````▄█▄
``````▄█████▄
`````█████████
```▄███████████▄
``███████████████
`█████████████████
███████████████████
███████████████████
██▌▀███████████████
`██``▀████████████
``██▄```▀████████
```▀███▄▄`█████▀
``````▀▀▀▀▀▀▀

FAUCET
▀▀▀▀▀▀▀▀▀



``````````````````▄▄▄▄▄▄
``````````````````██████
``````````````````██████
``````````````````██████
``````````██████``██████
``````````██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████
``██████``██████``██████

██████████████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

XCHANGE
▀▀▀▀▀▀▀▀▀



```````````▄
`````````▄██
```````▄████
`````▄██████████▄
`````▀███████████▄
```````▀████``▀████
█``````▄`▀██````▀██
██▄````██▄`▀``````█
████▄``████▄
`▀███████████▄
``▀██████████▀
```````████▀
```````██▀
```````▀

SWAP
▀▀▀▀▀▀▀▀▀
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
April 28, 2015, 05:12:46 PM
 #7


One Step Closer


BITCOINERSEJATI
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 29, 2015, 11:53:24 PM
 #8


One Step Closer




are this stellar clone Huh
well well well
this coin will be share like stellar give away? true or wrong Smiley

Bank_sy
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
April 30, 2015, 02:09:19 AM
 #9

Why this and not ripple? or stellar?
Waste of time i think
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
May 05, 2015, 11:36:17 PM
 #10


One Step Closer




are this stellar clone Huh
well well well
this coin will be share like stellar give away? true or wrong Smiley


Of course there are fair distribution plans for the Payshares Platform  Grin
lin0sspice
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


View Profile
May 05, 2015, 11:56:35 PM
 #11

Look good Smiley
Never saw ripple clone before.

Let see....

Website
Whitepaper
Discord
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
VELOX PROJECT
The Future of Anonymous Trading
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
Latest News
Twitter
Telegram
[/tab
ltcrstrbrt
Legendary
*
Offline Offline

Activity: 1568
Merit: 1057



View Profile
May 11, 2015, 05:48:35 PM
 #12

Any updates?
luckykitty
Sr. Member
****
Offline Offline

Activity: 533
Merit: 251


View Profile
May 13, 2015, 06:23:48 AM
 #13

So how to be distributed?
polesdav
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 13, 2015, 07:50:53 AM
 #14

exchange is offline..

https://treefunder.co/

and market page does not exist

https://treefunder.co/markets/xltbtc

 Undecided

██████████    YoBit.net - Cryptocurrency Exchange
█████████    <<  ● Trade Over 140 Cryptos  ● Multicoin Dice and Lottery  >>
██████████    <<  ● Secure Platform API Support  ● Intuitive Interface with Chat  >>
majeis
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
May 13, 2015, 03:14:51 PM
 #15

exchange is offline..

https://treefunder.co/

and market page does not exist

https://treefunder.co/markets/xltbtc

 Undecided

Would have been a little bit interesting seeing a snapshot ripple/stellar clone. Those always make everyone so upset.  Tongue


▄▄▄████████▄▄▄
▄██████████████████▄
▄██████████████████████▄
██████████████████████████
████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
▀██████████████████████▀
▀██████████████████▀
▀▀▀████████▀▀▀
   ███████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
██████████
███████
BTC  ◉PLAY  ◉XMR  ◉DOGE  ◉STRAT  ◉ETH  ◉GRC  ◉LTC  ◉DASH  ◉PPC
     ▄▄██████████████▄▄
  ▄██████████████████████▄        █████
▄██████████████████████████▄      █████
████ ▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄ ████     ▄██▀
████ █████ ██████ █████ ████    ▄██▀
████ █████ ██████ █████ ████    ██▀
████ █████ ██████ █████ ████    ██
████ ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀ ████ ▄██████▄
████████████████████████████ ████████
███████▀            ▀███████ ▀██████▀
█████▀                ▀█████
▀██████████████████████████▀
  ▀▀████████████████████▀▀ 
DICE           
BLACKJACK
PLINKO       
VIDEO POKER
ROULETTE     
LOTTO            
BITCOINERSEJATI
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 30, 2015, 05:56:00 AM
 #16

How should distribution of the Payshares Supply occur? embed
1. Perform a Giveaway
 3 votes (60%)
2. Host an ICO
 1 vote (20%)
3. Let developers retain it
 1 vote (20%)
5 total votes

Only 5 people vote on https://strawpoll.me/4354114/r

I am waiting for news are this coin will be launch or not,,,?

tolikkk
Hero Member
*****
Offline Offline

Activity: 952
Merit: 1000


www.pumpmycoin.com


View Profile WWW
June 08, 2015, 07:04:38 PM
 #17

any  news?
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
June 09, 2015, 07:30:25 AM
 #18

This seems to be a fork of Stellar which is a (back then already slightly stale) fork of Ripple. Any plans to update with more recent improvements from upstream rippled, as stellard is being rewritten significantly after all?

Also it is not unlikely that you are also vulnerable to some issues that Ripple recently fixed.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
June 09, 2015, 02:51:12 PM
 #19

Well, your config files are broken, so I can't verify if you are vulnerable as it is impossible to connect to your network - also you don't seem to actually do anything on that ledger (your total_coins number hasn't changed). Do you offer bug bounties?

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
BITCOINERSEJATI
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
June 11, 2015, 05:23:26 AM
 #20


The Payshares Team has issued its first Bounty:  https://payshares.co/blog/2015/06/11/design-bounty.html


That is so many Payshares are you joke 1m for design ?
what price your goal if Payshares listed on market ?


Pages: [1] 2 »  All
  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!