Bitcoin Forum
April 24, 2024, 02:45:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 ... 83 »
  Print  
Author Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin.  (Read 282624 times)
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 08, 2013, 04:12:25 PM
 #381

Thanks, I'll merge it in the next release. Smiley
1713926712
Hero Member
*
Offline Offline

Posts: 1713926712

View Profile Personal Message (Offline)

Ignore
1713926712
Reply with quote  #2

1713926712
Report to moderator
1713926712
Hero Member
*
Offline Offline

Posts: 1713926712

View Profile Personal Message (Offline)

Ignore
1713926712
Reply with quote  #2

1713926712
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713926712
Hero Member
*
Offline Offline

Posts: 1713926712

View Profile Personal Message (Offline)

Ignore
1713926712
Reply with quote  #2

1713926712
Report to moderator
ifeltsweet
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 08, 2013, 05:01:07 PM
 #382

Do you know how to compile under mac osx to include all dependencies in the app bundle, thus eliminating need for end user to download dependencies themselves? Much like bitcoin-qt and litecoin-qt do it.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 08, 2013, 05:09:39 PM
Last edit: April 08, 2013, 05:20:28 PM by Balthazar
 #383

Do you know how to compile under mac osx to include all dependencies in the app bundle, thus eliminating need for end user to download dependencies themselves? Much like bitcoin-qt and litecoin-qt do it.
Try this

Code:
qmake "RELEASE=1"

command and then compile as usual. It should help with this. Then you will be able to generate .dmg using MAC deployment script.

P.S. deployment scripts for MAC and debian-based linux distros will be updated soon.
ifeltsweet
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 08, 2013, 07:27:28 PM
 #384

Then you will be able to generate .dmg using MAC deployment script.

Thanks! macdeployqt was the key. I will post links to .dmg later if anyone needs.
ifeltsweet
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 08, 2013, 09:17:12 PM
 #385

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

Mac OSX (Mountain Lion) Binary:

NovaCoin-Qt.dmg - http://ge.tt/7jfbWWd/v/0

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

Spent half a day baking this, hope it's useful to someone. Cheers.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 09, 2013, 12:36:46 PM
 #386

Block #15000 solved. Smiley
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 09, 2013, 07:31:07 PM
 #387

novacoind does not have getworkex implemented ?

Is there a patch to use it with pushpool somewhere ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 09, 2013, 09:31:58 PM
 #388

There is no getworkex support yet. Maybe I will add it later.. But anyway, additional patches for pushpoold are required because transactions format is different from BTC clones. I'll try to analyze pushpoold sources now. Roll Eyes
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 09, 2013, 10:32:37 PM
Last edit: April 09, 2013, 11:27:45 PM by Balthazar
 #389

Maybe I will add it later..
  Smiley

https://github.com/CryptoManiac/novacoin/commit/82afa858be3517ba477b4448809d3f7a3355ec01

+

https://github.com/CryptoManiac/pushpool

Not tested quite well, but works in testnet:

Quote
[
    {
        "account" : "",
        "category" : "immature",
        "amount" : 87.64000000,
        "confirmations" : 2,
        "blockhash" : "0000014ef99e0dcd9741f397bae52d8457201a9a6c1119dae2e4ff3b5ed9c2b9",
        "blockindex" : 0,
        "txid" : "a14476430418b7bdb81082eb750273533adb69c2fa2ae27bab74a366eee61519",
        "time" : 1365546547
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 88.28000000,
        "confirmations" : 1,
        "blockhash" : "0000034d1c21dbcc3ebf5edf9dba7071dacb46076fa249b368d132afc58aa688",
        "blockindex" : 0,
        "txid" : "cee5b8da69b09c92239e20a577f57ddc5b8b951376aef72b01b4be4a25180766",
        "time" : 1365546629
    }
]
kha0S
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile
April 10, 2013, 09:36:30 AM
 #390

Already deployed new versions at khore pool.
After around 30 minutes runing:

- Decrease in Load Avg (from 0.5 to  ~ 0.25)
- Decrese in used memory (from 21 to 15%)
- And the best part: novacoind is now much more responsive when abusing from RPC calls  Grin

Will leave it under surveillance a couple of hours more, but from what I've seen: great work!

khaos

GIVE-ME-COINS.com - The Professional Multicoin Pool -BTC LTC PPC FTC VTC

KHORE Pool - The biggest & fastest NVC pool

Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 11, 2013, 02:26:04 PM
 #391

Working on 0.4 release currently, it will merge almost all current bitcoin features. More information will be available few days later, because it still requires a little debugging. Roll Eyes
VforVictory
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

V for Victory or Rather JustV8


View Profile
April 11, 2013, 03:27:41 PM
 #392

Working on 0.4 release currently, it will merge almost all current bitcoin features. More information will be available few days later, because it still requires a little debugging. Roll Eyes

What features would those be? O_o
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 11, 2013, 03:49:23 PM
 #393

Multithreaded RPC server, rawtransactions, debugging tools, etc. And it will no longer be a direct PPC fork. Roll Eyes
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 11, 2013, 07:18:41 PM
 #394

Maybe I will add it later..
  Smiley

https://github.com/CryptoManiac/novacoin/commit/82afa858be3517ba477b4448809d3f7a3355ec01

+

https://github.com/CryptoManiac/pushpool

Not tested quite well, but works in testnet:

Quote
[
    {
        "account" : "",
        "category" : "immature",
        "amount" : 87.64000000,
        "confirmations" : 2,
        "blockhash" : "0000014ef99e0dcd9741f397bae52d8457201a9a6c1119dae2e4ff3b5ed9c2b9",
        "blockindex" : 0,
        "txid" : "a14476430418b7bdb81082eb750273533adb69c2fa2ae27bab74a366eee61519",
        "time" : 1365546547
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 88.28000000,
        "confirmations" : 1,
        "blockhash" : "0000034d1c21dbcc3ebf5edf9dba7071dacb46076fa249b368d132afc58aa688",
        "blockindex" : 0,
        "txid" : "cee5b8da69b09c92239e20a577f57ddc5b8b951376aef72b01b4be4a25180766",
        "time" : 1365546629
    }
]

I'm trying to get it running with pushpoold but get:

marcel@ubuntu:~/pushpool$ ./pushpoold -E -F -D 2
[2013-04-11 19:19:51.126285] Debug output enabled
[2013-04-11 19:19:51.126640] Forcing local hostname to localhost.localdomain
[2013-04-11 19:19:51.169932] Listening on host :: port 8336
[2013-04-11 19:19:51.169996] Listening on host :: port 8337
[2013-04-11 19:19:51.171575] initialized
[2013-04-11 19:19:51.171597] Enabling 300s LP keep-alive
[2013-04-11 19:19:51.171612] Enabling fetch_new_work timer
DEBUG: fetch new work
JSON protocol request:
{"method": "getworkex", "params": [], "id":1}

* About to connect() to 127.0.0.1 port 8333 (#0)
*   Trying 127.0.0.1...
* TCP_NODELAY set
* connected
* Connected to 127.0.0.1 (127.0.0.1) port 8333 (#0)
* Server auth using Basic with user 'rpcu'
> POST / HTTP/1.1
Authorization: Basic cnBjdTpycGNwNHNzbm92YQ==
Host: 127.0.0.1:8333
Accept: */*
Accept-Encoding: deflate, gzip
Content-type: application/json
Content-Length: 47

* additional stuff not fine transfer.c:1037: 0 0
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Thu, 11 Apr 2013 19:19:51 +0000
< Connection: close
< Content-Length: 623
< Content-Type: application/json
< Server: novacoin-json-rpc/v0.3.5-ppc-6-g82afa85-beta
<
* Closing connection #0
JSON protocol response:
{
   "error": null,
   "result": {
      "data": "00000003f7235300c92e0464048188149116df7d7ea24947c1a63c640c6b411a10e13cd0f33c64b 208d330fe97449eda3260d7a8793c65909dbc46755226b73c1631c78f51670ce51c055b1a000000 0000000080000000000000000000000000000000000000000000000000000000000000000000000 0000000000080020000",
      "merkle": [],
      "coinbase": "01000000e50c6751010000000000000000000000000000000000000000000000000000000000000 000ffffffff0c02e33b010c062f503253482fffffffff010032c80000000000232102b25558a310 529f5b7ee427511183a576d67dfe1524c676b626ff96cd204fb84bac00000000",
      "target": "000000000000000000000000000000000000000000000000001a5b0500000000"
   },
   "id": 1
}
[2013-04-11 19:19:51.172706] error: using aux chains but getworkex not available


WTF ??!

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 12, 2013, 07:37:04 PM
 #395

Hm, that's quite strange. I'll investigate this issue soon.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 12, 2013, 08:19:51 PM
 #396

Maybe a pushpool issue ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 13, 2013, 12:12:27 PM
 #397

Maybe a pushpool issue ?
I've tried to check many possible configurations and it works for me... Khore pool also using this without issues.  Roll Eyes

Maybe you are trying to use alexhz/pushpool instead of mine?

P.S. 0.4 will be released tomorrow, if there will be no release-blocking bugs.
SRoulette
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252



View Profile WWW
April 13, 2013, 01:37:38 PM
 #398

Maybe a pushpool issue ?
I've tried to check many possible configurations and it works for me... Khore pool also using this without issues.  Roll Eyes

Maybe you are trying to use alexhz/pushpool instead of mine?

P.S. 0.4 will be released tomorrow, if there will be no release-blocking bugs.

Can we have a preview of the new features Smiley

Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
April 13, 2013, 02:36:33 PM
 #399

Maybe a pushpool issue ?
I've tried to check many possible configurations and it works for me... Khore pool also using this without issues.  Roll Eyes

Maybe you are trying to use alexhz/pushpool instead of mine?

P.S. 0.4 will be released tomorrow, if there will be no release-blocking bugs.

Can we have a preview of the new features Smiley
PM.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 13, 2013, 05:19:13 PM
 #400

Maybe a pushpool issue ?
I've tried to check many possible configurations and it works for me... Khore pool also using this without issues.  Roll Eyes

Maybe you are trying to use alexhz/pushpool instead of mine?

P.S. 0.4 will be released tomorrow, if there will be no release-blocking bugs.

Can you send me a link to your pushpool version ?

I can also do a beta test for 0.4 if you like

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 ... 83 »
  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!