Pages:
Author

Topic: [TEST RELEASE] Cryptonite binary for linux (NEW: Qt and Windows builds) (Read 19296 times)

full member
Activity: 288
Merit: 105
Also, what are the right .conf settings to allow incoming connections.  I'm not sure if my firewall is blocking them or w/e, but I want to help with the node problem.

Make sure your firewall has UPNP support enabled and it should work.
full member
Activity: 211
Merit: 100
Also, what are the right .conf settings to allow incoming connections.  I'm not sure if my firewall is blocking them or w/e, but I want to help with the node problem.
full member
Activity: 211
Merit: 100
I want to revive this project but testing on mainnet. Some new code needs testing before being pushed out to the masses. Obviously mining will not be possible with the huge difficulty, but we can still test for sync issues transactions etc. The network txfee is like 1/10000 of a cent so we should be able to send around some small amount of value without much loss.  Obviously these builds will be broken, sometimes intentionally, not looking for folks who expect it to work, but those who want to break it.

Anyone in?

I'm definitely in in anyway that I can help!  I  have some coins now and am willing to pay whatever txfees needed.
full member
Activity: 288
Merit: 105
Yeah this is the testing project. We had a little community going and I want to know if people want to test beta releases on mainnet.
full member
Activity: 133
Merit: 100
I want to revive this project but testing on mainnet. Some new code needs testing before being pushed out to the masses. Obviously mining will not be possible with the huge difficulty, but we can still test for sync issues transactions etc. The network txfee is like 1/10000 of a cent so we should be able to send around some small amount of value without much loss.  Obviously these builds will be broken, sometimes intentionally, not looking for folks who expect it to work, but those who want to break it.

Anyone in?

What do you mean by "revive" the project? The main chain stays right?
full member
Activity: 288
Merit: 105
I want to revive this project but testing on mainnet. Some new code needs testing before being pushed out to the masses. Obviously mining will not be possible with the huge difficulty, but we can still test for sync issues transactions etc. The network txfee is like 1/10000 of a cent so we should be able to send around some small amount of value without much loss.  Obviously these builds will be broken, sometimes intentionally, not looking for folks who expect it to work, but those who want to break it.

Anyone in?
legendary
Activity: 1713
Merit: 1029
its a joke, one month testing and we cant mine it on ubuntu server...  Angry

What version are you on? On 14.04, you just install all the normal dependencies like you are going to compile Bitcoin, then download the appropriate binary from the website.

The main issue you'll likely have is libboost/miniupnpc8 being either uninstalled or the wrong version.

To fix:

sudo apt-get remove --purge libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y install libboost-all-dev libminiupnpc8
Quote
Finalize Node
Accept block header
Ban
Finalize Node
Accept block header
Ban
Finalize Node
Im mining since block number 90

Oh, you're just not getting blocks? What is your mining speed shown in "cryptonited getmininginfo"?
Quote
{
    "blocks" : 729,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 9097.74039091,
    "errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
    "genproclimit" : -1,
    "networkhashps" : 329598555,
    "pooledtx" : 0,
    "testnet" : false,
    "generate" : true,
    "hashespersec" : 329695
}
i have 3 pc with same hashrate

That's not a bad speed, about 1m combined hash rate. I have a machine getting 1m that got 3 blocks. It started back on block 31, and got its last block in the 400s.
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
its a joke, one month testing and we cant mine it on ubuntu server...  Angry

What version are you on? On 14.04, you just install all the normal dependencies like you are going to compile Bitcoin, then download the appropriate binary from the website.

The main issue you'll likely have is libboost/miniupnpc8 being either uninstalled or the wrong version.

To fix:

sudo apt-get remove --purge libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y install libboost-all-dev libminiupnpc8
Quote
Finalize Node
Accept block header
Ban
Finalize Node
Accept block header
Ban
Finalize Node
Im mining since block number 90

Oh, you're just not getting blocks? What is your mining speed shown in "cryptonited getmininginfo"?
Quote
{
    "blocks" : 729,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 9097.74039091,
    "errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
    "genproclimit" : -1,
    "networkhashps" : 329598555,
    "pooledtx" : 0,
    "testnet" : false,
    "generate" : true,
    "hashespersec" : 329695
}
i have 3 pc with same hashrate
Repair trusty binary please
legendary
Activity: 1713
Merit: 1029
its a joke, one month testing and we cant mine it on ubuntu server...  Angry

What version are you on? On 14.04, you just install all the normal dependencies like you are going to compile Bitcoin, then download the appropriate binary from the website.

The main issue you'll likely have is libboost/miniupnpc8 being either uninstalled or the wrong version.

To fix:

sudo apt-get remove --purge libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y install libboost-all-dev libminiupnpc8
Quote
Finalize Node
Accept block header
Ban
Finalize Node
Accept block header
Ban
Finalize Node
Im mining since block number 90

Oh, you're just not getting blocks? What is your mining speed shown in "cryptonited getmininginfo"?
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
its a joke, one month testing and we cant mine it on ubuntu server...  Angry

What version are you on? On 14.04, you just install all the normal dependencies like you are going to compile Bitcoin, then download the appropriate binary from the website.

The main issue you'll likely have is libboost/miniupnpc8 being either uninstalled or the wrong version.

To fix:

sudo apt-get remove --purge libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y install libboost-all-dev libminiupnpc8
Quote
Finalize Node
Accept block header
Ban
Finalize Node
Accept block header
Ban
Finalize Node
Im mining since block number 90
legendary
Activity: 1713
Merit: 1029
its a joke, one month testing and we cant mine it on ubuntu server...  Angry

What version are you on? On 14.04, you just install all the normal dependencies like you are going to compile Bitcoin, then download the appropriate binary from the website.

The main issue you'll likely have is libboost/miniupnpc8 being either uninstalled or the wrong version.

To fix:

sudo apt-get remove --purge libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y install libboost-all-dev libminiupnpc8
member
Activity: 259
Merit: 10
Trillions of blocks in wallet.. all orphan....
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
its a joke, one month testing and we cant mine it on ubuntu server...  Angry
legendary
Activity: 1400
Merit: 1050
I have issues connecting a miner to the wallet, I get JSON  inval data/ JSON_rpc_call_failed
Is there something to do to mine from  outside the wallet ?
hero member
Activity: 658
Merit: 500
hero member
Activity: 658
Merit: 500
are you guys sure the Windows QT is ok?  no blocks mined after nearly 20 mins. on 2 machines.  and it still says its a pre-release....
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
I see files have been added to the cryptonite website. Are these the files for the mainnet ?
Pages:
Jump to: