Pages:
Author

Topic: [RADS] Radium - Decentralized Identities, Custom Assets, Elections, and More! - page 41. (Read 579162 times)

hero member
Activity: 746
Merit: 500
Sorry to ask... is there a new wallet update we need to make ? I have V1.5.1

thanks
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
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 great Andrey123, thank you! I am going to review the instructions to ensure validity and then we can proceed from there! I'll be PM'ing you shortly. Smiley
member
Activity: 102
Merit: 10
Max | Validity Tech
Thanks for such detailed guid for Rasp Pi! But I can't find any instructions for installing radium-qt itself?
I mean I can't find any links and instructions for rads Source Code from https://github.com/RadiumCore/radium-0.11/releases to compile radium-qt

You did not understand.
I already made a purse!
You just need to start it radium-qt. This is a ready executable file.

The developers did not write to me, and most likely they are not interested in my work.... Sad
Otherwise, the purse file would be posted on the Github.

Yep, Andrey123, I got your point, you compiled source file by yourself and upload your executable file to Mega drive, but my idea for you - why you can't just share here the detailed instructions how to do it, so each who will be interested could do it manually by yourself, without need to download untrusted links.
Will this approach work for you?
sr. member
Activity: 1778
Merit: 305
Thanks for such detailed guid for Rasp Pi! But I can't find any instructions for installing radium-qt itself?
I mean I can't find any links and instructions for rads Source Code from https://github.com/RadiumCore/radium-0.11/releases to compile radium-qt

You did not understand.
I already made a purse!
You just need to start it radium-qt. This is a ready executable file.

The developers did not write to me, and most likely they are not interested in my work.... Sad
Otherwise, the purse file would be posted on the Github.
legendary
Activity: 1393
Merit: 1001
Looks good. Any thoughts about another exchange?


Yes, we have extensive plans for service expansion, including exchanges. At the current moment, we are still awaiting delivery of our legal memoradum. Our legal team is ensuring the final product is in compliance with all past and present developments in the legality surrounding crypto (which are constantly changing), hence the delay.
Thanks for replying... If we can get a few more exchanges, It would help investors confidence.
member
Activity: 102
Merit: 10
Max | Validity Tech
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.

Thanks for such detailed guid for Rasp Pi! But I can't find any instructions for installing radium-qt itself?
I mean I can't find any links and instructions for rads Source Code from https://github.com/RadiumCore/radium-0.11/releases to compile radium-qt
sr. member
Activity: 1778
Merit: 305
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
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
Looks good. Any thoughts about another exchange?


Yes, we have extensive plans for service expansion, including exchanges. At the current moment, we are still awaiting delivery of our legal memoradum. Our legal team is ensuring the final product is in compliance with all past and present developments in the legality surrounding crypto (which are constantly changing), hence the delay.
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
I made a coin purse for the mini-computer Rapsberry Pi 3.
Also would be glad to coins   Cheesy
XgGco1QrfcwcxhzKbWAK76pKnsVn9i82kG         

https://mega.nz/#!8nxFRZRB!zM_Ckc93H2sSQ0Iv_AJJttl-R0rlEsPX6LxBGxtBvko




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!
legendary
Activity: 1393
Merit: 1001
Looks good. Any thoughts about another exchange?
sr. member
Activity: 1778
Merit: 305
I made a coin purse for the mini-computer Rapsberry Pi 3.
Also would be glad to coins   Cheesy
XgGco1QrfcwcxhzKbWAK76pKnsVn9i82kG         

https://mega.nz/#!8nxFRZRB!zM_Ckc93H2sSQ0Iv_AJJttl-R0rlEsPX6LxBGxtBvko


member
Activity: 102
Merit: 10
Max | Validity Tech
Updated FAQ detailing the dev fund, its structure and its function.

https://radiumcore.org/development-fund/
member
Activity: 102
Merit: 10
Max | Validity Tech
In case you missed it, check out our official roadmap detailing the next 24 months!

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #roadmap #future #trulioo #lexisnexis #decentralized #identity #law #realestate #voting #elections #enterprise #data #stratis #mobile #ipfs



https://twitter.com/RadiumCore/status/1045368724423933952
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
Thank you! We've also updated our Team page. Have a look!

https://radiumcore.org/team/
full member
Activity: 150
Merit: 100
Nice work with the OP and the roadmap! Smiley
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
Yes, things are progressing nicely. Very busy, but busy is good! Smiley
sr. member
Activity: 980
Merit: 270
Thank you for the info... Happy to see constant updates.

The change that the team made in the project is very good.
Fork as it seems to me was successful and im think when the market goes up then this project will show its strength. Proof-of-Stake as it seems to me today give the best work with blocks in a stable position.
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
The Radium SmartChain is incredibly versatile. Check out some of our use cases to see what we can do for you and/or your organization!

https://radiumcore.org/radium-smartchain-use-cases/

$RADS $BTC #radium #bitcoin #blockchain #fintech #crypto #smartchain #realestate #identity #IPFS #enterprise #data
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
We know it is like beating a dead horse, but never share your private keys! If you do share them, then whomever you share them with has just as much access to your wallet as you do! Stay safe. Stay secure.
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
OP Image Loading issue fixed. Cheesy Silly but necessary forum rules to blame.
Pages:
Jump to: