Bitcoin Forum
May 14, 2024, 01:29:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 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 ... 199 »
  Print  
Author Topic: [VAL] Validity - Decentralized Identities, Custom Assets, Elections, and More!  (Read 579106 times)
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 17, 2016, 08:35:10 PM
 #1901

The current, full Radium blockchain is available for download at CryptoChainer.com.  It will get your wallet in sync almost instantly.

Awesome!

Our installer and a few tools have the options to download the chain/bootstrap when installing the wallet. Do you update your chains at regular intervals? I would be interested in using your service instead of our current hosting. (with appropriate credit given of course).

JJ12880

My explorer has a free bootstrap service.. every 6 hours it gets updated..  see the about tab  Wink

OOh that sounds snazzy!

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
1715650170
Hero Member
*
Offline Offline

Posts: 1715650170

View Profile Personal Message (Offline)

Ignore
1715650170
Reply with quote  #2

1715650170
Report to moderator
1715650170
Hero Member
*
Offline Offline

Posts: 1715650170

View Profile Personal Message (Offline)

Ignore
1715650170
Reply with quote  #2

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

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 20, 2016, 08:23:15 AM
 #1902

Project Radium Update #16

Hello again friends!
     It has been longer than I had hoped since our last update, but I wanted to wait until we have a few more things finished to tell you about. Thanksgiving weekend in the USA is a major holiday where we stay home from work, and celebrate the good things that have happened over the past year. It also gives us more time to code and write updates!

Alpha Testing
     As I’m sure many know, we are in the process of alpha testing 3.0, but what exactly does that mean? Over the past 2 weeks or so, other users have been testing, finding bugs, and providing feedback on the look and feel of the software. The alpha builds are finally fully functional and run smoothly on the testnet. Every time a new bug is found, we fix it, make a new build, and send it back out for more testing. We have been through 3 rounds of this process so far, and the bugs are getting much fewer and farther between. This is an important yet tedious process, because as developers, we become so accustomed to our code that we overlook things that are a problem to end users. Anyone interested in testing and providing feedback should pop into the slack channel, and request the latest build.

SmartChain Improvements Completed
     Based on feedback from alpha testing, we have added the following improvements to the SmartChain:
          + Streamlined the auto refill system, eliminating the need to wait for coins to be moved from one address to another before performing an operation.
          + Fixed scaling on all windows, so maximization and shrinking works without distorting contained elements.
          + Added more informative error messages.
          + Reduced CPU usage by 89%.

SmartChain Pricing Changes
     After a lot of debate, math, and dull pencils, we have decided that the fees for the SmartChain were too high to sustain any significant amount of growth. The price of recording hashes or notes has been adjusted downward, and is now also based on the block reward. As the block reward decreases over the next year and a half, the prices will decrease accordingly.

     The minimum price for registering an identity has been reduced a minimum registration price of 5 Radium, to a minimum of 4x the block reward. “Minimum” price for registration means that this is the lowest amount someone would have to pay when creating an identity. Someone will have to pay more than the minimum, in the event that their account contains a lot of unusual characters, which requires additional space in the blockchain. This means that at the current block reward of 1 Radium, the minimum price to register an identity is 4 Radium. At the next decrease, the minimum price to register will be 3 Radium.  By the end of the reward reduction cycle around Winter 2017, the minimum fee will be 1 Radium. 

     The price for recording hashes and notes has been reduced from 1 Radium per data address, to 1/10th of the block reward per data address. This drop allows the SmartChain to remain competitive for proof-of-existence and as a data verification solution.

Stay Tuned
     We had a few more things we wanted to include in this update, but unfortunately are not quite ready.  Half of the next update is already typed, we just need to finish testing and finalize a few minor details. .


     Until next time,
          The Project Radium Team

Update #16 is also available on the ProjectRadium blog

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 22, 2016, 10:23:54 AM
 #1903

New alpha builds available in slack.  Fixes / Improvements include:

+CODE
     - Fixed error when performing operations
     - Streamlined Auto-refill
     - Fixed issue preventing wallet from being restarted in case of unexpected close
     - Added rudimentary console (still needs work)
     - Added function call routing for console and API
+GUI
     - Consolidated various message forms into one
     - Fixed coloring on file menu
     - Added re-sync option to file menu
     - Added date column to registered users and my identities tabs
     - Fixed sorting of various columns
     - Added username to Hash Viewer form, rather than just address
     - Updated Check Hash form, with red/green banner and auto size scrolling
+deferred fee system (unannounced)
     - Refactored Smart-Tx code to work with deferred fee system
     - Defined and implemented nonce to deferred fee signing
     - Added future signing to deferred fee system


JJ12880

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
mybitcoin101
Sr. Member
****
Offline Offline

Activity: 378
Merit: 251


View Profile
November 23, 2016, 05:29:10 AM
 #1904

New alpha builds available in slack.  Fixes / Improvements include:

+CODE
     - Fixed error when performing operations
     - Streamlined Auto-refill
     - Fixed issue preventing wallet from being restarted in case of unexpected close
     - Added rudimentary console (still needs work)
     - Added function call routing for console and API
+GUI
     - Consolidated various message forms into one
     - Fixed coloring on file menu
     - Added re-sync option to file menu
     - Added date column to registered users and my identities tabs
     - Fixed sorting of various columns
     - Added username to Hash Viewer form, rather than just address
     - Updated Check Hash form, with red/green banner and auto size scrolling
+deferred fee system (unannounced)
     - Refactored Smart-Tx code to work with deferred fee system
     - Defined and implemented nonce to deferred fee signing
     - Added future signing to deferred fee system


JJ12880

good work!
Selsonblue
Hero Member
*****
Offline Offline

Activity: 661
Merit: 500


View Profile
November 23, 2016, 05:52:54 AM
 #1905

New alpha builds available in slack.  Fixes / Improvements include:

+CODE
     - Fixed error when performing operations
     - Streamlined Auto-refill
     - Fixed issue preventing wallet from being restarted in case of unexpected close
     - Added rudimentary console (still needs work)
     - Added function call routing for console and API
+GUI
     - Consolidated various message forms into one
     - Fixed coloring on file menu
     - Added re-sync option to file menu
     - Added date column to registered users and my identities tabs
     - Fixed sorting of various columns
     - Added username to Hash Viewer form, rather than just address
     - Updated Check Hash form, with red/green banner and auto size scrolling
+deferred fee system (unannounced)
     - Refactored Smart-Tx code to work with deferred fee system
     - Defined and implemented nonce to deferred fee signing
     - Added future signing to deferred fee system

JJ12880

Awesome update JJ! You guys are still kicking ass! Keep it up!
Komonec
Legendary
*
Offline Offline

Activity: 985
Merit: 1000


25btc.ru


View Profile WWW
November 24, 2016, 06:43:44 AM
Last edit: November 24, 2016, 07:51:10 AM by Komonec
 #1906

I have only 1-2 active connection and a lot of "Generated but not accepted".



OS: Windows 10 pro
Wallet: v.1.4.5.0

>getinfo
{
"version" : "v1.4.5.0",
"protocolversion" : 99007,
"walletversion" : 60000,
"balance" : 11581.89427494,
"unconfirmed" : 0.00000000,
"immature" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 764055,
"timeoffset" : 0,
"moneysupply" : 3021661.43528642,
"connections" : 1,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 154.70906106,
"proof-of-stake" : 176885.96401452
},
"testnet" : false,
"keypoololdest" : 1479816505,
"keypoolsize" : 99,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"unlocked_until" : 0,
"errors" : ""
}

I used RadiumTools.exe, clicked "Just Fix it!", but it did not help.

How to increase the number of active connections?

Solution Grin:
Quote
addnode 100.8.207.3 add
addnode 104.156.251.173 add
addnode 104.207.154.234 add
addnode 104.232.32.40 add
addnode 104.237.2.192 add
addnode 106.51.242.223 add
addnode 108.30.91.11 add
addnode 109.162.75.24 add
addnode 109.173.7.165 add
addnode 109.242.242.96 add
addnode 110.200.66.165 add
addnode 110.201.98.124 add
addnode 116.101.73.101 add
addnode 118.211.235.144 add
addnode 122.178.208.234 add
addnode 124.40.63.69 add
addnode 137.175.202.108 add
addnode 138.201.21.7 add
addnode 144.132.239.24 add
addnode 151.224.232.25 add
addnode 163.172.19.96 add
addnode 175.156.49.41 add
addnode 175.214.144.141 add
addnode 176.118.48.189 add
addnode 176.96.195.157 add
addnode 178.34.160.62 add
addnode 183.12.139.179 add
addnode 185.145.128.32 add
addnode 185.64.104.6 add
addnode 188.40.80.137 add
addnode 192.99.233.217 add
addnode 198.74.56.141 add
addnode 211.133.182.232 add
addnode 213.209.87.254 add
addnode 24.76.113.239 add
addnode 31.185.5.4 add
addnode 31.204.169.165 add
addnode 43.249.37.46 add
addnode 47.189.17.80 add
addnode 5.189.136.83 add
addnode 50.255.97.90 add
addnode 50.43.35.150 add
addnode 51.6.104.114 add
addnode 52.207.252.66 add
addnode 52.59.241.100 add
addnode 54.165.42.78 add
addnode 62.178.40.4 add
addnode 65.30.180.51 add
addnode 68.198.76.5 add
addnode 69.47.83.163 add
addnode 70.16.193.170 add
addnode 71.228.212.50 add
addnode 72.178.158.39 add
addnode 72.227.103.183 add
addnode 73.108.11.206 add
addnode 77.58.194.218 add
addnode 80.106.162.122 add
addnode 80.110.98.148 add
addnode 81.154.137.240 add
addnode 81.221.103.195 add
addnode 81.227.243.16 add
addnode 82.224.135.9 add
addnode 83.59.27.222 add
addnode 84.112.135.122 add
addnode 84.192.155.226 add
addnode 84.192.56.160 add
addnode 84.194.176.81 add
addnode 84.215.7.210 add
addnode 84.227.243.55 add
addnode 85.240.228.57 add
addnode 85.76.141.165 add
addnode 87.253.12.227 add
addnode 88.96.204.54 add
addnode 89.212.124.8 add
addnode 91.142.84.234 add
addnode 92.222.84.111 add
addnode 94.188.35.105 add
addnode 97.83.98.229 add
addnode 98.235.220.249 add

tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
November 24, 2016, 04:32:38 PM
 #1907

I have only 1-2 active connection and a lot of "Generated but not accepted".



OS: Windows 10 pro
Wallet: v.1.4.5.0

>getinfo
{
"version" : "v1.4.5.0",
"protocolversion" : 99007,
"walletversion" : 60000,
"balance" : 11581.89427494,
"unconfirmed" : 0.00000000,
"immature" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 764055,
"timeoffset" : 0,
"moneysupply" : 3021661.43528642,
"connections" : 1,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 154.70906106,
"proof-of-stake" : 176885.96401452
},
"testnet" : false,
"keypoololdest" : 1479816505,
"keypoolsize" : 99,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"unlocked_until" : 0,
"errors" : ""
}

I used RadiumTools.exe, clicked "Just Fix it!", but it did not help.

How to increase the number of active connections?

Solution Grin:
Quote
addnode 100.8.207.3 add
addnode 104.156.251.173 add
addnode 104.207.154.234 add
addnode 104.232.32.40 add
addnode 104.237.2.192 add
addnode 106.51.242.223 add
addnode 108.30.91.11 add
addnode 109.162.75.24 add
addnode 109.173.7.165 add
addnode 109.242.242.96 add
addnode 110.200.66.165 add
addnode 110.201.98.124 add
addnode 116.101.73.101 add
addnode 118.211.235.144 add
addnode 122.178.208.234 add
addnode 124.40.63.69 add
addnode 137.175.202.108 add
addnode 138.201.21.7 add
addnode 144.132.239.24 add
addnode 151.224.232.25 add
addnode 163.172.19.96 add
addnode 175.156.49.41 add
addnode 175.214.144.141 add
addnode 176.118.48.189 add
addnode 176.96.195.157 add
addnode 178.34.160.62 add
addnode 183.12.139.179 add
addnode 185.145.128.32 add
addnode 185.64.104.6 add
addnode 188.40.80.137 add
addnode 192.99.233.217 add
addnode 198.74.56.141 add
addnode 211.133.182.232 add
addnode 213.209.87.254 add
addnode 24.76.113.239 add
addnode 31.185.5.4 add
addnode 31.204.169.165 add
addnode 43.249.37.46 add
addnode 47.189.17.80 add
addnode 5.189.136.83 add
addnode 50.255.97.90 add
addnode 50.43.35.150 add
addnode 51.6.104.114 add
addnode 52.207.252.66 add
addnode 52.59.241.100 add
addnode 54.165.42.78 add
addnode 62.178.40.4 add
addnode 65.30.180.51 add
addnode 68.198.76.5 add
addnode 69.47.83.163 add
addnode 70.16.193.170 add
addnode 71.228.212.50 add
addnode 72.178.158.39 add
addnode 72.227.103.183 add
addnode 73.108.11.206 add
addnode 77.58.194.218 add
addnode 80.106.162.122 add
addnode 80.110.98.148 add
addnode 81.154.137.240 add
addnode 81.221.103.195 add
addnode 81.227.243.16 add
addnode 82.224.135.9 add
addnode 83.59.27.222 add
addnode 84.112.135.122 add
addnode 84.192.155.226 add
addnode 84.192.56.160 add
addnode 84.194.176.81 add
addnode 84.215.7.210 add
addnode 84.227.243.55 add
addnode 85.240.228.57 add
addnode 85.76.141.165 add
addnode 87.253.12.227 add
addnode 88.96.204.54 add
addnode 89.212.124.8 add
addnode 91.142.84.234 add
addnode 92.222.84.111 add
addnode 94.188.35.105 add
addnode 97.83.98.229 add
addnode 98.235.220.249 add

Your solution is correct. Add those to your radium.conf, restart your wallet regularly, and that should solve your issues.

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

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 28, 2016, 01:12:43 AM
 #1908

Our Project Radium twitter just reached 2000 followers!

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
ProfessionalInvestor
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
November 28, 2016, 06:53:14 AM
Last edit: November 28, 2016, 07:09:38 AM by ProfessionalInvestor
 #1909

When's the launch of the update ? Monday or Tuesday afternoon ? At what time to be specific ? Post the GMT hour or at least a countdown Thank you!
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 28, 2016, 01:12:19 PM
 #1910

When's the launch of the update ? Monday or Tuesday afternoon ? At what time to be specific ? Post the GMT hour or at least a countdown Thank you!

Sometime this afternoon, EST

JJ12880

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 28, 2016, 09:01:25 PM
 #1911



Greetings!

Last update we mentioned that there were some some new functions we wanted to tell you about, but were not quite ready, but now they are.

One of the challenges that has plagued many traditional blockchain based projects has been the difficulty of adoption. The larger business world is understandably wary of bitcoin and other blockchains, due in part to the complexity of the currently existing infrastructure and concerns about taxes and finance compliance. Having and managing a wallet with some coins or other blockchain assets has been a de facto necessity for a company looking to implement trustless distributed blockchain based solution. We have developed a solution.

Delegate Fees

   Using the Delegate Fee system, a business or other entity can use all the functionality of the Radium SmartChain, without worrying about the extenuating complexities of wallets and exchanges.
   
   Lets consider Bob’s Business. Bob has some important files, perhaps a contract or a deed to some land that he wants to prove he has ownership of. Bob also does not want to buy or own any cryptocurrencies. Using a Delegate Fee enabled version of the SmartChain, Bob can generate a valid Radium public/private key pair and build standard Smart Transactions to create an identity, record a fingerprint or a note.

   Alice is a Delegate Fee provider. Alice and bob make a deal, and in exchange for a fiat currency (or snacks), Alice will add the required Radium fees to Bob’s transaction and send it to the Radium blockchain. Bob is happy because he was able to create an identity and verify his files without the complication of wallets and coins. Alice is happy because she got some local currency (or snacks) in exchange for paying Bob’s fees.
   
   Delegate Fee providers will also require a Delegate Fee enabled version of the SmartChain, and a local wallet with some Radium coins. Because Bob does not use a synced version of the SmartChain, Alice as his Delegate Fee provider will run the standard tests and checks to make sure that the Bob’s Smart Transaction is valid and will be accepted by the SmartChain. If there is a problem with Bob’s transaction, Alice would refuse to pay the fee, and notify Bob of the issue so it could be corrected.


But where is 3.0?

     Good question!  I have been working hard building and testing the delegate fee protocol, so that it could be included in the 3.0 version. I want to get to it just as bad as you, because that means we can take a short break, hopefully over the Christmas holidays.  There are a few more little things that need adding, such as upgraded notifications, however I am very happy with the current progress. We keep a public list of what needs to be done, what exactly we are working on, and what we have accomplished on Trello.  So, please feel free to come by and check on us from time to time by clicking here!

New Website:
   
    Our website, https://projectradium.org has been updated and is now live! We will continue adding additional documentation as it is developed.

Alpha Testing

     As a part of our continued Alpha testing and development, we have made the following improvements:

          - Bug fixes
          - Significantly improved the memory usage while hashing large files
          - Removed file size limitation for 32 bit builds.
          - Built encoding maps for Cyrillic languages (won’t be implemented till sometime after 3.0)  


Until next time,

          The Project Radium Team


You can also read this update on the Project Radium Blog

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
sluggo
Member
**
Offline Offline

Activity: 134
Merit: 10

Shitcoin Bliss


View Profile
November 29, 2016, 05:22:59 AM
 #1912

Can I stake this coin on a raspberry pi3?
bitkapp
Hero Member
*****
Offline Offline

Activity: 517
Merit: 500


aka alaniz


View Profile
November 29, 2016, 06:42:40 PM
 #1913

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
November 29, 2016, 07:06:06 PM
 #1914

Can I stake this coin on a raspberry pi3?

I know of users who have successfully staked rads on a pi. I personally have not done it, so I can not be of any more help than that.


JJ12880

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
December 01, 2016, 08:38:49 PM
 #1915

Sigh ... I lost  some btc on crave ... then even more here ...

The big difference between us and Crave, is crave was a scam, and the dev ran.  We are still here and still building software and integrations Smiley

JJ12880

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
JJ12880
Hero Member
*****
Offline Offline

Activity: 671
Merit: 501


Blockchain and stuff


View Profile
December 03, 2016, 06:07:55 PM
 #1916

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

Just figured id bump this, both tim and I are both there most of the time as well.

Radium  Bringing Advanced Utility to the Blockchain!
BTC Thread | Telegram
dev0tion
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
December 04, 2016, 01:58:25 PM
 #1917

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

Just figured id bump this, both tim and I are both there most of the time as well.

And it has an awesome bot. Definitely worth joining!
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
December 07, 2016, 04:27:29 PM
 #1918

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

 Need add in OP

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
marcus1986
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
December 07, 2016, 04:30:24 PM
 #1919

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

 Need add in OP
Agree with tema. Please add it in OP.
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
December 07, 2016, 06:32:52 PM
 #1920

Hey guys! If you want to join us on the new Telegram Radium official chat group you can do so at https://telegram.me/RadiumOfficial

 Need add in OP
Agree with tema. Please add it in OP.

The link has been added!

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 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 ... 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!