Bitcoin Forum
April 27, 2024, 09:15:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 1126 »
  Print  
Author Topic: Obyte: Totally new consensus algorithm + private untraceable payments  (Read 1233955 times)
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
February 03, 2017, 11:38:43 PM
 #4221

Will be here another distribution?

There will be plenty Smiley. The next distribution will take place on February the 11th. Take a look at the opening post for details about the next and following rounds of distribution.

TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
February 03, 2017, 11:46:27 PM
 #4222

Hi tonych,

Shower thought (almost certainly a stupid one as always happens when you don't exert deep thinking, as I haven't finished reading the white paper, and have no time right now to research feasibility):

Would it be possible to optionally (because it changes somewhat the privacy/anonymity model) save assets (including blackbytes) in the public DAG as a compressed and encrypted payload (not much differently of what is saved locally today) paying due commissions?
Maybe we could now use a different seed for each asset to generate private keys for them and some hash of these to encrypt assets payload after each transaction.
Wallets would scan the DAG trying to decrypt asset payloads to get balance and history (some optimizations may apply).
Somehow old saved payloads in the DAG could be pruned as assets carry their own history.

Pro:
- Massive improvement in usability, no need to back-up local assets after each transaction (simplicity is beauty).
Cons:
- Privacy model changes (thus to use it optionally) as now assets history only remains private as long as no one discover a way to decrypt the payload which is now publicly available.
- Increased storage requisites for the DAG (but it'd be optional and has costs)


If it were possible, users would have to store huge numbers of decryption keys because every payload has to be encrypted with its own key. 

The idea was to generate those encryption keys from the random generated seed.  When you need a random address for bytes you calculate/generate it from the seed.  Encryption keys could be generated from a seed too (one seed for each asset class maybe for security reasons, i.e. one for blackbytes, other for asset X and etc.). If they are generated from a seed, only the seed need to be saved (one time operation).
If you already generate private keys from a seed for each non spended asset (I don't really know), you could generate encryption keys from those pks by calculating some hash from them, not needing an extra seed only for the encryption keys.

I assume you are not suggesting system-wide seed which would then be known by everybody Smiley
If the seeds are per user, the problem remains.  A user can encrypt his own transactions but he has to also store and forward (when sending balckbytes) the coin histories which include previous transactions created by other users.  Then he has to know the keys that these previous owners used to encrypt their private payloads, and the number of these keys is as large as the number of previous owners of each coin.

The best solution of the backup problem is imho multisig.

Yes, this works but maybe not for all scenarios.
For high values and strict security models of some institutions (for instance, cold wallets) it's hard to imagine that your back-up depend on many devices on-line syncing between them. If the other idea works (which is unlikely cause it must have any number of flaws), only the seeds would need to be backed-up.

I see your point.  I'm suggesting multisig for hot wallets as used by regular users, it allows to avoid the pain of having to backup after each transaction.
When you use cold wallets, I assume that convenience is not your primary concern and the transactions are rare, in this case having to backup after each transaction is not such a big issue compared with other steps you have to do to unlock the cold wallet.

Note that you can split the backup into two parts: the seed, which is small and can be stored on paper wallet, and the private payloads stored in the sqlite database.  Even if the private payloads are stolen, they cannot be used without the seed, hence your privacy might be affected but the security is not compromised.

Simplicity is beauty
Ha5hedout
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 03, 2017, 11:48:08 PM
 #4223

Can i use blockchain.info to verify my address because the address that has been verified is not my original one and has a zero balance? Also can i go through the process again without  issues or should i generate a new address?

verify ur btc address within ur btc wallet (receiving addresses).

and then – check the connection on http://transition.byteball.org/

Thanks for the reply, Yeah i checked, my receiving address isnt there but that address that has been confirmed is?

Do you mean you linked a bitcoin address that isn't yours? Anyway, you can link another bitcoin address to the same byteball address or to another. Also, remember that when you link by doing a micropayment, your funds are very likely to be transferred to a change address (which is under your control) and that you might have to send your funds back to your original linked address. Always make sure the linked Bitcoin address is yours before sending anything to it.

Do blockchain.info use one time addresses (That might not be the right terminology) for privacy now i am not up to date? I will try with uphold.

tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
February 03, 2017, 11:50:51 PM
 #4224

why does the OS X app try to connect to google?

plus.google.com TCP-Port 443 (https)

What makes you think so?
There are no references to any sites (except the default hub) in the source code.

Simplicity is beauty
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
February 03, 2017, 11:52:36 PM
 #4225

Will there be a way to backup private assets via a seed in the future?

I love paper wallets and it's a shame I can't make one for Blackbytes!

Impossible by design.  Too much information to fit on piece of paper.

Simplicity is beauty
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
February 04, 2017, 12:39:39 AM
 #4226

Will there be a way to backup private assets via a seed in the future?

I love paper wallets and it's a shame I can't make one for Blackbytes!

Impossible by design.  Too much information to fit on piece of paper.

How much data are we talking about?

If you can store the right amount of data on a blockchain/DAG, you can store an encrypted backup there. Then, all you'd need would be
a) the passphrase/seed to decrypt the data
b) some means to find the relevant data on the blockchain/DAG.

You wouldn't need a dedicated function for it, you could do it on your own. You could store it on some other blockchain as well, if you'd want to.

Obviously, you'd have to pay for the transaction when storing data, so this would probably be only suitable for long term holding.
Ha5hedout
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 04, 2017, 01:35:02 AM
 #4227

Can anyone recommend a bitcoin wallet to send the micro transaction from. two of the wallets i use wont allow micro transactions and having a problem with blockchain.info
escapefrom3dom
Sr. Member
****
Offline Offline

Activity: 1932
Merit: 288



View Profile
February 04, 2017, 01:38:34 AM
 #4228

Can anyone recommend a bitcoin wallet to send the micro transaction from. two of the wallets i use wont allow micro transactions and having a problem with blockchain.info

use signing function in the core btc wallet instead micro transactions:

1. file → sign message
2. enter a btc address in the first field
3. enter the message u want to sign in the second field
4. press «sign message» → copy out the signature

ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
February 04, 2017, 01:43:27 AM
 #4229

Can anyone recommend a bitcoin wallet to send the micro transaction from. two of the wallets i use wont allow micro transactions and having a problem with blockchain.info

Electrum works fine
Carbonform
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 04, 2017, 03:33:16 AM
 #4230

Sent my transaction from my bitgo wallet and received this message from Transaction bot

I received 0.0015 BTC from 3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D but this transaction looks like it was sent from an exchange, which is not allowed. Please send BTC only from a wallet that you own private keys for. If you think it was a mistake, please contact tonych@byteball.org

why do they think its an exchange?
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
February 04, 2017, 03:42:55 AM
 #4231

Sent my transaction from my bitgo wallet and received this message from Transaction bot

I received 0.0015 BTC from 3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D but this transaction looks like it was sent from an exchange, which is not allowed. Please send BTC only from a wallet that you own private keys for. If you think it was a mistake, please contact tonych@byteball.org

why do they think its an exchange?

The 3 upfront indicates a "unusual" address: https://en.bitcoin.it/wiki/Pay_to_script_hash

That's probably how the transition bot recognizes possible exchange addresses.
Carbonform
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 04, 2017, 03:52:01 AM
 #4232

Sent my transaction from my bitgo wallet and received this message from Transaction bot

I received 0.0015 BTC from 3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D but this transaction looks like it was sent from an exchange, which is not allowed. Please send BTC only from a wallet that you own private keys for. If you think it was a mistake, please contact tonych@byteball.org

why do they think its an exchange?

The 3 upfront indicates a "unusual" address: https://en.bitcoin.it/wiki/Pay_to_script_hash

That's probably how the transition bot recognizes possible exchange addresses.

so its fine then? I'll email that dude
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
February 04, 2017, 03:56:03 AM
 #4233

Sent my transaction from my bitgo wallet and received this message from Transaction bot

I received 0.0015 BTC from 3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D but this transaction looks like it was sent from an exchange, which is not allowed. Please send BTC only from a wallet that you own private keys for. If you think it was a mistake, please contact tonych@byteball.org

why do they think its an exchange?

The 3 upfront indicates a "unusual" address: https://en.bitcoin.it/wiki/Pay_to_script_hash

That's probably how the transition bot recognizes possible exchange addresses.

so its fine then? I'll email that dude

I guess it's not linked, you should definitely contact tonych.
Ha5hedout
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 04, 2017, 06:06:46 AM
 #4234

I have confirmed my byteball and bitcoin addresses they are on http://transition.byteball.org/ but it says my balance is zero when i have bitcoin in that address?   
bitcoinuserz
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250


View Profile
February 04, 2017, 06:58:34 AM
 #4235



Why... Look at that big fat red candle  Shocked Shocked

Korean Chinese Translator

Professional Korean translator.
targetmlrd
Hero Member
*****
Offline Offline

Activity: 588
Merit: 530


View Profile WWW
February 04, 2017, 07:09:31 AM
 #4236

Byteball very slowly but is growing in price, it shows the interest of investors to this coin that is growing very, very good indicator for any token, it is slow growing, so I hope that the investment in this project will give a good profit
nillohit
Full Member
***
Offline Offline

Activity: 154
Merit: 100

***crypto trader***


View Profile
February 04, 2017, 07:14:14 AM
 #4237



Why... Look at that big fat red candle  Shocked Shocked
a group or someone are trying now to market pump and dump. Do not buy at very higher price or do not sell at very lower price  Smiley
0.21 high and 0.052 low in the last 48 hours clearly shows the picture Smiley

П    |⧛ ☛  Join the signature campaign and earn free PI daily!  ✅ |⧛    П
|⧛         ☛  PiCoin - get in now  ✅     ☛ No ICO!  ✅          |⧛
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
February 04, 2017, 07:51:17 AM
 #4238

I have confirmed my byteball and bitcoin addresses they are on http://transition.byteball.org/ but it says my balance is zero when i have bitcoin in that address?  

Also, remember that when you link by doing a micropayment, your funds are very likely to be transferred to a change address (which is under your control) and that you might have to send your funds back to your original linked address.

What does the block explorer say about your address? You surely have bitcoins in your wallet but not in the linked address (because they were transferred as change to another address in your wallet when you made the micropayment). You just need to send your funds to your linked address.

Ha5hedout
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
February 04, 2017, 08:17:35 AM
 #4239

I have confirmed my byteball and bitcoin addresses they are on http://transition.byteball.org/ but it says my balance is zero when i have bitcoin in that address?  

Also, remember that when you link by doing a micropayment, your funds are very likely to be transferred to a change address (which is under your control) and that you might have to send your funds back to your original linked address.

What does the block explorer say about your address? You surely have bitcoins in your wallet but not in the linked address (because they were transferred as change to another address in your wallet when you made the micropayment). You just need to send your funds to your linked address.

Thank you for the reply, I changed method and tryed again. I setup an exodus wallet on my laptop and sent the micro transaction from that wallet which got confirmed and shows on your explorer correctly but stills says my balance is zero  
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
February 04, 2017, 08:23:48 AM
 #4240

Sent my transaction from my bitgo wallet and received this message from Transaction bot

I received 0.0015 BTC from 3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D but this transaction looks like it was sent from an exchange, which is not allowed. Please send BTC only from a wallet that you own private keys for. If you think it was a mistake, please contact tonych@byteball.org

why do they think its an exchange?

I already replied you by email:

See here https://blockchain.info/address/3QcomrVZo8T7XARRVYziJg3B8BqkzcZs2D, there are too many outputs that’s why we detect it as an exchange (transactions sent from regular wallet usually have 2 outputs).  Please use a wallet where you control the private keys.

Simplicity is beauty
Pages: « 1 ... 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 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 1126 »
  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!