This room is intended to answer basic questions and give RSK node setup and configuration support.
Following up on your previous messages @Hsiang-xxs and @tomasmazzitello :
https://gitter.im/rsksmart/getting-started?at=5f92f43698a7774f1b604afe
https://gitter.im/rsksmart/getting-started?at=5f902cebea6bfb0a9a4bc6b4
The rate limiting issues that you have been facing are somewhat mitigable now, with this new version of Truffle: https://github.com/trufflesuite/truffle/releases/tag/v5.1.52
Example code of how to config this for RSK Testnet: https://twitter.com/DAppsDev/status/1324929409158012929
moc-governance, but I couldn't find it
@eugenelopin https://developers.rsk.co/wallet/use/nifty/
Note that RBTC is not an ERC20 token, but rather a native currency of the RSK network. So you do not need to "add token".
Also note that WRBTC is not the same as RBTC.
Hi! I am having an issue with a mainnet rsk node
2020-11-26-19:04:36.401 INFO [config] Config ( yes ): user properties from -Drsk.conf.file file '/etc/rsk/node.conf'
2020-11-26-19:04:36.411 INFO [config] Config ( yes ): default properties from installer '/etc/rsk/node.conf'
2020-11-26-19:04:36.477 ERROR [config] Unexpected config value SimpleConfigObject({"enabled":true}) for key path `prune`. See expected.conf for the expected settings
2020-11-26-19:04:36.526 DEBUG [o.e.c.s.Secp256k1] Initializing Signature Service: 'bc'.
2020-11-26-19:04:36.760 ERROR [db] Corruption: checksum mismatch
org.fusesource.leveldbjni.internal.NativeDB$DBException: Corruption: checksum mismatch
at org.fusesource.leveldbjni.internal.NativeDB.checkStatus(NativeDB.java:200)
at org.fusesource.leveldbjni.internal.NativeDB.open(NativeDB.java:218)
at org.fusesource.leveldbjni.JniDBFactory.open(JniDBFactory.java:168)
at org.ethereum.datasource.LevelDbDataSource.init(LevelDbDataSource.java:104)
at org.ethereum.datasource.LevelDbDataSource.makeDataSource(LevelDbDataSource.java:70)
at co.rsk.RskContext.buildBlockStore(RskContext.java:1680)
at co.rsk.RskContext.buildBlockStore(RskContext.java:1017)
at co.rsk.RskContext.getBlockStore(RskContext.java:459)
at co.rsk.RskContext.getTransactionPool(RskContext.java:349)
at co.rsk.RskContext.buildInternalServices(RskContext.java:807)
at co.rsk.RskContext.buildNodeRunner(RskContext.java:799)
at co.rsk.RskContext.getNodeRunner(RskContext.java:297)
at co.rsk.Start.main(Start.java:32)It was working but I restarted it when I changed some configuration in the firewall and now it does not