Author

Topic: [SDC] ShadowCash | Welcome to the UMBRA - page 578. (Read 1289714 times)

sr. member
Activity: 462
Merit: 500
September 16, 2014, 07:59:38 PM
It is running pretty dam fast  Grin
sr. member
Activity: 476
Merit: 250
September 16, 2014, 06:54:45 PM
this lite wallet is so fast  Grin

with the new UI, it will be simply the best wallet  Cool

couldn't agree more
legendary
Activity: 868
Merit: 1006
September 16, 2014, 06:40:20 PM
this lite wallet is so fast  Grin

with the new UI, it will be simply the best wallet  Cool
full member
Activity: 238
Merit: 100
September 16, 2014, 05:13:42 PM



ShadowLite

Today we are releasing our brand new lite wallet (ShadowLite) functionality for desktop systems. This is a big update to the backend portion of the wallet and although this update is not mandatory, we do recommend that anyone running a 'full node' update to support the lite nodes that will be added to the network.

We've taken a completely different approach to wallet design based on the principles of the "Simplified Payment Verification" or “SPV” system outlined in section 8 of Satoshi’s Whitepaper (https://bitcoin.org/bitcoin.pdf). Instead of releasing a separate client, we’ve integrated optional lite functionality within the wallet. This allows for startup configuration to determine which mode you are running (thin or full).

The lite wallet functionality brings with it new options for wallet storage. For example, setting up a staking node on an isolated device such as a Raspberry Pi allows for better security, while still supporting the Shadow network.

ShadowLite mobile users have access to all existing functionality (including staking) with a reduced bandwidth, storage and memory footprint.


Instructions

Full mode: The new wallet is set to ‘full mode’ by default and as a result it requires no setup.

Lite mode: Enabling staking on thin mode uses a bit more data and storage, as it needs to verify transactions with full nodes. In addition, fetching information about previous blocks and the current state of the chain.

For those of you who wish to use the lite wallet, just add the following to your configuration file:

Code:
thinmode=1

Alternatively, you can startup with the -thinmode parameter.

To enable staking in thin mode, run with -thinstake. It is recommended to run -thinstake with -thinfullindex

Running with "-thinfullindex" will keep the entire filtered chain in memory, like full mode which increases memory usage and decreases database reads.

Or add the following to your configuration file:

Code:
thinstake=1
thinfullindex=1

Updated Shadow UI/UX

The new UI, which is based on HMTL5 technology, will be released later this week for both desktop and mobile (ShadowGo) with ShadowLite support. We wanted to get the bloom filters (which are required for proper working of the lite wallets) in place for the full nodes.

Stay tuned for more exciting updates this week!


Downloads:




"We've taken a completely different approach to wallet design based on the principles of the "Simplified Payment Verification" or “SPV” system outlined in section 8 of Satoshi’s Whitepaper (https://bitcoin.org/bitcoin.pdf)."

SPV from Satoshi's whitepaper.  V


sr. member
Activity: 476
Merit: 250
full member
Activity: 238
Merit: 100
September 16, 2014, 03:54:57 PM
WoW...SDC has Lite PoS.
hero member
Activity: 952
Merit: 515
September 16, 2014, 03:50:37 PM
Great stuff!
sr. member
Activity: 286
Merit: 250
September 16, 2014, 03:48:30 PM


ShadowLite

Today we are releasing our brand new lite wallet (ShadowLite) functionality for desktop systems. This is a big update to the backend portion of the wallet and although this update is not mandatory, we do recommend that anyone running a 'full node' update to support the lite nodes that will be added to the network.

We've taken a completely different approach to wallet design based on the principles of the "Simplified Payment Verification" or “SPV” system outlined in section 8 of Satoshi’s Whitepaper (https://bitcoin.org/bitcoin.pdf). Instead of releasing a separate client, we’ve integrated optional lite functionality within the wallet. This allows for startup configuration to determine which mode you are running (thin or full).

The lite wallet functionality brings with it new options for wallet storage. For example, setting up a staking node on an isolated device such as a Raspberry Pi allows for better security, while still supporting the Shadow network.

ShadowLite mobile users have access to all existing functionality (including staking) with a reduced bandwidth, storage and memory footprint.


Instructions

Full mode: The new wallet is set to ‘full mode’ by default and as a result it requires no setup.

Lite mode: Enabling staking on thin mode uses a bit more data and storage, as it needs to verify transactions with full nodes. In addition, fetching information about previous blocks and the current state of the chain.

For those of you who wish to use the lite wallet, just add the following to your configuration file:

Code:
thinmode=1

Alternatively, you can startup with the -thinmode parameter.

To enable staking in thin mode, run with -thinstake. It is recommended to run -thinstake with -thinfullindex

Running with "-thinfullindex" will keep the entire filtered chain in memory, like full mode which increases memory usage and decreases database reads.

Or add the following to your configuration file:

Code:
thinstake=1
thinfullindex=1

Updated Shadow UI/UX

The new UI, which is based on HMTL5 technology, will be released later this week for both desktop and mobile (ShadowGo) with ShadowLite support. We wanted to get the bloom filters (which are required for proper working of the lite wallets) in place for the full nodes.

Stay tuned for more exciting updates this week!


Downloads:




Great work! Can't wait for the new UI.
legendary
Activity: 1078
Merit: 1050
September 16, 2014, 03:30:20 PM
HOLY SHIT... RYNOMSTER is SATOSHI  Huh Huh Huh
lol you remind me of this comic

hero member
Activity: 700
Merit: 500
★ IT's Party Time! ★
September 16, 2014, 03:25:35 PM
HOLY SHIT... RYNOMSTER is SATOSHI  Huh Huh Huh
sr. member
Activity: 331
Merit: 250
sr. member
Activity: 350
Merit: 250
sr. member
Activity: 476
Merit: 250
September 16, 2014, 03:02:42 PM

Thanks a lot for the article!

And gratz Ryno on another milestone for SDC & PoS!
legendary
Activity: 1078
Merit: 1050
September 16, 2014, 02:48:13 PM
Wow its like Christmas in September another crypto milestone farout nice job
member
Activity: 90
Merit: 10
September 16, 2014, 02:46:38 PM
I dismissed SDC when in topped bittrex's charts, thinking it just another pump & dump... boy was I wrong! just got in with the few BTC I could spare, right on time.
hero member
Activity: 560
Merit: 500
September 16, 2014, 02:45:38 PM
Great work SDC team...its been worth the wait and a new crypto first!
sr. member
Activity: 414
Merit: 251
September 16, 2014, 02:41:33 PM


ShadowLite

Today we are releasing our brand new lite wallet (ShadowLite) functionality for desktop systems. This is a big update to the backend portion of the wallet and although this update is not mandatory, we do recommend that anyone running a 'full node' update to support the lite nodes that will be added to the network.

We've taken a completely different approach to wallet design based on the principles of the "Simplified Payment Verification" or “SPV” system outlined in section 8 of Satoshi’s Whitepaper (https://bitcoin.org/bitcoin.pdf). Instead of releasing a separate client, we’ve integrated optional lite functionality within the wallet. This allows for startup configuration to determine which mode you are running (thin or full).

The lite wallet functionality brings with it new options for wallet storage. For example, setting up a staking node on an isolated device such as a Raspberry Pi allows for better security, while still supporting the Shadow network.

ShadowLite mobile users have access to all existing functionality (including staking) with a reduced bandwidth, storage and memory footprint.


Instructions

Full mode: The new wallet is set to ‘full mode’ by default and as a result it requires no setup.

Thin mode: Enabling staking on thin mode uses a bit more data and storage, as it needs to verify transactions with full nodes. In addition, fetching information about previous blocks and the current state of the chain.

For those of you who wish to use the lite wallet, just add the following to your configuration file:

Code:
thinmode=1

Alternatively, you can startup with the -thinmode parameter.

To enable staking in thin mode, run with -thinstake. It is recommended to run -thinstake with -thinfullindex

Running with "-thinfullindex" will keep the entire filtered chain in memory, like full mode which increases memory usage and decreases database reads.

Or add the following to your configuration file:

Code:
thinstake=1
thinfullindex=1

Updated Shadow UI/UX

The new UI, which is based on HMTL5 technology, will be released later this week for both desktop and mobile (ShadowGo) with ShadowLite support. We wanted to get the bloom filters (which are required for proper working of the lite wallets) in place for the full nodes.

Stay tuned for more exciting updates this week!


Downloads:




Great news! Thank you for yet another pleasant surprise. You keep delivering great innovations
full member
Activity: 238
Merit: 100
September 16, 2014, 02:41:06 PM
They did it....holy shit that is a first ever in PoS. ^
full member
Activity: 129
Merit: 100
Leave nothing but a shadow.
September 16, 2014, 02:31:34 PM


ShadowLite

Today we are releasing our brand new lite wallet (ShadowLite) functionality for desktop systems. This is a big update to the backend portion of the wallet and although this update is not mandatory, we do recommend that anyone running a 'full node' update to support the lite nodes that will be added to the network.

We've taken a completely different approach to wallet design based on the principles of the "Simplified Payment Verification" or “SPV” system outlined in section 8 of Satoshi’s Whitepaper (https://bitcoin.org/bitcoin.pdf). Instead of releasing a separate client, we’ve integrated optional lite functionality within the wallet. This allows for startup configuration to determine which mode you are running (thin or full).

The lite wallet functionality brings with it new options for wallet storage. For example, setting up a staking node on an isolated device such as a Raspberry Pi allows for better security, while still supporting the Shadow network.

ShadowLite mobile users have access to all existing functionality (including staking) with a reduced bandwidth, storage and memory footprint.


Instructions

Full mode: The new wallet is set to ‘full mode’ by default and as a result it requires no setup.

Lite mode: Enabling staking on thin mode uses a bit more data and storage, as it needs to verify transactions with full nodes. In addition, fetching information about previous blocks and the current state of the chain.

For those of you who wish to use the lite wallet, just add the following to your configuration file:

Code:
thinmode=1

Alternatively, you can startup with the -thinmode parameter.

To enable staking in thin mode, run with -thinstake. It is recommended to run -thinstake with -thinfullindex

Running with "-thinfullindex" will keep the entire filtered chain in memory, like full mode which increases memory usage and decreases database reads.

Or add the following to your configuration file:

Code:
thinstake=1
thinfullindex=1

Updated Shadow UI/UX

The new UI, which is based on HMTL5 technology, will be released later this week for both desktop and mobile (ShadowGo) with ShadowLite support. We wanted to get the bloom filters (which are required for proper working of the lite wallets) in place for the full nodes.

Stay tuned for more exciting updates this week!


Downloads:


Jump to: