Bitcoin Forum
May 12, 2024, 11:52:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 ... 669 »
  Print  
Author Topic: ARK - DPoS 🔹 ARK Protokol 🔹 MarketSquare 🔹 IPFS 🔹 Staking on Binance 🔹  (Read 781261 times)
cannabanana
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501


View Profile
February 27, 2017, 06:56:49 AM
 #4921

April soon.

mmmm hmmm.  You are one of them.  Wink
1715557956
Hero Member
*
Offline Offline

Posts: 1715557956

View Profile Personal Message (Offline)

Ignore
1715557956
Reply with quote  #2

1715557956
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715557956
Hero Member
*
Offline Offline

Posts: 1715557956

View Profile Personal Message (Offline)

Ignore
1715557956
Reply with quote  #2

1715557956
Report to moderator
1715557956
Hero Member
*
Offline Offline

Posts: 1715557956

View Profile Personal Message (Offline)

Ignore
1715557956
Reply with quote  #2

1715557956
Report to moderator
1715557956
Hero Member
*
Offline Offline

Posts: 1715557956

View Profile Personal Message (Offline)

Ignore
1715557956
Reply with quote  #2

1715557956
Report to moderator
jovan85
Hero Member
*****
Offline Offline

Activity: 1239
Merit: 562


View Profile
February 27, 2017, 10:07:58 AM
 #4922

April soon.

How do you know in April? Or are you just guessing?
cannabanana
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501


View Profile
February 27, 2017, 10:11:22 AM
Last edit: February 27, 2017, 12:19:59 PM by cannabanana
 #4923

April soon.

How do you know in April? Or are you just guessing?

It's just fud
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1531



View Profile
February 27, 2017, 12:52:18 PM
 #4924

Thanks, that is a lot more information regarding the tech than I expected.

Nevertheless, the essential difference to Lisk and Crypti is not yet clear to me. What makes Ark different from Lisk? What are the exact advantages? Or asked otherwise, why should someone invest in Ark and not in Lisk?

Is ARK source code written from scratch or is it based on an existing code source (e.g. Lisk or Crypti)?

And what programming language and technology is used to create ARK?

ARK started as a fork from LISK, but lot of modules, management, DB logic and ARK logic has been rewritten from scratch making it leaner, faster and more optimized - you could say its a lot different than LISK. ARK uses JavaScript (NodeJS, ... ) as a programming language, but you could eventually interact with ARK with other programming languages (a community member already wrote Python API for ARK : https://github.com/Moustikitos/arky ) and I think other languages will follow. Its using bitcoin algorithms to generate addresses (all ARK addresses start with capital A) and thus will be compatible with a lot of bitcoin related stuff with a bit of modifications. Hope that answers your question - if you need more technical one you can join our slack ( https://ark.io/join-ark-slack/ ) and contact our main dev "fixcrypt" .
cannabanana
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501


View Profile
February 27, 2017, 01:29:36 PM
 #4925

Thanks, that is a lot more information regarding the tech than I expected.

Nevertheless, the essential difference to Lisk and Crypti is not yet clear to me. What makes Ark different from Lisk? What are the exact advantages? Or asked otherwise, why should someone invest in Ark and not in Lisk?

Is ARK source code written from scratch or is it based on an existing code source (e.g. Lisk or Crypti)?

And what programming language and technology is used to create ARK?

ARK started as a fork from LISK, but lot of modules, management, DB logic and ARK logic has been rewritten from scratch making it leaner, faster and more optimized - you could say its a lot different than LISK. ARK uses JavaScript (NodeJS, ... ) as a programming language, but you could eventually interact with ARK with other programming languages (a community member already wrote Python API for ARK : https://github.com/Moustikitos/arky ) and I think other languages will follow. Its using bitcoin algorithms to generate addresses (all ARK addresses start with capital A) and thus will be compatible with a lot of bitcoin related stuff with a bit of modifications. Hope that answers your question - if you need more technical one you can join our slack ( https://ark.io/join-ark-slack/ ) and contact our main dev "fixcrypt" .


https://github.com/ArkEcosystem/ark-desktop - Ark Desktop Client written from scratch for ARK
https://github.com/ArkEcosystem/ark-client - ARK CLI written from scratch
https://github.com/ArkEcosystem/ark-node/commits/testnet - look at the commits and if you have some coding knowledge go through some of them and let me know if this is "code monkey" for you

Just to list some things (there is dozen more):

Removed sidechains (deprecated in favor of smartbridge)
Removed custom node version
Removed UI for stability and security reasons
Changed some constants (block rewards, blocktime etc...)
Added simple PBFT before forging new block
Ditch addresses from the protocol in favor of bitcoin like system, enabling HD Wallet as for BIP32
Completely rewritten node management using a single NodeManager and messaging system
Completely rewritten round management (removed mem_round, reward block fees to forger)
Added 64 bytes vendorField as first iteration of smart bridge
Made peers management entirely in-memory for efficiency
Strengthened the transaction management and broadcast (reject often, reject soon)
Rearchitect with relay nodes and forging nodes
Nodes broadcast only block headers.

Planned features:

Simple blockchain validation for SPV and use in lite clients
Add IPFS as first class citizen (using smartbridge addressing)
Protocol improvements (uncle forging, voting weights).
Remove unsecured API
Routing tables

Performance

stable on testnet at 5tx/s
pushed to 10tx/s on devnet


If you are FUDing at least do some research beforehand and come up with a better plan.

one advantage being that we've already hit 15 tx per sec on our testnet due to the streamlined re-write of a lot of the important processing and storage code.

http://texplorer.ark.io/block/13090109592182738180
jovan85
Hero Member
*****
Offline Offline

Activity: 1239
Merit: 562


View Profile
February 27, 2017, 07:35:55 PM
 #4926

This is better information.
HomoHenning
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
February 27, 2017, 08:46:23 PM
 #4927

 Cheesy My opinion would be different if you write to a completely new code, not like crypti/lisk.
it is very common in open source coding and also crypto to build up on exisiting reliable code. nothing negative about this
Dewi08
Hero Member
*****
Offline Offline

Activity: 1624
Merit: 500


View Profile
February 28, 2017, 05:34:28 AM
 #4928

April soon.

How do you know in April? Or are you just guessing?

It's just fud
So when the exact date for the distribution of funds for participants Ark bounty, so do not wait to see the ark in the stock exchange later ..
gerbas
Sr. Member
****
Offline Offline

Activity: 581
Merit: 250


View Profile
February 28, 2017, 05:56:15 AM
 #4929

many poeple cannot waiting ark distributions and listed on exchanger
francism
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


View Profile
February 28, 2017, 06:00:55 AM
 #4930

many poeple cannot waiting ark distributions and listed on exchanger

Always remember good things come to those who wait.
aisyah88
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
February 28, 2017, 06:03:28 AM
 #4931

many poeple cannot waiting ark distributions and listed on exchanger
Maybe they just want to see the ark on the stock price later, and many ask price on the stock exchange ark ark, they would be worrying if the price of the ark, will lower the price below the ICO them ..
gerbas
Sr. Member
****
Offline Offline

Activity: 581
Merit: 250


View Profile
February 28, 2017, 07:15:40 AM
 #4932

many poeple cannot waiting ark distributions and listed on exchanger
Maybe they just want to see the ark on the stock price later, and many ask price on the stock exchange ark ark, they would be worrying if the price of the ark, will lower the price below the ICO them ..


I think must any count ark in my account, because i am bounty participants
but my accoun is zero ark
aisyah88
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
February 28, 2017, 07:31:39 AM
 #4933

many poeple cannot waiting ark distributions and listed on exchanger
Maybe they just want to see the ark on the stock price later, and many ask price on the stock exchange ark ark, they would be worrying if the price of the ark, will lower the price below the ICO them ..


I think must any count ark in my account, because i am bounty participants
but my accoun is zero ark
All the participants have not received funding ark that will be given next month to come, so we just wait if there will be funds in the account ark TEC all participants, in March later ..
Mr.Charlie
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
February 28, 2017, 09:00:19 AM
 #4934

many poeple cannot waiting ark distributions and listed on exchanger
Maybe they just want to see the ark on the stock price later, and many ask price on the stock exchange ark ark, they would be worrying if the price of the ark, will lower the price below the ICO them ..


I think must any count ark in my account, because i am bounty participants
but my accoun is zero ark
All the participants have not received funding ark that will be given next month to come, so we just wait if there will be funds in the account ark TEC all participants, in March later ..


can i pleeeease get some of what you two are smoking Shocked Shocked
aisyah88
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
February 28, 2017, 09:11:52 AM
 #4935

many poeple cannot waiting ark distributions and listed on exchanger
Maybe they just want to see the ark on the stock price later, and many ask price on the stock exchange ark ark, they would be worrying if the price of the ark, will lower the price below the ICO them ..


I think must any count ark in my account, because i am bounty participants
but my accoun is zero ark
All the participants have not received funding ark that will be given next month to come, so we just wait if there will be funds in the account ark TEC all participants, in March later ..


can i pleeeease get some of what you two are smoking Shocked Shocked

Sorry I do not smoke, if you want the smoke came into Indonesia, tobacco and cigarettes here many best for you and your so nice to enjoy it ..  Smiley Wink
cannabanana
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501


View Profile
February 28, 2017, 09:20:01 AM
 #4936


sunce33
Hero Member
*****
Offline Offline

Activity: 1974
Merit: 592



View Profile
February 28, 2017, 09:54:26 AM
 #4937

Distribution start?How grab sweepstakes bounty?

if you won a bounty send an email to winners@ark.io with the email address you won from.

distribution starts after mainnet launch.

Thanks cannabanna I sent email, but when mainnet launch?Soon?
cannabanana
Hero Member
*****
Offline Offline

Activity: 518
Merit: 501


View Profile
February 28, 2017, 10:00:38 AM
 #4938

Distribution start?How grab sweepstakes bounty?

if you won a bounty send an email to winners@ark.io with the email address you won from.

distribution starts after mainnet launch.

Thanks cannabanna I sent email, but when mainnet launch?Soon?

hopefully Cheesy
Alonzo Ewing
Legendary
*
Offline Offline

Activity: 1040
Merit: 1001


View Profile
February 28, 2017, 10:02:24 AM
 #4939

Distribution start?How grab sweepstakes bounty?

if you won a bounty send an email to winners@ark.io with the email address you won from.

distribution starts after mainnet launch.

Thanks cannabanna I sent email, but when mainnet launch?Soon?

hopefully Cheesy

Hopefully? any exact date Wink Wink Wink
fmz89
Legendary
*
Offline Offline

Activity: 1766
Merit: 1002



View Profile
February 28, 2017, 10:41:11 AM
 #4940

ark just hit polo
https://poloniex.com/exchange#btc_ark

  ▄█▀                       ▀█▄
 ██           ▄▄ ▄▄           ██
███       ▄ ▄███ ███▄ ▄       ███
████▄   ███ ████ ████ ███   ▄████
 ██████████ ███▀ ▀▀▄▄▄▄▄ ▄██████
  ▀▀███████  ▀▄█████████ ████▀▀
       ███▀▄ ██████▀▀▀ ▄▄
       █▀▄██ ████▄▄█▀▄████
        ████ ▀█████▄▀██▀
        ████ █▄▀█████▄
        ████  ▀▀ █████▀
         ▀▀█      ▀█▀
.REXX.|||
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████▀    ▐███████
███████████    ▄▄█████████
▐██████████▀    ▀▀█████████▌
▐█████████▌       █████████▌
▐███████████    ███████████▌
███████████    ███████████
██████████    ██████████
▀████████▄  ▄████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
████ ▄▀██████████  █████
██████▄▀▄▀██████  ████████
▐████████▄▀▄▀██  ██████████▌
▐██████████▄▀▄ ████████████▌
▐██████████  ▄▀▄▀██████████▌
████████  ████▄▀▄▀████████
█████  ████████▄▀ ██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
|.BUY REXX.
Pages: « 1 ... 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 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 ... 669 »
  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!