Bitcoin Forum
May 06, 2024, 03:53:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 »
  Print  
Author Topic: [VAL] Validity - Decentralized Identities, Custom Assets, Elections, and More!  (Read 579106 times)
blaster3ski
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
December 06, 2018, 06:43:30 AM
 #3301

This sounds big, Partners Huh??,  Sounds like this could be marketed and used in many different applications.
This will certainly bring some attention Radium's way.  Would this happen before or after the code swap.
DA ----  maybe at the same time.   
1715010834
Hero Member
*
Offline Offline

Posts: 1715010834

View Profile Personal Message (Offline)

Ignore
1715010834
Reply with quote  #2

1715010834
Report to moderator
1715010834
Hero Member
*
Offline Offline

Posts: 1715010834

View Profile Personal Message (Offline)

Ignore
1715010834
Reply with quote  #2

1715010834
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715010834
Hero Member
*
Offline Offline

Posts: 1715010834

View Profile Personal Message (Offline)

Ignore
1715010834
Reply with quote  #2

1715010834
Report to moderator
1715010834
Hero Member
*
Offline Offline

Posts: 1715010834

View Profile Personal Message (Offline)

Ignore
1715010834
Reply with quote  #2

1715010834
Report to moderator
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 06, 2018, 03:44:14 PM
 #3302

The Stratis codebase swap is independent from the ZeroClient as the ZC is entirely web driven, whereas the codebase swap would be applicable to the locally installed/running clients.

The ZC is the current priority. However, if any devs lurking here would like to assist, we'd be happy to offload the Stratis Codebase swap in a parallel dev channel...terms can be discussed of course. Cheesy

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 06, 2018, 03:46:34 PM
 #3303

Very cool! So I am curious. I extracted the RAR and its just a "radium-qt" file without an extension. Do you have to execute via terminal? I don't own a Raspberry Pi but am interested in learning how this works exactly. Thanks!

If you have another operating system and not all dependencies, then the wallet file will not start.
I did not make a demon purse, but a graphical shell.
Do everything according to this instruction.

Instructions for launching a purse at the Raspberry Pi 3.

Configuring Raspberry Pi 3
What do we need:
- Raspberry itself with power cable;
- SD card and computer with card reader;
- USB keyboard and mouse;
- HDMI cable;
- monitor with HDMI input.

1. Download from here: http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip.torrent
2. Insert the SD card into the card reader. To save the system to a card, use Win32 Disk Imager.
Download link - https://sourceforge.net/projects/win32diskimager/
3. Select the unpacked image, then the flash drive, then click "Write" and wait.

4. After completing the recording process, you can insert the card into Raspberry.
5. Connect the monitor, mouse, keyboard and power.

Login: pi
Password: raspberry

Remember them, you will have to enter often. You can change the password in Settings - Raspberry Pi Configuration.

Here it is better to disable Splash Screen splash screen.
6. Connect the Internet, wi-fi or wired. Here everything is simple, as in Windows.

7. After the appearance of the Internet, you can set the desired locale and time zone in Raspberry Pi Configuration.

8. Start the terminal

9. Updated:
sudo apt-get update
sudo apt-get dist-upgrade

10. We put the remote access:
sudo apt-get install tightvncserver
sudo apt-get install xrdp

11. Increase SWAP:
sudo nano /etc/dphys-swapfile
Change the value of CONF_SWAPSIZE = 100 to 1000. To save the file, press Ctrl + X followed by Y then Enter.

12. Connect SWAP:
sudo dphys-swapfile setup
sudo dphys-swapfile swapon

13. Now you can disconnect the mouse, keyboard, monitor and connect from a regular computer. Run in Windows Start - All Programs - Standard - "Remote Desktop Connection" or Start - Run - mstsc
Enter the IP address of Raspberry, click Connect and enter login and password (pi raspberry).

Now you can start installing the purse RadiumCoin.
1. Start the terminal.
2. Set the dependencies:

sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb4.8 ++ - dev

3. And this:
1: sudo apt-get install autoconf libtool libssl-dev libboost-all-dev libminiupnpc-dev -y
2: mkdir ~/bin
cd ~/bin
3: wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx
make -j4
sudo make install

4. And this:
sudo apt-get install libdb5.3++-dev libdb++-dev libdb5.3-dev libdb-dev && ldconfig

5. To enable port forwarding, install UPnP:
sudo apt-get install miniupnpc

This is still a very informative post for those interested. Thanks again, Andrey!

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 06, 2018, 10:13:45 PM
 #3304

Radium is proud to announce that our listing on the decentralized exchange @bisq_network has gone live! Check them out here:

https://bisq.network

Also, unrelated, updating our Roadmap and Whitepaper, stay tuned!

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 07, 2018, 04:08:29 PM
 #3305

We've published the latest revision to the RadiumCore whitepaper. Visit our website to check it out!

https://radiumcore.org

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #enterprise #data #mobile #ipfs #ZERO #custom #assets

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 07, 2018, 08:09:22 PM
 #3306

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
ProjectRadon (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10

Bringing Advanced Utility to the Blockchain


View Profile WWW
December 07, 2018, 08:16:35 PM
 #3307

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs

OP Updated with New Infographics. Smiley


◆◇◆  Validity  ◆  ADVANCED BLOCKCHAIN UTILITY  ◆◇◆
◇◆◇  Validity is Purely for the Community, by the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | CREX24 | UpBit  ◆
allfriends88
Full Member
***
Offline Offline

Activity: 560
Merit: 100


View Profile
December 07, 2018, 08:31:07 PM
 #3308

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs
I love when a project takes part actively in the giving of information updates to the community without having to be asked. This would be a good thing for the project, I will be here aware of any information provided.
Maximatorr
Member
**
Offline Offline

Activity: 102
Merit: 10

Max | Validity Tech


View Profile
December 07, 2018, 08:53:55 PM
Last edit: December 08, 2018, 06:27:27 AM by Maximatorr
 #3309

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs
I love when a project takes part actively in the giving of information updates to the community without having to be asked. This would be a good thing for the project, I will be here aware of any information provided.

Yep and as you can see we are trying to provide updates here on a weekly basis.
And even more you can ask any question related to project in our Telegram https://t.me/RadiumOfficial in a form of live chat with a project team.  

◆◇◆  VALIDITY TECH  ◆  SECURE. VALIDATED. IMMUTABLE IDENTITIES  ◆◇◆
◇◆◇  VALIDITY is purely For the Community, By the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | UPBIT | CREX24 |SOUTHxCHANGE  ◆
skidog
Legendary
*
Offline Offline

Activity: 1393
Merit: 1001


View Profile
December 08, 2018, 04:33:44 AM
 #3310

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs
We are alive and kicking. Snowball is starting to move downhill. Keep up the great work and constant updates. I will tell more friends.
Maximatorr
Member
**
Offline Offline

Activity: 102
Merit: 10

Max | Validity Tech


View Profile
December 08, 2018, 07:33:54 PM
 #3311

Radium is growing, evolving, advancing. We've updated our roadmap to show you where we are and where we're headed. Have a look here!

https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #data #mobile #ipfs
We are alive and kicking. Snowball is starting to move downhill. Keep up the great work and constant updates. I will tell more friends.

Yeah there is a defo revival last days on an increasing volume, so it's good sign

◆◇◆  VALIDITY TECH  ◆  SECURE. VALIDATED. IMMUTABLE IDENTITIES  ◆◇◆
◇◆◇  VALIDITY is purely For the Community, By the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | UPBIT | CREX24 |SOUTHxCHANGE  ◆
blaster3ski
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
December 09, 2018, 07:08:29 PM
 #3312

Seems things are going to change quite soon as per the quote " By the end of 2018, Radium will deliver a number of our core product offerings " . 

Great job by our Radium team to keep everyone in the loop. I'm Excited about the rewards all this hard work is going to bring.
Maximatorr
Member
**
Offline Offline

Activity: 102
Merit: 10

Max | Validity Tech


View Profile
December 10, 2018, 07:18:58 PM
Last edit: December 11, 2018, 08:04:57 AM by Maximatorr
 #3313

Seems things are going to change quite soon as per the quote " By the end of 2018, Radium will deliver a number of our core product offerings " .

Great job by our Radium team to keep everyone in the loop. I'm Excited about the rewards all this hard work is going to bring.

Yep, as of today, Phase 2 is nearly complete.

"Zero Client User Experience — The Zero Client (ZC) User Experience (UX) is designed to facilitate accessibility to the SmartChain utility using a purely web-based interface. The web interface does not require any installation, or downtime for syncing. All Radium SmartChain functionality is available for use within the ZC and eliminates the need for an end-user to acquire Radium (RADS) in order to utilize the SmartChain.

In fact, now that the alpha is up and running and the model has proven itself, not only have we built this web based interface, but we have laid the foundational framework for a universally accessible platform across ALL operating systems. And with some simple engineering, the ZC can be packaged into a mobile app with ease for even greater accessibility."

More details about progress in last blog post - https://blog.radiumcore.org/radium-2-0-development-expansion-roadmap-updated-dec-2018-46e89b5419b4

◆◇◆  VALIDITY TECH  ◆  SECURE. VALIDATED. IMMUTABLE IDENTITIES  ◆◇◆
◇◆◇  VALIDITY is purely For the Community, By the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | UPBIT | CREX24 |SOUTHxCHANGE  ◆
Maximatorr
Member
**
Offline Offline

Activity: 102
Merit: 10

Max | Validity Tech


View Profile
December 11, 2018, 07:55:46 AM
Last edit: January 14, 2020, 07:06:02 PM by Maximatorr
Merited by xwebnetwork (1)
 #3314

For the community, by the community. We received several requests to list Radium here and so it was. Happy to be working with @ListPos ! $RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #identity #voting #elections #ipfs #POS



https://twitter.com/RadiumCore/status/1072231377410629638

check it on https://www.poslist.org

◆◇◆  VALIDITY TECH  ◆  SECURE. VALIDATED. IMMUTABLE IDENTITIES  ◆◇◆
◇◆◇  VALIDITY is purely For the Community, By the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | UPBIT | CREX24 |SOUTHxCHANGE  ◆
skidog
Legendary
*
Offline Offline

Activity: 1393
Merit: 1001


View Profile
December 12, 2018, 03:23:41 PM
 #3315

 Love all the updates.
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 12, 2018, 03:43:20 PM
 #3316

One more for ya. We've just secured our partnership to integrate direct funding mechanisms into the ZeroClient. Exciting stuff! Cannot wait to show you guys Smiley

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
Maximatorr
Member
**
Offline Offline

Activity: 102
Merit: 10

Max | Validity Tech


View Profile
December 12, 2018, 04:33:00 PM
Last edit: December 14, 2018, 11:00:59 AM by Maximatorr
 #3317

One more for ya. We've just secured our partnership to integrate direct funding mechanisms into the ZeroClient. Exciting stuff! Cannot wait to show you guys Smiley

Sounds promising! I really like the idea of integration any exchange service right inside the wallet service, in terms of ZC it looks even more convenient

◆◇◆  VALIDITY TECH  ◆  SECURE. VALIDATED. IMMUTABLE IDENTITIES  ◆◇◆
◇◆◇  VALIDITY is purely For the Community, By the Community  ◇◆◇
◆  WEBSITE | NEWS | FORUM | TWITTER | TELEGRAM | DISCORD  ◆◇◆  BITTREX | UPBIT | CREX24 |SOUTHxCHANGE  ◆
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 13, 2018, 04:39:39 PM
 #3318

Saturn Network exchange has enabled FREE automated token self listing across Ethereum & Ethereum Classic. Any ERC20 or ERC223 token can now list on our platform and provide their community with a decentralized peer-to-peer exchange, where users can trade safely and securely without ever giving up control of their funds! Trading happens in one transaction wallet to wallet, your users just need a dApp browser like MetaMask, Saturn Wallet, Cipher or Trust Wallet.

Saturn Network is the first and only decentralized exchange that is able to operate on two blockchains simultaneously! We currently have over 126 tokens being actively traded. All paid trading fees are reimbursed with SATURN tokens and all our exchange's profits are distributed among our token holders, so you never lose out trading on Saturn!

We would love to see RADS token trading on our platform!

Just follow this guide to set yourself up, remember it is free to list & we never delist any project:

https://forum.saturn.network/t/saturn-protocol-token-self-listing-guide/2005

If you need any help at all feel free to reach out via our forum or just hop in our telegram group chat!

Happy trading!

RADS is not an ERC20 or ERC223 token. We operate on our own blockchain.

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
LuxuryLedger
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
December 13, 2018, 04:40:50 PM
 #3319

The project looks promising.
When is it expected to enter the phase 4 mentioned in Roadmap?
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
December 14, 2018, 08:56:12 PM
 #3320

We've been working closely with the law firm over the last several months. Its just a matter of integrating into production. Have to be very careful, especially dealing with a company of that size. There's so much data!

On a side note:

We're exploring Cloudflare IPFS, Blockchain Hyper Availability, and an updated code base. So much exciting technology out there--its truly fascinating. Never stop building! Forward, always!

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 »
  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!