Bitcoin Forum
May 11, 2024, 05:27:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
221  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin. Secure, private, untraceable since 2012 on: February 06, 2017, 03:03:22 PM
We are working...
I am having trouble connecting to the network. Do you have any stable (seed) nodes?
222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana NEW on: February 06, 2017, 08:01:37 AM
I was asked to help a human problem:
does not open the wallet file, I reset the wallet,  rename wallet file - does not help. With backup restored, it did not help.
What can help, what is the problem?
Sometimes the .wallet file corrupts, if you exit the not property (or some other reason).  In such case there is  .tmp.23513 or some sort of tmp file created. Use the .tmp file

Since corrupted .wallet is pretty common issue I get on democats, I advice everyone to use the 'export_keys' command from simplewallet in the latest Forknote release for backup. You will have your keys and you will not rely on a .wallet file
223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana NEW on: February 06, 2017, 06:10:25 AM
xci.cryptonotepool.com is on a fork
224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana NEW on: February 05, 2017, 06:06:47 PM
Hi guys,
Please don't put more than 50% on one pool (Democats in this case). Spread the hashrate, keep the network healthy.
225  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana NEW on: January 31, 2017, 06:12:12 PM
hi
something not right with democats pool

i did not get payment between 2017-01-31 11:33:51 (7 hours ago)    

2017-01-31 03:18:44 (15 hours ago)    


i only get 91 xci  i m supposed to get more than 500  Huh


   

Sorry, the daemon got stuck for still unknown reason
226  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own Cryptonote network on: January 30, 2017, 11:03:58 PM
Probably MINER need a --config-file parameter, but didn't take it Sad

Sorry if I offended you. It's kind of impossible to understand user's level from 1-2 posts.

You don't need --config-file for 'miner'.
A possible explanation for the 'Levin signature mismatch' WARNING is you are trying to mine on the P2P port, instead of the RPC port

Here is the actual setup I use to mine a few test blocks on BitCoal (I use it as testnet usually, because it has small blockchain, stable hashrate and the hashrate is low). It's on macOS,  FN v2.0.1:

Terminal 1:
Code:
./forknoted --config-file configs/bitcoal.conf

Terminal 2:
Code:
./miner --daemon-address localhost:7701 --address CiSgoXqH8s1MbgW5uH84hNNmkBNnu2ZaPRSvjE1o4yBcedrv7LPmgg2HL3vvjAQKoPCNiL4MCAFnKc3rvxnGzfYpRc8A3AK

If you share your actual setup + commands it will be easier to replicate and debug
227  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own Cryptonote network on: January 30, 2017, 08:46:29 PM
Smiley I tried.

Miner stopped immediately with log -

2017-Jan-30 15:54:17.442694 DEBUG   [MinerManager] starting
2017-Jan-30 15:54:17.442694 INFO    [MinerManager] requesting mining parameters
2017-Jan-30 15:54:17.473894 WARNING [MinerManager] Couldn't get block template:The stream is ended
Fatal: The stream is ended

And got errors in daemon -
2017-Jan-30 15:53:41.983532 WARNING [10.10.77.77:62587 INC] Exception in connectionHandler: Levin signature mismatch
2017-Jan-30 15:54:17.458293 WARNING [10.10.77.77:62595 INC] Exception in connectionHandler: Levin signature mismatch

Hey Smiley
'miner' has some required parameters - 'address' and 'daemon-address'
Here is an example how to use it for Dashcoin at if you run daemon at localhost:
Code:
./miner --daemon-address localhost:29081 --address D8yFneNkLn617zawXhdruwVQf8GWVdtgz4K3UnjqVXWH34hB4VMFU4U7QYzqvXbQUNDpSc4NmdHmT1Rc78wmPwV7VU2VNyF

For more details you can see the help:
Code:
./miner --help

On the daemon question - "Levin signature mismatch" just means someone with wrong network_id is connected to the network. Nothing to worry about
228  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own Cryptonote network on: January 30, 2017, 11:21:32 AM
Hello slb!

Could you tell me please, is it possible to solo mine in last Forknote release?

I tried both forknote and bcn and failed Sad

Any suggestions?

Yes. The miner is not in the daemon anymore. You need to use 'miner' included in the binaries.
229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork! on: January 29, 2017, 09:02:30 PM
Update. Forknote syncs to the current height. From scratch it took less than 20 minutes. BTW, after the fork height it synchronizes slower. \
On this - the v2 daemon does not perform any validation for blocks below the last checkpoint. This makes syncing very, very fast. To speed it up more you can add more recent checkpoints
230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork! on: January 29, 2017, 08:43:21 PM
Looks like Democats stuck at 72903. Due to Bytecoin v2.0.1 code vs v1.0.11? 
Daemon got stuck for some reason.
So far I got Bytecoin v2.0.1 code running on 2 networks and none of it forked.
231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin. Secure, private, untraceable since 2012 on: January 28, 2017, 03:14:29 PM
Just in case people do not realize what is going on - there was a 48 hour window, in which people could double-spend their coins.
232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork! on: January 27, 2017, 03:32:00 PM
Looks like Democats should reduce max difficulty for users, this could help to find block more often.
Point taken, the max difficulty is now 50000. Is it ok, or it needs to be lower?
233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin. Secure, private, untraceable since 2012 on: January 26, 2017, 01:22:49 AM
Bytecoin forked.
Minergate and Hitbtc are on the one branch
Democats and Poloniex are on the other.
The Bytecoin v1.0.11 daemon syncs to the Democats (and poloniex) blockchain.

Edit: the fork block:
http://democats.org/blockchain/block/?name=bytecoin&hash=1185958
https://minergate.com/blockchain/bcn/block/1185958
234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin. Secure, private, untraceable since 2012 on: January 21, 2017, 11:42:44 AM
From where I can get  blockchain so I can sync my wallet faster?

My wallet is open almost a week and only 500000 blocks downloaded Angry
Use bytecoin 2.0.1 or forknote v2.0.1 (it contains some bug fixes over bytecoin 2.0.1). It syncs in less than 1-2 hours from 0.
I am not sure how the things are with the GUI
235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BipCoin, CryptoNote with Fast, Solid Transactions. + plans for distributed DNS on: January 20, 2017, 02:39:23 PM
...
"amount" is in atomic units
236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork! on: January 15, 2017, 12:33:05 PM
Just to add, you can import your paper wallets into Forknote v2, if you saved your spend and view keys. Importing the mnemonic seed is not supported yet
237  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOLS] CryptoNote Universal Pool Solution on: January 15, 2017, 08:18:38 AM
Admin Center missing statistics on miners.
How to fix?
Not sure this will help, but:
https://github.com/forknote/forknote-pool/commit/b70d78c64b61ed5aeaa97ece7d7877c1df692ee9
238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KRB] (Ҝ) Карбованець Ukrainian Karbowanec - Cryptonote - Anon - Hardfork! on: January 14, 2017, 02:41:17 PM
Block on democats is finally found. There seem to be a problem with the payouts. Your money are safe, but they will be locked until the problem is fixed

Edit: payments are working now
Great! Only in block explorer transactions seems not to be working.


Fixed. You can access the karbo blockchain via the new version of Forknote now:
https://github.com/forknote/forknote/releases/tag/2.0.1
Updated config:
https://github.com/forknote/configs/blob/master/karbowanec.conf

After a huge delay i am resuming work on the web wallet. Expect it soon
239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT on: January 14, 2017, 02:03:07 PM
and no seed peers. I guess this is dead. dang I got a bunch stuck in my wallet.
use this config:
https://github.com/forknote/configs/blob/master/bitcoal.conf

I do use that one. I had it running before. I've tried on 2 computers with the all the revisions that are in the thread here and I get the no seeds no peers message and in the sync process it gives that error that I pasted above about the failed check and it won't get past that.

Ok, you need to add those lines if you want to use this client (not tested but it should work):
Code:
CHECKPOINT=55000:84190dfb00457f90be17eb9d9f35ae509423d10c9efaa3e9fdc3c12062cb2c2a
CHECKPOINT=80000:07fe04d5857ff710b12bb192b58375bab08b713dce995e9bee8d450738cf053c

Alternatively, you can update to the latest version of forknote:
https://github.com/forknote/forknote/releases/tag/2.0.1
I am using the v2.0.1 version and it is all workinf fine there
240  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own Cryptonote network on: January 14, 2017, 01:39:35 PM
This is a required update?
And if I use daemon forknote and simplewallet from the original, so it is possible, reset should be done?

The update is not required, but it's comparable to the LMDB update of Monero (if you are familiar with it).
You will get much mess ram usage and a lot faster network sync. It can sync to the Bytecoin network from 0 for less than 3 hours, and most of the smaller networks take just a few minutes to sync
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!