Bitcoin Forum
May 06, 2024, 12:52:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN][XPS] Payshares - Simplifying Money for Everyone  (Read 5499 times)
tolikkk
Hero Member
*****
Offline Offline

Activity: 952
Merit: 1000


www.pumpmycoin.com


View Profile WWW
June 11, 2015, 08:31:43 PM
 #21

what get usual user ?
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714956756
Hero Member
*
Offline Offline

Posts: 1714956756

View Profile Personal Message (Offline)

Ignore
1714956756
Reply with quote  #2

1714956756
Report to moderator
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
October 04, 2015, 02:45:35 AM
Last edit: March 09, 2018, 04:51:02 AM by kedia
 #22


The Official Payshares Wiki is available at https://github.com/Payshares/wiki and contains the latest build instructions for the platform.  The top level validator is now located at one.vld.payshares.org and is present for public use.
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
March 09, 2018, 05:22:58 AM
Last edit: November 26, 2020, 09:31:48 AM by kedia
 #23

Paysharesd 0.28.0 K has been released. The commit can be found on GitHub at: https://github.com/payshares/paysharesd/commit/addbc68a7ca6d11f6b6891fdae37198a6d78b11f

Prior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:

commit addbc68a7ca6d11f6b6891fdae37198a6d78b11f
Author: Kedia <owner@kedia.co>
Date:   Fri Mar 9 00:05:03 2018 -0500

This is the Latest Stable Release focused on Foundation Platforms.  Short term support is being provided for Ubuntu 14.04 while interim support is being shifted to Ubuntu 16.04 scheduled for the summer of 2018.

kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
March 09, 2018, 06:57:56 AM
 #24

Payshares-lib 0.10.3 K has been released. The commit can be found on GitHub at: https://github.com/Payshares/payshares-lib/commit/abda6b2e6a478494c1674a0fac93be164a56bd33

Prior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:

commit abda6b2e6a478494c1674a0fac93be164a56bd33
Author: Kedia <owner@kedia.co>
Date:   Fri Mar 9 01:25:14 2018 -0500

This is the Salted Beef Release focused on Foundation Platforms. Short term support is being provided for Ubuntu 14.04 while interim support is being shifted to Ubuntu 16.04 scheduled for the summer of 2018.

0.7.35
LastLedgerSequence is set by default on outgoing transactions. This refers to the last valid ledger index (AKA sequence) for a transaction. By default, this index is set to the current index (at submission time) plus 8. In theory, this allows ripple-lib to deterministically fail a transaction whose submission request timed out, but whose associated server continues to emit ledger_closed events.

Transactions that err with telINSUF_FEE_P will be automatically resubmitted. This error indicates that the Fee supplied in the transaction submission request was inadquate. Ideally, the Fee is tracked by ripple-lib in real-time, and the resubmitted transaction will most likely succeed.

Added Transaction.iff(function(callback) { }). Callback expects first argument to be an Error or null, second argument is a boolean which indicates whether or not to proceed with the transaction submission. If an iff function is specified, it will be executed prior to every submission of the transaction (including resubmissions).

Transactions will now emit presubmit and postsubmit events. They will be emitted before and after a transaction is submitted, respectively.

Added Transaction.summary(). Returns a summary of a transaction in semi-human-readable form. JSON-stringifiable.

Remote.requestAccountTx() with binary: true will automatically parse transactions.

Added Remote.requestAccountTx filter, map, and reduce.

  remote.requestAccountTx({
    account: 'retc',
    ledger_index_min: -1,
    ledger_index_max: -1,
    limit: 100,
    binary: true,

    filter: function(transaction) {
      return transaction.tx.TransactionType === 'Payment';
    },

    map: function(transaction) {
      return Number(transaction.tx.Amount);
    },

    reduce: function(a, b) {
      return a + b;
    },

    pluck: 'transactions'
  }, console.log)
Added persistence hooks.

General performance improvements, especially for long-running processes.
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
March 20, 2018, 07:48:21 PM
 #25

Payshares Data API Version 0.4.1 has been released!  The commit can be found on github at https://github.com/Payshares/payshares-data-api/commit/4166a48293a6001fa8392fbe30fb3fc53bf906d3

Prior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:

commit 4166a48293a6001fa8392fbe30fb3fc53bf906d3
Author: Kedia <owner@kedia.co>
Date:   Tue Mar 20 15:10:55 2018 -0400

This is the Chai Tea Release and the first public distribution of the API.  The API functions across multiple platforms, however, support is initially being provided for Ubuntu.  Although not a pre-release, this outcome is not considered production ready.

Changes from the 0.0.1 Commit:
=====================
* Converted to unit code XPS
* Added correct dependencies
* Initialized Security Review Procedures
* Completed Tests for Paysharesd
* Set Ledger Start Time
* Cleaned up Documentation
* Output set to stdout
* Removed dead links
* Updated to latest Payshares-lib
* Fixed secure websocket
* Globally attach to Redis
* Enabled waiting for validated ledgers
* Started ledger hash validation
* Setup weekly historical data
* Put on new metrics data

Assistance
------------

For assistance, please contact support@kedia.co

More information
-------------------

For more information or assistance, the following resources will be of use:
Payshares Website
Payshares Twitter
Payshares Facebook

Notes
-------
Payshares API Live Ledger Import:
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
March 20, 2018, 08:42:44 PM
 #26

Payshares Client Version 0.12.1 has been released!  The commit can be found on github at https://github.com/Payshares/payshares-client/commit/f97d1fed9237f7f4194be33323a6781d22715f10

Prior to building, please confirm you have the correct source tree with the git log command. The first log entry should be the change setting the version:

commit f97d1fed9237f7f4194be33323a6781d22715f10
Author: Kedia <owner@kedia.co>
Date:   Tue Mar 20 16:10:12 2018 -0400


This is the Frost Cove Release and the first public distribution of the client.  The Client functions across multiple platforms, however, support is initially being provided for Ubuntu.  Although not a pre-release, this outcome is not considered production ready.

Improvements
=====================
* Updated js for live and test networks
* Added correct dependencies
* Completed XPS Conversion
* Improved Readme
* Added favicon
* Activated reCaptcha
* Passed subscribe option to email
* Updated to correct Payshares-lib
* Enhanced tooltip delay
* Started Two Factor Recovery
* Changed Minimum Balance
* Added new tests
* Improved SSL Coverage for websockets
* Separate API implementation

Assistance
------------

For assistance, please contact support@kedia.co

More information
-------------------

For more information or assistance, the following resources will be of use:
Payshares Website
Payshares Twitter
Payshares Facebook

Notes
-------

https://launch.payshares.org is ahead of the latest branch:
junforever
Full Member
***
Offline Offline

Activity: 434
Merit: 100



View Profile
March 20, 2018, 08:43:45 PM
 #27

Reserved spanish translation for ANN+Bounty (if you have it) . Please confirm if you need it with a pm thanks. These are my previous works:
https://docs.google.com/spreadsheets/d/17GVSXk2YKqn5fCOnmW3DIynjKYhNq6g_jNMCeCEwvkI/edit?usp=sharing
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
March 21, 2018, 08:54:37 PM
 #28

Distribution Goals posted to https://payshares.org
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
November 14, 2020, 12:51:20 PM
Last edit: November 26, 2020, 09:32:17 AM by kedia
 #29

Payshares for Windows is now available at Github: https://github.com/Payshares/paysharesd/releases/download/0.28.0-k/paysharesd.exe

With publication of this executable, five validators are being brought online with possible long term availability.  The master validator remains at one.vld.payshares.org.  Our secondary payshares.org validator is in a snapshot state to preserve integrity of the Payshares blockchain while recently discovered issues are resolved.  This release is experimental with bounties for issue resolution ranging from 10,000 to 1,000,000 XPS.  It is expected that unknown events related to paysharesd on Windows may occur.  Post any discovered issues to https://github.com/Payshares/paysharesd/issues and solve the issue to receive an XPS Bounty.

RocksDB is currently not an option for storage on Windows.  As such, daemon configuration and performance are different than linux flavors.   In particular, users will notice that synching the Payshares Blockchain takes longer than usual to synchronize as SQLite is being used.  Here is a sample paysharesd.cfg for Windows:

Code:
# Allow other peers to connect to this server.
#

[network_quorum]
0

[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=Sqlite
path=ledger.db

[database_path]
C:/payshares/payshares/conf/db

# This needs to be an absolute directory reference, not a relative one.
# Modify this value as required.
[debug_logfile]
C:/payshares/conf/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]
one.vld.payshares.org 52011
two.vld.payshares.org 52011

[validators]
n3pYRu4G6iGZciPbSfD1WtK7XqZciLMTCzDCMufmaPUf49ta4z2 VLD1
nfp4HeeiLXt1NvJc7ZFYnUxCZFipwgNLAbZfMwpZhR6MdrvZbm1 VLD2

# Ditto.
[validation_quorum]
1

[consensus_threshold]
1

[ledger_history]
full

# 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

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!