philnatic
Newbie
Offline
Activity: 1
Merit: 0
|
|
August 24, 2017, 10:28:43 AM |
|
I have a problem with the connection of node.py. I can't connect any peers. I have also tried to delete ledger.db and I also tried the newest client. This is the output when I enable debugging: xxx@xxx:~/Bismuth-3.957$ python3 node.py 2017-08-24 12:02:26,952 <module>(91) Configuration settings loaded 2017-08-24 12:02:26,952 <module>(1094) privkey.der found 2017-08-24 12:02:26,953 <module>(1134) Local address: xxx 2017-08-24 12:02:26,954 ledger_convert(116) Converting ledger to Hyperblocks 2017-08-24 12:06:51,131 <module>(1167) Moving database to RAM 2017-08-24 12:06:52,437 <module>(1180) Moved database to RAM 2017-08-24 12:06:52,438 <module>(1206) Starting up... 2017-08-24 12:06:52,823 <module>(1987) Server loop running in thread: Thread-1 2017-08-24 12:06:52,824 manager(710) Will attempt to connect to 94.113.207.67:5658 2017-08-24 12:06:52,824 manager(713) ---Starting a client thread <_MainThread(MainThread, started 140178015856384)>--- 2017-08-24 12:06:52,825 manager(710) Will attempt to connect to 78.28.250.56:5658 2017-08-24 12:06:52,825 manager(713) ---Starting a client thread <_MainThread(MainThread, started 140178015856384)>--- 2017-08-24 12:06:52,826 manager(710) Will attempt to connect to 66.70.181.150:5658 2017-08-24 12:06:52,827 manager(713) ---Starting a client thread <_MainThread(MainThread, started 140178015856384)>--- 2017-08-24 12:06:52,827 manager(710) Will attempt to connect to 78.28.250.81:5658 2017-08-24 12:06:52,828 manager(713) ---Starting a client thread <_MainThread(MainThread, started 140178015856384)>--- 2017-08-24 12:06:52,828 manager(710) Will attempt to connect to 45.63.64.36:5658 2017-08-24 12:06:52,829 manager(713) ---Starting a client thread <_MainThread(MainThread, started 140178015856384)>--- 2017-08-24 12:06:52,830 manager(719) Only 0 connections active, resetting the try list and banlist 2017-08-24 12:06:52,830 manager(724) Connection manager: Banlist: [] 2017-08-24 12:06:52,831 manager(725) Connection manager: Syncing nodes: [] 2017-08-24 12:06:52,831 manager(726) Connection manager: Syncing nodes: 0/3 2017-08-24 12:06:52,831 manager(727) Connection manager: Database locked: False 2017-08-24 12:06:52,831 manager(728) Connection manager: Threads at 7 / 150 2017-08-24 12:06:52,831 manager(729) Connection manager: Tried: [] 2017-08-24 12:06:52,832 manager(730) Connection manager: List of outgoing connections: [] 2017-08-24 12:06:52,832 manager(731) Connection manager: Number of outgoing connections: 0 2017-08-24 12:06:52,854 manager(740) Connection manager: Last block was generated 15.94 minutes ago 2017-08-24 12:06:52,869 worker(1667) Outgoing: Connected to 78.28.250.56:5658 2017-08-24 12:06:52,870 worker(1687) Could not connect to 78.28.250.56:5658 because 'NoneType' object is not subscriptable 2017-08-24 12:06:52,871 worker(1667) Outgoing: Connected to 78.28.250.81:5658 2017-08-24 12:06:52,872 worker(1687) Could not connect to 78.28.250.81:5658 because 'NoneType' object is not subscriptable 2017-08-24 12:06:52,880 worker(1667) Outgoing: Connected to 94.113.207.67:5658 2017-08-24 12:06:52,881 worker(1687) Could not connect to 94.113.207.67:5658 because 'NoneType' object is not subscriptable 2017-08-24 12:06:52,937 worker(1667) Outgoing: Connected to 66.70.181.150:5658 2017-08-24 12:06:52,938 worker(1687) Could not connect to 66.70.181.150:5658 because 'NoneType' object is not subscriptable 2017-08-24 12:06:52,943 worker(1667) Outgoing: Connected to 45.63.64.36:5658 2017-08-24 12:06:52,944 worker(1687) Could not connect to 45.63.64.36:5658 because 'NoneType' object is not subscriptable 2017-08-24 12:07:52,904 manager(710) Will attempt to connect to 94.113.207.67:5658
Dies anyone know how to fix this issue? Greets, philnatic
|
|
|
|
NoBit
|
|
August 24, 2017, 04:40:30 PM |
|
Interesting times ahead
|
Bitrated user: nobit.
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
August 24, 2017, 05:25:05 PM |
|
Interesting times ahead Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash
|
|
|
|
yousaid
Newbie
Offline
Activity: 2
Merit: 0
|
|
August 24, 2017, 11:58:22 PM |
|
I keep getting this error when trying to run Node on Windows: execute(227) Retrying database execute due to no such table: transactions
I've tried removing and reinstalling the latest version (3.926). I also tried installing it on a different machine and I still get that same error. ledger.db & mempool.db both exist, but are only 1kb & 2kb, respectively. I'm guessing they just aren't updating. Any ideas?
|
|
|
|
prix
|
|
August 25, 2017, 01:50:33 AM Last edit: August 25, 2017, 02:04:52 AM by prix |
|
I keep getting this error when trying to run Node on Windows: execute(227) Retrying database execute due to no such table: transactions
I've tried removing and reinstalling the latest version (3.926). I also tried installing it on a different machine and I still get that same error. ledger.db & mempool.db both exist, but are only 1kb & 2kb, respectively. I'm guessing they just aren't updating. Any ideas?
I got same error once. The problem was in the mempool.db, it was empty. I added the table using sqliteadmin: CREATE TABLE transactions (timestamp, address, recipient, amount, signature, public_key, keep, openfield)
If it difficult, you can ask devs in the slack to upload a correct mempool.db to github. Or you should try move ledger.db to another place (or delete it if it empty) and run node. Maybe it's work, but I don't not sure. At least in the sources there is a file genesis.py which check only ledger.db and if it found the mempool.db will not be initialized. But I don't know the node use this code or not. P.S. https://ufile.io/z0q0g - mempool.db with table, 2KB - press "slow download (free)"
|
|
|
|
forzendiablo
Legendary
Offline
Activity: 1526
Merit: 1000
the grandpa of cryptos
|
|
August 25, 2017, 02:58:50 AM |
|
can we get bittrex now or so? coin is mature enough imo
|
yolo
|
|
|
Islapdonkey
|
|
August 25, 2017, 05:16:31 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
|
|
|
|
mig6r
|
|
August 25, 2017, 05:20:41 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
Is this coin on no exchange so far? Bittrex requires a fee I think.
|
|
|
|
Islapdonkey
|
|
August 25, 2017, 07:13:52 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
Is this coin on no exchange so far? Bittrex requires a fee I think. it's not on an exchange yet but it seems that it might be heading to Topia really soon.
|
|
|
|
yousaid
Newbie
Offline
Activity: 2
Merit: 0
|
|
August 25, 2017, 05:58:50 PM |
|
I keep getting this error when trying to run Node on Windows: execute(227) Retrying database execute due to no such table: transactions
I've tried removing and reinstalling the latest version (3.926). I also tried installing it on a different machine and I still get that same error. ledger.db & mempool.db both exist, but are only 1kb & 2kb, respectively. I'm guessing they just aren't updating. Any ideas?
I got same error once. The problem was in the mempool.db, it was empty. I added the table using sqliteadmin: CREATE TABLE transactions (timestamp, address, recipient, amount, signature, public_key, keep, openfield)
If it difficult, you can ask devs in the slack to upload a correct mempool.db to github. Or you should try move ledger.db to another place (or delete it if it empty) and run node. Maybe it's work, but I don't not sure. At least in the sources there is a file genesis.py which check only ledger.db and if it found the mempool.db will not be initialized. But I don't know the node use this code or not. P.S. https://ufile.io/z0q0g - mempool.db with table, 2KB - press "slow download (free)" Thank you so much for the help! I checked mempool.db and the transactions table was in there. I ended up deleting ledger.db and mempool.db again. I'm not sure what changed, but this time it was able to rebuild. Thanks again!
|
|
|
|
mig6r
|
|
August 26, 2017, 05:14:57 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
Is this coin on no exchange so far? Bittrex requires a fee I think. it's not on an exchange yet but it seems that it might be heading to Topia really soon. Cryptopia would be a first step. But I think it should also be prioritized to get it on even more exchanges.
|
|
|
|
kiddo
|
|
August 26, 2017, 08:24:31 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
Is this coin on no exchange so far? Bittrex requires a fee I think. it's not on an exchange yet but it seems that it might be heading to Topia really soon. Cryptopia would be a first step. But I think it should also be prioritized to get it on even more exchanges. Indeed. Cryptopia is a good exchange but bittrex is better, if not the best. Did the devs tried to list Bismuth on Bittrex? And I also think that a chinese exchange will be good for Bismuth, maybe BTC38 or Bter where is easy to get. Hope will get soon to an exchange because is a 3 months old coin or more.
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
August 27, 2017, 03:28:00 AM |
|
I can't wait for this to hit the exchange. The mass wake up call to this miners with regards to price will be too real. Yes Jesus! I will be waiting downstream.
Is this coin on no exchange so far? Bittrex requires a fee I think. it's not on an exchange yet but it seems that it might be heading to Topia really soon. Cryptopia would be a first step. But I think it should also be prioritized to get it on even more exchanges. Indeed. Cryptopia is a good exchange but bittrex is better, if not the best. Did the devs tried to list Bismuth on Bittrex? And I also think that a chinese exchange will be good for Bismuth, maybe BTC38 or Bter where is easy to get. Hope will get soon to an exchange because is a 3 months old coin or more. Bittrex only lists without a fee if the coin is popular enough otherwise you have to pay 3 BTC I think.
|
|
|
|
raetsch
Legendary
Offline
Activity: 957
Merit: 1006
|
|
August 27, 2017, 09:00:43 PM Last edit: August 28, 2017, 12:42:09 PM by raetsch |
|
Interesting times ahead Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash my gpuminer only gives 10bis/day, not worth it.(tomorrow will be a funny day, i guess) edit: to make it clear - i don't have a gpuminerit was just an experiment, how people react. as most seem to be silent about this, you can insult me per pm, if you used the last 16h to find a gpuminer for bismuth. you can send me a small note if you thought "i knew it". as far as i know, there is none atm. i was in this mood because of the mimimimimi-fraction coming too late to the party, talking everything down with myths and rumours.
|
|
|
|
fonship
Full Member
Offline
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
|
|
August 27, 2017, 11:10:54 PM |
|
Interesting times ahead Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash my gpuminer only gives 10bis/day, not worth it. (tomorrow will be a funny day, i guess) How many GPU you have, also what Algo this coin is on, now where mentioned, also pool dont mention network hash and pool hash. Not sure already mentioned in this thread but , dont see on this page at least
|
selling sushistake.com, send offers
|
|
|
kiddo
|
|
August 28, 2017, 06:09:12 AM |
|
Interesting times ahead Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash my gpuminer only gives 10bis/day, not worth it. (tomorrow will be a funny day, i guess) How many GPU you have, also what Algo this coin is on, now where mentioned, also pool dont mention network hash and pool hash. Not sure already mentioned in this thread but , dont see on this page at least @fonship the algorithm is SHA224 as stated in the specifications. Is there a GPU miner already availabe to the public? Anyone can share the link? Also can I mine on the pool using windows OS, I didn't find any tutorial to do so, only for ubuntu and linux users.
|
|
|
|
fonship
Full Member
Offline
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
|
|
August 28, 2017, 08:35:28 PM |
|
I tired to run everthing, but node, mining, tools no file is doing anything it is showing unable to run script.
Any help?
|
selling sushistake.com, send offers
|
|
|
YourMom420
|
|
August 29, 2017, 01:01:09 AM |
|
is there a precompiled windows miner?
|
|
|
|
NoBit
|
|
August 29, 2017, 01:03:59 PM |
|
is there a precompiled windows miner?
Best join slack to get an answer to your questions.
|
Bitrated user: nobit.
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
August 29, 2017, 11:15:44 PM |
|
Interesting times ahead Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash my gpuminer only gives 10bis/day, not worth it. (tomorrow will be a funny day, i guess) How many GPU you have, also what Algo this coin is on, now where mentioned, also pool dont mention network hash and pool hash. Not sure already mentioned in this thread but , dont see on this page at least @fonship the algorithm is SHA224 as stated in the specifications. Is there a GPU miner already availabe to the public? Anyone can share the link? Also can I mine on the pool using windows OS, I didn't find any tutorial to do so, only for ubuntu and linux users. If you take a look at the difficulty only explanation would be that only a few people have the advantage mining with a GPU the rest using CPU are biting the dust, my suggestion would be to wait for these few GPU miners to dump their coins and buy in cheap instead of wasting your time mining it with a CPU.
|
|
|
|
|