Author

Topic: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS - page 276. (Read 804701 times)

hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
Hi Everyone,

I have a created a small app called CryptiKit for installing & managing crypti nodes on Ubuntu based cloud servers.

Source code is available here:

- https://github.com/karmacoma/cryptikit

Available commands:

Code:
rake get_loading       # Get loading status
rake install_deps      # Install dependencies
rake install_nodes     # Install crypti nodes
rake start_nodes       # Start crypti nodes
rake stop_nodes        # Stop crypti nodes
rake uninstall_nodes   # Uninstall crypti nodes

Be sure to read the README for instructions. It is an initial release, knocked it up within an hour or so ;o)

I have tested these tasks on Digital Ocean and GetClouder using Ubuntu 14.04 droplets / containers. Please let me know if you encounter any issues.

Just wanted to contribute something back to the community and help my fellow crypti forgers Smiley

Kind regards, Karmacoma24.

Great work!
full member
Activity: 178
Merit: 100
LiskHQ CTO
Hi Everyone,

I have a created a small app called CryptiKit for installing & managing crypti nodes on Ubuntu based cloud servers.

Source code is available here:

- https://github.com/karmacoma/cryptikit

Available commands:

Code:
rake get_loading       # Get loading status
rake install_deps      # Install dependencies
rake install_nodes     # Install crypti nodes
rake start_nodes       # Start crypti nodes
rake stop_nodes        # Stop crypti nodes
rake uninstall_nodes   # Uninstall crypti nodes

Be sure to read the README for instructions. It is an initial release, knocked it up within an hour or so ;o)

I have tested these tasks on Digital Ocean and GetClouder using Ubuntu 14.04 droplets / containers. Please let me know if you encounter any issues.

Just wanted to contribute something back to the community and help my fellow crypti forgers Smiley

Kind regards, Karmacoma24.
sr. member
Activity: 490
Merit: 250
hero member
Activity: 518
Merit: 500
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?

I will give you the basics...

Each node out there wether yours or someone else's simply reads the blockchian and shows the info in the blockchain in the form of a wallet...

If you have an address and have that address's passphrase you can access it's info from any node/wallet...

There is some wording that we may need to change...
The Web Wallet may be best called a Web Node

The word wallet is being double defined... we us it to refer to a hosting node that anyone can access and we use it to define ownership of an account...

So if you download and run the software... you are simply hosting a node that ppl can use to access their wallet..

It may be best to not even use the word wallet instead we use

Web Node
Local Node
Account (wallet)
Address


Here this is how it would read...
You can use the Web Node to access your Crypti account which can be accessed from any Node out there. Your account is secured with your passphrase and is used to send and receive Crypti. You may also choose to host your own Node and accsess your account info from your Local node. This Local Node has all the same info as every other Node out there. Every Node uses the Blockchain as a ledger or a recored of transactions, every Node is in sync with each other. The other thing you can do is Forge on your Local Node, if you have a min of 1000 Crypti in an account. All you must do is give your Local Node access to your account, this is done by providing your account passphrase to your Local Node.

So uptime is the only factor?

Edit: received the withrawed amount from bter without any other issues, thanks


Uptime is added to the weight created by your purchases through the Proof-of-Purchase factor. This allows the assigning of weight based on purchases to a validated merchant account (registered with the Crypti blockchain). This also incorporates a very small random factor into the equation. This is to ensure that if two people start nodes at the same time, don't ever purchase anything, and have no other weight, the tie can be broken as to who would forge a block first.

So ultimately, the equation is PoT + PoP + Tiny Random = Weight for Forging.

Keep in mind the PoT factor is higher than the PoP factor and we have other measures in place to deter users from gaming the system by continually buying from their own validated merchant store.
member
Activity: 71
Merit: 10
0.1.6c up and running on Linux Mint 17 x86_64bit
sr. member
Activity: 331
Merit: 250
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?

I will give you the basics...

Each node out there wether yours or someone else's simply reads the blockchian and shows the info in the blockchain in the form of a wallet...

If you have an address and have that address's passphrase you can access it's info from any node/wallet...

There is some wording that we may need to change...
The Web Wallet may be best called a Web Node

The word wallet is being double defined... we us it to refer to a hosting node that anyone can access and we use it to define ownership of an account...

So if you download and run the software... you are simply hosting a node that ppl can use to access their wallet..

It may be best to not even use the word wallet instead we use

Web Node
Local Node
Account (wallet)
Address


Here this is how it would read...
You can use the Web Node to access your Crypti account which can be accessed from any Node out there. Your account is secured with your passphrase and is used to send and receive Crypti. You may also choose to host your own Node and accsess your account info from your Local node. This Local Node has all the same info as every other Node out there. Every Node uses the Blockchain as a ledger or a recored of transactions, every Node is in sync with each other. The other thing you can do is Forge on your Local Node, if you have a min of 1000 Crypti in an account. All you must do is give your Local Node access to your account, this is done by providing your account passphrase to your Local Node.

So uptime is the only factor?

Edit: received the withrawed amount from bter without any other issues, thanks
hero member
Activity: 504
Merit: 500
Communications Lead
sr. member
Activity: 490
Merit: 250
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?

I will give you the basics...

Each node out there wether yours or someone else's simply reads the blockchian and shows the info in the blockchain in the form of a wallet...

If you have an address and have that address's passphrase you can access it's info from any node/wallet...

There is some wording that we may need to change...
The Web Wallet may be best called a Web Node

The word wallet is being double defined... we us it to refer to a hosting node that anyone can access and we use it to define ownership of an account...

So if you download and run the software... you are simply hosting a node that ppl can use to access their wallet..

It may be best to not even use the word wallet instead we use

Web Node
Local Node
Account (wallet)
Address


Here this is how it would read...
You can use the Web Node to access your Crypti account which can be accessed from any Node out there. Your account is secured with your passphrase and is used to send and receive Crypti. You may also choose to host your own Node and accsess your account info from your Local node. This Local Node has all the same info as every other Node out there. Every Node uses the Blockchain as a ledger or a recored of transactions, every Node is in sync with each other. The other thing you can do is Forge on your Local Node, if you have a min of 1000 Crypti in an account. All you must do is give your Local Node access to your account, this is done by providing your account passphrase to your Local Node.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
BTER after submitting ticket:

"oops.
We're sorry, but something went wrong.
Take me back to the homepage"

So I can't submit my problem either.

I wrote to it email too.
So, let's wait.

They will answer asap, i hope.
sr. member
Activity: 331
Merit: 250
BTER after submitting ticket:

"oops.
We're sorry, but something went wrong.
Take me back to the homepage"

So I can't submit my problem either.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
Thanks.

I cashed out some XRC from BTER, showing as sent with TXID 6361512558294981955. On the other hand both the web wallet and personal node show nothing in balance. The cashout was a few hours ago.

Also the node is updating quite slowly, about 1.4 megs in 30minutes. When I downloaded the blockchain you posted, the block counting started going downwards, so I had to start from scratch. I might have done this a few times (deleting/reinstalling) and now it seems the blockchain is downloading very slow for some reason.

Download this blockchain, it's today blockchain, synced good for me in few minutes.

http://downloads.crypti.me/crypti-node/blockchains/blockchain.db


Thanks, I'll re-download the blockchain as soon as the host is back up. Meanwhile, what can I do about the XCR I cashed out from bter a few hours ago  and are not showing in the wallet ? ( webwallet )

I don't see your transaction in blockchain or in unconfirmed transactions. Send support ticket to Bter please, i will ask too.
sr. member
Activity: 331
Merit: 250
Thanks.

I cashed out some XRC from BTER, showing as sent with TXID 6361512558294981955. On the other hand both the web wallet and personal node show nothing in balance. The cashout was a few hours ago.

Also the node is updating quite slowly, about 1.4 megs in 30minutes. When I downloaded the blockchain you posted, the block counting started going downwards, so I had to start from scratch. I might have done this a few times (deleting/reinstalling) and now it seems the blockchain is downloading very slow for some reason.

Download this blockchain, it's today blockchain, synced good for me in few minutes.

http://downloads.crypti.me/crypti-node/blockchains/blockchain.db


Thanks, I'll re-download the blockchain as soon as the host is back up. Meanwhile, what can I do about the XCR I cashed out from bter a few hours ago  and are not showing in the wallet ? ( webwallet )
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
Thanks.

I cashed out some XRC from BTER, showing as sent with TXID 6361512558294981955. On the other hand both the web wallet and personal node show nothing in balance. The cashout was a few hours ago.

Also the node is updating quite slowly, about 1.4 megs in 30minutes. When I downloaded the blockchain you posted, the block counting started going downwards, so I had to start from scratch. I might have done this a few times (deleting/reinstalling) and now it seems the blockchain is downloading very slow for some reason.

Download this blockchain, it's today blockchain, synced good for me in few minutes.

http://downloads.crypti.me/crypti-node/blockchains/blockchain.db

sr. member
Activity: 331
Merit: 250
Thanks.

I cashed out some XRC from BTER, showing as sent with TXID 6361512558294981955. On the other hand both the web wallet and personal node show nothing in balance. The cashout was a few hours ago.

Also the node is updating quite slowly, about 1.4 megs in 30minutes. When I downloaded the blockchain you posted, the block counting started going downwards, so I had to start from scratch. I might have done this a few times (deleting/reinstalling) and now it seems the blockchain is downloading very slow for some reason.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?

It's not based on your XCR amount.
Later we will provide more details and will describe algos.
hero member
Activity: 518
Merit: 500
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?

I will add pages to the wiki tonight to answer these questions and update you with the links.
legendary
Activity: 1344
Merit: 1000
My friend has a lot in this coin. I see why, I will consider buying it when I see the end product. Infancy state atm. but I like it.

I want third party code review done. I understand you want it closed it will yield you better success if you get ahead before people start cloning it.

Please get this done so I can get opinion on how innovative it is and what I'm buying.


I like whales, whales are cool  Cool
Big guns in da game! 
Yeah!
 Grin
sr. member
Activity: 331
Merit: 250
I would like to know more details on forging.
Is forging dependant on coin amount ?
What happens if someone creates a new wallet using my node, and deposits XCR there. Does it count towards node staking?
sr. member
Activity: 378
Merit: 250
Has anyone had a chance to upgrade and get 0.1.6c running? We want to ensure we aren't seeing the syncing and other issues people were noting in the previous version.

It was running well for us in tests (I ran nodes for 2 days with no issues), but it seems like we see the issues creep up once everyone on different platforms and systems starts running their nodes so any feedback would be appreciated!

Thanks guys!

Seems to be working fine for me now on AWS, and I was one of those who had problems with previous versions. Thanks!
legendary
Activity: 1344
Merit: 1000
I wonder how many days left for the Windows wallet, any ETA? There are lots of people who will join us when the windows wallet is ready I guess...

I'm eagerly waiting for it as well, I hate to have a lot of wealth locked at exchanges. Now if only we could persuade Bter to take their 1% of coins and ease withdrawal fee ...

I withdraw mine via wallet.crypti.me yesterday. You know, coins are not in wallet, they are in blockchain, so you just need wallet.crypti.me and good password to generate withdraw address.
Jump to: