Author

Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi - page 127. (Read 156212 times)

legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
August 24, 2017, 10:58:50 PM
can we get bittrex now or so? coin is mature enough imo
hero member
Activity: 750
Merit: 511
August 24, 2017, 09:50:33 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:

Code:
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)"
newbie
Activity: 2
Merit: 0
August 24, 2017, 07: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?
legendary
Activity: 1288
Merit: 1002
August 24, 2017, 01:25:05 PM
Interesting times ahead  Smiley




Finally. Many people are very eager to buy the coin and this gives a chance for GPU miners to dump their stash  Grin
sr. member
Activity: 326
Merit: 250
August 24, 2017, 12:40:30 PM
Interesting times ahead  Smiley

newbie
Activity: 1
Merit: 0
August 24, 2017, 06: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:

Code:
xxx@xxx:~/Bismuth-3.957$ python3 node.py
2017-08-24 12:02:26,952 (91) Configuration settings loaded
2017-08-24 12:02:26,952 (1094) privkey.der found
2017-08-24 12:02:26,953 (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 (1167) Moving database to RAM
2017-08-24 12:06:52,437 (1180) Moved database to RAM
2017-08-24 12:06:52,438 (1206) Starting up...
2017-08-24 12:06:52,823 (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
sr. member
Activity: 326
Merit: 250
August 23, 2017, 02:49:10 AM
I am seeing every pool going up and down randomly, any stats for pool uptime? and which pool is most reliable and stable?

Acc-pool is pretty reliable lately.


Can anyone tell me since when is the mainnet live?

Mainnet is live from May 1, 2017. Did the payout of the acc-pool return to the normal? I know the payout was to low like a week ago and I stopped mining Bismuth.

the payout is low because the difficulty is now stable and higher than before.
full member
Activity: 546
Merit: 137
August 23, 2017, 02:38:23 AM
I am seeing every pool going up and down randomly, any stats for pool uptime? and which pool is most reliable and stable?

Acc-pool is pretty reliable lately.


Can anyone tell me since when is the mainnet live?

Mainnet is live from May 1, 2017. Did the payout of the acc-pool return to the normal? I know the payout was to low like a week ago and I stopped mining Bismuth.
sr. member
Activity: 326
Merit: 250
August 23, 2017, 02:04:39 AM
I am seeing every pool going up and down randomly, any stats for pool uptime? and which pool is most reliable and stable?

Acc-pool is pretty reliable lately.


Can anyone tell me since when is the mainnet live?
hero member
Activity: 669
Merit: 520
August 17, 2017, 03:48:37 PM
I am seeing every pool going up and down randomly, any stats for pool uptime? and which pool is most reliable and stable?
hero member
Activity: 756
Merit: 579
August 17, 2017, 02:22:57 AM
can anyone here confirm if pool mining is up and running smoothly?


The pools are up and running. Acc-pool at least is online but the rewards are very low.
hero member
Activity: 669
Merit: 520
August 17, 2017, 12:04:50 AM
can anyone here confirm if pool mining is up and running smoothly?
legendary
Activity: 1288
Merit: 1002
August 16, 2017, 03:59:48 PM
With the new difficulty adjustment this is looking pretty nice.

I'm gonna have to give it a shot and I hope it's more CPU friendly, do you know how many blocks I'd expect with ryzen 5 1600x?

I am getting around 1,8 coins/core per day. Pool mining is the only option now.

So unfortunately that means there are still just a few people GPU mining and getting all the coins.
hero member
Activity: 669
Merit: 520
August 16, 2017, 12:01:19 PM
With the new difficulty adjustment this is looking pretty nice.

I'm gonna have to give it a shot and I hope it's more CPU friendly, do you know how many blocks I'd expect with ryzen 5 1600x?

I am getting around 1,8 coins/core per day. Pool mining is the only option now.

is there any pool live for bismuth?
sr. member
Activity: 326
Merit: 250
August 16, 2017, 10:16:12 AM
With the new difficulty adjustment this is looking pretty nice.

I'm gonna have to give it a shot and I hope it's more CPU friendly, do you know how many blocks I'd expect with ryzen 5 1600x?

I am getting around 1,8 coins/core per day. Pool mining is the only option now.
sr. member
Activity: 309
Merit: 250
Too weird to live,too rare to die ;)
August 16, 2017, 06:39:21 AM
I would guess none,but i'm just guessing... Cheesy
                                                                 
legendary
Activity: 1288
Merit: 1002
August 16, 2017, 03:23:22 AM
With the new difficulty adjustment this is looking pretty nice.

I'm gonna have to give it a shot and I hope it's more CPU friendly, do you know how many blocks I'd expect with ryzen 5 1600x?
sr. member
Activity: 326
Merit: 250
August 15, 2017, 11:33:49 AM
With the new difficulty adjustment this is looking pretty nice.
legendary
Activity: 957
Merit: 1006
August 14, 2017, 03:43:08 PM
optihash has this possibility.

the miner for acc-pool has auto-discovery of thread-number, so i guess it always uses max-threads possible.
newbie
Activity: 30
Merit: 0
August 14, 2017, 01:32:01 PM
Guys, does the new miner have the option to set threads for mining?
Jump to: