Bitcoin Forum
May 27, 2024, 08:30:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
41  Local / Альтернативные криптовалюты / Re: [XCR] Crypti | DPoS | 100% собственный код | Даппс on: October 15, 2015, 04:10:09 PM
Дев,Вы давно не обновляли тему-мало информации,на других форумах идет обсуждение.Публикуйте,пожалуйста,больше новостей,прочитал и не
совсем разобрался : https://blog.crypti.me/dapp-contest-create-your-own-decentralized-application-and-win-up-to-300000-xcr/ .Если можете-чуть подробнее.Спасибо.

Наш коммунити менеджер не русскоязычный, а я как разработчик, обычно достаточно занят, но постараюсь больше новостей публиковать.
Возможно если тут есть кто-то русскоговорящий, кто был бы рад помогать с русской веткой, мы можем предоставить какой-то бонус в xcr я думаю.
42  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Crypti Dapp Store | Decentralized Application Store for the Crypti Network on: October 14, 2015, 07:12:24 PM
And if you need any help or have any questions, and want to have answer asap, join our rocketchat - https://crypti.chat Smiley
43  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Crypti Dapp Store | Decentralized Application Store for the Crypti Network on: October 14, 2015, 07:10:46 PM
Hello,

I'm following along the tutorial that demonstrates how to create a simple messaging app. Everything has been going great, but I have bumped into a couple of problems/confusion on this page:

Quote

Specifically, where does the code go that is described under "After our validation passes, we need to generate a key pair. To do this, we use modules.api.crypto.keypair". Is it in the callback of Message.prototype.add like this:

Code:
Message.prototype.add = function (cb, query) {
    // Validate query object
    library.validator.validate(query, {
        type: "object",
        properties: {
            recipientId: {
                type: "string",
                minLength: 1,
                maxLength: 21
            },
            secret: {
                type: "string",
                minLength: 1,
                maxLength: 100
            },
            message: {
                type: "string",
                minLength: 1,
                maxLength: 160
            }
        }
    }, function (err) {
        // If error exists, execute callback with error as first argument
        if (err) {
            return cb(err[0].message);
        }
       
        var keypair = modules.api.crypto.keypair(query.secret);
modules.blockchain.accounts.getAccount({
        publicKey: keypair.publicKey.toString('hex')
    }, function (err, account) {
        // If error occurs, call cb with error argument
        if (err) {
            return cb(err);
        }
       
// Create new transaction
try {
    var transaction = library.modules.logic.transaction.create({
        type: self.type,
        message: query.message,
        recipientId: query.recipientId,
        sender: account,
        keypair: keypair
    });
} catch (e) {
    // Catch error if something goes wrong
    return setImmediate(cb, e.toString());
}

// Send transaction for processing
modules.blockchain.transactions.processUnconfirmedTransaction(transaction, cb);           
    });       
       
    });
}

A second issue I am having is with the command:
Code:
crypti-cli dapps --deposit
. I get the following error:

Quote
{ [Error: connect ECONNREFUSED]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect' } undefined
Error: connect ECONNREFUSED

Is this a port/firewall issue or something else?

Finally, I am getting an error when trying to run the PUT for the first message:

Code:
curl -XPUT -H "Content-type: application/json" -d '{
"recipientId": "58191895912485C",
"message": "Hello, world!",
"secret": "mysecret"
}' 'http://[my_domain_and_port]/api/dapps/[dappid]/api/messages/add'

Error:

Quote
Cannot PUT /dapps/1719096962757412325/api/messages/add

Does the recipientId have to be something specific, or can it be any string? Any idea how to debug that?

Thanks!

Baz

1. Recipient must be Crypti address or your address.
2.

Quote
Cannot PUT /dapps/1719096962757412325/api/messages/add

Did you restarted crypti when updated code? Did you have Crypti enabled when trying deposit? And did you added api calls to routes.json file? Thanks for answers. Meanwhile i will try it.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS on: October 09, 2015, 05:21:23 PM
Delegate Reward Program
Looks like devs are paying themselves for their own nodes... Roll Eyes

Lol, rewards only for community nodes Smiley
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS on: October 07, 2015, 08:16:45 PM
a lot of news but nobody buy xcr. why? Angry

I don't really know. Our technology is wonderful, we simply need to get the word out.

People have opened testnet wallet and went to dappstore and found white blank page with words hello word! on it. Even I was disappointed - damn open test without dapps  Angry

Are you kidding ? Go to javascript forum and post dapp tutorial there.
Make a free video-lessons and post them on https://www.udemy.com/ and advertise them for javascript developers.

Get out of damn crypto community and build your own with javascript devs - this thread has been read 517945 times!!!! Everybody on btt know about crypti! Stop spending your time trying to advertise here!

MAXX just DON'T ANSWER ME HERE. JUST DON'T. Go to all major javascript programmers forum and post this links:

DappToolkit: https://github.com/crypti/DAppToolkit
Crypti-cli: https://github.com/crypti/crypti-cli
MessagingDapp: https://github.com/crypti/MessagingDApp
Crypti source code: https://github.com/crypti/crypti-sources

Make an excel table:
[JAVASCRIPT FORUM THREAD LINK] [POSTED CRYPTI LINKS (yes/no)]
work systematically through!

Now go to sites for javascript/node.js programmers and ask them for placement your crypti manuals there.

Now go to blogs about node.js/javascript  and do the same in comments.

If instead of this activity you will go to other local little crypto forum and make an ann there and start crying on btt that nobody know about your tech - you're fool  Angry

Share this my post with all crypti team.

This in our plan for last month, if i'm not wrong, in our slack max sent you plan about work with devs. Just need a little patience Smiley
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: October 06, 2015, 06:22:40 PM
Crypti is now Open Source!

Hello Everyone,

Starting today, the latest Crypti core is now open source! For quite some time now, the issue of opening the source has been one of the biggest talking points within the Crypti Foundation. After listening to the many opinions voiced within the community. We are therefore happy to announce, the long overdue step of opening the source has been finally made.

You can view and download the sources from GitHub at our crypti-sources repository. There you can also find instructions on how to install Crypti directly from source.

Bug Bounties

In order to guarantee a working code-base, we are introducing a Bug Bounty Program. Where payouts will be made in XCR to programmers and white hat hackers, who can find bugs in our source code.


Read the full post on our blog

I donated to both bounty programs (Delegates, Source code review).

Hope other community/foundation members will make donations.

https://cryptichain.me/address/4194330302034884028C
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: October 03, 2015, 08:49:58 PM
Okay guys, we are still in the board meeting. But we already decided that we will make the Crypti v0.3.2 core open source next week!



I hope you like it as much as I do! Smiley

And DAppToolkit, Documentation, MessagingDApp, Tools already open sourced:

https://github.com/crypti?tab=repositories

There is beta version, will add new things, close some bugs, but ready to use  Tongue
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: October 03, 2015, 10:25:34 AM
Main difference - still closed source?  Huh

Yep. But this difference won't hold for long. Smiley

Early in the thread it was said that Crypti source would be released quarterly. It's been over a year though.

Is there any quotes from Cryptsy or Poloniex people saying they've reviewed the source code? Or do they just run it in a VM and don't give a fuck?

Got some cheap on Cryptsy, but considering just dumping it cause Crypsty wallet is constantly borked, and I don't want to install closed source shit on my comps anyway.

Hey Crypti, what's yours comments on jwinterm shit ?

Main reason why didn't opened source it, because someone of our team worried about new scam forks and someone worried about bugs in code.
Last months we see that it's problem, and because we (Max, Me, Olivier) agreed that it need to be open source asap. We still need to close it with other foundation members, i think we will do it on this weekly meeting.

Quote
Is there any quotes from Cryptsy or Poloniex people saying they've reviewed the source code? Or do they just run it in a VM and don't give a fuck?

We on exchanges last year, no one exchanges said that we contain malware lol, if you mean this.
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 28, 2015, 02:50:59 PM


Posted by Max. Crypti PR can't post images yet.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 19, 2015, 07:55:04 PM
When to the moon gentlemen  Huh

Very very soon  Wink
51  Local / Альтернативные криптовалюты / Re: [XCR] Crypti | DPoS | 100% собственный код | Даппс on: September 17, 2015, 12:45:39 AM
Новый апдейт в нашем блоге, о статусе разработки: сайдчены, мультисигнатуры, средства для разработчиков.

https://blog.crypti.me/developer-report-15th-september-2015/
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 15, 2015, 10:36:31 PM
53  Local / Альтернативные криптовалюты / Re: [XCR] Crypti | DPoS | 100% собственный код | Даппс on: September 15, 2015, 11:41:24 AM
 чё   такое   даппс ?

"Даппс" (DApps) - это аббревиатура от Децентрализованных Приложений. По сути это приложения, которые используют блокчейн и могут работать децентрализованно, на множестве пиров.

Crypti позволяет создавать новые даппы, публиковать их в нашем DApp Store. При создании нового Даппа создается сайдчейн (sidechain), данный сайдчейн работает поверх основного Crypti чейна, но безопасность и консенсус обеспечивают ноды, которые поддерживают дапп.

Таким образом пользователь может переводить его XCR (в будующем BTC) в сайдчен даппа и выполнять новую (описанную девелоперов даппа) логику, наподобие smart contracts, что есть в Ethereum.

https://www.youtube.com/watch?v=n6nrMx4GLjI - вот тут небольшая демонстрация нашего примера.
54  Local / Альтернативные криптовалюты / Re: [XCR] Crypti | DPoS | 100% собственный код | Даппс on: September 14, 2015, 12:51:47 PM
Скоро будет больше информации на русском.  Smiley
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 11, 2015, 08:30:35 PM
Helllo,
I tried to connet to my Web-Wallet (since a very long time  Wink ) ..but the Link from the Topic doesn´t work  Undecided

answer from browser:
Code:
Cannot GET /

Sent you pm.
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 10, 2015, 12:14:40 PM
Here's a little question. Once in a while I get e-mails from Vultr: "Our engineering team initiated a restart of the host node". Every time I need to run "forever start app.js" because the wallet is down after the node reboots. Is that right? Is there a way to make the wallet run automatically after reboot?

Here is doc:

https://github.com/crypti/crypti-docs/blob/master/install.md#autostart
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 10, 2015, 10:08:23 AM
Here's a little question. Once in a while I get e-mails from Vultr: "Our engineering team initiated a restart of the host node". Every time I need to run "forever start app.js" because the wallet is down after the node reboots. Is that right? Is there a way to make the wallet run automatically after reboot?

We made instruction just now, soon we will upload to our github.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 09, 2015, 12:38:04 PM
Hey guys Max here, I will use this account now for Crypti related things. Smiley

I confirm this with crypti's main account.
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 08, 2015, 07:50:19 PM
Announce moved to tomorrow, we are preparing some new dapps video with demonstration of work.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XCR] Crypti | DPoS | 100% own code | Dapps | Sidechains | Dapp Store on: September 08, 2015, 09:43:01 AM
Passion_ltc (Max) siad that he banned on forum.

Quote
Sorry Passion_ltc, you are banned from using this forum!
For security, your account has been locked.

I hope it temporary. Meanwhile join our slack http://slack.crypti.me/ Smiley
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!