Pages:
Author

Topic: Dinastycoin. Team members. CryptoNote. MANDATORY UPDATE. GUI-Wallet. - page 7. (Read 34753 times)

newbie
Activity: 35
Merit: 0
Hello
I can't start gui wallet...
"Blockchain load error"

how can I start the wallet?

os: win srv 2016 x64

thanks very much for help)))
I solved my issue with the wallet by myself. I found a bug in the wallet...

it looks like the project is dying... there is no support from developers
newbie
Activity: 16
Merit: 0
important question,  I just made a paper wallet without doing any simple wallet or gui wallet.

How can I see my balance?
newbie
Activity: 2
Merit: 0
Thank you for your reply. I think the dcy team should deal with the problem
newbie
Activity: 38
Merit: 0
Hi, I've uploaded some Kevin dcy to the cryptopia site. Unfortunately, I still did not receive. I forgot to use paymentid. Please guide me. Thank you.

Hi bro i had the same problem , well actually because of me  that Alpha btc  have updated their withdraw Id payment it doesn't exist at all!! i'm afraid you   have lose your coins ,  it's been like a week and still didn't get my coins yet through Cryptopia ,  so probably the coins are  stuck in the blockchain  , well here another coin that have the same protocol  == >>  https://bipcoin.org/?p=1537

Hi bro actually i did send DCY  from Alpha btc to cryptopia and using  now Payment id and the dcy deposit address , they are saying done , but  i have no record in Cryptopia , I think it has something to do with Alpha btc , probably scam exchange!!
newbie
Activity: 38
Merit: 0
Hi, I've uploaded some Kevin dcy to the cryptopia site. Unfortunately, I still did not receive. I forgot to use paymentid. Please guide me. Thank you.

Hi bro i had the same problem , well actually because of me  that Alpha btc  have updated their withdraw Id payment it doesn't exist at all!! i'm afraid you   have lose your coins ,  it's been like a week and still didn't get my coins yet through Cryptopia ,  so probably the coins are  stuck in the blockchain  , well here another coin that have the same protocol  == >>  https://bipcoin.org/?p=1537
newbie
Activity: 2
Merit: 0
Hi, I've uploaded some Kevin dcy to the cryptopia site. Unfortunately, I still did not receive. I forgot to use paymentid. Please guide me. Thank you.
newbie
Activity: 1
Merit: 0
this is a very interesting project, since i live in Italy. but is it still alive? haven't found news from creators for a while...
newbie
Activity: 25
Merit: 0
Is there a discord channel?
newbie
Activity: 35
Merit: 0
Hello
I can't start gui wallet...
"Blockchain load error"

how can I start the wallet?

os: win srv 2016 x64
sr. member
Activity: 291
Merit: 250
Wrong Linux. Use 14.04.and you need to use 0.10.25 and npm 1.3.5

I've run XMR, MSR, BIP, SUP, and XUN on the 16.04 .... usually it has to do with either dependencies or the links used in the package.json file ... so if you have it running on 14.04 uding 0.10.25 .... will it be possible to share the package.json file Smiley ?
newbie
Activity: 53
Merit: 0
Wrong Linux. Use 14.04.and you need to use 0.10.25 and npm 1.3.5
sr. member
Activity: 291
Merit: 250

What is your Linux version? 

Ubuntu 16.04

Node version?
Npm version?

I use nvm so can setup from it any version of node / npm ... but here i tried it with 0.10.45 & 4.5

If you can't set it up you probably Shouldn't run a pool...

thank you for your concern, but mostly i run pool for two things, one is to learn how to, second i use them for my own solo mining and not for public use ..... maybe one day i will start a public pool ... but not right now

newbie
Activity: 53
Merit: 0

Code:
module.js:340
    throw err;
          ^
Error: Cannot find module '/home/mylin/Pools/dcy-pool/node_modules/bignum/binding/bignum.node'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/mylin/Pools/dcy-pool/node_modules/bignum/index.js:4:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
2018-02-20 16:12:07 [master] Pool fork 4 died, spawning replacement worker...

any ideas?

im using default code from https://github.com/forknote/cryptonote-forknote-pool with no changes in it except the usual coin and nginx setup!

What is your Linux version?
Node version?
Npm version?

If you can't set it up you probably Shouldn't run a pool...
newbie
Activity: 2
Merit: 0
What an interesting concept! I hope to be with you guys till the end.
sr. member
Activity: 291
Merit: 250
for all those who are promoting "lets spread the hash around" , im trying to build a pool and keep getting this error:

Code:
module.js:340
    throw err;
          ^
Error: Cannot find module '/home/mylin/Pools/dcy-pool/node_modules/bignum/binding/bignum.node'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/mylin/Pools/dcy-pool/node_modules/bignum/index.js:4:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
2018-02-20 16:12:07 [master] Pool fork 4 died, spawning replacement worker...

any ideas?

im using default code from https://github.com/forknote/cryptonote-forknote-pool with no changes in it except the usual coin and nginx setup!

this is the package.json :

Code:
{
    "name": "forknote-pool",
    "version": "0.0.1",
    "license": "GPL-2.0",
    "authors": "Matthew Little",
    "repository": {
        "type": "git",
        "url": "https://github.com/forknote/forknote-pool"
    },
    "dependencies": {
        "bignum": "*",
        "async": "1",
        "redis": "*",
        "cli-color": "*",
        "dateformat": "*",
        "base58-native": "*",
        "multi-hashing": "git://github.com/fancoder/node-multi-hashing.git",
        "cryptonote-util": "git://github.com/forknote/node-cryptonote-util.git"
    },
    "engines": {
        "node": ">=0.10"
    }
}
newbie
Activity: 7
Merit: 0
I can not transfer cryptopia from gui wallet  Cry

I have written the payment id and address.

reastart 3x 4x ... Smiley

it works for me...

Have to wait ... 2hour or 15hour...

Cryptopia slow...


restart pc or wallet?
member
Activity: 224
Merit: 12
Pls Donate Merit :)
I can not transfer cryptopia from gui wallet  Cry

I have written the payment id and address.

reastart 3x 4x ... Smiley

it works for me...

Have to wait ... 2hour or 15hour...

Cryptopia slow...

newbie
Activity: 39
Merit: 0
I can not transfer cryptopia from gui wallet  Cry

I have written the payment id and address.
member
Activity: 224
Merit: 12
Pls Donate Merit :)
DEV should fix it the wallet....  Sad  Smiley

Restart is required... 3-4x  then it is charged properly...  Smiley
newbie
Activity: 6
Merit: 0
Hy guys, first post here.

I am mining DCY on this pool: http://poolmining1.dinastycoin.com/
It usually has more than 15% of total Network Hashrate.

Pool is not always working, sometimes you just have to delete # to make the website work.

I always got my Payments at 100DCY.

Also using this pool you get the amount that WhatToMine says, +/- difficulty, that grew strong the last few days.

Happy Mining!
Pages:
Jump to: