Bitcoin Forum
April 26, 2024, 05:17:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 ... 878 »
  Print  
Author Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B  (Read 1191683 times)
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
February 01, 2017, 09:26:51 AM
 #4561

Will BTCD be all converted into this one? Or will they coexist? What's the point of switching to Komodo if BTCD has so much more potential?
komodo is btcd 2.0, rebranded
all of BTCD potential infuses komodo

Where can I find the Iguana Mac version?

Mac version is a bit late, and it will be published later. The latest estimation is today.

Once it is released you can find it from here: https://supernet.org/en/products/iguana

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
crys191971
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250


View Profile
February 01, 2017, 09:31:39 AM
 #4562

How long after the request is made payment is received coin in my wallet iguana?
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 01, 2017, 09:39:10 AM
 #4563

How long after the request is made payment is received coin in my wallet iguana?
I will do the fifth batch within next 12 hours

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
crys191971
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250


View Profile
February 01, 2017, 09:46:28 AM
 #4564

Thank you!
Bitcross
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
February 01, 2017, 09:49:46 AM
 #4565

If anyone is interested in mining KMD with GPU, I have setup a guide!

https://github.com/xRobeSx/kmd-gpu-mining


There are 3 necessary components:

1. Komodod

2. KMD-Nomp

3. Zcash GPU miner of your choosing


Once you have setup Komodod and KMD-Nomp, you can run your GPU miner just as you would with Zcash, but pointing it to your 127.0.0.1:7777 setup by KMD-Nomp instead.

This means you must be using a Linux miner, as Komodod and KMD-Nomp run on linux. If you wanted to install KMD-Nomp and Komodod on a linux machine on your network, you could use a windows GPU miner on another machine and point it to 192.168.1.xxx(linux machine with KMD-nope ip).

KMD-Nomp is mining pool software that interfaces with Komodod. In this case we will be pointing our miners to it locally, but with this software anyone can setup their own Komodo Mining Pool.


If anyone has any questions or needs help with setup, I am available. Feel free to PM me here, or for faster response join the SuperNET slack and message me.

Shout out to Metaphilibert and fhavik for their help with all of this. It was a team effort.

Hi

I tried to run the pool but gives me the following error:

[komodo] (Thread 4) Could not start pool, error with init batch RPC call: {"type":"offline","message":"connect ECONNREFUSED 127.0.0.1:4455"}

-----------------------------

komodo.conf:

rpcuser=u
rpcpassword=p
rpcport=4455
txindex=1
daemon=1
server=1
rpcallowip=127.0.0.1
addnode=5.9.102.210
addnode=78.47.196.146
addnode=178.63.69.164
addnode=88.198.65.74
addnode=5.9.122.241
addnode=144.76.94.38
blocknotify=node /home/bitcross/kmd-nomp/scripts/cli.js blocknotify komodo %s

--------------------------------

komodo.json


{
    "enabled": true,
    "coin": "komodo.json",

    "address": "<my_address>",
    "_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

    "zAddress": "ztqgT4xsouCyjHXrFtXnDVgtvPRmURMgHQw2gd39dLdtoYkmPACScHturZjqsNdAPtP6JCLaWmZmYDq bjCMRgdCfQ2vjY2K",
    "_comment_zAddress": "a private address used to send coins to tAddress.",

    "tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb",
    "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",

    "walletInterval": 10,

    "rewardRecipients": {
    },

    "paymentProcessing": {
        "enabled": false,
        "paymentInterval": 30,
        "minimumPayment": 1,
        "daemon": {
            "host": "127.0.0.1",
            "port": 4455,
            "user": "u",
            "password": "p"
        }
    },

    "ports": {
        "7777": {
            "diff": 0.05,
            "varDiff": {
                "minDiff": 0.04,
                "maxDiff": 16,
                "targetTime": 15,
                "retargetTime": 60,
               "variancePercent": 30
            }
        }
    },

    "daemons": [
        {
            "host": "127.0.0.1",
            "port": 4455,
            "user": "u",
            "password": "p"
        }
...


Any sugestions?

Thanks!
yassin54
Legendary
*
Offline Offline

Activity: 1540
Merit: 1000


View Profile
February 01, 2017, 09:55:28 AM
Last edit: February 01, 2017, 10:49:22 AM by yassin54
 #4566

Receive Free Coins: Guaranteed KMD Interest.


OrsonJ
Sr. Member
****
Offline Offline

Activity: 597
Merit: 253


... and the swarm is headed towards us


View Profile WWW
February 01, 2017, 10:06:53 AM
 #4567

I tried to send some KMD from iguana (Basilisk mode) as a test but it isn't working for me. On Ubuntu 16.04 and using the default transaction fee. When I press confirm a little blue stripe zips across the top as if it's being executed but then nothing beyond that happens. Thanks in advance for your help.

Zano alias: @orsonj  |  Twitter: @Cryptoschild
Bitcross
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
February 01, 2017, 10:15:26 AM
Last edit: February 01, 2017, 08:11:33 PM by Bitcross
 #4568

Solved with ./src/komodod  Wink


If anyone is interested in mining KMD with GPU, I have setup a guide!

https://github.com/xRobeSx/kmd-gpu-mining


There are 3 necessary components:

1. Komodod

2. KMD-Nomp

3. Zcash GPU miner of your choosing


Once you have setup Komodod and KMD-Nomp, you can run your GPU miner just as you would with Zcash, but pointing it to your 127.0.0.1:7777 setup by KMD-Nomp instead.

This means you must be using a Linux miner, as Komodod and KMD-Nomp run on linux. If you wanted to install KMD-Nomp and Komodod on a linux machine on your network, you could use a windows GPU miner on another machine and point it to 192.168.1.xxx(linux machine with KMD-nope ip).

KMD-Nomp is mining pool software that interfaces with Komodod. In this case we will be pointing our miners to it locally, but with this software anyone can setup their own Komodo Mining Pool.


If anyone has any questions or needs help with setup, I am available. Feel free to PM me here, or for faster response join the SuperNET slack and message me.

Shout out to Metaphilibert and fhavik for their help with all of this. It was a team effort.

Hi

I tried to run the pool but gives me the following error:

[komodo] (Thread 4) Could not start pool, error with init batch RPC call: {"type":"offline","message":"connect ECONNREFUSED 127.0.0.1:4455"}

-----------------------------

komodo.conf:

rpcuser=u
rpcpassword=p
rpcport=4455
txindex=1
daemon=1
server=1
rpcallowip=127.0.0.1
addnode=5.9.102.210
addnode=78.47.196.146
addnode=178.63.69.164
addnode=88.198.65.74
addnode=5.9.122.241
addnode=144.76.94.38
blocknotify=node /home/bitcross/kmd-nomp/scripts/cli.js blocknotify komodo %s

--------------------------------

komodo.json


{
    "enabled": true,
    "coin": "komodo.json",

    "address": "<my_address>",
    "_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

    "zAddress": "ztqgT4xsouCyjHXrFtXnDVgtvPRmURMgHQw2gd39dLdtoYkmPACScHturZjqsNdAPtP6JCLaWmZmYDq bjCMRgdCfQ2vjY2K",
    "_comment_zAddress": "a private address used to send coins to tAddress.",

    "tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb",
    "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",

    "walletInterval": 10,

    "rewardRecipients": {
    },

    "paymentProcessing": {
        "enabled": false,
        "paymentInterval": 30,
        "minimumPayment": 1,
        "daemon": {
            "host": "127.0.0.1",
            "port": 4455,
            "user": "u",
            "password": "p"
        }
    },

    "ports": {
        "7777": {
            "diff": 0.05,
            "varDiff": {
                "minDiff": 0.04,
                "maxDiff": 16,
                "targetTime": 15,
                "retargetTime": 60,
               "variancePercent": 30
            }
        }
    },

    "daemons": [
        {
            "host": "127.0.0.1",
            "port": 4455,
            "user": "u",
            "password": "p"
        }
...


Any sugestions?

Thanks!
hansen.ng
Sr. Member
****
Offline Offline

Activity: 632
Merit: 250



View Profile
February 01, 2017, 10:17:20 AM
 #4569

Receive Free Coins: Quaranteed KMD Interest

Do you hold KMD? We have news for you: you are earning interest! The best part is that even your cold storage address buried 10 feet into the ground is accumulating more precious KMD.

Read More

It's "Guaranteed " not Quaranteed , not a grammar nazi lol

.
PROTECTING YOUR PRIVACY
WITH BITCOIN'S HASHRATE






.
POWERS SuperNET
TECHNOLOGY
.
░░░░░░░░░▀▀▀█████████
░░░░░░░░░░░░░░░████████
░░░░▄███████▄░░░░████████
░░░░███████████░░░░██████
░░░▀███████████░░░░████░░
███▄░░░░░░░░░░▀████░░░███░░██
█████▄▄▄▄▄▄▄▄▄▄▄████░░░██░░██
█████████████▄░░████░░░░░
░░█████████████░░█████
░░░░█████████▀░░░██████▌
░░░░░░░▀▀▀▀░░░░▄████████▌
░░░░░░░░░░▄▄▄▄███████
SuperNET.org
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
February 01, 2017, 10:20:32 AM
 #4570

Receive Free Coins: Quaranteed KMD Interest

Do you hold KMD? We have news for you: you are earning interest! The best part is that even your cold storage address buried 10 feet into the ground is accumulating more precious KMD.

Read More

It's "Guaranteed " not Quaranteed , not a grammar nazi lol

Oh, that's a stupid blunder.

We will fix it.

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
BiX0x4
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
February 01, 2017, 10:36:35 AM
 #4571

Receive Free Coins: Quaranteed KMD Interest

Do you hold KMD? We have news for you: you are earning interest! The best part is that even your cold storage address buried 10 feet into the ground is accumulating more precious KMD.

Read More

"To collect the interest simply send the KMD to a new address, and then you are credited with new coins!"

So i just must create a new wallet with new seed and send my komodo there from old wallet ?
OrsonJ
Sr. Member
****
Offline Offline

Activity: 597
Merit: 253


... and the swarm is headed towards us


View Profile WWW
February 01, 2017, 10:44:42 AM
 #4572

I tried to send some KMD from iguana (Basilisk mode) as a test but it isn't working for me. On Ubuntu 16.04 and using the default transaction fee. When I press confirm a little blue stripe zips across the top as if it's being executed but then nothing beyond that happens. Thanks in advance for your help.

What's the official repo for the KMD daemon? Maybe it'd be a good idea to put clearly marked links to it and the latest version of iguana somewhere in the OP. Cheers!

Zano alias: @orsonj  |  Twitter: @Cryptoschild
BALIK
Copper Member
Hero Member
*****
Offline Offline

Activity: 2058
Merit: 591


🍓 BALIK Never DM First


View Profile
February 01, 2017, 11:12:38 AM
 #4573

Can someone help me? I downloaded the iguana wallet x32 version and when I tried to install it I got the error that vs_redist x64 cannot install on my PC since it's x32-bit version? I also downloaded the x32 version of vs_redist but I still cannot run the iguana wallet?


btvGainer
Legendary
*
Offline Offline

Activity: 854
Merit: 1000


View Profile WWW
February 01, 2017, 11:23:21 AM
 #4574

Receive Free Coins: Quaranteed KMD Interest

Do you hold KMD? We have news for you: you are earning interest! The best part is that even your cold storage address buried 10 feet into the ground is accumulating more precious KMD.

Read More

"To collect the interest simply send the KMD to a new address, and then you are credited with new coins!"

So i just must create a new wallet with new seed and send my komodo there from old wallet ?
Can't we use a better term than "interest"?.This is certainly not similar to a Bank interest where we earn interest by Bank lending our money to others.
dzarmush
Legendary
*
Offline Offline

Activity: 1806
Merit: 1001


View Profile
February 01, 2017, 11:25:47 AM
 #4575

Can someone help me? I downloaded the iguana wallet x32 version and when I tried to install it I got the error that vs_redist x64 cannot install on my PC since it's x32-bit version? I also downloaded the x32 version of vs_redist but I still cannot run the iguana wallet?

https://i.imgur.com/GYRRzm8.png

I got two of those errors during installation of W7 x64, but it's been installed fine. I don't know what was that.

celot
Sr. Member
****
Offline Offline

Activity: 1492
Merit: 269



View Profile
February 01, 2017, 11:28:07 AM
 #4576

only 21586.78066492 KMD in exchange, where 100 M KMD?

.
1xBit.com TICKET RUSH
                                       ▄██▄▄
    ▄▄▄▀▀█████▀▀▄▄▄            ▄▄    ▄███████▄
  ▄▀      ▀█▀      ▀▄        ▄█████████████████▄
 ██▌       █       ▐██      ▄████████████████▀▀██
████▄▄   ▄▄█▄▄   ▄▄████   ▄████████████████▀████
██▀   ▀▀███████▀▀   ▀██▄▄██████████████▀▀███▄▄██
█        █████        ██████████████▀██████▀▀ ▄▀
█       █     █       ███████████▀▀███▀▀▀▀▄▀▀
 █▄▄▄▄▄▀       ▀▄▄▄▄█████████████▀▀
  ▀████▄       ▄███████████████▀▀
    ▀▀▀██▄▄▄▄▄███████████████
               ████████▀▀
               ▀█▄▄▀ ▀
██████████
██
██
██
██
██
██
██
██
██
██
██
██████████
.
BET ON
WORLD CUP &
COLLECT TICKETS!
|.
██████████
██
██
██
██
██
██
██
██
██
██
██
██████████
██████████
██
██
██
██
██
██
██
██
██
██
██
██████████
.
TAKE PART
██████████
██
██
██
██
██
██
██
██
██
██
██
██████████
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
February 01, 2017, 11:28:53 AM
 #4577

Receive Free Coins: Quaranteed KMD Interest

Do you hold KMD? We have news for you: you are earning interest! The best part is that even your cold storage address buried 10 feet into the ground is accumulating more precious KMD.

Read More

"To collect the interest simply send the KMD to a new address, and then you are credited with new coins!"

So i just must create a new wallet with new seed and send my komodo there from old wallet ?
Can't we use a better term than "interest"?.This is certainly not similar to a Bank interest where we earn interest by Bank lending our money to others.


True, which term would you suggest? Staking is not a good term, because this is not staking.

Describing it as interest has it good sides: everyone understand what we are talking about and it is somewhat accurate.

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
Wapinter
Legendary
*
Offline Offline

Activity: 2632
Merit: 1026

Hire me for Bounty Management


View Profile
February 01, 2017, 11:29:56 AM
 #4578

where exchange will list komodo, any information?
Already added to coinexchange.io https://www.coinexchange.io/market/KMD/BTC

KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
February 01, 2017, 11:31:06 AM
 #4579

only 21586.78066492 KMD in exchange, where 100 M KMD?

What do you mean? We are not in any major exchange yet. The 100M KMD exists and everyone is able to move them wherever they please. From where did you get the number 21,586?

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
February 01, 2017, 11:34:05 AM
 #4580

where exchange will list komodo, any information?
Already added to coinexchange.io https://www.coinexchange.io/market/KMD/BTC
But be careful with the smaller less known exchanges. We don't officially endorse anything.

It should be needles to say that sending your money to any central site involves risks, and that everyone as the investor must make their own risk assessments and decisions.

Once the KMD is moved out of our ICO site it is no longer our responsibility.

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
Pages: « 1 ... 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 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 ... 878 »
  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!